web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : Li8MnnzBizB0fYQlrXn3+Q
Power Automate - Building Flows
Answered

Assigned to flow keeps triggering when item is modified.

Like (0) ShareShare
ReportReport
Posted on 13 Mar 2020 11:07:30 by 1,597 Super User 2024 Season 1

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?

 

assignedto.png

  • Verified answer
    v-bacao-msft Profile Picture
    on 16 Mar 2020 at 08:06:50
    Re: Assigned to flow keeps triggering when item is modified.

     

    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.

    150.PNG

     

    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,

  • ChristianAbata Profile Picture
    8,949 Most Valuable Professional on 13 Mar 2020 at 12:03:23
    Re: Assigned to flow keeps triggering when item is modified.

    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.

    options.PNG

     

    The condition you need to add is like; ColumnName eq 'New'

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2

Loading complete