For a new application im working on we're thiking of using NeoLoad. For our first Proof of concept were trying to login with different users and execute some actions. When we're logging in the response is a uniquely generated token:
{"response":{"Token":"d5ebf677-c907-e4b0-5714-199360a98009"}}
We need this token for all the subsequent requests.
Is there a way to store this token and use it for the following steps? I know how to create variables but i dont know how to store the data im getting in.