Skip to main content

Case block

The Case block is related to the Condition Block. The Case block looks at a certain input, and it will execute different blocks depending on the value of that input.

Here's an example of a Case Block that will look at the category of a Contact, when the Category is VIP than a deal will be updated, when the Category is Customer another deal will be updated:

The Case block in use.

an automation consisting of a Start block, a Get Contact By id block, a Case block, and two Update Deal blocks. The Case block is selected. On the right, the Item to check field contains Get Contact By id > Category, and the Values To Check For fields contain VIP, Customer, and Prospect. When the Category VIP is detected, one of the Update Deals blocks is accessed, and when the Category Customer is detected, the other Update Deal blocks is accessed.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!