You create an app with multiple screens.
Test users report that the size and type of gallery displayed on each screen are different. You must improve the consistency for the app screens.
You need to create a reusable gallery that displays information based on the current record.
Which three actions should you perform?
NOTE: Each correct selection is worth one point.
A company stores financial files in Microsoft SharePoint document libraries.
When a user uploads a new file, the user's manager must approve the request.
You need to design a cloud flow to meet The requirement.
Which three actions should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer : A, F, G
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
A company has locations in multiple countries and regions across four continents.
The company stores the total amount of each order in the local currency of the country/region where the customer is located. The company stores the applicable exchange rates in a custom US dollars (USD) exchange rate table.
You need to create a visualization that displays the total amount of orders by country/region in USD.
Proposed solution:
Create a custom rollup field of type currency on the country/region table that aggregates all the total amounts for the orders from that country/region and display this rollup field in a Power BI chart.
Does the solution meet the goal?
Answer : B
Instead use a calculated field.
Need to calculate the exchange rate in USD.
Calculated columns are calculated in real-time when they are retrieved.
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/calculated-rollup-attributes
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are creating a canvas app that displays a list of accounts.
Users must be able to select an account and view details for the account. The app must include a feature that brings the user back to the list of accounts.
You add a blank screen named Screen_Accounts and add a gallery named Gallery_Accounts to the screen. You set the data source of Gallery_Accounts to Accounts and add another blank screen named Screen_AccountDetail.
You need to complete the app.
Solution:
Add an edit form to Screen_AccountDetail and set the Default Mode of the form to View.
Set the OnSelect property of Gallery_Accounts to Navigate(Screen_AccountDetail).
Set the data source of the form to Accounts.
Set the Item property of the form to Selected.
Add a back icon on Screen_AccountDetail and set its OnSelect property to Navigate(Screen_Accounts).
Does the solution meet the goal?
Answer : A
View, edit, or create an item, save the contents, and reset the controls in an Edit form control.
FormMode.View: The form is populated with an existing record but the user cannot modify the values of the fields.
This function is often invoked from the OnSelect formula of a Button or Image control.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-form
Engineers in an organization plan to attend an international product show.
The engineers must be able to capture information about presented products based on personal assessment and interest. The engineers must capture the information by taking pictures of the booth, brochures, and other product-specific materials.
You need to provide a button flow to streamline the process.
Which two AI Builder models should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer : A, D
International product show: The language detection prebuilt model identifies the predominant language of a text document. The model analyzes the text and returns the detected language and a numeric score from 0 through 1. Scores close to 1 indicate higher confidence in the result. The detected language is returned as the 'script' of the language. For instance, for the phrase 'I have a dog', it will return'en'instead of'en-US'. The response for languages that can't be detected isunknown.
Use the AI Builder business card reader component to detect business cards and extract their information. You can take photos directly in the component or load images that you've taken. Data is extracted and identified by using the properties listed below.
https://docs.microsoft.com/en-us/ai-builder/prebuilt-language-detection
https://docs.microsoft.com/en-us/ai-builder/business-card-reader-component-in-powerapps
You need to create the Power Automate flow to create a quote. Which trigger should you use?
Answer : B
You are creating a model-driven app that allows users to create and edit a list of existing accounts.
You need to display a list of all active accounts.
Which user interface components should you use?
Answer : A
Imagine that you have a collection of data (such as a list sales orders, a set of service tickets, or a directory of contacts), and that you want to show this data in your Microsoft PowerApps app in a tabular format, where each column represents a field and each row represents a record. In the past, you might have been able to roughly simulate this visualization, although the process required some effort. However, we've been listening to your requests and are happy to announce that you can now quickly and easily achieve this very typical visualization by using the new Data table control that has been recently added to PowerApps.
https://powerapps.microsoft.com/fr-fr/blog/introducing-the-data-table-control/