Mar 12, 2017 08:45 PM
I want to generate HTML code for a link so I can merge a URL into an email. So I need something like:
“<a href=” &""" & {Article URL}& “”" & “>article”
But this doesn’t work. Is there a way to ensure that the formula can produce a "?
Solved! Go to Solution.
Jun 10, 2020 07:15 PM
Really stuck on this. Is this still working for you?
Jul 06, 2020 03:06 PM
You can also use \"
to include quotation mark to the formula. For example, if you’d like to add quotes around Name
field when concatenating, you can use Concatenate(SomeField, "\"", Name, "\"").