Skip to content

Conditionals (IF) explained

How conditionals work

Conditionals in Tallyfy automations are “if this, then that” rules. They watch for specific events - a task getting completed, a form answer matching a value - and trigger actions automatically.

The Condition is your “IF” part. What you can check depends on whether you’re looking at a step’s status or a form field’s value.

Step-based conditions

These check a step’s status within your workflow. Every step type also supports reopened and not assigned conditions.

  • Regular step (and email step): Is it completed? (IF Step 1 Is completed THEN…)
  • Approve/reject step: Is it approved or rejected? (IF Approval Step Is rejected THEN send it back)
  • Expiry step: Is it acknowledged or expired?

Form field conditions

You can check what people enter in form fields - both on steps and in kick-off forms - and act on their answers.

Each field type supports different operators:

  • Short text, long text, or file upload: Contains, Does not contain, Is empty, Is not empty. Short text fields with numeric validation also get Greater than and Less than.
  • Dropdown: Is, Is not, Contains, Does not contain, Any of, Greater than, Less than
  • Radio buttons or checkboxes (multi-select): Is, Is not, Contains, Does not contain, Any of
  • Table: Contains (can target a specific column)
  • Date: Contains, Does not contain, Is empty, Is not empty
  • Assignee form field: Is empty, Is not empty

Someone selects “High Priority”? Route it to management. Budget over $10,000? Trigger an approval step automatically.

Automations > Conditionals

Conditional logic in Tallyfy lets your processes make decisions automatically using IF-THEN rules based on form answers and step completions.

Templates > Automations

Tallyfy automations use IF-THEN rules to route tasks, adjust deadlines, show or hide steps, and trigger webhooks based on form responses and task events.

Power Automate > Using conditional logic in Power Automate

Power Automate’s conditional logic enables automated flows to make intelligent decisions based on Tallyfy data using IF-THEN structures Switch controls and nested conditions to create adaptive workflows that respond differently to various task statuses form field values and process conditions.