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)
Dimensions on the Project: Department – 001 Cost Center – 002 Dimensions on the Project contract: Department – 001Cost Center – 003 Dimensions on the Hours, Expense, Fee, On-account transaction
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