Hi all,
I've been playing around in Alteryx trying to replicate a Postman process. I've so far managed to build an Authorization step by connecting a Text-Input tool to a Download tool (using POST) to generate a Token, and parse it.
Now I want to be able to stream that token in to a new GET download tool (as the token expires every 6 minutes) so I don't have to manually input the Bearer + [Token] each time. I've scoured online guides but I'm just not having any luck. Does anyone have any suggestions?
Thanks!