There’s a Chinese proverb that says “A journey of a thousand miles begins with a single step” and that equally applies to coding complex formulas in Power FX I was asked about a previous post Filter Based on Child Data, and […]
Filter based on Child Data – Here’s a quick demo on how to get a filtered list of records from a parent Dataverse table based on data in a child table In my user case, I have a simple Dataverse structure
Multiple Search Criteria – If you want to have multiple criteria to filter the contents of a gallery in a Canvas App, here is the best way to achieve it! My user case is that I want to be able
Dataverse Many to Many Relationships It can be a little tricky to work out how to navigate the many to many relationships between Dataverse tables Let’s look at the many-to-many relationship between the Teams and User tables. A Team can
By default, in Power Apps, the data in a choice column is displayed in the order in which the choice options are entered in Dataverse However, choice columns can be filtered and sorted when displayed in a Canvas app. How
Exiting an app is fine when data has been saved, but the inadvertant closing of an app can lead to lost work. Read on to find out how to use the ConfirmExit property to help prevent users losing unsaved changes
Android users frequently use the back button on the lower panel of the Android interface to perform a back operation and return to previously viewed screens By default, with a canvas app, this button invokes the Android prompt to close
Canvas Apps can be accessed from many different devices such as phones, tablets, laptops, and desktops. A responsive canvas app automatically changes its layout depending on the screen size of the device This can include simply stretching or re-sizing the
Accessible software is designed to work for people who experience disabilities such as visual, hearing, or cognitive impairments, and who may interact with software using assistive technologies such as a screen reader Power Apps Studio has the functionality to create
Canvas App Size A canvas app runs in a client browser as a single web page and the larger the canvas app size, the greater the device memory that can be required for the app to run If an app
CSS is a great way to create graphics and cool effects in a Canvas App. CSS is powerful, flexible and often avoids the complexity of creating a PCF code component With CSS you can visually do pretty much anything and
With this neat little technique you can identify the user who invoked a flow from a Power App or other trigger Flow User The user’s name, email or GUID can be identified and captured, and it’s as simple as initialising