by Darren Neese | Aug 3, 2022 | Uncategorized
Power Apps Collection: Collections are in-memory records grouped together into a table type of variable. We will cover the use of collections in Power Apps. We can take data and put it into a collection by using the Collect and ClearCollect functions. Collections can...
by Darren Neese | Aug 3, 2022 | Uncategorized
Power Apps Search: We will cover searching within a gallery by using the search function. In any of your apps, there are many opportunities to have the user type into a search text input and then slim down a result based on a match to what they typed....
by Darren Neese | Aug 3, 2022 | Uncategorized
Power Apps Linking Controls: We will cover how to link controls within Power Apps. Put another way, we are going to filter a gallery based on what the user selects from a drop down list control. Yes, you can reference other control properties within the properties of...
by Darren Neese | Aug 3, 2022 | Uncategorized
Power Apps DropDownList: We will cover the basics of using the drop down list control in Power Apps. Drop down lists are controls you’ll likely use in all your applications. It saves space on your screens when you have a list for your user to choose from. You...
by Darren Neese | Aug 3, 2022 | Uncategorized
Power Apps Sort Function – We will cover the Power Apps Sort Function. We’ll also cover nesting your Power Apps functions along with Filter. 🚩Here’s the full video: https://youtu.be/06txEJbO4QI 🎈Here is the Microsoft documentation on...
by Darren Neese | Aug 3, 2022 | Uncategorized
We will cover using the Filter function. This will slim down the results of a query to a sub set from the total records. We’ll be using a gallery control to show these records, a Power Apps Filter. 🚩Here’s the full video:...