POST Request API to update field

I appreciate any help you can provide. I'm trying to update a field using the POST Request API.

My syntax is as follows:

image.png

I get a "The Id field is required" error message.

image.png

I know the record id 2887 exists, because I retrieved it in the previous step.

What am I missing?

Best Answer

  • Bryce Howard
    Answer ✓

    Is this power automate? I think you should put move your JSON from Query parameters to the Request body

Answers