Import Data Set To List Info

Defines the parameters to import the DataSet data into the list.

Reference Information
Release Status : Development
Alias Name : Entity.ImportDataSetToListInfo
Full Reference Name : Collaboris.Saf.Actions.Wss.Entities.ImportDataSetToListInfo
Assembly Name : Collaboris.Saf.Actions.Wss

Properties
Name Description Example Value Output Required
ListName String. Specifies the name of the list to update. TestTasks false true
RowDefinition SerializableStringDictionary. Maps the list column name and the DataSet column name

Note :
false true
Data DataSet. Specifies a dataset containing the data to insert / update into the list.

Note :
This needs to be passed in from another action that can supply the data. Please look at Get DataSet From CSV for an example on how to get a data set from a CSV file.
false true