I want to add a 2 week duration to a ticket. I use the following formula in the expression builder and I am not able to get the formula to add 14 days or save as a string value
"{{ticket.created_at | date: '%Y-%m-%d'}} - {{ticket.created_at | date: '%Y-%m-%d' | date_add: '+14 days'}}"
What am I missing?