Escape of quote marks

Hi,
I need to escape quote marks to work my workflow.

The Expression that I use is:

You see the image that the data of “formato_discografia” has double quotes (7", Single). I have to include this double quotes to my field.
I know that is a problem of Json format. I’m new to do this and I don’t know how to fix that.
Can anyone help me with that, please?

I’m use n8n Desktop.app

Thanks

Hey @cesar_dev,

Have you tried replacing the " in your variable with \" that should do the job.

You can also trying removing the double quotes and wrapping your expression/s with JSON.stringify($node["Item Lists"].json.myField)

1 Like

I use a solution of @pemontto and works fine.
Thanks!

1 Like