I Can't access my Zoho Recruit information to populate in Zoho Creator
Dear Support,
Please could you verify what is wrong at my script?
I'm following the instrutions on help but I can't have success.
I include some alert to debug, but the end doesn't show anything for resp.
I include some printscreen to help you to understand the sequence that I'm doing.
Thanks.
Paulo Miguel.
script:
moduleName = "Candidates";
condition = "(email|=|" + input.Email + ")";
fromIndex = 1;
toIndex = 20;
resp = zoho.recruit.searchRecords(moduleName, condition, fromIndex, toIndex);
alert condition;
alert resp;
cancel submit;