Okta Workflows How-To: Create a Custom List Filter

Okta Workflows is a no-code platform for automating identity processes.  This blog post is based on a question asked during office hours or the #okta-workflows channel in MacAdmins Slack: How to create a custom list filter? Getting started Let’s say you want to get a list of all user groups in your organization that start with a particular text…

Okta Workflows How-To: Six Ways to Trigger a Flow

Okta Workflows is a no-code platform for automating identity processes.  This blog post is based on a question asked during office hours or the #okta-workflows channel in MacAdmins Slack: How do you trigger a flow? Getting started There are six ways to trigger a flow. They are Schedule (flow runs periodically) Event (flow is called when a…

Okta Workflows How-To: Read a JSON Path With Dot-Notation

Okta Workflows is a no-code platform for automating identity processes. The Workflows team holds weekly office hours where they answer builder questions. This blog post is based on a question asked during office hours: How to read a JSON path with dot-notation in Workflows?  Getting started As you build workflows automation, you will likely need…

Okta Workflows How-To: How to Add Error Handling to a Flow

Okta Workflows is a no-code platform for automating identity processes. The Workflows team holds weekly office hours where they answer builder questions. This blog post is based on a question asked during office hours: How to add error handling to a flow and continue execution when an error occurs?  Getting started When a card execution fails, the…

Okta Workflows How-To: How to Delete Deactivated Users

Okta Workflows is a no-code platform for automating identity processes. The Workflows team holds weekly office hours where they answer builder questions. This blog post is based on a question asked during office hours: How to delete deactivated users in Workflows? Getting started There are two steps and two flows to delete deactivated users: Get…

Okta Workflows How-To: Handling an External API Call Error

Okta Workflows is a no-code platform for automating identity processes. The Workflows team holds weekly office hours where they answer builder questions. This blog post is based on a question asked during office hours: How to handle an external API call error in Workflows? Getting started When calling an external API results in an error, you want…