Available arguments for GET microflow of inner most listview when nesting 3 or more listviews

0
Hi, If I have three nested listviews within a dataview, the available arguments for the inner most listview microflow do not include the dataview context. It only includes contexts of its two parent listviews. We wish to use the dataview context as a parameter for our GET microflow but it is not allowed. Why is this the case and are there any alternatives? Unfortunately, the list we are trying to retrieve in the child is not uniquely specified by the lists from the two parent listviews so we cannot rely only on those as microflow parameters. Thanks, Tim
asked
1 answers
0

Unfortunately, that is not possible. However could you get the view context based on one of the parents?

answered