I have to read an excel sheet as a table with list rows present in table. If the name of the table inside the excel change, I am getting an error. How can i change it to dynamic name.
You can use "Get tables" -action to get the table names dynamically.
That will return array of the table names. So if you know you have just one table then use first() on that array to get the just one table. Syntax would be: first(outputs('Get_tables')?['body/value'])?['name']
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.