toBoolean
Description
Converts a passed value to a boolean type.
Input / Parameter
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
value | The value to convert to a boolean. | Any | - | - | Yes |
Output
Description | Output Type |
---|---|
Returns the passes value as a boolean. | Boolean |
Callback
N/A
Video
Coming Soon.
Example
Steps
Drag
toBoolean
function into the event flow.
Result
Values | Expected result |
---|---|
| |
`true |
Links
Last updated