Introduction
This integration enables users to normalize and deduplicate a list of values within a selected object from a Clay column. It standardizes data formats and removes duplicate entries, enhancing data quality and consistency. The action is particularly useful for cleaning and organizing large object lists extracted from individual cell views, ensuring that each unique value is represented only once in the final output. This process streamlines data management and improves the accuracy of subsequent operations.
Input
Name | Is Optional | Description | Type |
List of values | The list of values you want to normalize and deduplicate. This can either be an Array, or a list separated by a comma | text | |
Remove empty values? | true | Removes empty values from the list before returning it. | boolean |
Output
Name | Type |
Deduped List Object | array |
Deduped String | text |