Feb 09, 2023 12:49 PM
Hello!
I'm using a daily "find records" automation to send out digest emails to my team.
I display the records in a list or grid in the email, including their Start and End fields (the records are tasks).
In my base, I've formatted both the Start and End fields to display in the same timezone (EST) for all collaborators.
However, in my automation, the timezone is displayed in UTC, and I don't see a way to edit it.
Is there a way to ensure that the date/time in the "find records" automation matches what is in my base?
Thank you in advance!
Solved! Go to Solution.
Feb 09, 2023 07:20 PM
Hm, so it's able to find all the right records, but in the email it's displaying UTC, is that right?
In table:
In email:
If so, I think the only way to deal with this is to create a formula field with `DATETIME_FORMAT()` showing what you'd like, and then using said field in your Grid / List in your email I'm afraid
Feb 09, 2023 07:20 PM
Hm, so it's able to find all the right records, but in the email it's displaying UTC, is that right?
In table:
In email:
If so, I think the only way to deal with this is to create a formula field with `DATETIME_FORMAT()` showing what you'd like, and then using said field in your Grid / List in your email I'm afraid
Feb 10, 2023 10:34 AM
Hey Adam,
Thanks for your reply. This worked - I appreciate your help!