Courseiva

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

A manufacturing company uses Power Automate to approve purchase orders. The flow includes a condition that if the order amount exceeds $10,000, it requires approval from the finance manager; otherwise, it is auto-approved. Recently, the finance manager left the company, and the flow fails. The IT admin needs to update the flow to use a new finance manager. What is the recommended way to maintain this configuration?

⚠ Common exam trap

The trap here is that candidates may overthink the solution and choose a more complex data source (like SharePoint or Dataverse) for a simple configuration value, when environment variables are the purpose-built, lightweight mechanism for this exact scenario.

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

Use an environment variable for the approver email

Environment variables in Power Automate allow you to store configuration values, such as an approver's email, separately from the flow logic. When the finance manager changes, you only need to update the environment variable value once, and all flows referencing it automatically use the new value. This decouples configuration from code, making maintenance easier and reducing the risk of errors.

Answer analysis

Option-by-option breakdown

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

  • Use an environment variable for the approver email

    Why this is correct

    Environment variables simplify management and allow updates without editing the flow.

  • Create a SharePoint list with the approver email and look it up in the flow

    Why it's wrong here

    While possible, it adds unnecessary complexity compared to environment variables.

  • Edit the flow to hardcode the new finance manager's email

    Why it's wrong here

    Hardcoding is not a best practice; it requires flow editing for future changes.

  • Use dynamic content from a Dataverse table

    Why it's wrong here

    Dynamic content from a Dataverse table would retrieve a stored value, such as the finance manager’s email, but it cannot update the approval step’s recipient assignment if the underlying table data is not itself dynamically linked to the user object in Microsoft Entra ID. This option is tempting because Dataverse is often used to store reference data like manager names, and in a scenario where the manager changes infrequently and the flow reads from a lookup table, dynamic content would allow a single update to the table to propagate to all flows. However, here the flow fails because the original manager’s identity is hard-coded in the approval action; dynamic content from a table does not automatically replace that hard-coded identity unless the flow is explicitly redesigned to read the recipient from the table at runtime.

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.