Generating a list using unique values from a dataset

Is it possible to have a schema with a column that has data array generated from a DataSet that is unique? That is, if one row uses entry A, B and C another row will not use entry A, B and C?

Hi @parithon - You could simply use sequential as the distribution type and then limit your records to the number of entries in the dataset.