Hi,
I have a flow right now that runs when an email attachment comes in, creates the file in a folder in OneDrive and appends the current date to the end of it. However when running the file it comes out as Test Flow.xlsx-MM-DD-YYYY.xlsx. How do I remove the .xlsx from the middle of the name?
What I have now for File Name is: [Attachment Name]-[utcNow('MM-dd-yyyy')].xslx
