Skip to main content
The Is Text? action checks the runtime type of any value. It returns true only for strings; it does not convert the value first.

Inputs

Outputs

For example, "42" returns true, while the number 42 returns false.