When filling in excel only write (overwrite) in the first line

Hi,

In your while loop you are restarting the TablaDatosCreada for every iteration. This implies nothing remains stored in your data table. The solution is to move that Build Data Table activity outside the while loop.

1 Like