I was working on the integration between Dataverse and external Rest API. The scenario is simple as – “Send the JSON object to the API when the record is created”.
I was working on the integration between Dataverse and external Rest API. The scenario is simple as – “Send the JSON object to the API when the record is created”.
Let’s say you want to create a consumable HTTP service, do some operation and send back Response. Here’s what you can do. You can create an HTTP Request Trigger to