GENERATEUNIQUEID
Generates Unique IDs
GENERATEUNIQUEID(Unique Column
)
Generates unique IDs.
Arguments
Argument
Description
Unique Column
Optional. Column(s) containing unique values; unique ids will only be created for each unique value within column or unique grouping of values within set of columns.
Output
Unique IDs as strings.
Example
Last updated