Category: Power Apps

5 Essential Power Apps Functions for Enhanced App Development
5 Essential Power Apps Functions for Enhanced App Development
Blog Posts

Welcome to another exciting exploration in the world of Power Apps! Today, we’re diving into five “fancy” functions that, while not traditionally fancy, are absolute game-changers for any Power Apps developer. These functions are not just about adding flair to your apps; they’re about making your development process more efficient, your apps more powerful, and… READ MORE

Disable Cells Using Power Apps Grid Customiser Control
Disable Cells Using Power Apps Grid Customiser Control
Blog Posts

Disabling controls on a form is a top requirement for model-driven apps projects. Of course this logic needs to be enforced on grids too. In case you are aware about “why we need this” and “what are the challenges”, and are looking for the solutions, you can jump directly to #Solutions. I’ve implemented 3 solutions, from… READ MORE

HOW TO CREATE A GALLERY SCROLLABLE IN BOTH DIRECTIONS
HOW TO CREATE A GALLERY SCROLLABLE IN BOTH DIRECTIONS
Blog Posts

The Power Apps gallery controls allow developers to easily display tabular data from a datasource or local collection. Currently we have 3 gallery types (1) Vertical gallery, (2) Horizontal gallery and (3) Flexible height gallery (vertical lay-out). The preferred gallery type will depend on how you would like to visualize the data. While all galleries… READ MORE

Increase Productivity with Power Apps in Microsoft Teams
Increase Productivity with Power Apps in Microsoft Teams
Webinars

Increase Productivity with Power Apps in Microsoft Teams Today’s fast-paced digital landscape, businesses strive to maximize productivity while streamlining processes. Microsoft Teams has emerged as a central hub for collaboration, communication, and project management, but its potential extends even further with the integration of Power Apps. This session delves into the synergy between Microsoft Teams… READ MORE

Working With Form Controls In Power Apps
Working With Form Controls In Power Apps
Blog Posts

Top tips and need-to-knows! Power Apps form controls are a great way to provide simple, lightweight data capturing functionality in canvas apps. Whilst many prefer using the Patch function to create and edit data, form controls have and will continue to have their place. This is likely to be especially true for beginners to Power… READ MORE

Patch Multiple Rows In Power Apps Like A Jedi!
Patch Multiple Rows In Power Apps Like A Jedi!
Blog Posts

Use the force to speed up your patch operations. I recently flew out to the Dagobah system to catch up with my mate, Yoda. He told me that the Power Apps patch function is a powerful ally that surrounds and binds us. We must learn to harness its powers when it comes to creating or… READ MORE

StartUp Screen Pattern in Canvas Apps
StartUp Screen Pattern in Canvas Apps
Blog Posts

Before you continue reading the article, I would like to point out that it already assumes certain knowledge of Power Apps concepts. There are currently several options in Canvas Apps to trigger certain logic when the application starts. We have App.OnStart, App.StartScreen and Screen.OnVisible. Beyond that, there are a few settings associated with these formulas. How to make sense… READ MORE

Connecting Microsoft Outlook to model-driven Power Apps
Connecting Microsoft Outlook to model-driven Power Apps
Blog Posts

One of the great and long standing features of Dynamics 365 Customer Engagement (aka CRM) is the integration with Microsoft Outlook. Using the Dynamics 365 App for Outlook you can synchronize contacts, link meetings and appointments and track emails against records so they will show up in the timeline. What about Power Apps? Did you… READ MORE