Is pagination supported in the Flow actions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 12:57 AM
Hi All,
I would like to know if Pagination is supported in the Flow actions. I'm aware we have an option in data stream, but was trying to understand if we could achieve using 'Actions'.
Thanks.
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 01:15 AM
Hello @Blessy2 !
Flow Designer Actions do not natively support pagination in the same way that Data Streams do. Actions are mainly designed for atomic operations -> single requests/responses. They do not have built-in mechanisms to handle pagination tokens, loop through paged API responses automatically, etc.
Please consider marking my answer as helpful and accepting it as the solution if it assisted you in any way.