JSON Parser Error in SFDC Integration for Create Record Column
Iāve got a table that has a Create Record column to create new contacts in SFDC. I keep getting an error about the integration failing to run due to a JSON Parser Error. My tech team went through it and they said the JSON code is correct. Here are some screenshots of the error and conditions in the Create Record column.
The only required fields for the Contact object in my CRM are āLastNameā and āAccountIdā
Using a āContact Detailsā column for the require SFDC fields data and the code is written as : Example:
"FirstName": "Jason","LastName": "Smith","AccountId": "001Ua00000gw8MoIAI"
Copy of the error message attached as well.