Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When 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.
The response body is always empty.
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!