How to bind a nested infotable in a grid to another grid
I have a two grids (Grid A and Grid B).
Grid A has multiple fields, one of them is a field with basetype infotable.
When a row from Grid A is selected, I want the infotable field of the selected row to display in Grid B.
In the mashup,
1. I have bound the infotable as an input data for the service for Grid B by selecting Selected Row under the service for Grid A in the service for Grid B.
2. I have also set the Event Trigger by selecting SelectedRowsChanged under the service for Grid A in the service for Grid B.
3. I have bound the output All Data from the service for Grid B to Grid B.
The nested infotable in Grid A is a Thing with properties which holds the infotable values.
I see the infotable field displayed as [object Object] in Grid A.
When a row is selected in Grid A, I see a row display in Grid B with blank fields even though the Thing has set values.
As previously mentioned, the data shape of the infotable in Grid A consists of strings, and an infotable. Should the nested infotable be referenced as a Thing instead of an infotable?
How can I get this to work?

