Is there a chance that you include in the documentation how to use the variables Flashpost can set from the response, with some
examples?
I've tried using $variable and {{variable}} and couldn't make them work.
The use case I'm trying is a login request that returns a json like:
{
token: "token-uuid-value"
}
which I'm storing in an environment value called devToken.
I'm trying to use this devToken variable in other requests from my collection.
Is there a chance that you include in the documentation how to use the variables Flashpost can set from the response, with some examples? I've tried using $variable and {{variable}} and couldn't make them work.
The use case I'm trying is a login request that returns a json like:
which I'm storing in an environment value called
devToken
. I'm trying to use thisdevToken
variable in other requests from my collection.Thanks in advance.