Business requirement

Adding Email Attachment to SharePoint Library

Please follow below steps,
We have successfully completed flow to add attachment (Excel file) to SharePoint library.

Reading the data from Excel and insert/update to SharePoint list based on Primary Key column

To read excel file from SharePoint library we need to add “Lost Rows Present in a Table” action, and this has the limitation to read the data 256 rows at one time. To resolve this we should loop all pages to read complete table rows.
Please follow below steps to read all rows,