Forum Discussion
personal App, Organization parameters, database
Hi gmeunier For initialization of database as Dataverse / SharePoint, Please follow below document.
https://docs.microsoft.com/en-us/power-apps/teams/create-first-app
and could you please explain a bit more for second query of yours?
Thanks.
HiKeshav-MSFT, thank you for your reply.
As said, I am willing to use a personal app built with React.
The idea is not to use PowerApp for 2 main reasons :
- The canvas is not reactive (to be used both on PC and smartphone);
- Licensing ! I will have from 100 to 300 users, we can't afford providing a licence to all of them.
So that is what I am interested in
https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/design/personal-apps
But it seems to me that no database can be initiated by the App itself.
- Keshav-MSFTAug 09, 2022Former Employee
Hello gmeunier - Please confirm whether your issue has resolved or still looking for any help?
- Keshav-MSFTAug 03, 2022Former EmployeeHi@gmeunier please follow the below sample link help to create SharePoint list.
https://github.com/OfficeDev/microsoft-teams-apps-newemployeeonboarding/blob/main/Source/Microsoft.Teams.Apps.NewHireOnboarding/Helpers/SharePointHelper.cs- gmeunierAug 24, 2022Copper Contributor
Hi,
Sorry for the late reply.
So my understanding is that to acheive this, the best is to create a sharepoint application with Teams capacities (as with the example shown in your above reply) and not a Teams application.Many thanks,
Gerald
- Keshav-MSFTAug 05, 2022Former Employee
Hello gmeunier - Can you please confirm whether your issue has resolved with above shared link ?