Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Sent email when share point column changed

(0) ShareShare
ReportReport
Posted on by 347

Hi, How can I setup that when a certain choice is selected in a certain column, the flow sends an email.

 

  • Nived_Nambiar Profile Picture
    17,901 Super User 2025 Season 1 on at
    Re: Sent email when share point column changed

    Hi @ManishSolanki 

     

    Does adding triggering condition when that column equal value works for all scenarios?

     

    I think it would work only for scenarios when value of that column was changed at that point.

     

    But when you have changed another column value and the ChoiceCol value is already set to required value before editing,  the mail would be sent but this time ChoiceCol is not changed, some other column value has changed.

     

    Hope i am right 

  • ManishSolanki Profile Picture
    15,085 Super User 2025 Season 1 on at
    Re: Sent email when share point column changed

    Hi @KT61 

     

    Please add the following actions in your flow:

    ManishSolanki_0-1682085330624.png

     

    and additional set the following triggering condition to make the flow trigger when a particular value is modified in the choice field. Here have taken choice field as 'ChoiceCol' and value on which flow will trigger is 'Value1':

    ManishSolanki_4-1682085729340.png

     

     

    ManishSolanki_3-1682085616392.png

     

    triggering condition: 

    @equals(triggerOutputs()?['body/ChoiceCol/Value'],'Value1')

     

    Please let me know if you face any problem.

    thanks

    Please remember to give a 👍 and accept my solution as it will help others in the future.

  • Nived_Nambiar Profile Picture
    17,901 Super User 2025 Season 1 on at
    Re: Sent email when share point column changed

    Hi @KT61 

     

    For demo purposes, I have created a Choice field like below, which has 3 three options 

    Nived_Nambiar_0-1682084238380.png

     

    Choice1, Choice2, Choice3 

     

    Now my requirement is whenever someones changes choice value to Choice 2 it should trigger the flow

     

    So i have designed the flow like this below

     

    First we will use trigger to start the flow when a item is modified.

     

    Nived_Nambiar_2-1682084583775.png

     

    Second we will use get changes in sharepoint to know what changes had happended in item since previous version like below

     

    Nived_Nambiar_3-1682084641283.png

     

    Here since field we are passing the previous version number by subtracting current version number of item by 1 using below expression

    sub(int(trim(split(triggerOutputs()?['body/{VersionNumber}'],'.')?[0])),1)
     
    Next we will use condition like this 
    Nived_Nambiar_4-1682084760099.png

     

    Nived_Nambiar_5-1682084794324.png

     

    This condition check whether the choice column has changed from its previous version and its current value is Choice2 using and operator.

     

    If condition is True, in Yes branch we can add send email action to notify the change in Choices field column like below

    Nived_Nambiar_6-1682084894824.png

     

     

    Hope this helps 

     

    Mark it as solution if it resolves your query 🙂

     

     

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