I have created a basic 3 screen app made up of a browse, detail and edit screen.
I would like to try and achieve the following:
Is there a formula I can put in the "visible" control of the browse and detail screens to achieve this or is there another way?
Any help much appreciated.
Regards
Ian
Good suggestion Shane, thank you for sharing that! I've been following your videos on Youtube even 🙂
Can we also use DL or so instead of individual email IDs? I checked, User can't do that, is there any function or so to work with the distribution lists.
As this will help, to add remove from the DL and we don't need to tweak the app in future if people leave organization.
Please suggest if anything!
Best,
Santosh
@Jdemke I see, we should use || OR to use, else the the item will be visible only if all the users are available.
Hi,
In this case how can PowerApps can knows who are the person that have that emails? I mean, you have to create a collection with specific emails and usernames to function "User()" works? or you only have to share your app and PowerApps take the people´s email.
Not sure if I understood your question, but if you're trying to address the challenging of having multiple users and deal with changes to the list of users without having to update the app, you could create a small sharepoint list with the email addresses of the users who need advanced permissions. You could then to a lookup to that list, filtering on the email address of the current user. If the row count of that filtered table is 1, then there's a match, otherwise the user isn't on the list. Pseudocode for this would be something like:
countrows(filter(mysharepointlist,emailaddressfield=currentUsersEmail))=1)
So, I don´t know if I need a shareporint list to PowerApps catch the emails, in this case: alex2021@bank.com.mx and alex2020@bank.com.mx
Thank you so much.
Have a nice day 🙂
User | Count |
---|---|
236 | |
112 | |
94 | |
59 | |
31 |
User | Count |
---|---|
289 | |
130 | |
104 | |
62 | |
58 |