Skip to main content

Remove duplicate values from a JSON array

Remove all duplicate items from a provided JSON array-formatted text.

Application

  • Text

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Array textText in JSON array format that you are looking to remove duplicate items from. Example: [“item1”, “item2”, “item2”]Text (Long)Yes

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Unique array textText in JSON array format that contains all unique itemsText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A