Flow Designer forEach

arturito
Tera Contributor

Hello guys, i created a flow which looks for the records which meet the condition and iterates them with forEach. The goal is to create a ticket for each record found. But flow works synchronously and if multiple records are found, tickets are not created simultaneously. All the actions on first item need to be finished until another ticket is created. How can I solve this? 
Thank you in advance
 

Screenshot 2024-07-05 at 18.07.55.png



1 ACCEPTED SOLUTION

James Chun
Kilo Patron

Hi @arturito,

 

If I was you, I would separate the Flow into 2 separate Flows.

One would do the task creation and the other would run on whatever tasks you are creating.

 

Cheers

View solution in original post

1 REPLY 1

James Chun
Kilo Patron

Hi @arturito,

 

If I was you, I would separate the Flow into 2 separate Flows.

One would do the task creation and the other would run on whatever tasks you are creating.

 

Cheers