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: 
hiba1
Contributor
Contributor

Routines Call in tRestClient

Hi ,

It's the first time i create routine in talend.

the goal from this routine is to be called in the header of tRestClient.

i call it in tjava it works fine . but i can get it in tRestClient.

what can i do !

0693p00000Ac6LSAAZ.png0693p00000Ac6KzAAJ.png

Labels (3)
1 Reply
Anonymous
Not applicable

Hi

Before you get the value from global variable, you should initialize the variable on tjava_4 first,

eg:

...babababa....

globalMap.put("sig","the value");

 

Regards

Shong