Hi all,
I have a Power App Canvas which works with a SQL database.
I'm trying to create a page that presents specific table records, filtered by the user's AAD Group ID (I've got the AAD connector).
Thing is, I'm trying to retrieve the Group ID of the user who is currently logged in (automatically) with no luck (tried to use CheckMemberGroups but I'm probably doing something wrong).
Is there a way to retrieve it and then I can filter my SQL result set based on the retrieved Group ID.
Would appreciate your help.
Thanks,