Condition

Create conditional automation workflows

It is possible to perform an automation action only if certain trigger criteria are met.

For example, you may have a table of Orders as follows

775

and you want to send an Email to notify the shopper of their purchase, but only if the order is accepted.

Steps

  1. Create an automation using the Row Updated trigger.
509
  1. Add a condition action.
    The updated order must have had the Accepted flag turned on to be able to continue.
509
  1. Add the send email action.
509

πŸ“˜

Multiple Conditions

You can add as many condition actions as you like.
When chained in a row, it effectively creates a logical AND expression.