4.Power Apps part 1 Flashcards
Which Power Apps solution should be used to allow new employees to manage their active certifications and work history using an Excel workbook?
Canvas app
Which two actions should be performed to revert a published canvas app to an earlier working version?
Select earlier version of the app, click Restore, and publish the restored version of the app.
Where should a table be added to the navigation pane of a model-driven app?
Subarea
Which two features are associated with model-driven apps?
They adjust the layout automatically, and they embed Power BI dashboards.
What two actions should be performed to ensure users can view a new column in a model-driven app’s customer data management form?
Add the column on the form, and publish customizations.
For building a Power Apps app that must be developed and tested in a non-production environment, shared with any user in the tenant, updated twice a year, and have the ability to restore from backup, what type of Microsoft Power Platform environment should be used?
Sandbox
To share a new model-driven app with users in a Microsoft Power Platform environment, what should you assign to users to enable them to access the app?
Dataverse security role
In which type of environment should a coworker create a personal Microsoft Power Platform environment to test preview features of Power Apps for at least two months?
Sandbox
For managing complex business processes and workflows within Dynamics 365 Field Service, which Microsoft Power Platform component should be considered?
Model-driven app
Which function should you use to store user selections in a canvas app for tracking and ordering office stationery?
Collection
Which control should you use in a canvas app tied to a Microsoft SQL Server database table to allow users to modify values for each column of a row?
Edit form
What is the correct code segment to format currency values in a canvas app to always display with two decimal places?
`Text(“Currency value”, “$#, ###0.00”)
Which controls should you use in a canvas app to allow users to view a list of current scores for local professional sporting events, displaying game information and a link to the game location?
Gallery; Data table
What actions should you perform to ensure that the sales manager only, but not other users, can search for and find a canvas app displaying sales information?
Grant the sales manager read-only access to data; Share the app with the sales manager
Which control should you use in a canvas app to enable users to view product code, description, and image for each product stored in a Microsoft Dataverse table?
Gallery
What should you use to show customer service data in a canvas app when the solution is on-premises and uses Microsoft SQL Server?
Connector
Which type of app should you use to enable users to read and write data from SharePoint and OneDrive for Business?
Canvas app
What should you do to enable all users to access data in a model-driven app?
Create a new public view
What should you do to ensure a canvas app is automatically available to all members of a Microsoft 365 group?
Create the app in a Microsoft Dataverse for Teams environment
What should you use to ensure an app displays data from an Azure SQL database?
Canvas app