- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 09:15 AM - edited 07-05-2024 09:16 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 08:03 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 08:03 PM
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