by Darren Neese | Aug 3, 2022 | Uncategorized
We will cover nesting gallery controls in Power Apps (that is dropping a gallery inside another gallery). Each gallery will have their own distinct data source, but the nested gallery will tie into the parent gallery’s record values through associated fields....
by Darren Neese | Aug 3, 2022 | Uncategorized
Power Apps Service Desk App Template: In this live stream, we covered using the Service Desk app template. What you may notice is that if you start to use this template and open it, it doesn’t work and has many issues for you to work through. Here in the matter...
by Darren Neese | Aug 3, 2022 | Uncategorized
Power Apps Forms: We will cover adding data to a data source using the new form control. 🚩Here’s the full video: https://youtu.be/06txEJbO4QI 🎈Here is the Microsoft documentation on this: https://docs.microsoft.com/en-us/powe… -Darren Neese...
by Darren Neese | Aug 3, 2022 | Uncategorized
Power Apps Forms: We will cover using the edit form control to modify a record that is selected from a gallery. 🚩Here’s the full video: https://youtu.be/06txEJbO4QI 🎈Here is the Microsoft documentation on this:...
by Darren Neese | Aug 3, 2022 | Uncategorized
Power Apps Display Form: We will cover using the display form control in Power Apps. You may want to use the edit form instead since it can do everything the display form can, but we’ll still use it in this video. 🚩Here’s the full video:...
by Darren Neese | Aug 3, 2022 | Uncategorized
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...
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...