Hello, new here. Hoping someone can help. I am attempting to use insert from URL script step to connect to Square's API. I've tested within the Square API Sandbox and the following seems to work okay, but when attempting to access from FMP 21, I get a "?* Line, Column 1, Syntax error: value, object or array expected. Here's my config:
Environment: Mac OS, FMP 21,
I put the following into the 'Specify Curl Options' in the Insert from URL options
I've set the url for the site (Square's sandbox to: "https://connect.squareupsandbox.com/v2/payments" as a variable which VAR I put into the 'Specify URL' option dialog for the Insert from URL script Step.
But, I keep getting syntax error in line 1 column 1 when the script is executed.