Hello guys.
I run a script with around 3million input rows, but the script stops after 1 million successful execution. How to increase that number and set it until the resource finishes?
as I mentioned above, is it possible that I call another BAS script and after the processing of this "external" BAS script is done the current script continues at the next step (action)? Also can I exchange variable values between my "calling" and my "external" script?
Thanks :)
Not. But you can use the code of the second script as a function in the first script.