Hi,
First of all, Activepieces is such a great piece of software.
I’m currently experimenting with Bluesky’s API, the bookmarks endpoint more specifically. The API response contains up to 100 bookmarks, and then contains a cursor that can be used to iterate down the bookmarks list with a new API call.
I’m not sure how I could implement the loop to iterate over cursors in Activepieces? Ideally, the loop should be a while loop of the likes of “while there are 100 bookmarks that are returned in the API call, continue to use the cursor”. But while loops don’t exist in Activepieces, at least for now.
What alternative could I use?
Thanks!
PS: I searched the forum and I wasn’t able to find a solution, either because there is no solution or because I wasn’t able to see how a published post could help me.
