I am trying to get an output of dd-mm-yyyy hhmm as part of filename and the hours and minutes keep coming up 0000. I am using this formula:
"Ouput "+DateTimeFormat(DateTimeToday(),"%d-%m-%Y %H%M")+".xlsx|Sheet1". Everything except the time appears correctly.
I obviously have one little thing wrong somewhere, probably with syntax. I am a newbie, trying to master this awesome app.