Skip to main content

Enable Transforms

1

Add Fields

Add your form fields
2

Enable

Toggle Transform data before saving

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:
Input:
Output:

Example: Flatten Values

Extract just the IDs from selections:
Output:

Common Functions