I have a bot that take invoice information (name, id, amount, etc) and populates an excel sheet for that given run/day. This bot is ran once a day, almost everyday.
My question is - instead of having the bot append all the entries after the last filled row in the same sheet each time, can I have the bot create a new sheet for the given day in the same workbook and just start from row 2 (after headers) each time?
Hey @chris.bartkewicz when you are write your data everyday when the bot run you can use datetime method so evertime bot run it will create a new sheet everyday which better for you as well to check the sheet data as well. as also enable the Header option so bot is write from 2.