Documentation Index
Fetch the complete documentation index at: https://docs.processzen.io/llms.txt
Use this file to discover all available pages before exploring further.
Conditional Logic in ProcessZen
Conditional logic allows you to create dynamic workflows by showing or hiding fields and pages based on specific conditions.Adding Condition Blocks
To add a condition block:- Click the
+icon in the editor (when in editing mode) - Press
/on your keyboard (shortcut: CMD+/ on macOS, CTRL+/ on Windows/Linux)
Creating Condition Groups
Condition groups let you combine multiple conditions using AND/OR logic. Here’s how to create them:- Add a condition block
- Select the field to evaluate
- Choose the condition type (e.g., equals, contains, greater than)
- Set the value to compare against
- Click “Add condition” to include more conditions in the group
- IF (Email contains “@company.com” AND Role equals “Manager”) THEN show “Manager Approval” page