Trying to tExtractJSON from REST response, running into problem
I have a project where I have to make a rest call to first get an id , then use that id for a subsequent rest call the best tutorial i found had it setup like so tRestClient->fileOutPutJSON(result.json) then FileInputJSON(result.json) ->ExtractJSONFields->tRestClient2ndRequest
First of all - You can save response String in more correct form
if You plan use id for next tRESTClient call, You really do not need 2nd time extract column
tFileInputJSON already can extract it