I have a REST service I’m trying to hook up from an external platform. It is setup using a Separate Authentication URL and Apex Proxy. I can verify that the payload is returned with the expected data when the model is queried via inspecting the network and the structure looks the same as other REST services I have setup. However, the payload is not passed to the model. This feels like a bug, but was wondering if there’s a setup step missing.
The payload looks fine with Postman. Here’s a screenshot of the beginning of the return:

I should also add that the model setup works like I’d expect with being able to add fields and such.





