today, i have a problem with this, the robot worck from start to end without problem or error,
but it create the out put file empty,
I vérified on the business app there are the data to sent to my datatable then copy that to the file ( Excel)
Your arguments are proper for the “Add Data Row” to the “Tdata” datatable and also your using the “ActiviteExceptionnelle” table variable to store the out result of the “Getdata” workflow but I couldn’t verify if all the other activities are working fine or not as i dont have the other resources required for the workflow (the excel files and its values)…and i dont see any use of incrementing of “i” in “Getdata” workflow as your while loop depends on a bool flag…Just ensure by adding a log trace inside the “Getdata” workflow if your getting the row.count for “Tdata” greater than 0 or just message the “Tdata” data using the “output Data Table” activity to just make sure that your datatable has values in it…
in fact, this robot worked without any problem, and it worked very well but it did not write me on the Excel file,
looking in the files created by the robot during the tests I found that it sends datatable (my data) in the Excel file but not at the fist line A2 but at the line A199
it’s weird, why does not it start on line A2?