Format text
Format text transforms a text value using formatting rules — such as uppercase, lowercase, trim, or find-and-replace — before passing it to the next step. Use it to clean up dynamic content or normalize data between steps.
How it works
- The automation reaches the Format text step
- You provide the input text and select the formatting operation
- The step applies the transformation and outputs the result
- The formatted text is available to downstream steps via dynamic content
Set up the action
- Open the automation builder and add a new step
- Under Advanced, select Format text
- Configure the input text and formatting operation
tip
Use Add dynamic content to insert the text you want to format from a previous step. Chain multiple Format text steps for complex transformations.
Outputs
After the step runs, the formatted text value is available to downstream steps via Add dynamic content.
Related resources
- Actions overview — Browse all available actions
- Data expressions in automations — Extract and transform data between steps
- Logic & flow control — If/else branches, delays, and jump steps
- Creating and configuring automations — Build and configure workflows