API Call data collection - Dynamic Variables #11335
Unanswered
dauphinpasdroit
asked this question in
Help
Replies: 1 comment
-
Hey @alphaxr6 Is it simply that you need to remove the double quotes from the binding reference. I.e.
You could try using a JavaScript binding instead, that way you could use a
Don't think so! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there !
I'm having some issue to deal with the dynamic variables with the API Call data collection features.
My use case is this one :
The transformer part is setup like this:
which return the value, like this in json format:
I create a dynamic variable here:
and the previous looks good :
Then, I setup my second API call, with the dynamic value I want to use as bearer token in an Authorization headers:
But it keeps on failing and return:
My questions are:
Thank you for your help :)
Beta Was this translation helpful? Give feedback.
All reactions