A company is creating a one-way integration from the Common Data Service to an external system. Data will be sent from a webhook to an Azure Function.
You need to configure the Azure Function to handle data from the webhook.
Which class and data type must the Azure Function handle?
The body will contain string that represents the JSON value of an instance of the RemoteExecutionContext class.
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/use-webhooks
Currently there are no comments in this discussion, be the first to comment!