PL-900 Demonstrate the capabilities of Power Apps Practice Question
Exhibit
Refer to the exhibit.
```json
{
"name": "GetUserProfile",
"type": "OpenApiConnection",
"inputs": {
"host": {
"connectionName": "shared_office365users",
"operationId": "GetUserProfile"
},
"parameters": {
"User": "@{triggerOutputs()?['body/owner']}"
}
}
}
```You are reviewing a Power Automate flow that uses an Office 365 Users connector. The exhibit shows a JSON definition of an action. What does this action do?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Retrieves the user profile of the record owner.
The action uses the GetUserProfile operation with a User parameter taken from the trigger output. It retrieves the profile of the user who is the owner of the triggering record. Option A is incorrect because the action does not perform an update; it only retrieves data. Option B is incorrect because the action does not delete a profile. Option C is incorrect because the action does not create a new profile. Therefore, option D is correct.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Updates the profile of the user who triggered the flow.
Why it's wrong here
GetUserProfile retrieves, not updates.
- ✗
Deletes the user profile of the record owner.
Why it's wrong here
The operation is Get, not Delete.
- ✗
Creates a new user profile in Office 365.
Why it's wrong here
GetUserProfile reads an existing profile.
- ✓
Retrieves the user profile of the record owner.
Why this is correct
The operation is GetUserProfile and the User parameter is the owner.
Go deeper
Related to this question
About these practice questions
This PL-900 question is part of Courseiva's 904-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This PL-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PL-900 exam.