exam questions

Exam PL-200 All Questions

View all questions & answers for the PL-200 exam

Exam PL-200 topic 2 question 50 discussion

Actual exam question from Microsoft's PL-200
Question #: 50
Topic #: 2
[All PL-200 Questions]

HOTSPOT
-

You are building a model-driven app for a company.

You identify several custom commands that the app must support, including the following commands:

• Save a row.
• Move the user to a different row in the application.
• Navigate the user to an external webpage.
• Show a notification that the user can accept or decline.

You need to identify the formula to use for each requirement.

Which formulas should you identify? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
33a7f9e
Highly Voted 8 months, 1 week ago
I go for Patch() for the first question. Patch() is a more suitable choice for saving a row in a model-driven app, as it allows updating or creating records directly in the Dataverse table. SubmitForm() is more commonly used in canvas apps, where the form is explicitly defined.
upvoted 9 times
...
3609c7e
Most Recent 8 months ago
The Confirm function displays a dialog box on top of the current screen. Two buttons are provided: a confirm button and a cancel button, which default to localized versions of "OK" and "Cancel" respectively. The user must confirm or cancel before the dialog box is dismissed and the function returns.
upvoted 2 times
...
Mitchell365
8 months, 1 week ago
I think the last one is Notify. Formula reference for Canvas apps at https://learn.microsoft.com/en-us/power-platform/power-fx/formula-reference-canvas-apps does not show a "Confirm", but there is a "Notify" and it looks like the correct command.
upvoted 1 times
81f6b93
6 months, 1 week ago
you need options lad - can't do that with notify only confirm
upvoted 2 times
...
...
Sebetha_M
10 months, 1 week ago
Correct
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...