Introduction
Step 1
Create a blank app, choose the layout that you want - Phone or Tablet layout.
Step 2
It shows the screen to connect with the data. Click -> “Connect to Data”.
Step 3
Click -> New connection.
Step 4
Choose a connection where you want to save the data. Click -> “one drive for business”.
Step 5
Click "Create" (To create a new connection).
Step 6
Choose an Excel file or folder (where you save the file).
Step 7
Choose the table from Excel file that you to want connect with PowerApps.
Step 8
Choose the table name by clicking the checkbox.
Step 9
Click "Connect".
Step 10
Add the data source successfully.
Step 11
Click Home -> New Screen -> List.
Step 12
Refresh icon – to refresh the records.
Sorting Icon – sorting based on the title
Add Icon- to add a new record
Title Bar – title for grid
To view more details about a particular record
Show data title, subtitle, image.
The above images are shown in the below screen as one.
Step 13
Select the grid area to map with the data.
Step 14
Click -> Properties -> Choose “Data”.
Step 15
Select “Schedule” to map data in the grid.
Step 16
Choose the Layout to show in the grid. Click -> Down Arrow.
Step 17
Various types of layout are available in Gallery Layout – Title and subtitle, title subtitle and body, title and image, title subtitle, and image. Choose “Title and subtitle”.
Step 18
The chosen layout is shown in the dropdown. And the select title and subtitle value. Click -> Down Arrow.
Step 19
Show the Schedule table of columns.
Step 20
Bind Title – Day and Sub Title – Time. See the table value as below as the grid.
Step 21
Click -> Home -> New Screen -> Form
Step 22
Click -> Properties -> Data ->”No data”
Step 23
Choose -> Data source -> Schedule
Step 24
In new form screen, select needed column to add, edit in forms
Step 25
Click -> Advanced -> OnSelect textbox remove “false” value
For refreshing icons in the grid.
Step 26
Add (+) screen
Add below Formula in Formula bar,
To add a new record on submit.
Step 27
Change screen (screen 3) close(X) Icon
Add Formula in Formula Bar - ResetForm(EditForm1);Navigate(Screen2, ScreenTransition.None)
Step 28
Below is the Edit submit button,
Step 29
Add delete icon
Insert-> Icons(click down arrow) ->choose -> Trash
Add Delete formula in the formula bar
Remove(Schedule, BrowseGallery1.Selected); Navigate(Screen3, ScreenTransition.None)
Delete Icon added in form,
Step 30
After running the app, you will see the below screen,
Step 31
Click > icon to view the detail of the records.
Click ->Submit the record (Add/Edit).
Below, new records are added for a sample
I hope you have found this article helpful.