Courseiva

PL-900 Practice Question: Describe the business value of Microsoft Power Platform

Exhibit

Refer to the exhibit.

{
  "triggers": {
    "When_a_new_email_arrives": {
      "type": "ApiConnection",
      "inputs": {
        "host": {
          "connectionName": "shared_office365"
        },
        "operationId": "OnNewEmail",
        "parameters": {
          "folderPath": "Inbox",
          "importance": "Any",
          "includeAttachments": true
        }
      }
    }
  },
  "actions": {
    "Create_item": {
      "type": "ApiConnection",
      "inputs": {
        "host": {
          "connectionName": "shared_commondataserviceforapps"
        },
        "operationId": "CreateItem",
        "parameters": {
          "entityName": "Leads",
          "item/email": "@{triggerOutputs()?['body/from']}"
        }
      }
    }
  }
}

Refer to the exhibit. You see a Power Automate flow definition in JSON. What does this flow do?

⚠ Common exam trap

Test-takers frequently confuse the trigger and action direction: candidates often misread the flow as 'when a lead is created, send an email' (Option C) instead of correctly identifying that an email arrival triggers the creation of a lead.

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

It creates a lead in Dataverse when a new email arrives in the inbox.

The flow trigger is 'When a new email arrives' (inbox trigger), and the action is 'Create a new lead' in Dataverse. This means the flow automatically creates a lead record in Dataverse whenever a new email arrives in the specified inbox, without requiring any manual intervention.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • It updates a lead record when an email is received.

    Why it's wrong here

    The action is 'CreateItem', not update.

  • It deletes emails after creating leads.

    Why it's wrong here

    No delete action is present.

  • It sends an email when a new lead is created in Dataverse.

    Why it's wrong here

    The flow creates a lead from an email, not the reverse.

  • It creates a lead in Dataverse when a new email arrives in the inbox.

    Why this is correct

    The trigger is new email; the action creates a lead with the sender's email.

About these practice questions

One of 904 original PL-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.