Replies: 1 comment
-
Order is important:-)
But I would generally advise against using it this way, and rather use a global variable instead. This has the advantage that both requests can run independently.
|
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
-
Is there a way to use a variable defined for one request in another request it references?
I need to provide the value when running
b
but the same value should be used when first runninga
.Beta Was this translation helpful? Give feedback.
All reactions