What is the problem?
What is method for finding out which parameter they mean
Hi @learn2
Parameter validation error mostly occurs when the data you map into a field isn’t in the type of data that the field expects. Every field has it’s required data type and if you map arrays where strings are needed it’ll will throw a validation error.
To get more details about the specific field where the error is happening please click the little tiny triangle at the top right corner of your Zoho module and you’ll see a more detailed report about the error.
Also please open your spreadsheet and check if the data types sent to Zoho are in the right format. It is possible for numbers to exists as strings in a spreadsheet columns if you try to feed that into a module that expects a real integer it will fail data validation. If you can open the little triangle, get more terror details, open the Zoho module, take a screenshot of the required parameters and share them here we will pinpoint the exact problem.
Hi… This could be because the customer_id doesn’t exist in Zoho Books. Best practice in a case like this is to either have a “Search Customer” module to check whether the customer_id exists or some error handling. Another possibility is an incorrect format.
If you don’t come right, please share the input and output bundles.
Hi @learn2
It’s a lot clearer now. Mapping Customer ID directly from the Google sheet is most likely causing the problem. Verify what exact value that field expects. Are you using Zohobooks “create a contact person” module? What exact zohobooks module are you using and what is your scenario aimed at achieving?