Power Apps SaveData: Cool Cookies!
Do you want to retain user settings or preferences when an app is closed, but not have to write back to a data source? Power …
Do you want to retain user settings or preferences when an app is closed, but not have to write back to a data source? Power …
Microsoft released their new AI Invoice Processing capability in preview last month. I took it for a test run using Power Apps and Power Automate. …
In this article I’ll show how to display scraped web data in Power Apps. For this exercise we’ll use the Premier League Table from the …
Have you ever wanted to extract data that isn’t available using Connectors? In this post, I’ll explain web scraping with Power Automate and give you …
In the last post I set myself the challenge of creating an dynamic Power Apps Dropdown box that shows the number of records in a …
Power Apps Dropdowns don’t need to be dull! There are many cool features you can add to Dropdowns. In this post I’ll demonstrate 3 techniques …
Aligning data from multiple tables can be achieved in several ways. Cascading Power Apps Galleries, creating virtual tables using AddColumns, even simply using the humble Label. …
Even more tips on using Galleries to find a specific records in a data table! In this article, I’ll explain how to search across multiple …
The Power Apps Filter and StartsWith functions are very flexible and can be used to search single or multiple columns in a table In this article …
No need to restrict a Power Apps Gallery search to a single method, multiple search options are possible. This approach uses either cascading Dropdown Boxes …
Dropdown boxes are really useful when used in conjunction with a Gallery to drill down and reduce a large data set to a much smaller …
There are many sites to help with your UI/UX for Power Apps development, but here are my favourite online resources. As well as giving you …
SVGs can be used dynamically in Power Apps such as to change their color or to create animation. This article explains a couple of examples …
SVGs or Scalable Vector Graphics are an XML-based format for 2D graphics. There are many things that are possible with SVGs that JPEGs, PNGs & …
The biggest impact on reducing load times and to Optimise Power Apps performance is to properly manage the loading of data and images. Other actions can …
There is a simple and very effective way to select multiple Records in a Gallery. The TemplateFill property of Galleries used with the tips below …
Records in Collections can be filtered before being displayed in Galleries. Dropdowns are a great way to do this and using a little configuration their …
In this post I’m going to show how to customise Galleries so you can make changes to Records directly in a Gallery itself. No need …
Power Apps has a load of functionality you can use in your apps, but some of the real workhorse controls used in the majority of …
What is a Connector? A Connector (including a Custom Connector) is a wrapper around an API that allows a service to communicate with Power Apps or …