Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
You can try with the following design :
tRestClient-->tFlowToIterate-->tFixedFlowInput--> tExtractJSONField
All fields from tRestClient will be stored into dedicated global variables.