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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
MZein
Contributor III
Contributor III

tRestClient

Hi All

I have a job that call api the job is as follows

tRestClient -------- tExtractJSONField-----tmap

I want to use string and statusCode from the response output of the tRestClient component but the problem I can parse string then I use response to get statusCode so I use tReplicate components one for string and one to get statusCode

Is there any way to use it without tReplicate

Thank you 

Labels (2)
1 Reply
TRF
Champion II
Champion II

You can try with the following design :

tRestClient-->tFlowToIterate-->tFixedFlowInput--> tExtractJSONField

All fields from tRestClient will be stored into dedicated global variables.