Error while using For each row loop

Hi @punam.dhomse

What happens when you would use the Get Row Item activity instead?

On a side, C# support is experimental, so if you spotted a bug, please report it from Studio like so:
https://forum.uipath.com/t/previewblogs-2019-7-send-feedback-or-report-bugs-directly-from-studio

You are using a for each row when your “Email” is a object ?

You can use a for each row for exemple in ExtractDataTable becouse is a DataTable.

What do you whant to do with your Email=object ?

After updating Email = string still it will give same error .
It will work fine Using VB but not in C#.