Hi all,
This is a slightly random question but here it goes. I'm working currently on sending requests to certain APO via Alteryx and there is 1 question/issue I need insights/assistance on.
When I run my request to get a bearer token which works perfectly btw the token due to its length get truncated so when I try and create an Auth Header like so in a formula: 'Bearer ' + [Token] it will take the truncated value and hence my follow on request is unauthorised. So i have had to resort to running the request for a token manually in postman and copying the value into Alteryx which is pain staking so is there a way around this?
Cheers for any insights as this truncation issue is nothing but a pain in every possible way