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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Passing params in tRestClient Talend

Hello Community,

I'm trying to get data from Sharepoint lists and I want to pass params to a tRestClient but it's not taking it :

 

0683p000009Lx2M.png

But if I pass this params directly in the URL the query is working fine!

is there a problem somewhere?

Any help please ?

Thx

Labels (4)
1 Reply
Anonymous
Not applicable
Author

Try putting a '$' in front of your query parameter names

eg. replace "filter" with "$filter"