Hi everyone,
I'm working on a Deluge Script in Zoho Creator to create Accounts and Locations. I'm running into a "Mismatch of data type expression" error when trying to retrieve the ID of a newly created Account.
Here's the relevant part of my code:
The error message says: "Error in executing On Create / Edit - On Success script Mismatch of data type expression. Expected BIGINT but found STRING."
Here's what I've tried so far:
id field in my Accounts module is an integer type.toLong() to convert the id to a BIGINT.accountResponse and recordDetails to check their structure.The response from zoho.crm.createRecord looks like this:
I'm puzzled why I'm still getting the error, as the response seems to contain a valid id.
Any help or suggestions would be greatly appreciated!
Thanks,