Canvas App Flashcards
Restore a previous version
1) the newly restored version gets a new, incremented version number and appears at the top of the list.
2) A new version never overwrites a previous version.
3) After restoring , the restored version needs to be published before users will see the new version.
Reasons why you are not able to restore a previous version?
1) Make sure the App is not open in Power Apps Studio. If yes, you will not be able to restore the version.
2) Verify the version you would like to restore is not older than 6 months.
Share an App
You must save the app in the cloud before you can share it.
You can preview though without saving
Navigate and Back Function
For example there are 3 screens. Update the OnSelect property of the Next button on Screen1 from Navigate(Screen2,ScreenTransition.Cover) to Navigate(Screen3,ScreenTransition.Cover) and the text property to Jump to Screen 3. Now, when the user selects the button, the app will navigate to Screen3. Then when they select the Back button on Screen3, they will navigate back to Screen1 and skip Screen2 entirely. This is by design in Power Apps and is important to concept understand to ensure the navigation in your app is configured properly.
Custom theme
there is no option to create a Custom theme for a canvas app and store it to be used for other apps.
Color settings that are only controlled by the theme.
ie to change the color of that background you would have to select a different theme.
1) the color at the top of the Date picker control is specific to the theme.
Data table control
Data table - The Data table control shows data from a data source in a format that includes column headers for each field that the control shows. As an app maker, you have full control over which fields appear and in what order. Like the Gallery control, the Data table control maintains a Selected property that points to the selected row. Therefore, you can link the Data table control to other controls.
Dropdown vs Combo box
Combo Box allows you to search for items as well select multiple items.
Dropdown control does not support this functionality.
make a power app site
you can
1) open apps
2) specify type of app that you want to create
3) share your app
4) create data connections and flows.
Power App studio site
you build apps by configuring user interface elements and excel-like formulas.
Power Apps Admin center site
on this , you’ll define environments and data policies.
Theme
There is no option to create a custom theme for a Canvas App and store it to be used for other apps
Form factors
You must select the form factor when you begin building your app.
After you have selected tablet or phone, it cannot be changed.
With the tablet form factor, you can adjust the screen size.
Controls eg
1) Galleries
2) Data Table
3) Forms
4) Media
5) Charts
6) Icons
When Delegation is not occurring
*Power Apps provides warnings in the Power Apps Studio to the maker but does not warn the app user.
Blue squiggly line on the first field where we encounter this issue and an alert sign.
* The default amount of records returned by a non-delegable query is 500, it can be increased to a maximum of 2,000.
*Power Apps uses delegation to offload the processing (which includes filtering, searching, and sorting) of data to the data source when available.