Hi Microsoft,
It does not seem possible to use a variable or an expression to specify the name of the table in the 'List rows present in a table' step in PowerAutomate. See picture - red dot -

this can only be hard-coded at flow creation.
I believe that this is a serious limitation that significantly reduces the value of (a) Office Script and (b) Power automate integration into office script.
The general use case that is broken is like this (one example of many):
(1) New Data is generated in an excel file --> (2) an office script program is triggered by Flow to transform the data --> (3) the data is consolidated into another file, which is used as a power BI data source --> (4) the Power BI report is refreshed automatically.
The data in step (1) is periodic i.e. hourly, weekly, monthly etc. [it does not matter]
The problem comes in step (3) as you cannot read the data from the Excel table from the file created in step (1) as the file has been created after the flow was programmed. You can use other flow steps to get the file properties (ie filename, the names of the tables in the file), but you cannot programmatically put the table name into the 'List rows present in a table step'
Am i missing something? (that would be great - please let me know!) otherwise this is like having a jigsaw with a piece missing.
any guidance appreciated.