There are cases where issues occur with the text input command, such as some text not being entered or the order of characters being incorrect.
(Example) When entering "test@example.com", the first character "t" is missing.
If such phenomena occur, please try the following workarounds:
Set the "Max retry count" to 1 or 2 in the options for the "Input" command.
Add a "Tap" (or "Click") command on the input field before the "Input" command.
(For mobile apps only) "Tap" the input field and use the "Input keyboard key" command to enter the text.
(If text is already entered in the field) Add a blank with the "Input" command to clear the input.
In the batch run settings > "Advanced settings" set "Retry for failed tests" to 1 or 2.
In the case the issue is not resolved with the above workarounds
If JavaScript or any functions triggered by input are set, they may interfere with text entry. Please ask the app developer to check the configuration.