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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tRESTResponse not responding JSON body

0683p000009LsPA.pngWhen I call this jobs REST Request via Postman it fires and prints out the expected JSON in the console shown. It also shows that the tLogRow component is passing that same data along to the tRESTResponse.0683p000009LsDX.pngThe response body is always empty.0683p000009LsLV.png

Labels (1)
  • Other

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Select 'String' in the Return body type on tRestResponse, and the output column should be named as 'body' on tWriteJsonFields. Let me know if it works. Regards Shong

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Select 'String' in the Return body type on tRestResponse, and the output column should be named as 'body' on tWriteJsonFields. Let me know if it works. Regards Shong
Anonymous
Not applicable
Author

For whatever reason renaming the tWriteJSONField component output to "body" did the trick. (I don't understand why at all). FYI left the tRESTResponse type as Document.

 

Thanks!