Hello,
Is it possible to create a SharePoint list from an excel attachment in an email? This email will be sent on a biweekly basis.
Any help is appreciated, thanks!

Hello,
Is it possible to create a SharePoint list from an excel attachment in an email? This email will be sent on a biweekly basis.
Any help is appreciated, thanks!
Hello @JMAFO
It could be great if you could receive a CSV file instead of an Excel file, so you could do something like this:
1) Create a table from a CSV file: https://powerusers.microsoft.com/t5/Power-Automate-Cookbook/import-csv/td-p/440472
2) Create a SharePoint list using send an HTTP Request to SharePoint: https://michalguzowski.pl/create-sharepoint-list-using-flow/
3) Create fields in the SharePoint list using send an HTTP Request to SharePoint: https://www.alanps1.io/power-platform/flow/flow-create-sharepoint-list-text-fields-using-rest-api-with-power-automate/
4) for each row in the table, create the SharePoint item.
Hope it helps!
Ferran