How can I use Xpath and Offset/Amount simultaneously while retrieving list using retrieve activity. Either I can set it to All (Where I can use Xpath) or set it to Custom where I can use offset.

0
I need a way where I can restrict an enumeration value (deletestatus != 'deleted') from a retrieved list without using Xpath option in retrieve activity. I want to restrict the enumeration after retrieval using some alternative. How can I do that?
asked
1 answers
0

If you want to first retrieve the complete list and then filter out the records that have a certain value for an enumeration you can use the list operations activities with the filter or filter by expression options.

answered