Does anyone know how to include quotation marks in the output of a calculated field?
For instance, I want the field to display: Say "hello".
The text inside the quotation marks will change based on a custom field.
Here's what I've tried in my calculation:
CONCAT("Say "",{DE:Greeting},""")
This calculation isn't working because Workfront doesn't handle the extra quotation marks properly. Is there a specific value or method to represent quotation marks in the calculation?