Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
RVeitch_84
Creator
Creator

How do I use globalMap.get("") in a t_Rest url

I have tried both options with no luck.

0695b00000G2ggWAAR.jpg

And this option with the context for the url set to, (String) globalMap.get("URL")

0695b00000G2ghAAAR.jpg

I have confrimed that my

globalMap.put is working as I have data when using println?

globalMap.put("URL", URL);

System.out.println("URL");

System.out.println((String) globalMap.get("URL"));

Labels (4)
1 Reply
gjeremy1617088143

Hi globalMap.get work only if you have put the data in the globalMap before, and context.url work if you have a value for the key: url in your context.

Both of them will work in tRestClient.

Can you send capture of error you have when you run the job ?