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: 
PierrickB
Contributor III
Contributor III

iterate on tRESTClient with exit form TXMLMap

Hi everybody,

 

I would like to iterate on tRESTClient with parameter from exit of TXMLMap.

 

Here a screenshot of my job, TXMLMAP and last TRESTClient :

0683p000009M7pu.png0683p000009M7c8.png

0683p000009M7kC.png

i would like for each row in the TXMLMAP take the id and it's value, then call the tRESTClient wiht this parameter.

i don't find how to do it.

 

Can you help me guys?

 

Thanks.

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi
You can access the current id on tRestClient2 with this expression:
(String)globalMap.get("sortieAllUsers.id")


Regards
Shong

View solution in original post

1 Reply
Anonymous
Not applicable

Hi
You can access the current id on tRestClient2 with this expression:
(String)globalMap.get("sortieAllUsers.id")


Regards
Shong