Blocks within condition: boolean
List of all the block within the condition: boolean group. If you're running an older core version, there may be groups listed here that are not available to you (yet).
condition v10.4.28 returns true if the boolean is true. === false condition v10.4.28 returns true if the boolean is not true. Despite the === false label this is a !== true test: null, 0 and any other non-true value also pass. Back to
condition Return to the main group to view all sub-groups