Nested ListView datasource XPath with dataview context

0
Hi All, I want to have nested List of Entities about 1-2 depth inside a DataView (Object is passed through context), and the innermost ListView should be associated to the enclosing ListView and the outermost dataview as well, However the outer ListViews do not have any association with the Dataview, they are retrieved from database. I know microflow is an option, but is there any way to achieve this through association in XPath, like using ‘[CurrentObject]’ variable in Xpath where it points to the outermost Dataview?  
asked
1 answers
0

The only way I think you can make this work is with a (committed) helper-object. Which you will have to set somewhere (in a microflow).

Referencing two objects in a listview retrieve-xpath is not posible. 

answered