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: 
Anonymous
Not applicable

tMap to REST API POST Request

Hi!

I´ve a tMap Component that creates a Schema output. Now I want to automatically map that "table" schema to a Json Schema and use it in an Post Request with tRestClient.
Unfortunately it looks like the body (JSON) is not part of the submitted data to the API.

 

Maybe someone can give me a hint how to get tRestClient up and running with a POST request?

 

Thanks,

Michael

Labels (3)
1 Reply
manodwhb
Champion II
Champion II

@Mik3e , you need to construct the tmap out to a json string using tjavarow and assign that value as context and pass that to tRest component body with the post method.