Unable to get Records of Creator App from Desk
I am trying to get fetch Creator App report records from a Desk script but I always receive the same Error message:
{"message":"Please verify whether you gave a valid ownerName,appLinkName and viewLinkName or not","status":"Failure"}
I am parametrizing the function like is explained in zoho documentation:
<variable> = zoho.creator.getRecords(<ownerName>, <appLinkName>, <viewLinkName>);