Hello! Is possible to save any variable between Script item runs?
The task is trivial: I want to make a script that would request a token and save it so that subsequent runs would use it. In case there is an authorization error, the script would request the token again, make a second request and save the new token....
The task is trivial: I want to make a script that would request a token and save it so that subsequent runs would use it. In case there is an authorization error, the script would request the token again, make a second request and save the new token....