I'm using datetimeformat in a formula to derive the file name when the workflow is executed. The new requirement is to have the file name start with 'YYYY-MM-DD' and then + additional file name. Any idea on how I can accomplish this? When I use the below it gives me an error when I put % after the datetime now
"\\File Location\DateTimeFormat(DateTimeNow(),"%d%b%Y")+ FileName " + ".xlsx|||Tab Name"