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 : BrNcbBh2wXhaZpw7vI/zAQ
Power Automate - Building Flows
Answered

Flow to update Column following change in other Column in same Sharepoint list

Like (0) ShareShare
ReportReport
Posted on 25 Oct 2022 13:31:24 by

Hi there, firstly thanks for your help!

 

I'm looking to build a flow that will automatically update another column in my SharePoint list (with a number) when the status is updated. So to make it simple, from the photos below ..... when the CSM Status is changed to "Data Entry Complete" I would like my Data Entry Complete column to be updated to "100". I need this to be a number as I am displaying icons in a Power BI dashboard. 

 

If someone could help me by building an example flow that would be great!

 

Thanks 😀

 

ghcollins_0-1666704458700.png

 

 

 

  • Community Power Platform Member Profile Picture
    on 26 Oct 2022 at 10:09:45
    Re: Flow to update Column following change in other Column in same Sharepoint list

    Thank you so much Caspar - this works perfectly! 😊

  • Verified answer
    Caspar_Rubin Profile Picture
    830 on 25 Oct 2022 at 18:46:38
    Re: Flow to update Column following change in other Column in same Sharepoint list

    Hey,

     

    you could do it like this:

     

    Full Flow:

     

    Caspar_Rubin_2-1666722568185.png

     

     

    Explanation:

     

    In the "When an item is created or modified" trigger action at the top, click on the 3 dots at the top right and then select Settings.

     

    Caspar_Rubin_1-1666722549894.png

     

    In the Settings of the trigger action, click on +Add at the bottom where it says "Trigger Conditions" and enter the following Text: 

     

    @And(equals(triggerOutputs()?['body/CSMStatus/Value'],'Data Entry Complete'),not(equals(triggerOutputs()?['body/DataEntryComplete'], 100)))

     

    Caspar_Rubin_3-1666722621639.png

     

    this way, the flow will only trigger if the Choice Field CSMStatus changes to Data Entry Complete and the value in Data Entry Complete is not already 100.

     

    Also: Make sure you're using the internal names of the columns in SharePoint.

    For me, the column Data Entry Complete had the internal name DataEntryComplete 

    So without spaces... otherwise the Expression won't work... But I don't know if your internal name is the same... maybe it's Data%20Entry%20Complete or something like that...

     

    Then in the Update item action, use the following Expression in the Data Entry Complete field:

     

    int(100)
     

    Caspar_Rubin_8-1666723590911.png

     

     

    Leave the other fields like CSMStatusValue empty! This way the flow will not update those fields...

     

    Test / Check:

     

    The flow runs successfully:

     

    Caspar_Rubin_5-1666723523514.png

     

    And the items get updated:

     

    Caspar_Rubin_7-1666723556357.png

     

     

    let us know if this works,

    cheers

     

     

     

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

Announcing our 2025 Season 2 Super Users!

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

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!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 2