I need to design a solution which runs monthly and get that current year sheet and update data ,likewise when BOT runs next year it need to pick up sheet name with next year and write the data , can we pass dynamic year in the sheet name
eg- current year BOT need to use only Avg 2021
when BOT runs 2023 it should pic 2023 sheet
I did create a variable for year and passed it in sheet name it shows an error , is it not possible to do this way ?