Convert Datarow into list of datarow

Hi,

Do you mean add DataRow instance to List of DataRow using Assing activity?
If so, can you try the following?

listDataRow = listDataRow.Concat({dr}).ToList()

Regards,

2 Likes