Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Update mutliple fields for item using REST api

(0) ShareShare
ReportReport
Posted on by 2,563

Hi

 

Im trying to update multiple fields in one "Send an HTTP request to SharePoint"

My first field is a simple Text String, my second field is a Choice column.

 

Now i can do 2 different "Send an HTTP request" and they will work, but i would like to combine this in one send.

I have attached an image of my flow showing this part.

 

2019-10-29 14_51_14-Edit your flow _ Microsoft Flow.png

 

 

  • Verified answer
    JimmyW Profile Picture
    2,563 on at
    Re: Update mutliple fields for item using REST api

    Can be closed found out how to format it.

     

    {
    "formValues":[
    {
    "FieldName": "Status",
    "FieldValue": "Published"
    },
    {
    "FieldName": "Test",
    "FieldValue": "Working"
    }
    ],
    "bNewDocumentUpdate": true
    }

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