How to fix this below issue?

Hello everyone,

In production I am facing an issue in typing the string for example “UiPath Studio”,
using type into instead of typing “UiPath Studio” it is typing “Path Stu”
only .
And instead of typing from left to right ,it is typing from right to left(this project is dubai based project).

Can someone help me to eresolve this??

hii @naveen.s can you share your project to check it once ?

Hi @naveen.s

Instead of using the Type into activity try Set Text activity it was work as same as Type into activity.

Hope it helps!!

@omkar.kondegal ,

Its cant share its a client project

Ok Let me check and do the same.

1 Like

You might give a check on the settings of studio and website

1 - The application you’re typing into might have inherent right-to-left text input behavior,especially if it’s designed for languages written right-to-left

2 - If your UiPath Robot or the machine running the automation has regional settings configured for aright-to-left language, it could affect the typing behavior.

@naveen.s,

One suggestion from me would be try using input method - Simulate.
The default input method will be Hardware Events which works as per the keyboard layout of the machine which could result in this behavior.

OK, I found that I haven’t checked the Simulate. I did check the same and shared the package.

It is happening only for entering the User Name and writing the description.
Remaining fields are typing correctly even though I haven’t use the Simulate click perfectly.

@naveen.s,

So is it working fine with Simulate now?

Yet to deploy to the Prod, post that we can get to know.

1 Like