Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Solution Overview

Yashraj Mungale edited this page Mar 6, 2020 · 3 revisions

Incentives app is created using Power Apps platform which leverages services such as Power Apps and connectors such as SharePoint, Office 365 Users, Office 365 Groups.

Power App

The app package contains the manifest JSON file and Power App configuration files including the .msapp file.

  • During first time sign-in, user will be asked to provide consent to access SharePoint site and the connectors used in the app.
  • Once signed in, Office 365 group connector will query the list of all team members within a tenant.

Connectors

Incentives app is using the following connectors:

  • SharePoint to save and read data from a SharePoint list
  • Office 365 Groups to read group member list
  • Office 365 Users to read user profile information

There are two types of user roles for the underlying SharePoint site:

  • App Owners: App owners will create the SharePoint list and provide appropriate access to users.
  • App Members: All users who use the app will be app members and be able to perform read/write operations on the SharePoint lists.

Clone this wiki locally