Hi guys,
I am new to the community and to Flow but it looks a powerful tool if you know what you are doing with it! 🙂
I am having some challenges trying to pull data from an Excel sheet and was hoping someone could point me in the right direction:
The goal is:
1. Client supplies an Excel file via email
2. Flow picks it up and places in OneDrive.
3. Flow then uses the get rows to loop through each line.
4. Flow then creates a new item in a list already setup from the data from the sheet.
So far I have managed to get the Flow working fully if I pick the Excel file already on OneDrive.
What I cant get working is for Flow to use the file supplied via email dynamically.
Ive seen some posts online about playing around with the sheet name to use filepath and file identifier with no luck on both (both give me different errors)
Error with using File path: Failed to read metadata from file source: Response from the end service is: Bad Request
Error with using File Identifier: Failed to read metadata from file source: Response from the end service is: Not Found
Please see SS of the Flow below:

If anyone can help that would be great!
Thanks in advance