Automations > Logic operations explained
Synchronization
Use the AND operator in Tallyfy automations to make your process wait for several approvals before moving forward. When you connect conditions with AND, all of them must be true before anything happens.

Think of it like needing two keys to open a vault - you can’t proceed with just one.
Say you’re setting up an Employee Onboarding process, and new hires can’t start until both HR and their direct manager approve. Create two Approve/Reject tasks - one assigned to HR, another to the manager.

Then create a single automation rule that checks if both tasks show “Approved” status:
- Rule:
IF (HR Approval task) is "Approved"AND (Manager Approval task) is "Approved"THEN SHOW steps [List of next onboarding steps]

The AND between conditions is your synchronization point. Onboarding steps stay hidden until both approvals come through. No more chasing people or wondering who approved what.
Power Automate > Building approval workflows with Power Automate
Conditionals > Conditionals (IF) explained
Examples > Multi-level approval loops
Was this helpful?
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks