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.
Can be closed found out how to format it.
{
"formValues":[
{
"FieldName": "Status",
"FieldValue": "Published"
},
{
"FieldName": "Test",
"FieldValue": "Working"
}
],
"bNewDocumentUpdate": true
}
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1