when i edit the record from formreport it should update the record in zoho crm?
the code i return till now
record = zoho.crm.create( ("Accounts") , { ("Account Name") : input.Account_Name, "Phone" : input.Phone1, "Emplyees" : input.Employee } , 2 )
;
its updating only in formcreator but not in crm account