I need some help using type into activity for string

Hi @harsh2

Fallow the step below. If I helped you, mark as solved

To type the string ““XXXX”” in UiPath and include the double quotes correctly, you need to use the escaping technique so that the quotes are recognized as part of the string and not as delimiters. In UiPath, you can do this by using two double quotes in a row (“”) for each quote you want to include in the string.

The image shows a sequence in a programming workflow where a string is assigned, concatenated with additional quotation marks, and displayed in a message box. (Captioned by AI)

Here is code:
Main.xaml (7.2 KB)