I am looking for a solution to capture column values into a collection such as array of string or a list using a single ‘Assign’ activity.
Datatable looks like this:
I want to use a single ‘Assign’ activity to capture all values from the column “Customer” into a collection:
List
Array of string
or String variable like this: 6001,6002,6003,6004,6005
Bonus points if you can skip any null values see orange cell: