Converts the input value into a Boolean type, with a logical value of either True or False
Category: conversion
Syntax:
Returns: Boolean
Context Filtering: ✓ Yes
Parameters
| Name | Type | Required | Description |
|---|
input | text or number or column | ✓ Yes | The input that you would like to be interpreted as a logical operator. Input can be of text or number type |
Allowed Column Types for input: STRING, TEXT, INT, FLOAT, DECIMAL, BOOLEAN
Validation
- Minimum parameters: 1
- Maximum parameters: 1
Examples
Returns False
Result: False
Returns True
Result: True
Returns True
Result: True Last modified on March 13, 2026