You have a canvas app with an embedded Power BI tile.
You share the canvas app. Users report that they are unable to access the Power BI content.
You need to determine why users are unable to access the content.
What is the cause of the user's problems?
A. The Power BI dashboard is not shared.
B. The Power BI connection is not shared.
C. The Power BI Display mode property on the Power BI tiles is set to Disabled.
D. The Power BI interactions property on the Power BI tiles is set to Off.
Correct Answer: A
Power BI tile control in Power Apps, Sharing and security When you share an app that contains Power BI content, you must share not only the app itself but also the dashboard where the tile comes from. Otherwise, the Power BI content won't appear even for users who open the app. Apps that contain Power BI content respect the permissions for that content.
You observe that the bot is not able to recognize input from some users.
You need to configure the bot response for unrecognized input from users.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. Connect to a different channel.
B. Display a system-defined error message.
C. Use a fallback topic.
D. Transfer to an agent.
Correct Answer: CD
During a conversation, a Power Virtual Agents bot triggers the appropriate topic based on the user's input. If the bot can't determine the user's intent, it prompts the user again. After two prompts, the bot escalates to a live agent through the system Escalate topic.
In some scenarios, you might want to customize how the bot behaves when user input doesn't trigger any topic. For example, you can build a catchall topic to capture unrecognized user intent, or use a topic to call back-end systems or route to existing services.
Customize these fallback behaviors by adding the system Fallback topic. You can also customize the Fallback topic itself, similar to most other system topics.
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 uses a model-driven app.
The company needs to automatically update the Status column in real time.
You need to configure this feature.
Solution: Create a flow that has an Update a row action.
Does the solution meet the goal?
A. Yes
B. No
Correct Answer: A
Actions that real-time workflow processes can perform.
Real-time workflow processes can perform the actions listed in the following table.
*
Update Row. You can update the row that the real-time workflow is running on, any of the rows linked to that row in an N:1 relationship, or any rows created by earlier steps.
Supervisors must approve transactions when a user from the sales department enters a revenue amount that is over $1 million.
You need to configure an approval process without using code.
What should you create?
A. Power Automate cloud flow
B. Power Apps component framework (PCF) control
C. Column Expression
D. Azure Service Bus service
Correct Answer: A
Integrate a canvas app with other technologies, create a flow to manage project approvals You can use Power Apps, Power Automate, and Power BI with SharePoint Online. Make sure you read the series introduction to get a sense of the big picture, as well as related downloads. We can create a flow that drives the process of approving projects. Power Automate is integrated with SharePoint, so it's easy to create a flow directly from a list. The flow we'll create is triggered when an item is added to the Project Requests
list. The flow sends an email to the project approver, who approves or rejects the request directly in email. The flow then sends an approval or rejection email to the project requestor and updates our lists appropriately. Reference: https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/sharepoint-scenario-approval-flow
Question 36:
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 uses a model-driven app.
The company needs to automatically update the Status column in real time.
You need to configure this feature.
Solution: Create a flow that has an Update item action.
Does the solution meet the goal?
A. Yes
B. No
Correct Answer: B
Correct Solution: Create a flow that has an Update a row action.
Note: Actions that real-time workflow processes can perform
Real-time workflow processes can perform the actions listed in the following table.
*
Update Row. You can update the row that the real-time workflow is running on, any of the rows linked to that row in an N:1 relationship, or any rows created by earlier steps.
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 uses a model-driven app.
The company needs to automatically update the Status column in real time.
You need to configure this feature.
Solution: Create a workflow that has an Update Record step.
Does the solution meet the goal?
A. Yes
B. No
Correct Answer: A
Correct Solution: Create a flow that has an Update a row action.
Note: Actions that real-time workflow processes can perform
Real-time workflow processes can perform the actions listed in the following table.
*
Update Row. You can update the row that the real-time workflow is running on, any of the rows linked to that row in an N:1 relationship, or any rows created by earlier steps.
You have a classic workflow. The workflow updates a custom column on a record when an account record is created.
The workflow must update the custom column based on the following conditions:
1.
Update the custom column value using the Account Number.
2.
If the Account Number column is blank, update the custom column value using the Ticker Symbol.
3.
If the Ticker Symbol column is blank, update the custom column value to N/A.
You need to configure the custom column value by using the update record step.
What should you do?
A. Add a formula that evaluates the two column values and uses the first populated value or else the default value.
B. Add an expression that evaluates the two column values and uses the first populated value or else the default value.
C. Add the two columns with the default value by using the Forms Assistant.
D. Add check conditions to determine if the two columns contain data.
Correct Answer: C
Setting row values
When you create a row you can set values for the row. When you update a row you can set, append, increment, decrement, multiply, or clear values.
When you select Set Properties, a dialog box opens showing you the default form for the table.
At the bottom of the dialog box you can see a list of additional columns not present in the form.
For any column, you can set a static value and that will be set by the workflow.
On the right side of the dialog box, the Form Assistant gives you the ability to set or append dynamic values from the context of the current row.
The options available in the Form Assistant depend on the column you have selected in the form. When you set a dynamic value, you will see a yellow placeholder known as a ‘slug’ that shows where the dynamic data will be included.
With dynamic values, you don't know for certain that a column or related table has the value you want to set. You can actually set a number of columns to try to set the value and sort them in order using the green arrows. If the first column
doesn't have data, the second column will be tried and so on. If none of the columns has data, you can specify a default value to be used.
A company creates a Power Automate cloud flow for a Power Apps app.
The cloud flow must send a daily email that contains a list of year-to-date (YTD) totals.
You need to configure the flow.
Which feature should you use?
A. Loop
B. Wait
C. Condition
D. Parallel branch
Correct Answer: A
Use a loop to produce the list.
Use the Apply to each action to process a list of items periodically.
Many triggers can immediately start a cloud flow based on an event such as when a new email arrives in your inbox. These triggers are great, but sometimes you want to run a cloud flow that queries a data source on a predefined schedule,
taking certain actions based on the properties of the items in the data source. To do this, your flow can be started on a schedule (such as once per day) and use a loop action such as Apply to each to process a list of items. For example, you
could use Apply to each to update records from a database or list of items from Microsoft SharePoint.
You plan to create a dataflow by using Power Query to transform the data.
You observe that some cells display an error instead of the expected data.
You need to obtain more details about the errors.
What should you do?
A. Use the App Checker.
B. Select the cell with the error.
C. Use the Flow Checker.
D. Select the row that includes the cell with the error.
E. Use the Advanced Editor.
Correct Answer: B
Cell-level error
A cell-level error won't prevent the query from loading, but displays error values as Error in the cell. Selecting the white space in the cell displays the error pane underneath the data preview.
Handling errors at the cell level
When encountering any cell-level errors, Power Query provides a set of functions to handle them either by removing, replacing, or keeping the errors.
For the next sections, the provided examples will be using the same sample query as the start point. In this query, you have a Sales column that has one cell with an error caused by a conversion error. The value inside that cell was NA, but
when you transformed that column to a whole number Power Query couldn't convert NA to a number
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Microsoft exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your PL-200 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.