Remember to fill out (body) API Connector

Hi there.

I’m using the API connector to POST to an endpoint on my server. The format of one of the fields is as below
[
[Name1,amount1,Category1],
[Name2,amount2,Category2],
[Name3,amount3,Category3],
]

I’ve gotten the API call to work with lots of work but now have wound up with an error that I can’t explain as seen below.

image

As I said, the API is working perfectly but now I can’t push any changes to live.

Any ideas?

Did you click on the error? You probably clear your body and it’s now empty

Thanks for this. I don’t think this was the issue and the problem went away once I refreshed the editor.