Help

Re: How to include quotation marks in the formula field

Solved
Jump to Solution
4266 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Kevin_Murray
5 - Automation Enthusiast
5 - Automation Enthusiast

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 "?

11 Replies 11

Really stuck on this. Is this still working for you?

Alexey_Chekano1
5 - Automation Enthusiast
5 - Automation Enthusiast

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, "\"").