Cannot assign from 'system.data.datarow[]' to the type 'system.data.datarow' in assign activity 'assign'

Hi, I am getting below error while assigning the data from a csv file to a data row. Can anyone suggest how to resolve this?

image

You’re apparently getting an array of data rows from the csv file. Try to assign it to an array variable of type datarow instead.

1 Like

Thanks Sid, It resolved the issue.