"Type Into " activity not typing full text

I’m trying to get the “Type Into” activity to select a file from an open file dialog. Sometimes it works fine and types the entire filepath into the filename bar but other times it only types part of the filename.

If
C:/folder1/folder2/folder3/etc.png
was the intended target, then the bot would type things like

C:/fol
C:/folde
C:/folder1/fold
etc…

Hi @TAFS_TAFS

Try to debug your project once. Might be the project is running fast.
And also if sometimes it works fine then try to add delay before “Type Into” activity.

Can you upload your workflow ?

Use simulate type, may be executing fast in normal for, simulate type will tie in background and full text at once only