A Form in Power Apps is used to show, add, or update data from a data source like SharePoint or Dataverse. It gives users an easy way to view and enter information inside the app.
Types of Forms
1. Display Form (Read-only)
This form is used when you only want to show data. Users can see the information but cannot make any changes. It is commonly used in approval or summary screens.
2. Edit Form (Create or Update)
This form is used when users need to add new data or update existing records. It includes input fields and saves data using functions like SubmitForm().


