Power Automate does not return cursor (Next page of properties)

Power Automate does not return cursor (Next page of properties)

Renzo_van_Rijswijk
Advocate Advocate
81 Views
2 Replies
Message 1 of 3

Power Automate does not return cursor (Next page of properties)

Renzo_van_Rijswijk
Advocate
Advocate

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

0 Likes
Accepted solutions (1)
82 Views
2 Replies
Replies (2)
Message 2 of 3

Renzo_van_Rijswijk
Advocate
Advocate
Accepted solution

Finally, I got it to work.... What I did not understand was that you first have to get a cursor via "Get properties of a Dataexchange". Then this cursor is used within "Get properties of object by filter" = Ducts. So in  my case, I got 254 rows in my csv. So I am happy now!

Message 3 of 3

rakesh.borse
Community Manager
Community Manager

 Hello Renzo, Thanks for the update! 

0 Likes