PL-100 Exam Question 1

You plan to create apps for a company.
You need to identify the Power Platform tools required.
What should you use? To answer, drag the appropriate tools to the correct requirements. Each tool may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

PL-100 Exam Question 2

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 New
* 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?
  • PL-100 Exam Question 3

    You are creating a Power Automate flow.
    You have an array that contains items with different color attributes. You plan to filter the array by using the following filter expression within the flow:
    @or(equals(item()?['color'], 'red'),contains(item()?['color'],'blue'))
    The filter returns results only when the expression resolves to true.
    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    PL-100 Exam Question 4

    A coworker creates a canvas app.
    The canvas app contains the following formul
    a. The formula is attached to the OnVisible property of the first screen that users see:

    You are updating the canvas app.
    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    PL-100 Exam Question 5

    You are creating an app for an organization's human resources (HR) department. You create an Employee entity in an unmanaged Common Data Service solution.
    Another user creates the following Power Automate flows separately from the solution:

    You need to incorporate the flows that can be added to the solution.
    Which two flows can you include? Each correct selection presents a complete solution.
    NOTE: Each correct selection is worth one point.