Official Bank 0/171

Microsoft Power Automate RPA Developer Exam (PL-500) - Microsoft Exam Questions

Last updated on August 20, 2026

97% Exam Compliance
171 Total Questions
1
Question
DRAG DROP A company has a customer relationship management (CRM) application that runs on a virtual machine (VM) in Azure. The solution must automatically extract common invoice data from documents sent as email attachments and save the data to the company's CRM application. You need to design the solution. In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

Exhibit

Exhibit
Reveal Only
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
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 on the review screen. You are building an RPA for a web application. The automation populates and submits a form. You observe that the Submit button required for form submission is sometimes located on the second page. When the Submit button is on the first page, it functions as a Next button with a different ID, depending on the selections made in the form. You need to configure a UI element for the Submit button that works in both scenarios. Solution: Use the Selector with recapture feature. Does the solution meet the goal?
Options
A No
B Yes
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
You are developing a flow that interacts with a Microsoft Dataverse table named Account. The table includes the following columns:

Exhibit

The flow must only trigger when a record is added to the Accounts table and the following conditions are met:

• the websiteurl field is set to https://microsoft.com

• the crabd.triggerflow field is set to Yes
You need to configure the flow trigger. Which trigger condition expression should you use?
Options
A @and(equals(triggerOutputs()?['body/crabd_triggerflow'], 126690001),
equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') )
B @or(equals(triggerOutputs()?['body/crabd_triggerflow'], 126690000),
equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') )
C @or(equals(triggerOutputs()?['body/crabd_triggerflow'], '126690001'),
equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') )
D @and(equals(triggerOutputs()?['body/crabd_triggerflow'], '126690000'),
equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') )
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
DRAG DROP You need to build the automation for Time Entry Application. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Exhibit
Reveal Only
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
DRAG DROP You deploy a cloud flow to a production environment. You make changes to the cloud flow in a development environment You import the updated solution to the production environment. You observe that the cloud flow is not updated. You need to resolve the issue. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Exhibit
Reveal Only
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.