Conditionals are a foundational aspect of running workflows. By using conditionals, you can specify the conditions that an action should run under, avoid running actions with incomplete data, or segment workflows better.
When the condition is not met, the default output is ‘Condition not met’However, a custom output for conditions that are not met is possible, such as the following: