trying to do a retrieve object from database and need to filter

0
 I am currently doing the learning path project   I need to create a retrieve object like the following... but when try it using latest version of Mendix, here is what I see I cannot include my xpath condition to only get approvers.  Please advise. Thanks Daniel  
asked
2 answers
1

As Xpath is not provided in Nanoflow you can put an iterator after retrieving a list of objects and call that list into iterator and the  put an Exclusive split condition inside that iterator with required filter condition which you want and and add the filtered records into an another list.

answered
0

Please refer following picture

answered