Adding multiple condition blocks

Know how to add multiple condition blocks.

About this task

You can set multiple condition blocks, and when you add them, they function like an OR condition. This means that at least one filter condition in a condition block must be met for the workflow to proceed. Expanding on the previous example, suppose that you want to send the details of a newly created Trello card to a specific recipient through Gmail each time that a card is added to a specific list, but only if a user who is named John Doe creates the card OR. The card name contains the phrase approval required.

Procedure

  1. Repeat steps 1-5 from the first example.
  2. Click Add Condition to add a second condition block and then click Add Filter to set up a filter condition in it.
  3. Set the filter condition to check whether the card is created by a user named John Doe.
    • Input - Add memberCreator_fullName key listed under Trigger Data - New Card action object on the left side of the screen in the Input field. This key contains the name of the card creator.
    • Condition - Select the (Text) Exactly Matches condition.
    • Expected - Enter John Doe as an input for this field.
  4. Click Done and save the workflow. Each time a new card is created in the list, the workflow checks whether the card name contains the words approval required or if the card is created by a user who is named John Doe. If any of these conditions is met, the workflow run proceeds, whereas if none of the conditions are met, the workflow stops execution.