Is pagination supported in the Flow actions

Blessy2
Tera Contributor

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'.

 

Blessy2_0-1750146994024.png

 

Thanks.

1 REPLY 1

iekosmadakis
Mega Sage

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.