How to persist variables across different paths when using a router with filters?

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!



Hi,
You can use the GET and MAP functions. Since each restaurant’s details are in an array format, start by mapping this array.
If there are nested arrays (like with “value”), you will need to select these within the Map function for correct data separation into their respective columns