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.
As I said, the API is working perfectly but now I can’t push any changes to live.
Any ideas?