nerdexam
Microsoft

PL-400 · Question #301

You are developing a model-driven app for a company that sells sporting goods. You add a button to a page that displays information for a product. The button must copy information for the selected…

The correct answer is D. Patch(. To copy information for the selected product and create a record in the data source in a model- driven app, you should use the Patch function. The Patch function is commonly used in Power Apps to modify or create records in a data source.

Submitted by stefanr· Apr 18, 2026

Question

You are developing a model-driven app for a company that sells sporting goods. You add a button to a page that displays information for a product. The button must copy information for the selected product and create a record in the data source. You add the following code to the button. (Line numbers are included for reference only.) You need to complete the code. Which function should you insert at line 01?

Exhibit

PL-400 question #301 exhibit

Options

  • AUpdateContext(
  • BIsMatch(
  • CLoadData(
  • DPatch(
  • ESaveData(

How the community answered

(40 responses)
  • A
    8% (3)
  • B
    3% (1)
  • C
    18% (7)
  • D
    70% (28)
  • E
    3% (1)

Explanation

To copy information for the selected product and create a record in the data source in a model- driven app, you should use the Patch function. The Patch function is commonly used in Power Apps to modify or create records in a data source.

Community Discussion

No community discussion yet for this question.

Full PL-400 Practice