- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 08:50 AM
I have a flow where I have a wait, but the next action in the flow starts 4 minutes later. Why is this happening?"
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 05:22 AM
Resolved case: The problem was in the node, linked to the action when waiting for 2 seconds. Before starting the next action in parallel, it triggered another flow/action that took more time to complete. Since the same user was triggering all the flows, it created this idle time.
Therefore, it is recommended, based on the business need, to validate if there are multiple users who can trigger the flows or just one.
Thank you all very much.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 10:59 AM
@Francisco Angul Are you having this wait timer in loop? If yes then the timer action will make the flow wait for 2 seconds for each loop iteration. You can multiply the two seconds with the number of times the loop is executing with a delay of 2 seconds.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 06:49 AM
@Francisco Angul Please mark the response accepted solution if it addressed your question. You can mark multiple responses as an accepted solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 05:22 AM
Resolved case: The problem was in the node, linked to the action when waiting for 2 seconds. Before starting the next action in parallel, it triggered another flow/action that took more time to complete. Since the same user was triggering all the flows, it created this idle time.
Therefore, it is recommended, based on the business need, to validate if there are multiple users who can trigger the flows or just one.
Thank you all very much.