Hi.
I am trying to use getRecordsByID in Zoho Flow but it is not working.
Could you please give me any advice?
I try the next code in Zoho books and it work's fine, but it is not working on Zoho Flow.
response = zoho.books.getRecordsByID("contacts","MyOrgNumber","contact_ID");
Also I try
response = zoho.books.getRecordsByID("contacts","MyOrgNumber","contact_ID", "connection_name");
in Zoho Books is working ok, but it is not working on Zoho Flow.
I receive the next response
{
"code": 14,
"message": "Invalid value passed for authtoken."
}
Anny idea?
This flow is working in connection with zoho books with "connection_name".
I want to use getRecordsByID because every time I use update_customer action, the customer contacts become erased and also I can't access to the customer's contact from fetch_customer action.