Hello, everyone, I have a Repeatable Grid View which presents a list of family. In each Grid, I have a Repeatable List View to list the children. How do I get the Family ID stored in the parent Grid from the child List View? So I can build the list of children based on Family ID
Hello @Wei_Chen
On the datasource of the child listview you should be able to use "item", which would reference that parent grid
This screenshot is from a data source of a listView inside of a gridView