Skip to main content
The Convert to Text action turns an incoming value into a string. Use it when a later action requires text but the current value is a number, boolean, or another coercible type.

Inputs

Outputs

Common primitive conversions include 42"42" and true"true".
Conversion is not JSON serialization. Complex values may not produce the structured text you expect; serialize them explicitly when the exact format matters.