I am looking to push information from Zoho creator to Zoho CRM. Here is my current script, however it does not push the information to the Zoho CRM. The Zoho field is in the 'Leads' module and the field is called "Prospect Lead ID."
crmResp = zoho.crm.updateRecord("Leads",input.Prospect_ID,{ "Prospect Lead ID" : "input.Prospect_ID" });