Hi,
I am building an app with a screen that only one Azure AD security group should have access to. I need to be able to hide the button that navigates to that screen when other users outside the security group are using the app. I have tried using the CheckMemberGroupsV2 and PowerApps gives me a warning that it is unsupported and I haven't been able to find any other documentation for a more updated function to use. The only code that has worked so far is to hard code each email of the user that is in the app, but I would like to not have to change the security group in Azure AND the code in the app every time someone is removed or added to the security group.
Thanks!