HI,
I have created a #each to merge some fields from a 1:N relationship.
Now my question is: Why do I get the time into the field even though the field in CRM is only a date field?
Din søknadsid er:
{{#each contact.new_boligsoknad_contact_new_kontaktid}}
{{this.new_soknadsid}}
Din ønske dato vill bli: {{this.new_onsketsoknadsdato}}
{{/each}}
Results:
Thank you so much for your answer. I will see if text field is better.
Hi Camilla,
Because Date and Time field is still formatted in yyyy-MM-dd MM:ss at back-end,
the "Date only control" just processes the Date and Time field to yyyy-MM-dd at front-end,
while dynamic expression reads date and field value from back-end, thus result of marketing email is same as back-end original format.
If you would like to display customized formatted date, please use an alternative text field to save yyyy-MM-dd value.
Or wait for the enhancement for dynamic expression in the future release.
Regards,
Clofly
André Arnaud de Cal...
291,979
Super User 2025 Season 1
Martin Dráb
230,848
Most Valuable Professional
nmaenpaa
101,156