Hi guys,
any idea why does type into activity replaces opening brace “(” with empty. For example, if the string
that I have to enter in the search box is “Amazon (India)” then when I enter this string, the opening
the brace is getting replaced with empty, so the entered string is becoming “Amazon India)”
I tried replacing ( with Chr(32)
I tried escaping ( with backslash i.e like (
I tried to replace single ( with two braces ((
I tried setValue activity
I tried to make changes in type into activity property
But none of these approaches worked, so can anyone please guide on how can I fix this?
Uipath Studio Version: 2020.6.xx-beta
Thanks, Advance