I am using type into activity passing variable str, sone times it’s printing siva, sometimes comes correctly Shiva, sometimes it comes like shv so it’s not coming all the time correctly, so how we can achieve this in type into activity to everytime automated come correctly…can you explain this???
Could you share the screenshot of the Type Into properties.
You can try these too.
Use Simulate Type or SendWindowMessages: When you use the Type Into activity, you can check the properties like SimulateType or SendWindowMessages. These properties allow UiPath to simulate the typing without relying on the actual keyboard input. Enabling these properties might help in achieving more consistent results.
Use Delay Between Keys: You can try adding a small delay between the key presses by setting the DelayBetweenKeys property in the Type Into activity. This can sometimes help in ensuring that each key is processed correctly.
Hey @siva_sankar
I think the best way to avoid any issues with typing text is to use ctrl+v (“[d(ctrl)]v[u(ctrl)]”) instead of typing the value.
You can achieve this: