Zoho Multi-Select Field Expected Data Type JSONarray
Status: Closed · Asked by iRest Institute on · 0 views
I'm trying to move data from a Google Form multi-select field, into a Zoho CRM multi-select field. Unfortunately, I'm getting the error: Expected Data Type JSONarray. Is there a way to do this? The field is named Applicant_Types
Hello @iRestAdmin
Can you please clarify which step you are getting the error in This would help us to better understand the issue.
@Preeti Paryani Yes, sorry for not mentioning that. It's Step 5, Zoho CRM Insert/Update Scholarship.
When mapping in a multi-select field, you need to pass the values as an array of strings, as shown below. We have made the necessary change on your behalf, and it seems to have fixed the issue.
Thank you, @ArshilAhmad that did the trick. Nice to know that I can add a simple Text Formatter step and replace ,{{space}} with "," to get that needed middle part.