Currentrow("").ToString is breaking if any space(" ") occurs in string

Hello @sreyanshbaranwal

If you just want to get the name details from the datatable ,**

CurrentRow(“Name”).ToString

** should work fine in the for each Row in Datatable activity.

Thanks

1 Like