Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
According to the sample you should use the cursor variable to use pagination in your Power Automate flow. So, I have a data exchange with 254 Ducts. When I start the flow and use the "Get properties of object by filter = Ducts" then I get 100 rows of objects. However, the new cursor (token) that should be retrieved in the response is not there (empty).
So when I try to show that in a compose
"Next page of properties" = outputs('Get_properties_of_objects_by_filter_Ducts')?['body/cursor']
The result is empty, and therefor a new call will never be made...
What am I doing wrong? Gr Renzo
Solved! Go to Solution.