Automations > Conditional visibility
Automate hiding or showing tasks
Visibility actions explained
Section titled “Visibility actions explained”Visibility actions let you Show or Hide specific steps based on conditions. They’re smart switches - users see exactly what they need, when they need it.
Visibility is one of five action types you can add to an automation. The others change deadlines, reopen steps, and update assignments.
Examples
Section titled “Examples”Example 1 - CFO approval for big purchases:
CFO approval for big purchases
If
- Purchase Amount is greater than $10,000
Then
- Show step
- Apply to
- Approval by CFO
AUTOMATION CFO approval for big purchases
IF field "Purchase Amount" is greater than "$10,000"
THEN show "Approval by CFO"
The CFO approval step appears automatically for purchases over $10k.
Example 2 - Skip irrelevant reviews:
Skip irrelevant reviews
If
- Customer Type is Small Business
Then
- Hide step
- Apply to
- Enterprise Security Review
AUTOMATION Skip irrelevant reviews
IF field "Customer Type" is "Small Business"
THEN hide "Enterprise Security Review"
Small business customers skip the enterprise security review entirely.
Example 3 - Adapt to user input:
Adapt to user input
If
- Application Type is Mortgage
Then
- Show step
- Apply to
- Credit Check
- Show step
- Apply to
- Property Valuation
- Show step
- Apply to
- Underwriting
AUTOMATION Adapt to user input
IF field "Application Type" is "Mortgage"
THEN show "Credit Check"
AND show "Property Valuation"
AND show "Underwriting"
Selecting “Mortgage” reveals all mortgage-specific steps at once.
Here’s what it looks like in action:

Completing one step makes the next one appear. That’s visibility automation at work.
Hidden steps can’t be completed
Hidden steps have an internal status of auto-skipped and can’t be completed. Any automation checking “if step is complete” on a hidden step won’t trigger - unless another rule makes that step visible first.
Only create completion-based automations for steps users can actually see. You can also manually show or hide steps using the three-dot menu on any task.
Hiding tasks by default in a template
Section titled “Hiding tasks by default in a template”All tasks show up when someone launches a procedure template. To keep certain tasks hidden until the right moment:
- Open your procedure template in the editor.
- Click on the step you want to hide initially.
- In the step’s settings panel, toggle Hide by default to Yes.
- Save the step.
Hidden steps stay out of sight until a Show automation brings them back.
Enforcing sequential task order
Section titled “Enforcing sequential task order”Sometimes Task B shouldn’t start until Task A is done. You can force tasks to appear in sequence using hidden tasks and Show visibility actions in your automations2.
- Task A: Leave it visible by default.
- Task B: Set it to hidden by default.
- Task C: Set it to hidden by default.
- Create automation 1 (show Task B):
- IF
(Step Status)forTask AisCompleted - THEN
(Visibility)SHOWTask B
- IF
- Create automation 2 (show Task C):
- IF
(Step Status)forTask BisCompleted - THEN
(Visibility)SHOWTask C
- IF
The result:
- Process starts - only Task A shows up
- Complete Task A - Task B appears
- Complete Task B - Task C appears
You can chain as many tasks as you need this way.
Related articles
Section titled “Related articles”Tutorials > Create an automation
Tasks > Manually show or hide tasks
Footnotes
Section titled “Footnotes”Was this helpful?
- 2026 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks