Docs

Logic blocks

Filter

Lets through only users that meet specific conditions.

Filter block

Overview

Filters users based on specific conditions, allowing only those who match the criteria to proceed. Users that don't match the conditions are stopped and won't continue to next block, however if they have active another block the workflow won't be exited.

Input

Filter block filters users based on an array of user properties conditions. The user must meet all conditions to pass through the block.

Exit nodes

matched - when the user meets all conditions they follow this path.

On this page