The CreatorCon Call for Content is officially open! Get started here.

Can I run a loop for 10 times in flow designer?

alok dwivedi
Kilo Explorer

Hi,

I have a requirement to trigger some action based on certain condition but i am able to do the same,Only once using 'If' and 'Do the Following Until' both..Please,Suggest me how can i make a 'Requested_for' user, able to REOPEN requested item table multiple times using loops.

Thanks in advance.

2 REPLIES 2

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Alok,

If you have a count variable or so then you can use action "For each" loop to iterate through the count to create records.

https://docs.servicenow.com/bundle/paris-servicenow-platform/page/administer/flow-designer/concept/f...

sachin_namjoshi
Kilo Patron
Kilo Patron

You can use For Each Flow Logic to loop through and do some actions.

 

Regards,

Sachin