Hi,
I have an external application generating an excel file as an email attachment. The attached excel file cannot have a table, the data I need is in cells A1 to L1.
I also have a master spreadsheet with a table for the data saved in a specific sharepoint folder.
I am trying to get the data in this .xlsx (it could be .csv if needed) outlook attachment added to the master data table which would then have a scheduled flow to update a sharepoint list based on the data in this table.
Currently I have a flow set up to get the email attachment saved in the Sharepoint folder. I am stuck at getting the file merged, using trigger 'when file is created' and a condition on file name. The issue is that I cannot reference the dynamic content on a file that is not yet created and doesn't have a table!
Any help is much appreciated. Thanks!