The If/Then branch allows you to create innovative, flexible workflows that respond differently based on your data. It evaluates the value of a property and takes action only if a specific condition is met, providing you with greater control over how your processes operate.
Example 1: Approvals based on leave type
If a leave request type is set to annual leave, you might want it to go to a line manager for approval. But if it’s long-term leave, you can use an If/Then branch to route the approval request to someone else, such as an HR partner.
Example 2: Notifications based on location
You could also use this action to tailor notifications. For instance, if an employee’s work location is "New York", send the update to the US HR team; otherwise, route it to the global HR inbox.