Hello -
My ultimate objective is to automatically add a new occurrence of a CSV file into an existing SharePoint List. I could not find a simple way to load the CSV directly, so I am manually creating an Excel Table called Bundle Quotes.xlsx.
Question #1 - is there an automated way a newbie can implement loading the CSV directly, and avoid the problem below? There could be 1 - 5 files per day and each contains 30 -100 records.
I keep the same Bundle Quotes.xlsx name and with each new CSV file, I replace the Bundle Quotes.xlsx. However, I have an issue with the File/Table value of "Table1" getting overwritten when I replace the excel table. Error: No table was found with the name '{00000000-000C-0000-FFFF-FFFF00000000}'.
Question #2 - how do I load multiple excel tables with the same file name?
Question #3 - is there a simpler approach to load and manage the files? The file name does not have to be consistent, I assumed it would keep the Flow easier. Dynamic names and moving files around to different folders seems more complex to me being a rookie.
Thanks in advance for your help!
Before - the Bundle Quotes.xlsx initial version and the Flow works fine.

After - For the 2nd file, I replaced the original excel table with a new version and it 'breaks' the Table value in the Flow
