I’m unable to pass variables to other paths after a Router with filters?
I have 3 webhook functions. For example in my top path I get a ‘temp-token’, I need to attach this to the request in my middle path, and after this http request I will need to attach both the temp-token and the otp-token to my next http request.
You can see I am SET multiple variables in the top path, and then GET those same variables in my middle path, but nothing is persisting? my Get temp-token shows nothing?
How can I have these values persist? Thanks very much!