How to access RecordList data in Java service

Hi ,
I have a flow service which generate a recordlist , I want to access its data like append another string behind , but its column name are not fixed everytime . So I have to handle it in Java service . Is there any sample code for this ?

To avoid Java, try using pub.web:query in a Flow service. You can use XPath or XQL queries to the document, and depending on the returned values, you could have additional logic to do what you need.

Hi Sonam,

I am new to the XPath concept. Can you provide me the link where I can refer how to write filter logic using XPath when applying the subscription filter in the Modeler.

Your help will be much appreciated.
thanks in advance

Hi Sonam,

I am new to the XPath concept. Can you provide me the link where I can refer how to write filter logic using XPath when applying the subscription filter in the Modeler.

Your help will be much appreciated.
thanks in advance