Make possible to use the result of a given action for every http request.
My use case is:
  • sign a JWT in a JS action
  • use the output as a bearer token in the next request
I do have to duplicate the call and make a multi-step action everytime