PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners Click HERE | EMEA/APJ Click HERE

Campaign email End Date Binding variable incorrect

SyedAkhter_1
New Contributor
New Contributor

Hello all,

I have my campaign notification email template attached with the end date binding variable ${campaign?.endDate.format('yyyy-mm-dd')} but the date keeps showing incorrectly, we have the end date set for 14 days after launch however when created I receive these emails showing incorrect dates.

SyedAkhter_1_0-1688668117995.pngSyedAkhter_1_1-1688668171487.png

and both were launched today (2023-07-06) and correct end date should be (2023-7-20) they have the correct end dates within the tenant.

SyedAkhter_1_2-1688668236506.png

Please assist or inform if ticket is needed

thanks,

Syed

1 REPLY 1

dgandhi
All-Star
All-Star

Can you check what is the end date value which is stored in the database for your campaign?

Also can you try below and see if it works?

${campaign?.endDate.format('yyyy-MM-dd')}

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.