Courseiva
Demonstrate the capabilities of Power AppsmediumMultiple ChoiceObjective-mapped

PL-900 Demonstrate the capabilities of Power Apps Practice Question

Exhibit

Refer to the exhibit.

Set(VarOrder, Patch(Orders, Defaults(Orders), {Title: "New Order", Customer: "Contoso", Amount: 1500}))

Refer to the exhibit. A Power App uses the Patch function to create a new record in the Orders table. The code runs without error, but no record appears in the Orders table. What is the most likely issue?

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 user does not have write permissions to the Orders table

If the user does not have write permissions to the Orders table, the Patch function may execute without throwing an error but the record will not be created. Options A and B would typically cause an error, not silent failure. Option D (non-delegable data source) does not prevent record creation. Therefore, the most likely cause is insufficient permissions.

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 Patch function is missing the 'As' parameter

    Why it's wrong here

    'As' parameter is optional

  • The table name 'Orders' is misspelled

    Why it's wrong here

    If misspelled, an error would occur

  • The user does not have write permissions to the Orders table

    Why this is correct

    Without write permission, Patch silently fails

  • The Patch function is being called from a non-delegable data source

    Why it's wrong here

    Patch is not affected by delegation

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.