Remove duplicate values from a JSON array
Remove all duplicate items from a provided JSON array-formatted text.
Application
Inputs (what you have)
| Name | Description | Data Type | Required? | Example |
|---|
| Array text | Text in JSON array format that you are looking to remove duplicate items from. Example: [“item1”, “item2”, “item2”] | Text (Long) | Yes | |
Outputs (what you get)
| Name | Description | Data Type | Required? | Example |
|---|
| Unique array text | Text in JSON array format that contains all unique items | Text (Long) | No | |
Outcomes
| Name | Description |
|---|
| Success | This status is selected if the job has successfully completed. |
Requirements