Retrieving the 4 firstly created item from a list

0
Hi everyone. I have a  long list and i want to delete all the items on that list except for the 4 items i created first. How can do  it? Can i do it with a xpath or should i use a list operation to filter the results after retrieve action?
asked
1 answers
1

In the retrieve from database action you can use the offset option, sort on the created date:

answered