So I created a workflow where there is a type into activity. It works totally fine in debug mode. HOWEVER, when I run the project UiPath clicks on “Open” before it can finish typing the whole path.
There are other problems in click activity also
What’s the explanation for this? Can Anyone explain?
No worries
In TYPE INTO activity there is a property called DelayBetweenKeys Where add some time around two to three seconds like this 3000 in milliseconds
So that it will ensure that all characters are typed in to the files without any character getting missed
And Still we got many other options like copy pasting method that is use SET TO CLIPBOARD activity and mention the same input that we passed to type into activity
Now use Send hot key activity with key as ctrl+v which will paste the value from the clipboard to the field we want
Hope this would help you
Kindly try this and let know for any queries or clarification
Cheers @sadiaafrin