Build Set
- Updated2025-07-30
- 1 minute(s) read
Creates a set from the input elements. Duplicate elements appear only once in the resulting set.

Inputs/Outputs
element
—
element specifies the data you want to include in the set. This input accepts any data type. The default data type is string. All the element inputs must be of the same data type.
set
—
set returns the resulting set. |
element
—
set
—