{"id":12294,"date":"2026-09-15T07:50:37","date_gmt":"2026-09-15T07:50:37","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=12294"},"modified":"2026-09-15T07:50:37","modified_gmt":"2026-09-15T07:50:37","slug":"microsoft-pl-200-practice-test-questions-and-exam-dumps-part-8-q141-q160","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-pl-200-practice-test-questions-and-exam-dumps-part-8-q141-q160\/","title":{"rendered":"Microsoft PL-200 Practice Test Questions and Exam Dumps Part 8: Q141\u2013Q160"},"content":{"rendered":"<h2><b>View Full <a href=\"https:\/\/www.examlabs.com\/pl-200-exam-dumps\">Microsoft PL-200 Exam Dumps<\/a> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 141<\/b><\/h3>\n<p><b>A company wants users to select an existing Department record when creating an Employee record in Dataverse. Which column type should be used?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Lookup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Text<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Choice<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Currency<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Lookup column should be used when a record needs to reference an existing record from another Dataverse table. In this scenario, each Employee can reference an existing Department record rather than storing the department name as plain text. This creates a relationship between the Employee and Department tables and allows users to select from existing records. A Text column would not establish a relationship, while a Choice column is better suited to a fixed set of options. Currency is intended for monetary values. Therefore, Lookup is the most appropriate column type.<\/span><\/p>\n<h3><b>Question 142<\/b><\/h3>\n<p><b>A maker needs to prevent users from entering values outside a predefined set such as New, In Progress, and Completed. Which Dataverse column type should be used?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Text<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Choice<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Lookup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Choice column provides a predefined set of selectable values and helps maintain consistent data. For a status field containing values such as New, In Progress, and Completed, a Choice column prevents users from entering arbitrary variations such as &#8220;complete&#8221; or &#8220;finished.&#8221; A Text column would allow unrestricted input, which could create inconsistent data. A Lookup would be appropriate if these values were maintained as records in another table. A File column is designed for storing documents. Therefore, Choice is the best option for this requirement.<\/span><\/p>\n<h3><b>Question 143<\/b><\/h3>\n<p><b>A model-driven app should show only Accounts whose status is Active. Which component should be configured to provide this filtered list?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Main form<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Business process flow<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">View<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dashboard<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A view is used to display a filtered collection of Dataverse records. The maker can create an Account view and add a filter where the Account status equals Active. Users can then access the view and see only records meeting the specified criteria. A main form displays information about an individual Account, while a business process flow guides users through defined stages. A dashboard can contain visualizations and other components but is not the primary mechanism for defining a filtered record list. Therefore, the correct component is a View.<\/span><\/p>\n<h3><b>Question 144<\/b><\/h3>\n<p><b>A company wants a flow to start automatically whenever a new Contact is created in Dataverse. Which component should start the Power Automate flow?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Action<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Condition<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Approval<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Trigger<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A trigger determines when a Power Automate flow begins execution. For this requirement, a Dataverse trigger can be configured to start the flow whenever a new Contact record is created. After the trigger starts the flow, actions can perform tasks such as sending an email, creating another record, or updating information. A condition is used to evaluate logic after the flow starts, while an approval is used to request and process an approval decision. An action performs an operation but does not determine when the flow begins. Therefore, Trigger is correct.<\/span><\/p>\n<h3><b>Question 145<\/b><\/h3>\n<p><b>A maker wants to make the Customer Phone field required only when the Customer Type field is set to Business. Which Power Platform feature is appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Business rule<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dashboard<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">View<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Site map<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A business rule can apply conditional logic to fields on supported Dataverse forms. In this scenario, the rule can check whether Customer Type equals Business and then set Customer Phone as a required field. This allows the application to enforce the business requirement without requiring custom code for a straightforward condition. A dashboard is used for visual summaries, a view displays filtered records, and a site map controls model-driven app navigation. Because the requirement involves dynamically changing a field&#8217;s required status based on another field, a business rule is the appropriate choice.<\/span><\/p>\n<h3><b>Question 146<\/b><\/h3>\n<p><b>A sales manager wants representatives to follow the same sequence of stages when processing opportunities. Which feature should be configured?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dashboard<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Business process flow<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Subgrid<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Chart<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A business process flow provides a guided sequence of stages that helps users follow a standardized business process. For opportunities, stages could include Qualification, Develop, Propose, and Close, depending on the organization&#8217;s process. This improves consistency because representatives are guided through the same general process. A dashboard provides visual summaries, while a subgrid displays related records within a form. A chart visualizes data but does not guide users through business stages. Therefore, when the main requirement is to standardize and guide opportunity processing, a business process flow is the most suitable feature.<\/span><\/p>\n<h3><b>Question 147<\/b><\/h3>\n<p><b>An Account form must display the Opportunities related to that Account. Which component should be added to the form?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Chart<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Business rule<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Subgrid<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Site map<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A subgrid is designed to display related records directly within a Dataverse form. When an Opportunities subgrid is added to an Account form, users can see opportunities associated with the current Account. Depending on configuration and permissions, users may also be able to create or open related records from the subgrid. A chart is used for visual analysis, while a business rule manages conditional form behavior. A site map controls navigation within a model-driven app. Therefore, a subgrid is the correct component for displaying related Opportunities on an Account form.<\/span><\/p>\n<h3><b>Question 148<\/b><\/h3>\n<p><b>A developer needs to package a model-driven app and its related Dataverse components for deployment to another environment. What should be used?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">View<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Solution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Choice<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Business rule<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A solution provides a container for Power Platform components that need to be managed and transported between environments. It can contain model-driven apps, tables, columns, forms, views, flows, business rules, and other components. Solutions are therefore central to application lifecycle management and deployment from development to test or production environments. A view or Choice is an individual component, while a business rule provides application logic. None of these alone provides the packaging mechanism required for deployment. Therefore, the correct answer is Solution.<\/span><\/p>\n<h3><b>Question 149<\/b><\/h3>\n<p><b>A company needs to store an uploaded PDF contract against a Dataverse record. Which column type is most appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Choice<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Yes\/No<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Date and Time<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A File column is designed to store documents and other supported files associated with Dataverse records. In this scenario, a PDF contract can be uploaded and stored against the appropriate record using a File column. A Choice column is intended for predefined selections, while Yes\/No stores a Boolean value such as True or False. Date and Time stores temporal information such as contract start or expiration dates. Therefore, a File column is the most suitable option when the requirement is specifically to attach and store a PDF document with a Dataverse record.<\/span><\/p>\n<h3><b>Question 150<\/b><\/h3>\n<p><b>A business application needs to store whether an invoice has been paid or not. Which Dataverse column type should be used?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Currency<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Text<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Yes\/No<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Lookup<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Yes\/No column is appropriate when a field needs to represent one of two states. An invoice payment status can be represented as Yes for paid and No for unpaid. This provides a simple and consistent Boolean value that can also be used in views, business rules, and Power Automate conditions. Currency would be appropriate for storing the invoice amount, not its payment state. Text could represent the status but would allow inconsistent values, while Lookup would be unnecessary unless payment status were maintained as records in another table. Therefore, Yes\/No is the correct choice.<\/span><\/p>\n<h3><b>Question 151<\/b><\/h3>\n<p><b>A canvas app needs to display a list of products retrieved from a Dataverse table and allow users to select one product. Which control is commonly used for this requirement?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Gallery<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Timer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Label<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Slider<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Gallery control is commonly used in canvas apps to display multiple records from a data source. It can be connected to a Dataverse table and configured to show fields such as product name, price, and availability. Users can interact with individual gallery items and select a product. A Label is mainly used to display text, a Slider allows users to select a value from a range, and a Timer performs time-based actions. Therefore, a Gallery provides the appropriate structure for presenting a selectable list of products from Dataverse.<\/span><\/p>\n<h3><b>Question 152<\/b><\/h3>\n<p><b>A canvas app needs to save changes made through an Edit Form control to the connected data source. Which function should generally be used?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Filter<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SubmitForm<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Navigate<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Search<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The SubmitForm function is designed to submit the contents of an Edit Form control to its connected data source. When a user modifies fields and selects a Save button, the button&#8217;s OnSelect property can call SubmitForm for the relevant form. Filter is used to return records that meet specified criteria, Navigate moves the user between screens, and Search is used to find matching records based on text. Therefore, SubmitForm is the appropriate function for saving changes made through an Edit Form.<\/span><\/p>\n<h3><b>Question 153<\/b><\/h3>\n<p><b>A maker needs to retrieve a single Account record matching a specific Account ID in a canvas app. Which Power Fx function is appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Collect<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Patch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">LookUp<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Navigate<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The LookUp function is used in Power Fx to find a single record in a data source that meets a specified condition. For example, a canvas app can use LookUp to find an Account whose Account ID matches a selected value. Patch is primarily used to create or modify records, Collect adds records to a collection or data source, and Navigate changes the current screen. Therefore, when the requirement is to retrieve one matching Account record, LookUp is the most appropriate function.<\/span><\/p>\n<h3><b>Question 154<\/b><\/h3>\n<p><b>A Power Automate flow must update a Dataverse Account after a related record is created. Which type of flow action is needed to perform the update?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Send an email<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Condition<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Update a row<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Approval<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Update a row Dataverse action is used when a Power Automate flow needs to modify an existing Dataverse record. The flow can first detect the relevant event, retrieve information if necessary, and then use Update a row to change fields on the Account. Send an email is used for communication, while Condition provides decision logic rather than directly changing the record. Approval is designed for human approval processes. Therefore, Update a row is the appropriate action for modifying the Account record after the related event occurs.<\/span><\/p>\n<h3><b>Question 155<\/b><\/h3>\n<p><b>An administrator wants users to access different Dataverse records based on their assigned privileges and access levels. Which security feature should be configured?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Security roles<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Charts<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Views<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Business process flows<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Dataverse security roles determine which operations users can perform on tables and records. Roles contain privileges such as Read, Create, Write, Delete, Assign, and Share, along with access levels that determine the scope of those privileges. This allows organizations to implement role-based access to business data. Views can filter which records are displayed, but they do not replace the underlying security model. Charts provide visualization, while business process flows guide users through processes. Therefore, security roles are the appropriate feature for controlling users&#8217; Dataverse access.<\/span><\/p>\n<h3><b>Question 156<\/b><\/h3>\n<p><b>A Power Pages site needs to allow authenticated customers to view only records that they are permitted to access. Which capability is important for controlling access to Dataverse table data?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dashboard<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Table permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Site map<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Business rule<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Power Pages uses table permissions to control how website users can interact with Dataverse table data. These permissions can determine whether users can read, create, update, or delete records and can be associated with web roles. Proper configuration is important when exposing business data to external users so that customers cannot access records outside their permitted scope. A dashboard is mainly used for visualization, a site map controls navigation, and a business rule handles application logic. Therefore, table permissions are a key capability for securing Dataverse data in Power Pages.<\/span><\/p>\n<h3><b>Question 157<\/b><\/h3>\n<p><b>A maker wants a field on a model-driven form to become read-only when the record reaches a particular status. Which feature can provide this conditional behavior?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Business rule<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">View<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dashboard<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Chart<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A business rule can apply conditional logic to fields on supported model-driven forms. The rule can evaluate a record&#8217;s status and then change the field&#8217;s behavior, such as locking or making a field read-only when a particular condition is met. This provides a low-code approach to implementing common business requirements. A view controls which records and columns are displayed, while dashboards and charts are primarily used for visualization and reporting. Therefore, a business rule is the appropriate feature for dynamically changing field behavior based on record status.<\/span><\/p>\n<h3><b>Question 158<\/b><\/h3>\n<p><b>A development team wants to move a Power Platform application from development to test while keeping deployment components organized. Which approach is recommended?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Recreate every component manually<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Export and import a solution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Copy screenshots of the application<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Export only the dashboard<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Solutions are the standard mechanism for packaging and moving Power Platform customizations between environments. The development team can include the required application components in a solution, export it from the development environment, and import it into the test environment. This approach helps maintain component relationships and dependencies and supports application lifecycle management. Manually recreating components is inefficient and increases the possibility of configuration errors. Screenshots do not contain application components, and exporting only a dashboard would not include the complete application. Therefore, exporting and importing a solution is the recommended approach.<\/span><\/p>\n<h3><b>Question 159<\/b><\/h3>\n<p><b>A canvas app should create a new Dataverse record or modify an existing record based on user input. Which Power Fx function is commonly used for this type of operation?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Filter<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Navigate<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Patch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">CountRows<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Patch function is used in canvas apps to create or modify records in a data source. It provides flexibility when an app needs to update specific fields without necessarily submitting an entire form. For example, Patch can create a new Dataverse record or update selected fields on an existing record. Filter retrieves records that meet specified conditions, Navigate changes screens, and CountRows returns the number of records in a table or collection. Therefore, Patch is the appropriate Power Fx function for creating or updating Dataverse records from a canvas app.<\/span><\/p>\n<h3><b>Question 160<\/b><\/h3>\n<p><b>A Power Automate flow should send a notification only when a newly created Case has a priority of High. Which approach should be used after the trigger?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Add a condition that checks the Case priority<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Add a dashboard<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Add a site map<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Add a subgrid<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A condition in Power Automate is used to evaluate data and determine whether subsequent actions should run. The flow can trigger when a Case is created, then evaluate the Case Priority field. If the priority is High, the flow can continue to the notification action; otherwise, it can stop or follow another branch. A dashboard is used for visual reporting, a site map controls model-driven app navigation, and a subgrid displays related records. Therefore, the required conditional notification logic should be implemented with a condition.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft PL-200 Exam Dumps and Practice Test Dumps. &nbsp; Question 141 A company wants users to select an existing Department record when creating an Employee record in Dataverse. Which column type should be used? Lookup Text Choice Currency Correct Answer: 1 Explanation A Lookup column should be used when a record needs to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12294"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=12294"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12294\/revisions"}],"predecessor-version":[{"id":12320,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12294\/revisions\/12320"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=12294"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=12294"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=12294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}