I'm having an issue with automatically triggered flow where I am having "List rows present in table" function which is retrieving value (name) from one specific Excel table cell and this input is then used in next steps in "Search for users (V2)" function. The Excel file is located in shared SharePoint folder and this flow has worked perfectly well in the past, the problem of having it working started to occur now after year change.
The problem can be temporarily fixed by converting the table data to range and then changing it back to table but unfortunately this fix lasts only one successful run of the flow. When next flow starts to run after that, it stops always to the same error message indicating missing value in the table defined as follows:

The List rows function itself looking like this:
I have tried to change the Table name multiple times too to check if that helps and the name is entered as custom value instead of dynamic content in the function above.
Any ideas how to solve this problem?