Skip to main content
Solved

Automation email with semantic date

  • April 6, 2021
  • 3 replies
  • 28 views

Forum|alt.badge.img+3

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!

Best answer by ScottWorld

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.

3 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • Answer
  • April 6, 2021

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.


Forum|alt.badge.img+3
  • Author
  • Participating Frequently
  • April 7, 2021

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!


ScottWorld
Forum|alt.badge.img+35
  • Genius
  • April 7, 2021

A quick and easy fix - thank you!


You’re welcome! Glad I could help! :slightly_smiling_face: