Documentation Index

Fetch the complete documentation index at: https://help.quickbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Applying conditions logic

Prev Next

You can create complex, multi-step pipelines that automate decision-making processes based on specific conditions. This helps you save time and effort by eliminating the need for manual intervention in repetitive decision-making tasks. Branching allows you to split your business logic into two directions. If those conditions are met then the steps on the IF branch will run. If they are not met then the steps on the Then branch will run instead.

Animation showing a conditional branch being added to a pipeline in the Pipelines designer, with IF and Then branches splitting the workflow