Hi,
I am trying to create a flow from a canvas app that lets users upload a file of their choosing. This file is saved to a SharePoint Site and is then supposed to be loaded to a SQL table. Because the table is loaded "dynmically" the column names from the Excel table are not showing up as dynamic content. So, my question is how to reference the columns from the Excel table? I have tried using
items('Apply_to_each')['Supplier Name'] but it only puts the literal string in the database. My other issue is that the file has ~400 rows and I am only getting 1 entry in the database. Do I need the "SQL Insert Rows" outside of the For Each loop or does it need to be in a separate "Fore Each Loop"?

