I am doing a standard Type Into a text field (which can manually be filled by a dropdown).
I type into the text field a company code (in this case, SJM), taken from an Excel field, and I receive a verification error as follows:
Type activity verification failed:
Expected text: "SJM".
Actual result: "SJM ".
I can’t make any sense out of this. Where is this space coming from, and why is the target expecting a string without spaces? I’ve tried trimming the string, but to no avail.
or in another similar case:
Type activity verification failed:
Expected text: "IV2382010".
Actual result: " IV2".
I guess the question I am asking is: Does the problem for this behavior come from UiPath, or from the underlying application I am typing into?
Can you share detailed information such as settings of TypeInto and/or screenshot of the field?
For now, how about changing input method such as Simulate etc?
I changed the Options->Input Method->Simulate and got the identical error.
The only way I can make it accept the string is by disabling Verification, and since this is an accounting program, I am reluctant to turn off verification of data entry.
Can you try to turn off verification of TypeInto? The above workflow checks b/w input string and obtained text using GetText activity? It can abe used instead of verification of TypeInto.
There may be something limitation in verification feature of TypeInto. (As detailed logic is not public, it’s difficult for us to investigate its cause.)
If the above works for you as workaround, can you adopt it?
It depends on the software. If we input some text manually and the software automatically modifies or reject it under some condition, it may be specification of it.