hardMultiple ChoiceObjective-mapped
PL-900 A Power Automate flow uses the trigger shown Practice Question
Exhibit
Refer to the exhibit.
JSON:
{
"triggers": {
"When_a_new_email_arrives": {
"type": "ApiConnection",
"inputs": {
"host": {
"connectionName": "shared_office365"
},
"method": "get",
"path": "/v1.0/mail/me/Inbox/recent"
}
}
}
}A Power Automate flow uses the trigger shown. Users report that the flow does not trigger for emails with attachments. What is the most likely cause?
⚠ Common exam trap
It's easy for candidates to assume the trigger automatically includes all email content, including attachments, when in reality the default behavior excludes attachments to optimize performance and avoid unnecessary data processing.
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
✓
The trigger does not check for attachments by default
The trigger shown in the question is likely a 'When a new email arrives' trigger, which by default does not include attachments. To process emails with attachments, you must explicitly configure the trigger to include attachments by enabling the 'Include Attachments' option or by using the 'Get attachments' action. Without this, the flow will not trigger for emails that have attachments.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The path should include '/attachments'
Why it's wrong here
Path is for inbox, not attachments.
- ✗
The connection name is incorrect
Why it's wrong here
Connection name is valid.
- ✓
The trigger does not check for attachments by default
Why this is correct
Need to add condition to filter emails with attachments.
- ✗
The method should be 'post' instead of 'get'
Why it's wrong here
'get' is appropriate for reading.
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.