Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

use vaule from Rest component in another consecutive rest call

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. 

Labels (2)
1 Reply
Anonymous
Not applicable

here is the issue with some photos and a little more explanation
http://stackoverflow.com/questions/39876361/talend-use-trest-returned-value-in-another-trest