I'm working on a flow to download a file from a website (CSV), open it in Excel, modify it, and then email it. I am having the hardest time trying to figure out how to Launch Excel and have it open the downloaded file. The file name is created by the website.
After downloading the file, I used the Get files in the folder to get the name of the file (I didn't attempt to use the DownloadedFile variable as sometimes it's a zip). I then added the Files variable to Launch Excel (see the second snippet). I get a file-related error.
If I try it and point to the file name itself, it opens fine in the flow. I also tried it on two different machines, one Windows 10 and one 11. I initially had the folder on OneDrive then moved to my local C drive to try. Ssaved as an xlsx thinking maybe the CSV format was the issue. Nothing seems to help.
Any help would be much appreciated as I've only just started to use PAD


