Data Table

Data Table

Power Apps DataTable: they show a dataset in a grid or table type of format. Each field will have their own column heading at the top. A data table is similar to a gallery in that it has a selected property you can reference to get at the underlining row in the...
Collections Explained

Collections Explained

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...
Search Gallery

Search Gallery

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....
Tying Controls Together

Tying Controls Together

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...
Drop Down List Control

Drop Down List Control

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...