Let us implement a simple scenario where we create a lead record in CRM which then talks with Flow (and Power App). The Flow calls an Azure Function (Custom API)
Let us implement a simple scenario where we create a lead record in CRM which then talks with Flow (and Power App). The Flow calls an Azure Function (Custom API)
Recently working with an Azure Functions , we had to define its REST Signature using Swagger to be able to use it within PowerApps. The Azure Function expected the code
In our previous post, we created a simple Azure Function using a free account. (1-hour limitation). https://nishantrana.me/2017/04/26/starting-with-a-simple-hello-world-azure-functions/ In this post, we’d use our trial Azure account to create a Function
Sharing a sample code that can be used to send JSON data using POST to an external service inside CRM Online Plugin. As plugin runs in sandbox mode we cannot
Hi, In this post we’d have a quick look at the Azure Functions Azure Functions can be simply defined as – Code and Event. Basically, we’d have an event on