Hi everyone,
I’m trying to update a table in my app with an HTTP request from Make, but have issues getting it to work. I hope someone can help me and end my trial and error
So I’ve following this article and think I have the data structure right. I have also double checked my JSON with a JSON validator, but am still getting an error (“Bad request”).
Here’s my request:
As you can see, I’m hard coding the row id but my plan is to pass this id in my first step of my Make scenario and add it then. I’ve taken this ID from the row I’m trying to update.
Does anyone see what I’m doing wrong?
Thank you