I want to have a reporting file, but the first rows are empty and only the last one is write
I want to have a reporting file, but the first rows are empty and only the last one is write
I open several time the reporting file to write the information, it depends what happened during the process
I think you are writing to a cell. Please check the number of the variable that you have given. Increment it if you would like to write in the below cells too. @Soudios
Hi @Soudios
In your screenshots, it seems like you have an Assign activity incrementing the variable NbLignesSansCorrep . If this variable holds the count of empty rows or is meant to determine where to write the data, ensure that it is correctly calculated before using it to specify the cell address in the Write Cell activity.
i found the solution it was about when i want to create a new repoting file from the template, it was creating a new one for every loop because the activity was inside the loop.
I just moved the activity outside “for each” and now its working