Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - General Discussion
Answered

How to trigger a flow when an item is selected in a SharePoint List

(0) ShareShare
ReportReport
Posted on by 62
Hi all
Can you please help me. Can you guide me on the steps to follow,  to trigger a flow whenever a value is selected from a dropdown in SharePoint List. I am choosing a Manager  from a Column "Assigned To" .   I would like a task to be created in Planner and the task is assigned to the Manager ( in Planner)
 
Thanks
 
Categories:
  • Verified answer
    David_MA Profile Picture
    11,713 Super User 2025 Season 1 on at
    How to trigger a flow when an item is selected in a SharePoint List
    I would do what @CFernandes suggested with one modification. In addition to checking the version history to see if the value has changed, I would add a trigger condition to only run the flow if the "Assigned To" field is populated. This will prevent unnecessary triggers of your flow. You would use this as the trigger condition expression: @not(empty(triggerOutputs()?['body/AssignedTo/Email']))
     
    The highlighted portion of the expression will be the internal name of your people field.
  • Suggested answer
    CFernandes Profile Picture
    8,295 Most Valuable Professional on at
    How to trigger a flow when an item is selected in a SharePoint List
     
    You can use "New “When an item or file is modified” trigger." and then use "“Get changes to an item or file (properties only)”
     
     
    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
     
    P.S. take a look at my blog here and like & subscribe to my YouTube Channel thanks.

     
  • Suggested answer
    Nived_Nambiar Profile Picture
    17,860 Super User 2025 Season 1 on at
    How to trigger a flow when an item is selected in a SharePoint List
     
    Try using when item is selected trigger as described in below blog:- 
     
     
     
    Or another approach i could think of is - using when item is modfiied trigger and then verifying whether Assigned To column has changed and if yes - do actions based on that 
     
     

    Thanks & Regards,
    Nived N

    Stay connected:
    LinkedIn | YouTube | Blogs

    Was this answer helpful?
    If yes, please mark it as the solution by selecting the checkbox in the discussion thread.
    Your feedback motivates me to keep contributing. Thank you!

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1