Hello Experts,
I created an Azure Function that is called from CRM via WebHook. It is linked with action in CRM. Calling the action new_apidemo triggers the execution of the Function.
If the event of an Azure Function fails, this is the message that I receive.
Microsoft Dynamics 365 can’t complete your request. The webhook service endpoint may be configured incorrectly or is not available. Contact the service endpoint owner or your system administrator to validate your configuration. If the problem persists, contact Microsoft Dynamics 365 customer support for help.
Is it possible to pass additional messages back to Dynamics when validations fail in flow, explaining what exactly failed so that users of Dynamics 365 can take appropriate actions?
Thanks
-Sri