Skip to content

Synchronization

Automation example - synchronization (wait for multiple things)

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.

BPMN diagram showing synchronization gateway waiting for both A and B to complete

Think of it like needing two keys to open a vault - you can’t proceed with just one.

Example - wait for HR and manager approval

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.

Employee onboarding template with approval step configuration (61 chars)

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]
Automation rule with conditional logic and visibility action (60 chars)

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

This guide explains how to use Power Automate’s approval features to handle formal sign-offs that extend beyond Tallyfy’s built-in task assignments by creating automated workflows that request approvals and update Tallyfy processes based on the outcomes.

Examples > Multi-level approval loops

Set up approval chains where rejections automatically reopen earlier steps for corrections - with examples for financial, content, and contract workflows.