Is there any way to make different profiles for different users on PowerApps? I am working on a reporting app will users will have to input 2 entries each month and a report is to come out saying how much each user have entered. I have looked into Office 365 Profile, but it seems like it is not what I am looking for. Currently, I am using Sharepoint to store all of my data.
Solved! Go to Solution.
Hello,
I am doing something similar but storing the user data in a separate Azure SQL table. SharePoint should be the same basic way: a separare SharePoint list. In the OnStart property of my app, I grab the current userID and place it in a global variable.
SET(globalUser, User().Email)
globalUser is the key column for the added data table.
Hope this helps.
Hello,
I am doing something similar but storing the user data in a separate Azure SQL table. SharePoint should be the same basic way: a separare SharePoint list. In the OnStart property of my app, I grab the current userID and place it in a global variable.
SET(globalUser, User().Email)
globalUser is the key column for the added data table.
Hope this helps.
I just realized that in order to use PowerApps, you need to log into your business account, so I will look more into the User function. Thank you for the recommendation. I am a week new to PowerApps 🙂 What are you doing especially for your project, if I may ask?
Hello,
I am a year into my project. I developed a Pension and Benefit System over Azure SQL database.
User | Count |
---|---|
236 | |
112 | |
94 | |
59 | |
31 |
User | Count |
---|---|
289 | |
130 | |
104 | |
62 | |
58 |