We have a flow set up to listen to a list in SharePoint. Whenever a list item is added or updated, the flow triggers. The ONLY item in the flow is an HTTP POST call configured as shown below. The body is a 42 line JSON object.
When the flow is triggered, we are seeing two errors, shown below:
Tested the target URL with a Postman call and an identical body and the call was successful and things functioned as expected.
What are these errors? How do we debug this?
Hello @bbelman
Did you find a solution to your issue or is it still relevant?
I noted that you did not specify that the content is json. Add a header (key/value) "content-type"/ "application/json" and try again.
Let us know how it went
Kind regards, John
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional