This flow adds items to a list when an excel file replaces an existing file. It's worked daily for years but today I get an error "No table was found with the name..." and the name shown is a guid.
Trigger: replacing daily xl file in site's docs library. Get tables from file. If table exists > terminate. If no tables > create table > get rows > filter out empty rows > pass filtered "body" to create items action in list
It fails on the create table action which makes zero sense. I can see the file is replaced and the table is created in the excel file with new data so the error is incorrect.
