Enable Transforms
Write Transform Expression
Use JSONata to modify the form data. The expression should return the transformed object.Example: Add Computed Field
Count selected projects and add timestamp:Example: Flatten Values
Extract just the IDs from selections:Common Functions
| Function | Description |
|---|---|
$merge([a, b]) | Combine objects |
$count(array) | Count items |
$now() | Current timestamp |
$sum(array) | Sum numbers |
$join(array, sep) | Join strings |

