Pagination in workflow

Hi Experts,

Could you anyone help me with logic to iterate the next set of values for GET accounts HTTP call in a workflow.

X-Total count is 300. I need to iterate all 30 values in a workflow loop operator.

Hi @chandramohans27,

You can use Recursive workflow that demostrated by @colin_mckibben here Recursive Workflows in IdentityNow - Content / Community Blog - SailPoint Developer Community

The idea is invoke recursively the same workflow by adjusting limit and offset.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.