Skip to main content

Payment Collection Platform

Tech Mahindra + AWS • 12 AI Agents

12 Active Agents

Transform Functions

Data transformation and formatting functions for workflows

-
Functions
-
Categories

Live Transform Tester

Interactive

Quick Presets

One-Click

Function Chaining

Advanced
Format 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