Jorge Martins wrote:
Hi Shubham Agarwal,
What is the Source List of each of the Tables? Two different lists or the same list?
Hi Jorge
Basically the structure is like this:
I have a structure which has many attributes. One of the attribute is a list of another structure.
And I am receiving data from Rest API. So in the main table I have the parent list as a source and for a particular record I have made a webblock in which I am passing the secondary list(attribute) for another table.

So for the above eg I am displaying demo list as parent and for that particular record I am passing current.Attribute2(a full list) in the child webblock(which has second table).