Get Lead of Approvals with ZOHO Creator
Get Lead of Approvals with ZOHO Creator
Hello!
I am trying to get a Lead of Approval List but this code returns null.
What am I doing wrong?
data = {"module":"Approvals","id":id};
result = zoho.crm.invokeConnector("crm.get", data);
info result;