Transform actions
Jinja2 templating offers powerful capabilities to shape and manipulate data to fit your needs. Sometimes, these actions are common enough to repeat regularly. Data transformation actions provide the ability to modify, combine, and reshape the data you are working with in your workflows. These actions are particularly useful when dealing with complex data structures, such as nested lists and objects. They empower you to transform data according to your needs without additional coding.
Add or subtract from DateTime
All transform
Any transform
Append with items results
Compare dates
Convert DateTime to timezone
Convert list to object
Defang
Diff lists
Flatten list
Generate friendly password
Get business days between dates
Get DateTime
Get days between dates
Get list length
Get string length
Is JSON
Map to an attribute within a list
Merge lists
Parse CSV
Parse text to JSON
Refang
Remove duplicates from list
Return element
Select attribute
Set list field value
Set variable
Sort
Split text
Transform list objects
Trim variable
Last updated
Was this helpful?