Skip to main content

True/False branch

True/False branch block

Overview

The true/false branch block allows you to define a condition and then automatically transition the user down a path depending on how the condition evalutes.

Conditional paths

Paths originating from a true/false branch block will automatically transition depending on how the expression evaluates. If the expression evaluates as true, the user will transition down the paths that are set to true. If the expression evaluates as false, the user will transition down the paths that are set to false.

info

True/false branch blocks can have zero or many true or false paths.

Writing conditions

As with targeting rules, true/false branch conditions are expressed using Dopt's expression language.

info

Conditions are evaluated when the user reaches the block.