Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to chain some tRest Calls. For authentication purpose I need to chain my rest calls, so first I have to call a REST-Api with http://foobar/auth and a user in its body, this works and it returns a JSON String
hello,
you use tExtractJSONFields to get the token value, set a globalVar .
key:token
value:row.token
to use the extracted value set in globalvar for the next call -> globalMap.get("token")