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 "?
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 "?
Best answer by Alexey_Chekano1
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, "\\"").
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.