The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
Apr 06, 2021 03:04 AM
I have an automated email set up, using Gmail, for informing someone when their video is scheduled to be published. This is trigged once the publish date
date field is set. I have changed the publish date
date format from ISO to friendly format, but it still publishes the scheduled date as ISO format in the automated email.
Does anyone know how I generate an automatic email with the friendly date format?
Thank you!
Solved! Go to Solution.
Apr 06, 2021 03:10 AM
You’ll have to create a formula field using the DATETIME_FORMAT
function (and possibly the SET_TIMEZONE
function), and then use that formula field in your email.
Apr 06, 2021 03:10 AM
You’ll have to create a formula field using the DATETIME_FORMAT
function (and possibly the SET_TIMEZONE
function), and then use that formula field in your email.
Apr 07, 2021 05:02 AM
A quick and easy fix - thank you!
Apr 07, 2021 06:44 AM
You’re welcome! Glad I could help! :slightly_smiling_face: