Hello,
I’m dealing with the following situation.
Sometimes, when using Type Into activity, some characters are replaced.
The characters are not always the same.
It seams, that apparently, the “shift” key is used with no apparent reason.
As example:
String to be typed: “D:\Test.pdf”
String really typed: "d.|Test.pdf
String to be typed: “This is a test - test 1”
String really typed : “this is a test_test 1”
I encountered a similar issue with the “Type Into” activity, but adjusting the properties, such as adding a delay between keys with delay time, resolved the problem. Could you please try and check
The problem is that is not consistent. In the same execution we have a different behavior.
The workflows are executed on a separate server. The caps lock key is not activated, should not be a problem… but it seams that is using it for some characters sometimes…
The examples that i provided are related with some downloads and saving of the downloaded files. The path is the same, only the file name changes. For some files everything is type as expected, for others, it fails.