Zoho Forms Manage Attachments
Hi,
I save zoho forms uploads to onedrive and rename using something like this
${zf:ADDED_TIME} ${zf:Name.Last}, ${zf:Name.First} - dob ${zf:Date1} - Attachment ${zf:UniqueId}
and get something like this
01-Jun-2023 09_44_17 Lastname, Firstname - dob 23-Feb-1999 - ID4
How do I change the date/time formatting, and what does zf mean?
For example
2023-06-01 094417 - Lastname, Firstname - dob 23-Feb-1999 - ID4
thanks, Lerwick