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…
Tag: PowerApps
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…
Print a Form in PowerApps
I think one of the biggest roadblocks for users converting from InfoPath to PowerApps has been the lack of any Printing support inside of Powerapps. While I believe the support is in the Pipeline for PowerApps, it is possible to create Printable Forms in Powerapps today! It’s not the cleanest path to Print, so bear…
PowerApps Tip Corner – Getting Past the 500 Items Limit (somewhat)
So, one thing I’ve wanted to do on this blog is to be able to get some Quick tips out to readers who are interested in small things I might have run across while implementing PowerApps. So, without further ado, welcome to the PowerApps Tip Corner! No, it’s not an awesome name, and I’ll probably…
Sorting Columns in the PowerApps Data Table
I’m hoping that by the time most people read this, native support for filtering and sorting the new Data Table control in PowerApps will be released, but since some users may be wanting this functionality now, here’s a quick guide to adding sorting to your columns: In my sample app, I have added a Data…
Microsoft snuck in support for SharePoint Libraries into PowerApps
If you haven’t been paying close attention to some recent updates to PowerApps, you may not have noticed that Microsoft has started offering support to connections to SharePoint Document libraries. They recently posted a video to the PowerApps blog on how to connect to a Document Library, and from some initial testing, this seems to…
Should I replace my InfoPath forms with PowerApps?
With Microsoft releasing PowerApps to General Availability on Nov. 1st, many Office 365 subscribers can now get a much better feel for how PowerApps function, as well as how PowerApps will integrate with the Office 365 ecosystem. With that being said, PowerApps has been touted as a “Successor” to InfoPath, but is it the right…
Office 365 PowerApps Deep(ish) Dive – Part 5
In Parts 1, 2, 3, and 4 of this series, we created a PowerApp that will allow you to retrieve and submit data from SharePoint for Menus, and view Menu Items In this post we will create a View for users to see the locations of our restaurants on a map. In this example, we will…
Office 365 PowerApps Deep(ish) Dive – Part 4
In Parts 1, 2 and 3 of this series, we created a PowerApp that will allow you to retrieve and submit data from SharePoint for Menus. In this post we will create a View for users to see details on all of the available menu items. So, the first step will be to add a…
Office 365 PowerApps Deep(ish) Dive – Part 3
In our PowerApp, we can now Add new menus, so now let’s add the ability for the user to be able to View them as well! So, the first step will be to add a new screen as we did in Part 2 of this series. This new screen will be named ‘View’. Change the…