I have a problem with writing string which contains single double quote character <“>
the string is:
txt.”
I’ve already tried:
a) Assign activity with string_variable = (“txt.”“”) - doesn’t produce a result
b) Assign activity with string_variable = (“txt.”“”“) which produced - txt.”"