Hi,
I have created a flow which would automatically save attachment from outlook of specific header into sharepoint and rename the excel file based on the filename .time. XLSX
The files in the sharepoint folder are then connected to PowerBI for scheduled refresh.
However, i am facing an error when importing the data that PowerBi does not recognize the format of the first file and that it only supports (Text, CSV Excel Workbooks, etc.)
The file extension that is saved can be accessed via sharepoint in excel table format.
If i were to park the file directly into sharepoint without using flow, i am able to import the data into PowerBI.
For my flow, i have used variables to store the string filename and string filetype XLSX then concatenate the name of the file along with the extension together.
Extension have already been changed to full uppercase.
Please let me know if there are any errors due to extensions that i may have missed out
Thank you for your help