I created a flow for unique ID to add to an email notification when and item is created. I am using the SharePoint online form (not custom form) I have another part of the flow where there is a when item is created or modified. Email notifications are sent out before the Unique ID is created by the flow. Therefore, the flow sends the email notification out without the Unique ID. Then, the emails continue to loop and send out until the flow is satisfied. How can I have the email notification delay until the Unique ID is created to add tot he email:
Here is the other part of the flow - Can I add it to this?
@Swopesy2024 it will look like as below. Yes you can make the changes in existing flow which already has this trigger. In condition from dynamic content you will find has column changed.
Also, would you display what it should look like?
Can I add it to the workflow I have already that has When an item is created and modified? and then add it to the conditions I have already? or create a new section? I have versioning on the list as well.
@Swopesy2024 in the flow which has trigger "When item is created or modified" add Get Changes action and then add Condition action to check if Unique ID value has changed and its value is not empty, then send email. For this you will have to enable versioning on the list
Michael E. Gernaey
9
Super User 2025 Season 1
rzaneti
7
Super User 2025 Season 1
lbendlin
4
Super User 2025 Season 1