Retrieve Data from Zoho CRM to Creator Form
Hi,
I am trying to auto populate of Email field of Creator Form based on the selected Zoho CRM Contact Name. I was trying with below script but it is not working
- crmResp = zoho.crm.searchRecords("Contacts", "(Zoho_CRM_ID |=| input.Zoho_CRM_ID)");
- input.Email = crmResp.Email;
Screenshot of Form:
Thanks
Arfater