Passing infotable parameter from child mashup to parent
Hi,
In a child mashup I have a grid with rows. I exposed a grid parameter (selectedRows) and bound it to the mashup parameter which is also of infotable. But when I try to use this parameter in the parent mashup, I don’t get any data.
Instead, I see developers usually create expressions then bound that mashup parameter of infotables singe value like field in it... to extract single values (like Id, State) and pass those to the parent.
Is this the expected behavior?
-
Why can’t the parent directly consume the InfoTable parameter?
-
Is there a clean way to expose the whole
SelectedRowsto the parent, or is best practice to always send only the needed values?
Thanks!
my expression which i bind from my mashup parameter(infotable type and use that single field to bind with input parameter of this expression ) to get the value and then bind the output again to the mashup parameter which is of string type to get that value in parent mashup....


