How to understand this Flow Stage ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hi All,
Kindly help me to understand the flow designer
which Products records contains Incident Product user name , with those product details Incident tasks to be created.
at stage 5 we are creating Incident TASK records successfully.
Concern: Incident TASK successfully created with exact matching Product details. in that case in flow execution stage 5 should be Executed/Completed right ? But why 6,7 showing as Executed/Completed ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Yeah this is just because you are looking at one specific loop iteration where the condition didn’t match.
In a For Each loop, every item runs through the same steps. If the condition is not met for that item, the flow skips the Incident Task creation step and moves ahead, which is why you are seeing stages 6 and 7 as completed.
Only the iteration where the product actually matches your condition will execute stage 5 and create the Incident Task. If you switch the iteration in the execution details, you should find one where stage 5 is executed and the task is created.
