How do I add a suffix to a PDF file in the format dd-mm-yy, then attach it to an email with a subject matter containing the same dd-mm-yy?
All I seem to be able to add is [Switch.Date:TimeZone=UTC] which contains hours, mins, sec etc which I don't require.
Thanks for the help
Date stamp
Date stamp
abonsey wrote: How do I add a suffix to a PDF file in the format dd-mm-yy, then attach it to an email with a subject matter containing the same dd-mm-yy?
All I seem to be able to add is [Switch.Date:TimeZone=UTC] which contains hours, mins, sec etc which I don't require.
Thanks for the help
Use the format attribute: [Switch.Date:Format="dd-mm-yy",TimeZone=UTC]
Use rename with suffix then a mail send with attachment and the subject containing the same string you included to rename as your suffix.
All I seem to be able to add is [Switch.Date:TimeZone=UTC] which contains hours, mins, sec etc which I don't require.
Thanks for the help
Use the format attribute: [Switch.Date:Format="dd-mm-yy",TimeZone=UTC]
Use rename with suffix then a mail send with attachment and the subject containing the same string you included to rename as your suffix.
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
Date stamp
Thanks for that. Works fine.