Skip Processing a Record From a List in Okta Workflows

In this guide:

  1. Okta Workflows guides
  2. Skip processing an item
  3. Related Okta Workflows guides
  4. Okta Workflows resources

Okta Workflows guides

Okta Workflows guides are questions and answers from the community office hours, the #okta-workflows channel on MacAdmins Slack, and other places. Read all the other guides.

How do skip processing a record from a list in Okta Workflows?

This guide will teach you to skip processing a special record from a list in Okta Workflows.

Skip processing an item

You process a list of users. There are special users (such as service accounts) you need to skip processing.

This example will use numbers to demonstrate this use case.

The first flow sets up a list of numbers. It must skip processing negative numbers and pass the numbers to a helper flow.

Set up number list flow.

The helper flow checks if a number is negative and skips processing such a number.

This solution assumes the number of special numbers is small and keeps the numbers to skip in the flow using the List – Includes card.

The flow checks every number against the special numbers (negative numbers). If it finds a special number, the Continue If card stops flow processing. If it is not a special number, the processing continues.

Check for special numbers.

The following screenshots show running the flow.

The Compose card shows the flow processing a regular number.

Processing a regular number.

The flow processed a special number. The flow didn’t run the Compose card.

Processing a special number.

Get the flows

Download the flows.

Okta Workflows resources

🍫 Get help from Workflows specialists during weekly community office hours.

📺 Learn from Workflows videos.

🛟 Ask questions and share your flows on the Okta Workflows community forum.

🙋🏻‍♀️ Get help from the community: join the #okta-workflows channel on MacAdmins Slack.

Leave a comment