Building an app in Teams
Up until this point, we have explored the integrations of pre-existing apps into Teams. This is done by creating apps in Power Apps Studio on the web, then adding the app to channels, sideloading, or distributing the app in the app store. However, Power Apps apps can be built all within the Teams client! This functionality is known as Dataverse for Teams, a low-code data platform that enables the creation of apps, workflows, chatbots, and relational data tables to power it all, without ever leaving Teams. In this section, we will create a Dataverse for Teams environment and add tables to hold our data. Then, we will build the UI for the app and publish it to a team.
Creating a Dataverse for Teams environment
When you create an app inside of a team, a Dataverse for Teams environment is generated. You can think of an environment as a container that holds all the team's data, apps, flows, and bots. For this example, we will build a simple registration...