Branch is located under the logic connector tab in the workflow editor.

Branch works similarly to If-Else but Unlike If-else, Branch allows you to go down one or more paths based on your criteria. Think of it as chaining multiple if statements together. For example, assuming your app is a marketplace that serves different markets around the world. You may have merchants selling products that are available in one country but not another. Using Branch, you can decide to stream data about products available in the UK to one webhook, products in the US to another webhook, and so on.

Branch allows you have more fine-grained control over what happens when multiple conditions are met.

For example, assuming you want to fetch all the deals from a user's Hubspot integration, then check for leads with potential deal size worth more than $200,000, and then trigger an E-mail