Skip to content

If Else Conditions - using AND or OR conditions

When setting up conditional logic in Stack, understanding how the system evaluates conditions is crucial for achieving the desired outcomes.

  • True Results: Stack checks each condition you set. If any condition evaluates to true, the system will follow the “Yes” path.
  • False Results: The system will only follow the “No” path if all conditions evaluate to false.

Imagine you’re setting up a workflow to send a follow-up email. You might use conditions like:

  • User has not opened the previous email OR User has not clicked any links.

In this case, if either of these conditions is true, Stack will proceed down the “Yes” path, triggering the follow-up email.

  • AND Conditions: All specified conditions must be true for the “Yes” path to be taken.
  • OR Conditions: Only one condition needs to be true for the “Yes” path to be taken.

By understanding these basics, you can effectively harness Stack’s conditional logic to automate your workflows efficiently.

Can't find what you need? Call or text +1 787 665-9212 or email support@stackapp.co.© Stack · Privacy · Terms