Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi good morning i have problem with success number iset my script success number is 100 and fail number is 999
but when i run it the program stoped and showing result at success 34
WHY ? can anybody help my ?
Thank you
@resep Attach a test project to reproduce the problem, most likely you have an error in logic.
https://community.bablosoft.com/topic/20110/how-to-remove-first-country-code-on-phone-verification
@HNB said in Thread ending successfully before the real end of the script:
Hello, My script end at the middle with success message like this : alt text How to know where? there is no line number.
Hello, My script end at the middle with success message like this :
alt text
How to know where? there is no line number.
Use the "Execute code" action at the beginning of the script with the code:
@andreiem said in IF [[MY_VARIABLE]] equal to a number between 1 and 50:
Can I use only 1 IF command to check if there is a number between 1 and 50? and IF true, do action. Now I use 1 IF command for each number so If I have 50 numbers i need to use 50 IF commands. See screenshot bellow
Can I use only 1 IF command to check if there is a number between 1 and 50? and IF true, do action.
Now I use 1 IF command for each number so If I have 50 numbers i need to use 50 IF commands. See screenshot bellow
@Diya.3rif Will be in future versions, but right now not implemented. You can set thread number only for whole script
@Abqerino I found it Thanks for all