How do you convert array to a JSON Format in Deluge?
The return of response is a array.
response = zoho.creator.getRecords("zoho_user12586", "pilmico-duplicate", "Add_New_Employee_Record_Report", "", 1, 1000, "creator_auth");
If you need to make a post request:
header_data = {"Content-Type":"application/json"};
response = response.toText();
req = postUrl("URL",response,header_data);