Xpath to fetch latest 100 records from database

0
Hi Experts, I have a requirement where the latest 100 records from database should be displayed. Could you please help me with the Xpath that I should write?   Thanks in advance! Veera  
asked
1 answers
2

Use the range Custom in the retrieve. There you can specify the amount to retrieve and specify an offset. If you sort on created descending you can just retrieve 100 records this way by setting amount to 100 and offset to 0.

Regards,

Ronald

 

answered