Skip to main content

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!

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.


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.


A quick and easy fix - thank you!


A quick and easy fix - thank you!


You’re welcome! Glad I could help! 🙂


Reply