In this tutorial, we’ll use Power Apps to create a canvas app based on items in a list created using Microsoft Lists. You can create the app from within Power Apps or SharePoint Online. From within Power Apps, you can create the app based on a list in an on-premises SharePoint site if you connect to it through a data gateway.
How to create a canvas app from a list
- Add Clear and Submit buttons.
- Add an Edit form.
- Connect to data.
- Add fields.
- Add formulas to buttons.
- Run an app.
Formulas in this tutorial
Clear Button
OnSelect = ResetForm(Form1); NewForm(Form1)
Submit Button
OnSelect = Submit(Form1); NewForm(Form1)
Microsoft Power Apps documentation: Create a canvas app with data from Microsoft Lists