There are two easy ways you can use to bring your Power Apps canvas applications as tabs within your Team’s Channels. I’ll shortly introduce them both and discuss some pros and cons of each. Then I will show you how you can bring Planner Gantt Chart as a tab in your Teams channel and define…More
Microsoft Planner Gantt Chart with Power Apps – download your own!
[If you’re just looking for the download link, it’s at the end of this blog post] Update on Oct 7th 2021: Planner UserVoice is gone and I was not able to find the corresponding feature request any longer. I removed the link below 😦 So far (May 15th, 2021) there has been 11957 votes on…More
Make your Power Apps less formal with Emojis 😀
Emojis are nice, they can be treated as text in many apps these days and you can easily copy-paste them around. And Power Apps canvas app is not an exception! I created an Emoji Picker component that can be used to allow the user to choose an emoji. The chosen emoji can then be used…More
Simple Power Apps month range selector
While working on a Power Apps canvas app for another blog post, I implemented a simple easy-to-use year and month selector component that can be used to select desired year and month range for that year. Without further ado, here is how the component behaves in action: On the screen I have two horizontal galleries…More
Collect information from external stakeholders using Adaptive Cards and Power Automate flows
It is not uncommon that you need to get input from external parties as a step within your various business processes. You might need to collect approvals from stakeholders, for example. Or you need to contact your customer to get more information regarding a service order they created earlier. In a very, very, very simple…More
Using Desktop flows to UI test your Power Apps
The challenge Let’s face it: unit testing Power Apps is not possible. Surely, you can add some custom Power Fx code here and there to validate that elements are where they are supposed to be and to check that galleries contain correct data. But by doing this, you will make your solution much more complex,…More
Apply some DevOps to your Power Platform solutions!
Recently I’ve been working with a Dynamics 365 Sales Pro project. In addition to some Azure artifacts (e.g. Logic Apps) for integration and migration purposes, our delivery contained plenty of customizations in a Power Platform solution package. In the project we are using three Power Platform Environments: one for development, one for testing and one…More
Open an HTML file from Power Apps and host it within your solution
Recently there was a need to open an HTML file from Power Apps canvas app and to even pass URL parameters to it. It sure is easy to open a desired URL from canvas app simply by using the Launch function. However, the problem in the project was where to host the static HTML file???…More
RPA with Power Automate Desktop – setup and test drive
My colleague is currently working on a project where he needs to report working hours into two different systems. So, basically he needs to enter hours into our company’s own project management system, as well as into customer’s hour reporting system. At Cloudriven, we are using custom solution that basically consists of Azure SQL Database…More
Using Environment variables in your Power Apps solution
Quite often you need to have your app look and behave a bit differently depending on the current Environment context. I recently had to implement simple functionality where the user is directed to a Power BI report page on a click of a button. That’s simple enough using the Launch function in Power Apps, but…More