Actions > Automate changing the status of tasks
Automate hiding or showing tasks
Visibility actions automatically Show or Hide specific steps in your process based on conditions being met. This is a very common way to make processes change based on answers or situations.
Example 1: Show an extra approval step for large amounts
IF (Purchase Amount field) is ">$10,000"THEN SHOW step "Approval by CFO"
(If the purchase is over $10k, the CFO approval step appears; otherwise, it stays hidden.)
Example 2: Hide steps not relevant to certain customers
IF (Customer Type field) is "Small Business"THEN HIDE step "Enterprise Security Review"
(Small business customers don’t need the enterprise review step, so it’s hidden for them.)
Example 3: Show different steps based on application type
IF (Application Type field) is "Mortgage"THEN SHOW steps "Credit Check", "Property Valuation", and "Underwriting"
(Only show the mortgage-specific steps if the application type is Mortgage.)
Let’s look at another example:

(In this screenshot example, the rule says IF a specific step is completed, THEN step 2 will be shown.)
Tracking And Tasks > More about processes
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks