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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
DerTim
Contributor II
Contributor II

TalendStudio (onPrem) - HttpClient - Variables

Hi,

we are currently tying to figure out how to use the HttpClient component with variables within the json body.

Following the documentation we tried every possible combination of:

  • "{.input.job}"
  • "{input.job}"
  • "{stats_out.input.job}"
  • "{stats_out.job}"
  • "${stats_out.job}"
  • "${.input.job}"
  • And every other possible combination we could think of

(stats_out is hereby the name of the flow comming into the HttpClient and job is the column we want to access)

Unfortunatly we are unable to access the data no matter which combination we try. Can someone please explain how to access it?

DerTim_0-1755614445832.png

 

 

Labels (2)
1 Solution

Accepted Solutions
DerTim
Contributor II
Contributor II
Author

Hello Denis,

the Talend Studio we are running is currently on "Version: 8 - Build id: 20250730_0900-patch".

So it seems the issues actually was the escaping of the quotes within the JSON body payload.

Here an example how it worked now for us, in case it is helpful for someone else:

DerTim_0-1755676897520.png

BR,

Tim

View solution in original post

4 Replies
Denis_Segard
Support
Support

Hello,

Did you define the var in the '"input" schema ?

Denis_Segard_0-1755615075071.png

Kind regards
Denis

DerTim
Contributor II
Contributor II
Author

Hi Denis,

yes I did:

DerTim_0-1755632837521.png

 

but no matter what I try it will not be resolved within the JSON body:

DerTim_1-1755633769908.png

Thank you and BR,

Tim

Denis_Segard
Support
Support

Hello,

Denis_Segard_0-1755669760882.png

Denis_Segard_1-1755669788566.png

Denis_Segard_2-1755669828264.png

What is the patch level of your Talend Studio ? 
Kind regards
Denis

DerTim
Contributor II
Contributor II
Author

Hello Denis,

the Talend Studio we are running is currently on "Version: 8 - Build id: 20250730_0900-patch".

So it seems the issues actually was the escaping of the quotes within the JSON body payload.

Here an example how it worked now for us, in case it is helpful for someone else:

DerTim_0-1755676897520.png

BR,

Tim