Nov 23, 2021 04:04 AM
Hello,
I have two date fields: one set as a date type for content entry/management and the other one for specific time zone display purposes. This works great at in the table view:
However, when I want to display those same values (grid view) in an automation email, my formula for the formatted date renders nothing:
This is the formula I am using:
DATETIME_FORMAT(SET_TIMEZONE({Date}, 'America/Chicago'), 'M/D/YYYY h:mm')
Looks like this is a related issue: Automations not displaying formula references and date fields. But this does not appear to have a resolution.
Thanks for the help!
Nov 23, 2021 04:42 AM
Welcome to the community, @Kevin_Middlesworth!
Is formatted date a new field that you just added? If so, you’ll need to re-test the automation trigger to reload that information into the automation, and then re-test the automation action again.
Nov 23, 2021 04:48 AM
Hey that did the trick! Thanks for the tip. I’ll keep this in mind.
Thanks again!