I have a macro that generates an OAuth token which is passed to a python script.
The token expires and this is detected in the python code.
What I need is to re invoke the macro and get a new token from it and continue execution in python script
P.S - Cant upload the workflow