Retrieve Data from Zoho CRM to Creator Form

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 
  1. crmResp = zoho.crm.searchRecords("Contacts", "(Zoho_CRM_ID |=| input.Zoho_CRM_ID)");
  2. input.Email = crmResp.Email;


Screenshot of Form:




Thanks

Arfater