toBoolean

Description

Converts a passed value to a boolean type.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

value

The value to convert to a boolean.

Any

-

-

Yes

Output

DescriptionOutput Type

Returns the passes value as a boolean.

Boolean

Callback

N/A

Video

Coming Soon.

Example

Steps

  1. Drag toBoolean function into the event flow.

Result

ValuesExpected result

false

`true

Last updated