Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a restful api i am working with that you must first make a call to in order to get a reports unique id, then use that unique id in a second rest call
example is, I makethe first rest call using tRest, which returns {"data":[{"Body":"{ \"id\": \"136480\" }","ERROR_CODE":null}]}
I load that data into a fileOutputJSON, then use a fileInputJSON to a tExtractJSONFields to get id:136480
I need to use that id in another consecutive rest call , i have attempted java , setglobal, and some various other compnents, but I am just a little lost.