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?
@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.