Greetings all,
I'm trying to build a flow that will send the creator of the item a notification email once a transfer has been completed. The flow is designed to run once the "transfer complete" states Yes.
The problem is there are several fields after this column that require updating after the transfer has been completed. So now the flow setup is repeating itself every time the item is modified resulting in repeated emails.
Example Scenario:
1) Item has been created - No email sent (Expected)
2) Item has been updated with Condition 1 as True - Condition 1 triggered and email sent (Expected)
3) Item modified with new column entries and since Condition 1 is also true, email is sent for condition 1 again (Not expected)
This is what I have set up, but not sure what to use to tell it to stop after sending it out once.
I'm not sure how to easily fix this, any help would be much appreciated.