Behavior
- Reads the value from the specified input variable
- Applies the selected transformation with optional parameters
- Stores the result in the
resultoutput variable - Routes to
SuccessorErrorbased on the outcome
Configuration
Transform types
Params reference
Output handles
Output variables
Use cases
Normalize input
Normalize input
After Speech Input, use
trim then to_lower to clean up the transcript before using it in a Condition node.Parse API response
Parse API response
After an API Call, use
json_parse to convert the response body string into an object, then use regex_extract to pull specific fields.Format currency
Format currency
Use
number_format with numberFormat: 2 to display an account balance as 1234.56 in a TTS message.