Hello ! As expected, it overwrote range of the tool.
For information, the number of rows to add is never the same, so I can’t keep a range of rows empty and use write range after that (I think this was your idea).
So when I delete the range, I have the shiftcells options activated “entire row”
The solution would be "add X rows, (X being the number of rows in the table to add) then write range.
But the add row activity doesn’t work on this number of rows
The solution could be getting the total number of rows at the start once you have the value you can use the write range and specify the cell right after the total row count @RaphCh
This is what I was thinking about, but before the write range I have to insert the number of rows corresponding to the new data, or it will overwrite the tool.
It brings us back to the insert / delete row activity that does not work properly with big numbers of rows