Hi, I have one query, I.e, I have 5000 records with me, how can i retrieve first 5000 records through microflow. Can you please clarify it?

0
Hi, I have one query, I.e, I have 5000 records with me, how can i retrieve first 5000 records through microflow. Can you please clarify it?
asked
2 answers
2

in microflow use xpath and in it there is custom setting, here you can specify amount as 5000, offset would be 0 if you want to get first 5000 records.

answered
0

Hello,

As Abhishek mentioned, you can use custom in retrieve activity.

For more information on offset and limit, please refer below document.

Limits and Offsets | Mendix

 

Hope it helps you!!

Thanks

answered