Hey,
I have an Excel file where I run some Office Script. Can't use VBA/macros, since MS Power Automate doesn't support Excel macro files. In the Excel file. I already have some scripts running to do the following:
For that, thought it might work with having a script that changes the name of the newly created table to the current day, and with a letter first (since table names has to start with a letter). like; t31.05.2022.
My Power Automate flow is for having data pulled from the excel file and inserted into a MS List. But I can't pull the data from the excel file without knowing the name of the specific table.
I have an Excel file where I run some Office Script. Can't use VBA/macros, since MS Power Automate doesn't support Excel macro files. In the Excel file. I already have some scripts running to do the following:
- Create a new sheet every day
- Change the name of the new sheet to the current day (yyyy-mm-dd)
- Copy a table from a static sheet (another sheet I have in the file, that doesn't change) and inserting it into the newly created sheet
For that, thought it might work with having a script that changes the name of the newly created table to the current day, and with a letter first (since table names has to start with a letter). like; t31.05.2022.
My Power Automate flow is for having data pulled from the excel file and inserted into a MS List. But I can't pull the data from the excel file without knowing the name of the specific table.