Hi all,
I am building a canvas app which is using Dataverse for Teams for storage.
Within the app I need to know which group the user belongs to (relating to the team).
i.e. the Team has the following groups:
I would like to know how you lookup from within the app for example:
Any help with this would be greatly appreciated
Thanks
Hi @CH007 ,
The below formula returns true in case the current users is in the Users table. Raplacing Users with the name of any other table will check if the current user is in that table, so can be used for the checks your are asking about.
!IsEmpty(
LookUp(
Users,
User().Email = Email
)
)
Thanks @BCBuizer.
In your example you are referencing the Users table, is this only available with Dataverse or can this be accessed when using Dataverse for Teams also?
Thanks
Hi @CH007 ,
I used the Users table indeed, but whatever table you have, you can use.
User | Count |
---|---|
260 | |
109 | |
93 | |
57 | |
41 |