Zoho Trusted Partner in Digital Transformation
Total Functions Available: 200+ built-in functions across 10+ categories
Core Functions:
length(string) - Returns string lengthsubstring(string, start, end) - Extract substringreplace(string, old, new) - Replace texttoLowerCase(string) - Convert to lowercasetoUpperCase(string) - Convert to uppercasetrim(string) - Remove whitespacecontains(string, substring) - Check if contains textstartsWith(string, prefix) - Check prefixendsWith(string, suffix) - Check suffixsplit(string, delimiter) - Split into listExample: name = toUpperCase(substring(input.Full_Name, 0, 10));
Essential Functions:
today() - Current datenow() - Current datetimeaddDays(date, days) - Add days to dateaddMonths(date, months) - Add monthsdaysBetween(date1, date2) - Calculate differenceformat(date, "dd-MMM-yyyy") - Format datehour(datetime) - Extract hourminute(datetime) - Extract minuteyear(date) - Extract yearmonth(date) - Extract monthExample: due_date = addDays(today(), 30);
List/Map Operations:
size(collection) - Get collection sizesort(list, field) - Sort collectiondistinct(list, field) - Remove duplicatessum(list, field) - Calculate summax(list, field) - Find maximummin(list, field) - Find minimumaverage(list, field) - Calculate averagecontains(list, value) - Check if containsadd(list, value) - Add to listremove(list, index) - Remove from listExample: total = sum(order_items, "Amount");
CRUD Operations:
insert into Form_Name values {field1: value1};update Form_Name set field1 = value1 where condition;delete from Form_Name where condition;fetch records from Form_Name where condition;count from Form_Name where condition;sum field from Form_Name where condition;max field from Form_Name where condition;min field from Form_Name where condition;Example: records = fetch records from Customers where Status == "Active";
API & Communication:
invokeURL(url, method, headers, data) - API callssendmail(to, subject, message) - Send emailsendSMS(mobile, message) - Send SMSgetUrl(record_id, form_name) - Get record URLopenUrl(url, target) - Open URLdownloadFile(url) - Download fileExample: response = invokeURL("https://api.example.com/data", "GET", headers, "");
Calculations:
round(number, decimals) - Round numberceil(number) - Round upfloor(number) - Round downabs(number) - Absolute valuepow(base, exponent) - Power calculationsqrt(number) - Square rootrandom() - Random numberExample: total = round(price * quantity * 1.18, 2);
File Operations:
getFile(file_field) - Get file detailsuploadFile(file_content, filename) - Upload filedeleteFile(file_id) - Delete filegetFileContent(file_id) - Read file contentSystem Functions:
zoho.currentuser - Current user infozoho.currenttime - Current timestampzoho.appuri - Application URIinput.field_name - Form input valuesinfo message; - Display info messagealert message; - Display alertsuccess message; - Display success messageGet Started with Zoho Creator:
Ready to implement these functions in your applications? Start your free Zoho Creator trial and begin building powerful business applications with Deluge scripting.
Advanced Development Support:
Need help implementing complex Deluge solutions? Our expert developers can assist with custom script development, performance optimization, and advanced integrations.
creatorscripts@zoho.com | 8444552263
⭐ Proud Winner of Zoho Creator's Tech Star in Healthcare ⭐
Trusted by Businesses Worldwide
This email was sent automatically with Creator Scripts
© 2025 Creator Scripts - Zoho Trusted Partner in Digital Transformation