Retrieve DataTable Column into List Action
Description:
This action converts the contents of a DataTable column into a List for further processing

Properties:
DataTable:
Enter the name of a variable containing a data table.
Column Name or Index:
Enter the column name, if you have defined column names, or the index number of the column you wish to retrieve. Note that the index is 0 based.
Store column contents as new list into:
Enter a name to be the variable that will hold the new list. This list will hold the contents of the specified data table.