Filter Block¶
Filter blocks are very similar to Decision Blocks in that they allow you to branch your playbook based on conditions. The difference is that filter blocks are used to filter a list of items, while decision blocks are used to branch based on a single condition.
If multiple conditions are met, the filter block will branch to all of them while the decision block will only branch to the first one.