nerdexam
Microsoft

PL-100 · Question #77

Drag and Drop Question You are an app maker for a college. You create an app for student enrollment. The app captures the education level of the applicants. The education level at the time of…

The correct answer is Open the maker app and navigate to the student table; Create new options for College - 1 Year and College - 2 years; Save the student table. The user needs to modify a Dataverse option set by adding new options, which involves navigating to the table, creating the options, and saving the table definition.

Create business solutions

Question

Drag and Drop Question You are an app maker for a college. You create an app for student enrollment. The app captures the education level of the applicants. The education level at the time of enrollment is an option set is in the student entity. The entity includes three levels: - High school - College - Bachelor You must split the College option into two option sets: - College - 1 Year - College - 2 years The split must not impact existing data. You need to create the two option sets. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Answer:

Exhibit

PL-100 question #77 exhibit

Answer Area

Drag items

Open the maker app and navigate to the student tablePublish the student entitySave the student tableOpen settings in the Power Platform admin centerCreate new options for College - 1 Year and College - 2 years

Correct arrangement

  • Open the maker app and navigate to the student table
  • Create new options for College - 1 Year and College - 2 years
  • Save the student table

Explanation

The user needs to modify a Dataverse option set by adding new options, which involves navigating to the table, creating the options, and saving the table definition.

Approach. The correct interaction is to drag the following three actions into the answer area in this specific order:

  1. Open the maker app and navigate to the student table: This is the essential initial step to access and modify any Dataverse table (entity) within the Power Apps maker portal. You must first be in the correct context to make changes.
  2. Create new options for College - 1 Year and College - 2 years: Once you have navigated to the student table, you would then locate the 'education level' column (which is an option set or choice column) and proceed to add these two new choices to its list of options. This directly addresses the problem statement of 'creating the two option sets'.
  3. Save the student table: After adding new options to a choice column, the changes made to the table's schema (metadata) need to be explicitly saved. This action ensures that the new options are persisted in the table's definition within the Dataverse environment. While 'Publish the student entity' is often a subsequent step to make schema changes live and available in apps, 'Save the student table' is a distinct and necessary action to commit the structural modifications.

Common mistakes.

  • common_mistake. 1. Including 'Publish the student entity' instead of 'Save the student table': Although publishing is a crucial step to make schema changes available to end-users and applications, 'Save the student table' is a prerequisite or a distinct step that persists the metadata changes before they can be published. Given the options and the requirement for only three actions for 'creating' the option sets, saving the table defines their existence in the schema, making it the more fundamental third step compared to publishing which deploys these changes.
  1. Including 'Open settings in the Power Platform admin center': This action is incorrect because the Power Platform admin center is primarily for environment-level administration, capacity management, user licensing, and other high-level configurations, not for directly modifying Dataverse table schemas or column definitions. Table and column modifications are performed within the Power Apps maker portal.
  2. Incorrect order of actions: Any deviation from the sequence of 'navigate' -> 'create' -> 'save' would be illogical and technically impossible. For example, trying to create options before navigating to the table, or saving changes before they have been made, would fail.

Concept tested. Dataverse table and column (option set/choice) modification, understanding the Power Apps maker portal navigation, and the correct sequence of actions for implementing schema changes (edit column, save table).

Topics

#Option Set Management#Dataverse Customization#Data Integrity#App Maker Skills

Community Discussion

No community discussion yet for this question.

Full PL-100 Practice