SharePoint List - When column (Status Type changed to approved) is updated, I want it to update 2 other columns automatically - Approve changes to Yes; StatusText changes to Approved

Beant Lallh 20 Reputation points
2025-11-24T23:58:42.2866667+00:00

In a SharePoint list - When column (Status Type changed to approved) is updated, I want it to update 2 other columns automatically - Approve changes to Yes; StatusText changes to Approved

Microsoft 365 and Office | SharePoint | Other | Windows
0 comments No comments
{count} votes

Answer accepted by question author
  1. Jeanie H 7,305 Reputation points Microsoft External Staff Moderator
    2025-11-27T03:02:03.8966667+00:00

    Dear @Beant Lallh

    Based on my understanding and the tests I performed, kindly try these following steps:

    • Create a new Automated cloud flow > Choose Trigger > When an item is created or modified (SharePoint). > Create

    In Trigger > select your SharePoint site address and the List Name of that SharePoint site

    • In Trigger > Settings > Trigger conditions > Add:
    @equals(triggerBody()?['StatusType']?['Value'], 'Approved')
    
    
    • Add new Actions > Condition > follow the underneath image User's image
    • In True Branch > Add Action > Choose Update item
    • In Update item > follow the underneath image
    • User's image
    • In False Branch > Add Action > Choose Update item
    • In Update item > follow the underneath image User's image
    • After the above steps > Save and return to the SharePoint site to add new item to check if the flow run

    The Q&A forum has limited coverage for Power Automate, so if those steps do not resolve the issue, kindly raise your case in the Power Apps Community for dedicated assistance: Find Answers | Microsoft Power Platform Community. Also, because this flow has some information cannot be shared in this community because it contains personal information, so in case you need someone who can help directly, kindly ask your Global Admin to submit a ticket in admin center.

    I’m really glad I had the chance to assist you because this is quite an interesting topic. It’s a small feature, but it can significantly impact the user experience. I truly appreciate learning about this issue through you.

    0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Beant Lallh 20 Reputation points
    2025-11-24T23:59:39.8966667+00:00

    I tried this, I keep getting an error message.

    0 comments No comments

  2. Jeanie H 7,305 Reputation points Microsoft External Staff Moderator
    2025-11-25T01:34:29.47+00:00

    Dear @Beant Lallh

    Thank you for posting your question in the Microsoft Q&A forum.  

    Could you confirm if you are currently creating a flow in Power Automate? 

    Please help me share: 

    The exact error message you are seeing and, if possible, a screenshot of the error.  The actual column types for these fields in your SharePoint list: 

    • Status Type 
    • Approve changes 
    • StatusText 

    If you prefer an easier alternative instead of using Power Automate, you can create calculated columns in your SharePoint list. This approach automatically displays the desired values based on the Status Type without needing a flow.   

    Approve changes (Calculated):  =IF([Status type]="Approved","Yes","No") 

    User's image

    Status text (Calculated):  =IF([Status type]="Approved","Approved","") 

    User's image

    You can consider trying this method if it meets your requirements. Also, give me error message and column types if you want to continue using Power Automate. 

    Looking forward to your reply!  


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. 


  3. Beant Lallh 20 Reputation points
    2025-11-25T16:50:38.6933333+00:00

    User's image

    running another flow that works:

    User's image


  4. Beant Lallh 20 Reputation points
    2025-11-27T17:37:44.6+00:00

    Hi - I decided to run this flow after 5:00pm not to interfere with my 1st flow (email approvals, etc), this seems to have worked. Thank you for your assistance.

    User's image


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.