EXERCISE TOPIC▼
- Access exercises (91)
- C# exercises (79)
- Excel exercises (278)
- Power Apps exercises (13)
- Power Automate exercises (18)
- Power BI exercises (139)
- Power Platform exercises ()
- Python exercises (28)
- Report Builder exercises (141)
- SQL exercises (198)
- SSAS exercises (51)
- SSIS exercises (46)
- SSRS exercises (99)
- VBA exercises (85)
- Visual Basic exercises (46)
POWER BI EXERCISES▼
POWER APPS EXERCISES▼
Power Apps | Editing data in forms exercise | Create from scratch a form for entering/editing box sets
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
Software ==> | Power Apps (13 exercises) |
Version ==> | Latest update |
Topic ==> | Editing data in forms (2 exercises) |
Level ==> | |
Subject ==> | Power BI training |
You need a minimum screen resolution of about 700 pixels width to see our exercises. This is because they contain diagrams and tables which would not be viewable easily on a mobile phone or small laptop. Please use a larger tablet, notebook or desktop computer, or change your screen resolution settings.
Using the above workbook as a data source, create a three-screen app as follows. The first screen should list out the box sets you have listed:

Add a search box above your gallery, and a text box at the bottom showing how many box sets are listed.
The second screen should allow you to view a box set:

This screen should show the details of your selected box set.
Finally, the third screen should contain an edit form allowing you to add or edit box sets:

The wording of the title should change, depending on whether you are adding or editing a box set, and the category drop down should default to the correct value.
If you leave the title blank, you should see an error message:

Use the Required property of the box set name card to help display this message if the name is left blank.
If you still have time, you could consider how to add categories on the fly! Otherwise, save your app and close it down.