How to make " into a string format by using Code Block?

hello, I’m trying to have " as a string but when I put " " " on code block, it gives me an error. Not sure how to turn that into a string format.

Also which node should I use if I want to find any value that has " from the list and delete "'s (not the entire value but just the "s)

Thanks!

image

You have to use different quotations from those you’re quoting.
OR use a string node. :slight_smile:

image

2 Likes

thank you very much!!

@mrkpkimEMSRM Additionally you can also use a backslash like this:
image

5 Likes