QuestionQ1

Demonstrate the capabilities of Power Apps

A medical office has a model-driven app that uses Microsoft Dataverse.

You plan to create a screen that lets users capture information about doctors. The screen must enable users to enter or select the following information:

  • a place to enter doctor profile data that is not part of the account table or the contact table
  • a place to enter the doctor's specialty in the profile form
  • a column for insurance that lets users choose one of 10 different insurance companies

You need to store the captured data in Microsoft Dataverse.

What should you use to store the data? Each component may be used once, more than once, or not at all.

Drag & Drop
Table
Column
Choice
Row
Store additional doctor profile data.
Store information about the doctor’s specialty.
Select an insurance company.
Explanation

A Dataverse custom table stores records for a distinct business entity, so it is appropriate for doctor-profile data that does not belong in Account or Contact. A column stores an attribute of each doctor profile, such as specialty. A Choice column supplies a predefined list of values, so it can offer the 10 insurance companies for selection.

Community Discussion

No comments yet. Be the first to start the discussion!