In this guide:
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.

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.

The following screenshots show running the flow.
The Compose card shows the flow processing a regular number.

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

Get the flows
Download the flows.
Related Okta Workflows guides
- How to Set up If/Else Logic in Okta Workflows.
- How to Create a Flow with Multiple If-Conditions in Okta Workflows.
- How to Check if a User Is a Member of a Specific Group in Workflows.
- Workflows Tips #13: Six (Awesome) Tips for Using If/Else Logic.
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