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
Options
- AUpdateContext(
- BIsMatch(
- CLoadData(
- DPatch(
- ESaveData(
How the community answered
(40 responses)- A8% (3)
- B3% (1)
- C18% (7)
- D70% (28)
- E3% (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.
