Hello,
I have created the workflow to read a single file from OneDrive for business and update the data in Share Point list.
I am enhancing the same to read multiple files from the same folder of one drive (All file with same structure and columns , only the data is different).
So added the below steps in my flow to do the same, But it fails when listing the files in the folder. Can you please advise what I am doing wrong here.
It throws an error "No table was found with the name 'Table1'. But the table is present in the file its reading. And there is only one file in the folder now for testing. The loop fails in very first iteration itself.
Note : When I read the same file directly without list files in folder steps- it works perfect and Table1 is recognized in the flow .

Thank you.