Instead of clicking on download button you have to take download link.
You can do that with "get element atribute", and as atribute use href.
Than use that link in "Download" action. There you have to define
full download file path along with downloaded file name and extension.
So you can define your desirable folder.
How to make sure an variation is interger or not a string
-
**Is there any solution to check an variation if it is a number or string. I try to use several way but has not found it solved:
- Convert to number: If it is a string, I can't check if the ouput is: NaN or not.
- Or I can't write some line of javascript code like: var [[CHECKCODE]] = !isNaN([[CODE]]) && input.trim() !== '';
Give me advices by chance plz!**
-

-
@Roy-Mustang This is just for checking variable type in BAS
-
@Roy-Mustang Thanks you! (This one not work for me) When the result is NaN I can't check by next logical step!
-
@BAS-Viet-Nam Thanks!

