Hi Team, I am using version 11.2.8. I am trying to connect to an external rest endpoint using rest data source. For now the external endpoints are simple GET and POST, which do not expect any request body or query param. Both the endpoint return a simple json in response. When I try to use method as Query, both http verbs GET and POST work fine. However I am struggling to send the payload with the Query method and the POST verb. Moreover, When I try to use method as Update or Insert, external endpoint is itself not getting invoked. I am not seeing any errors on browser console and even network tab shows no call made to the endpoint. I tried this with Proxy active and Inactive both. Even arguments[0].changes returns me undefined. My requirement is pretty straight forward, I want to post the customised payload to an external web service on the changed items inside the model. I am stuck here, can you please help.
This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.