Page 1 of 1

Questions about "Actions:Input Box"

Posted: Thu Nov 06, 2025 10:51 am
by robotask813
The following are the issues that arose during the trial:

Questions about "Actions:Input Box"as follows:

1. Assign Entered Value to Variable : Variables written will automatically become uppercase

2. "Task name":An error will occur when there are too many Chinese characters(More than 26 different Chinese characters,),Log prompt error:"An error occurred"or "Aborted"("Input Box" :The following "Actions" will not be executed)

3. "Actions:Input Box":
"Prompt String":An error will occur when there are too many Chinese characters(More than 26 different Chinese characters,),Log prompt error:"An error occurred"or "Aborted"("Input Box" :The following "Actions" will not be executed)

If problems 2 and 3 above occur at the same time or separately, the errors will be random(Log prompt error:"An error occurred"or "Aborted").

Re: Questions about "Actions:Input Box"

Posted: Thu Nov 06, 2025 4:22 pm
by Oleg
1. Assign Entered Value to Variable : Variables written will automatically become uppercase
Variable names are case-insensitive,
so the names MyVar, myvar, and MYVAR are all the same name.
If problems 2 and 3 above occur at the same time or separately, the errors will be random(Log prompt error:"An error occurred"or "Aborted").
Could you give me some examples of Chinese strings that you want to use? I want to check it myself.