Issue with Typing in a string variable with text that contains left parentheses

Folks,
I am attempting to enter a query into JIRA and cannot get it to type in a left parenthesis. It ignores it even when I attempt to use the chr() function.

Can anyone help me with this?
Thanks in advance.

@lelliott

Welcome to forums

Can you enable SendWindowMessage from the property, then check

If not working then can you check with Set Text activity also?

Thanks

Hi

Welcome to UiPath forum

In that case pass that string variable to SET TO CLIPBOARD activity

Now use a SEND HOT KEY activity with key as ctrl+v

This is more like copy paste with keyboard instead of using mouse

Cheers @lelliott

Thanks very much. This was indeed the issue.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.