New to the Power Platform Creator Kit? Let me help you with this Jumpstart into building very UI/UX friendly Apps with it!
Category: PowerApps
Power Platform Center of Excellence Starter Kit App Review – Core Apps
Continuing our Series on the Power Platform Center of Excellence Starter Kit! Get an overview of some of the core apps that are included with the kit.
Power Platform Center of Excellence Starter Kit App Review – Power Platform Admin View
This is a series on the Microsoft Power Platform Center of Excellence starter Kit, and the various Apps, Dashboards, and Features that are included in it. The topic of this post is to discuss the Power Platform Admin View App. At the core of the Starter kit, the Power Platform Admin View App is designed…
Power Platform Center of Excellence Starter Kit App Review – Command Center
This is a series on the Microsoft Power Platform Center of Excellence starter Kit, and the various Apps, Dashboards, and Features that are included in it. The topic of this post is to discuss the Command Center. Included in the Power Platform CoE starter kit, is a fairly recent (2022) addition to the starter kit,…
Microsoft Power Virtual Agents – (Or, how to talk to a Machine)
One of the Big Pillars of the Power Platform is Microsoft Power Virtual Agents (or PVA’s). What is a Power Virtual Agent? Its a Chatbot! Microsoft has been delving into the Chatbot space for awhile now, especially in Teams, however, chatbots in teams have historically been developed with the Bot Framework. The Bot Framework is…
Creating a Unified Dynamics Search Experience in Canvas Apps
Recently, I had a client who was interested in building a PowerApp Canvas App for Mobile Devices that would take some of the more routine aspects of their Dynamics sales process, and provide their sales people with an easier way to do some of the tasks associated with capturing customer information. This particular client’s users…
Reduce your PowerApps licensing cost to SQL Server with Layer2 Cloud Connector
Not too long ago, Microsoft changed the way they licensed PowerApps. Before, you were able to use may of the connectors (especially SQL Server) with the licensing that came with PowerApps for Office 365. Microsoft turned that connector, and may others into “Premium Connectors”. In order to use these, you now have to license your…
Mobilize Exchange Online Powershell with Azure Functions, Flow, and PowerApps – Part 2
So, in the Previous post, we created an Azure Function that we can pass a query to and cancel a departing user’s meetings. But that’s only part of what we wanted to accomplish. Now we need to make it mobile friendly, so let’s dive in and use PowerApps and Flow to make it happen! Make…
Mobilize Exchange Online Powershell with Azure Functions, Flow, and PowerApps – Part 1
So, I recently had a colleague of mine come to me with a requirement for a PowerApp he was building. The customer wanted to be able to click a button in PowerApps, and export a SharePoint list to a CSV file. “I can do it through Powershell, but they want to be able to just…
Interact with Machine Learning with PowerApps and Flow – Part 2
Click here to read Part 1 of this series We’ve got our Custom Connector in Place, lets make a Flow! So, Open Microsoft flow, and create a New Blank Flow. I named my flow ‘Machine Learning Request-Response’. The first Action we want to Add is the generic “PowerApps’ Trigger. This essentially says “Start this flow…