There are situations when you only want a workflow or action to run under specific circumstances. For example, when the user is logged in, when a checkbox is clicked, when the user's email contains a specific domain, etc. In this case, add a condition to the event. Build a logical condition using the Composer piece by piece. In the case of actions, if the condition isn't met, the workflow will skip that action. Any subsequent actions will run using empty data.