Hi,
Can anyone let me know how to convert Data Row into List.
I used the Read Row activity to get the row data which is of type IEnumerable. While trying to convert it to a list it is throwing an error saying “list of an object cannot convert into a list of string”.
Thanks in advance.