Exam PL-200 All QuestionsBrowse all questions from this exam
Question 152

DRAG DROP

-

A company uses Power Apps to create maintenance requests. The maintenance manager emails the manager of the department noted in the request.

The maintenance manager wants to automate the email process when a new maintenance request is created.

You need to build a Power Automate flow to automate the email process.

Which three components should you add to the flow in sequence? To answer, move the appropriate components from the list of components to the answer area and arrange them in the correct order.

    Correct Answer:

Discussion
MrEz

you always start with a trigger (unless it is a button which is the trigger too) like: trigger: when a maintenance request ist created – then add action: e.g. condition is an action: if field x contains email address and an action: , Send an email V2

lytran

It should be: 1. Trigger, 2.Condition, 3 Action

HAZZTA

LoL-ExamTopics making me think I am going crazy! 1. Trigger 2. Condition 3. Action

b304b2c

Trigger, Condition, Action. Trigger when MR is created. Condition lookup name/email address of manager of the requester. Action Send email to manager.

jkaur

. 1. Trigger, 2.Condition, 3 Action

BikramjitSingh

Trigger, Condition, Action.

61be873

who has entered these questions and these correct answers :) 1) Trigger => when record is created 2) Action => send email 3) not needed here

Agnes202307

1. Trigger, 2. Action, 3. Condition. Trigger: Start the flow with an appropriate trigger. In this scenario, you might use the "When an item is created" trigger if your maintenance requests are stored in a data source such as SharePoint or Common Data Service. Action: Add an action to perform a specific task. In this case, you want to send an email to the manager of the department noted in the maintenance request. So, you would add an "Office 365 Outlook" action, specifically the "Send an email" action, and configure it to send an email to the relevant manager. Condition (Optional): If there are specific conditions under which you want to send the email (e.g., only send the email if the maintenance request is marked as urgent), you can add a condition step. This step allows you to evaluate conditions before proceeding to the next actions.

mpppppppppppp

This answer doesn't make logical sense. If the email is sent in the Action step, there would be no need to use a Condition in the third step. If anything, the Condition would be added before the Action to send the email. For example, Trigger - when the item is created, Condition - if the item contains x, Action - send the email. Since the question doesn't state the need for an explicit condition, I believe the correct answer is Trigger, Data Step, Action. The Data Step would retrieve relevant data from the maintenance request that is needed for the email.