<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How to Remove Duplicates from a List in Okta Workflows
Workflows
Overview

When working with lists in Okta Workflows, there may be a need to remove duplicate values from a list.  Use the solution below to remove duplicate values from a list of text or a list of objects.

Applies To
  • Okta Workflows
  • Lists
Solution

Use a Union (Combine Unique) card with the list as the first input and nothing (an empty list) as the second input to remove duplicates from a list of text:

Union (Combine Unique) card

 

Use a Remove Duplicates card with the list as the first input and the path to the attribute to check for duplicates as the second input to remove duplicates from a list of objects:

Remove Duplicates card

Loading
How to Remove Duplicates from a List in Okta Workflows