I thought I had this figured out but it seems that the JSON body formatting for the fields for a SharePoint List item creation is off here.
This is a sample of the body I am sending as JSON.
I am doing a POST request like this per the API doc.
But for some reason I am getting a General Exception error.
When I did this with an earlier version of the workflow and I had the JSON formatting without the “fields” key – it worked but it created an entry with no data all blank columns.
I tried removing some of the fields and doing one at a time and it gets the error each time.
Any idea what I might be doing wrong?