look for .xls or .xlsx files
3)Read a set range
4)Write into the same xls another sheet
5)Introduce a unique number (increment counter+ timestamp) to the newly written rows
I am facing a problem where the unique number is repeating for the different files example
:
Unique ID - starts with 10000 and appended with date (0511) and the increment works on the first 5 digits
File 1 :
File 2:
Actually I need File 2 to be populated like below:
bring your CounterID out of Foreach files, it will start from 100000 for every file. If you want the number where it stopped from last time, assign counterid before Foreach File in Files.