fbpx

Create Instructor Table in Course Management Solution

Prerequisite: Refer Create Model Driven App for Course Management System

Login URL: https://make.powerapps.com/environments/

FYI – When the user creates Model-Driven app, Power platform automatically creates Site Map

User clicks on Table->New Table -> ‘Set Advanced Properties’ as shown below:

New screen appears for the User to enter Table name – Enter table name ‘Instructor’

Select Primary Column tab and enter Primary column display name as ‘Id’ shown below.

‘Instructor’ table successfully created

New columns can be added as follows:

When the user clicks on the +New Column

Add a ‘Name’ column as shown in the above screen and click on ‘Save’ button – In the following screen you can see the newly added ‘Name’ Column

Similarly add other columns in the Instructor table.

Instructor– Instructor ID
– Name
Department
Email
Phone

New ‘Instructor’ table added!