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.

Here is code:
Main.xaml (7.2 KB)