Hi,
I have a datatable filled with data.
In a for each loop I want to replace a value. How do I do this without exporting it to excel and using write cell activity?
Currently my loop looks like this. I wrote the datatable to csv after, but it doesn’t show the new values. I don’t get any error messages.
Assign activity is: row(4).ToString.padleft(4,CChar(“0”))