The Change Case block modifies text format.
It can convert text to Uppercase, Lowercase, Capitalize, and other case formats.
Steps
- Add a new node in your flow
- Go to Formatter → Text Formatter
- Select Change Case
- Enter the Text (e.g.,
john doe) - Choose the required Case Type from the dropdown (e.g., Uppercase)
- Click Run & Save
- Check Run History → Output Response
The text will be converted into the selected format (e.g., JOHN DOE).
This is useful for name formatting and standardizing data.