I am trying to automate the receipt of a daily email with an excel attachment. I save the attachment into the same folder every day.
I need,
- first row of excel spreadsheet deleted
- saved into the folder
Currently, I can't figure out how to reference a file whose name is changing. I can complete a flow that runs successfully on the same file name, by deleting the row and saving it again. I am assuming I need to define a variable for the file path but haven't figured it out.