Create Simple Hiring application using Microsoft Power App (No Code) Part1

The purpose is build hiring application for internal use by HR or recruitment department

There is 3 main part to work with power Platform.

     Part1 :Create  Dataverse Table

     Part2 :Associate Power Automate using Business Process Flow

     Part3 :Create Model Driven for User Interface



 Part 1 Create  Dataverse Table for Job Application

1. Login to   Microsoft Power Apps    and select Environment. 








2. Create Table Choose Tables on the left of screen

- By default dataverse has standard table that you can modify by adding new column. However in this example I choose to create new table because I want to work with clean Table schema

Input Table Name 'JobApplication'

- During Create Table system will let you input Primary Name as the beginning. I will apply this field for First name of Candidates. 



Right After table created  system will generate Type standard column. 
For example 'Create by' 'Create On'




3. Add Custom Column Type to the table
- Input Display Name
- Select Datatype
- Select Required Fields (For this example  all new custom fields is Optional )



You already have  Column 'Name' as Type Custom . Next is repeat step 3 to create the follow column with Name and data type as follow








3.1 Add Position Applied  Colum

** To start with easy for first topic I going to use Data Type "chose" for Position Applied. BTW On next topic we will crate table for Position to Applied and Link to  Job Application Table with table Relation setup

 

- Create Choices by add new Item

-Add New Item


3.2  To allow File attachment for Resume upload you need to setup table by enable this feature.



4. Save Table

 Now you have complete create First table on Power Platform Datavese