Hi all,
my flow consists of the triggers to gather the results from a submitted FORMS (MS FORMS), then there are two parallel actions, one is to load the result onto excel file (which is an audit trails to record all submissions from forms - used lated on as source of data for PBI dahsboard), the other one to create a separate excel file xlsx as an individual file for each person submitting the form.
All seems to be working fine, files are being created and updated BUT the excel that gets created cannot be opened as I get an error:
This workbook couldn't be opened because the file format may not be matching with the file extension.
I have properly defined the data objects to be retrieved from results so just for the testing purposes, I am taking employee first name and last name, this should be included within a file created as an excel. Perhaps I should consider not only creating a file but defining a table with headers within a file?