
Announcements
Hey all,
I've been working on a script to pull data from our vulnerability scanner into an Excel file, format it, and create Planner tasks for each row in Power Automate. However, I'm having some issues with the name of the table I created not registering properly - I've tried creating a variable for the name and using it as a stand-in, but I'm still running into an error where Automate can't find the table I'm pointing it to. Does anyone know why this might be occurring or have a suggestion for a workaround?
Error details: Action 'List_rows_present_in_a_table' failed
-> No table was found with the name 'Table1'
I'm especially confused because the output for my variable is correct (and Table1 is passed in as input to List Rows Present in Table)
Full flow
Granular detail - grab variable, list tables
Set table name to variable
List rows in table - ERROR!
Pre-run sanity check
Hi @JonahWermter ,
Can you try passing the name of the table directly to the List rows present in table action rather than saving it to a variable first.
Also, can you check that:
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up
Connect on LinkedIn