I have a SharePoint list with Assigned To flows that send an email to the user who had an item assigned to them.
However if I am to update the list item text, or change the priority etc, the Assigned To flow, keeps re-triggering - this causes confusion.
How can I get the flow to only run once? and not trigger again?
Hi @sudosaurus ,
It seems that you want the Flow to be triggered when Assigned To field has been modified.
Currently, we could not check if the specified filed was modified and then trigger the Flow.
You could consider check the version of the item and get the changes of the specified field. If it was changed, send an email.
Please check this blog and refer to the method to get the version of the specified field:
Check-for-a-Change-in-a-SharePoint-List-Column-Value
Another workaround can be referred to is create a new column as a tag in the list.
When you edit the item, you could set the value of this column, Flow will check the value of the column to determine that if need to trigger Flow.
You could configure trigger conditions, Flow will be triggered when the specified column is equal to the specified value.
For example, I created a tag column, named TriggerOrNot, the type is Yes/No.
Besides, if you don’t want the flow to be triggered when an item is modified, you could use When an item is created as the trigger directly.
Best Regards,
hi @sudosaurus you can control when you want to trriger by adding a condition. Please click on ... dots in the trigger When a Item is created and the options.
The condition you need to add is like; ColumnName eq 'New'
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2