TEXTTOBOOLEAN()

Prev Next

Description

Parses text into a boolean. “y”, “yes”, “t”, “true”, and “on” (and any capitalized variants) are recognized as true, and “n”, “no”, “f”, “false”, and “off” are recognized as false

Available In

  • Apps
  • Automations
  • Analysis

Syntax

TEXTTOBOOLEAN(n: Text) => Boolean

Example

TEXTTOBOOLEAN("false") = no