create-list-from-datatable adaptor creates a list from all the values in a datatable column.
create-list-from-datatable
data Type: datatable Required: Yes The datatable containing the column values.
data
datatable
column name Type: text Required: Yes The name of the column from which the list will be created.
column name
text
list Type: list A list containing the values from the datatable column.
list
data:
1
GB
United Kingdom
2
TR
Turkey
3
US
United States
4
IND
India
column name: name
list:
-> Created a list from the column name in the datatable.
name
Last updated 1 year ago