Zoho ‐ General - deptster/deptster.github.io GitHub Wiki

If Null

collection_variable = ifnull(rec.get("Email")," "); rec.get("Email") is visible ifNull is false. is visible ifNull is true.

To List

products  =  "ZohoCreator/ZohoCRM";
productList  =  products.toList("/");
info productList; // Returns ZohoCreator,ZohoCRM

Date Time Field Format

2018-03-28T11:34:40+05:30 toString() => yyy-MM-ddTHH:mm:ss+05:30 +05:30 is for IST

Source: https://www.zoho.com/deluge/help/functions/common/tostring.html