Type Into File Path

Hi,

Type Into File Path removing some characters from the path.

Tried using delays. It works sometimes and does not work some times leaving me with System Exceptions.

As per the suggestions provided, I also tried copying to clip board and pasting using hot key. Same issue. Are there any other solutions?

SetText does not work as this is image automation.

Hi @A_Learner

did you try using the type into activity but using the SendWindowsMessage input method?

Regards

Hey @A_Learner

Better way to avoid any issues with typing text is to use ctrl+v (“[d(ctrl)]v[u(ctrl)]”) instead of typing the value.

image

Thank you. Does not work in Citrix env.

Tried with copy to clipboard. Does not work. Thank you.