Welcome to UiPath community buddy…! Thats a great question to start with…amazing
So, for your question we can do in either ways like
if you have a string like = Hi, i am “Ranga”
you should write like
– "Hi, i am \“Ranga\” " ( with a back slash )or
"Hi , i am " “Ranga” " " ( doubling the quotation )
yours get readable with back slash…
To understand clearly remove the first and last quote as it is usually used to express string…if you remove them you get to know where we have to make changes like
Hi, i am \“Ranga\”
Hi , i am " “Ranga” "