I want create one power automate
there is multiple excel file is there I want to copy the data from excel to sharepoint list

I want create one power automate
there is multiple excel file is there I want to copy the data from excel to sharepoint list
Hi @Raj2014 ,
Maybe you can refer to this. The way to do this is that you need to get all the tables first, then get all the rows for each table in Apply to each and copy the rows to SP list.
Solved: Multiple Excel tables import to SharePoint list - Power Platform Community (microsoft.com)
The above method works for every excel file with a Table1, if your tables are in an excel file, you need to replace the List Folder action with Get Tables action.😀
Best regards,
Rimmon