String having [ doesn't write the full String

I notice one Bug in Studio where if you try to write a string with [ eg “123[456”, it will only print 123 and ignore all

@sishiramishra
it could be the case that the [ is triggering the keyin sequence like we do know from [k(enter)]
simulate type could help

another option would be

  • bring the text into the clipboard
  • get from clipboard by: new ClipboardWrapper().GetText and use the statement within the type into activity

We have few workarounds but I feel this needs to be fixed!!

then report it to UiPath
grafik

Or

Hi,

Another workaround.

Can you try to escape [ like [[ : Your string would be "123[[456"
We’ll be able to replace it using regex easily.

Regards,