CRM API searchRecords shows deleted records
Hi,
I have discovered that the Zoho CRM API loads records that have been deleted in the CRM. Here is a screenshot showing the issue
I am accessing the data using the following line of code in Zoho Creator:
- properties = zoho.crm.searchRecords("Products", ("(Project|=|" + input.project_name +")"));