Actions > Automate hiding or showing tasks
Combined visibility and deadline rules
Combine visibility and deadline automations in Tallyfy so steps only appear when they’re relevant - and arrive with the right due date already set.
When you’d use this
Section titled “When you’d use this”- Shipping - International orders need customs checks with deadlines tied to arrival dates. Domestic orders skip the step entirely.
- Contract renewals - Enterprise contracts trigger legal review 30 days before expiration. Standard contracts skip it.
- Event planning - Catering requested? That task appears with a 14-day countdown to event day.
- Customer onboarding - Premium customers get expedited setup steps with 24-hour turnarounds.
How to set it up
Section titled “How to set it up”-
Add a conditional step
In your template, add a step that should only appear in certain situations - for example, “Check international shipment arrival.”
-
Create the visibility rule
Add an automation to show the step only when needed:
IF (Shipment Type field) is "International"THEN Show task "Check international shipment arrival"Tallyfy automatically hides steps with “Show” actions until conditions are met.
-
Add a deadline rule for the same step
Create another automation targeting the same step:
IF (Shipment Type field) is "International"THEN Set deadline for "Check international shipment arrival"to 7 days after (Expected Arrival Date field) -
Test it
Launch a process and check:
- Domestic shipment - the task stays hidden
- International shipment - the task appears with a deadline 7 days after the expected arrival date
Examples
Section titled “Examples”Contract renewal with type-specific deadlines
Section titled “Contract renewal with type-specific deadlines”Step: “Legal review for special terms”
Visibility rule:
IF (Contract Type field) is "Custom Enterprise"THEN Show "Legal review for special terms"Deadline rule:
IF (Contract Type field) is "Custom Enterprise"THEN Set deadline to 30 days before (Contract End Date field)Enterprise contracts trigger legal review 30 days before expiration. Standard contracts skip the step entirely.
Event planning with optional services
Section titled “Event planning with optional services”Step: “Arrange catering service”
Visibility rule:
IF (Services Requested field) contains "Catering"THEN Show "Arrange catering service"Deadline rule:
IF (Services Requested field) contains "Catering"THEN Set deadline to 14 days before (Event Date field)No catering requested? No task. Catering needed? It’ll appear with a 14-day countdown.
Support escalation
Section titled “Support escalation”Step: “Senior engineer review”
Visibility rule:
IF (Issue Priority field) is "Critical"AND (Initial Resolution) is "Unsuccessful"THEN Show "Senior engineer review"Deadline rule:
IF (Issue Priority field) is "Critical"THEN Set deadline to 2 hours after (Escalation Time field)Critical issues that first-line support can’t resolve escalate to senior engineers with a 2-hour SLA1.
Advanced patterns
Section titled “Advanced patterns”Multiple conditions on one step
Section titled “Multiple conditions on one step”You can use AND/OR logic to combine conditions. Tallyfy supports both operators:
// Visibility depends on amount AND regionIF (Purchase Amount field) is greater than $10,000AND (Region field) is "International"THEN Show "Export compliance check"
// Express shipping - tight deadlineIF (Shipping Method field) is "Express"THEN Set deadline for "Export compliance check" to 1 day after process launch
// Standard shipping - more timeIF (Shipping Method field) is "Standard"THEN Set deadline for "Export compliance check" to 3 days after process launchCascading deadlines
Section titled “Cascading deadlines”One task’s deadline can reference another task’s deadline:
// First conditional stepIF (Requires Inspection field) is "Yes"THEN Show "Quality inspection"AND Set deadline to (Ship Date field) minus 3 days
// Second step references first step's deadlineIF (Requires Inspection field) is "Yes"THEN Show "Inspection report filing"AND Set deadline to 1 day after "Quality inspection" deadlineBest practices
Section titled “Best practices”- Match your conditions - If a step shows for “International” shipments, its deadline should trigger on the same condition.
- Set default deadlines - Hidden steps should still have reasonable defaults in case someone manually shows a step.
- Test edge cases - What happens if a date field’s empty? Or a condition changes mid-process? Find out before your users do.
- Name steps clearly - “Premium setup verification” beats “Step 3,” especially for conditional steps.
Related articles
Section titled “Related articles”Automations > Conditional visibility
Actions > Automate deadline shifts on tasks
Use Cases > Set up automation rules in plain language
Footnotes
Section titled “Footnotes”Was this helpful?
- 2026 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks