Hi,
Getting this error as attached
error copy - {"response":{"message":"Error occurred","uri":"/api/forms/json/employee/updateRecord","errors":{"code":7202,"message":"Provided authentication token is invalid."},"status":1}}
code copy -
employee = zoho.people.getRecordByID("employee", emp_ID);
mp = Map();
mp.put("Nick_Name", "Nick Name");
mp.put("recordid", emp_ID);
update = zoho.people.update("employee",mp); info update;
Please check and let us know , Let me know if needs other details.
Thanks and Regards,
Sidhant A.