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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Send HTTP request to u...
Power Automate
Unanswered

Send HTTP request to update yes/no column in sharepoint not actually changing column on success

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello,

 

This is a wierd on for me. I have an Send HTTP request to update a Yes/No column in SharePoint. When I run the flow it runs successfully, I look at the run history of the flow and the action displays the check mark image, yet when I look at the sharepoint list and view the column of the item the flow ran on, the column is unchanged. How can this happen? I have my configurations and result images below.

 

 

Send HTTP request action;

DWTKBrook_1-1683748131229.png

 

Flow result;

DWTKBrook_2-1683748262293.png

 

 

SharePoint list;

DWTKBrook_2-1683747879516.png

 

 

I have also tried False and I got the same result.

 

Anyone know if this is a bug or a fix for this?

 

I appretiate any suggestions.

DWTKBrook

 

Categories:
I have the same question (0)
  • Expiscornovus Profile Picture
    33,830 Most Valuable Professional on at

    Hi @Anonymous,

     

    The value 0 as string should be correct. Just tested it in my dev environment.

     

    Only two things which I see is different is that you haven't included Headers in your action and the body is missing the bNewDocumentUpdate property in the payload. Might be worth a shot to add those as well?

     

    Below was my test btw

     

    Headers

    {
     "Accept": "application/json;odata=verbose",
     "Content-Type": "application/json;odata=verbose"
    }

     

    Body

    {
    "formValues": [ 
    {
    "FieldName":"ViewUpdated",
    "FieldValue":"0"
    }
    ]
    ,"bNewDocumentUpdate":false
    }

     

     

    updateyesno.png

     

    Test results of three runs with both "0" and "1" as values.

    updateyesno02.png

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hello @Expiscornovus - This is very odd indeed, I edited the Send HTTP request as per your advice (image below)

    DWTKBrook_1-1683808689446.png

    The version history records the change (below);

    DWTKBrook_2-1683808831938.png

     

    The hyperlink column called view is updating as expected but the check mark (even after many refreshes), the check mark is still visible;

    DWTKBrook_3-1683809527210.png

    Very strange behavior.

     

  • Expiscornovus Profile Picture
    33,830 Most Valuable Professional on at

    Hi @Anonymous,

     

    Couple of things to check. Is the internal name of the field ViewUpdated? Have you double checked this?

    https://elliskarim.com/2021/12/20/finding-the-internal-name-of-a-sharepoint-column/#method-1-column-settings

     

    Can you also try to only update the ViewUpdated field in your request. Just to see if it is a multiple fields at once kind of issue.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hello @Expiscornovus 

     

    Yes, I have double/triple check the internal column name. I removed the the update in the action and it worked. I then added it back, only this time I had the ViewUpdated column first and the hyperlink column after and it is now working as intended. It look like is seems to need a specific order.

     

    Thanks for all your help on this one.

     

    Cheers!

    DWTKBrook

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 605

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard