Okta Workflows Tips are short and handy Workflows tips and tricks. Read all the previous tips.
Create an OR-Condition
The following flow shows how create a flow with an OR-condition:

The flow has the following steps:
- The Flow Control-Assign card creates three fields (Number, Text, and List)
- The True/False-Expression, True/False-Compare, and List-Includes cards perform a comparison operation and return a true/false value.
- The True/False-Or card takes the value from each previous comparison and checks whether at least one is true. If so, then the result is true. If all are false, then the result is false.
The logic in the flow is similar to the following:
Notify count > 0 OR
Division == 'North America' OR
'Operations' in ['Marketing','Sales','Operations']
More resources
Okta Workflows resources
🚀 New to Okta Workflows? The Getting Started with Okta Workflows page has all the resources to help you get started.
📺 Like learning from videos? Watch Okta Workflows videos.
❓Have a question? Ask during community office hours, post on the community forum, or email me.
🙋🏻♀️ Want to learn from the community? Join the #okta-workflows channel on the MacAdmins Slack.
📖 Want to learn more about Okta and automation? Take the Okta Workflows training on Okta Learning.
Leave a comment