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