Hi,
I am trying to create an application in designer which allows users to scan a folder for any excel files that have a specific sheet, however I am having a bit of trouble using the update value with formula.
Wondering how I would create a formula in the action tool that would take an input of:
C:\Users\A172487\Downloads\Standard Templates\Standard Timesheet Template 2 - NO ADP OUTPUT - Copy.xlsx|||`Timesheet Input$`
To:
C:\Users\A172487\Downloads\Standard Templates\*.xslx
My goal is to try and remove everything after the last backslash and replace it with "*.xslx".
Any help is appreciated - thank you!