I've been asked to create a workflow that processes an input csv and saves the output as an excel file which I've been able to do. But because this requires an Excel Table it has the header row Column1, Column2 etc.
The file will be uploaded into another system which won't accept this. Is there a way to create an excel table or insert rows into an excel file without needing the header rows? Or can I somehow create an excel file in SharePoint and set the file content with a .csv formatted object? Any work around would be acceptable. I don't particularly want to open each file and delete out the top row, it sort of defeats the point of Power Automate.
Thank you.