Transform Functions
Data transformation and formatting functions for workflows
-
Functions
-
Categories
Live Transform Tester
InteractiveQuick Presets
One-ClickFunction Chaining
AdvancedFormat Customer Name
{{customer.name|trim|title}}
Trims whitespace, then converts to title case
Format Amount with Default
{{amount|default:0|currency}}
Sets default value if null, then formats as currency
Secure Phone Display
{{phone|mask:0:4:*}}
Masks phone number showing only last 4 digits
Calculate Age from DOB
{{dob|age}} years old
Calculates age from date of birth
Built-in Variables
All Functions
Copied to clipboard