Here is a copy of a flow i built. The purpose of the flow is to have the person who enters an item receive a confirmation email when the item is created, and a follow up email when an item is modified.
The flow runs fine when we enter a new item but fails when we modify it.
Not sure why?
Flow
• When an item is created
• Initailize variable
• Apply to each
• Initailize variable
• Apply to each
• Initailize variable
• Apply to each
• Initailize variable
• Apply to each
• Initailize variable
• Apply to each
• Initailize variable
• Apply to each
• Send an email
The flow up to this point works perfectly. The next segment does not work
• When an items is created or modified
• Initailize variable
• Apply to each
• Condition: Created does not equal Modified
• If yes: Switch
• If no: nothing happens
On PHASE = 9 different cases
Each case is set up with
• Get items for the specific phase selected
• Send an email
The flow shows that it is running when the phase is changed but it never completes. Any ideas?