Skip to main content

How to Set Up Workflow Conditions for Multiple Options (All vs Any Conditions) (CRM)

When creating workflows with multiple criteria, understanding “All” vs. “Any” conditions is key to ensuring they trigger correctly.

Before You Begin

  • You have access to the Workflows section in Dazos

  • You understand the basic workflow setup process

  • You have identified the specific conditions you want to trigger your workflow

Understanding Condition Logic

All Conditions (AND Logic)

All Conditions works as an "AND" statement, meaning every single condition in the group must be true simultaneously for the workflow to trigger.

Example: If you group multiple insurance providers under "All Conditions", the workflow will only trigger if a record somehow has ALL those providers selected at once - which is typically impossible since records usually have only one provider.

Any Conditions (OR Logic)

Any Conditions works as an "OR" statement, meaning if any one of the conditions in the group is true, the workflow will trigger.


Steps to Fix Multiple-Option Workflows

Option 1: Create Separate Workflows (Recommended)

  1. Navigate to your existing workflow that isn't triggering properly

  2. Note the conditions currently grouped under "All Conditions"

  3. Create a new workflow for each individual condition

  4. Clone your original workflow settings for consistency

  5. Set up each workflow with only one specific condition

  6. Test each workflow individually

Option 2: Restructure Using Any Conditions

  1. Edit your existing workflow

  2. Change the condition grouping from "All Conditions" to "Any Conditions."

  3. Verify all your individual conditions are still properly configured

  4. Save and test the workflow

Verification / Expected Result

After implementing either solution:

  • Your workflow should trigger when any one of your specified conditions is met

  • Test records with different individual conditions should successfully trigger the appropriate workflow

  • Email notifications or other workflow actions should execute as expected

Troubleshooting / Common Errors

Workflow still not triggering:

  • Double-check that your individual conditions are configured correctly

  • Ensure the workflow is activated

  • Verify the trigger event (e.g., "when record is updated") matches your testing scenario

Too many emails are being sent:

  • Check if multiple workflows are triggering for the same condition

  • Review your workflow conditions to ensure they're specific enough

  • Consider adding additional filters to narrow down when the workflow should run

Best Practices

  • Use separate workflows for mutually exclusive options (like different insurance providers)

  • Use "Any Conditions" when you want the workflow to trigger if any one of several conditions is met

  • Use "All Conditions" only when you need multiple criteria to be true simultaneously

  • Test thoroughly before activating workflows in production

Did this answer your question?