Hello,
I really need your help
I’m working on a project, i have a database (CSV file) and i use the “for each row” to import data from the Csv file to a windows application"a software", However i found a System.ArgumentException problem as you can see on the picture
I really need help
Thank You
Hi @oussama_rguibi,
As per your screenshots, you didn’t put the correct name for the Column name. Maybe should be:
row(“Noeud1”).ToString
For testing, you can use a message box activity, to see what value you get from the database, just to be sure that is the value that you’re looking for.
Vasile.
Might be related to this:
Thank you Very match
I use the Private read range with excel instead of Read CSV and it’s work perfectly
1 Like