Hi, i am building a workflow that automates centralising my portfolio. I am stuck at step 1 where i need to pass api keys +Access token and incase the access token is invalid, go into a error routine that requires me to generate a request token, authenticate manually on a webpage and pull the response via a webhook. The next step is to hash these values using a crypto node, however i am struggling to get the api keys stored in the main flow along with the request token generated from the webhook. I tried creating env variables but that is not working either. I am using the community edition.
Here is an image that might slightly explain this better :