
Announcements
hi everyone,
I have create an inventory apps that control by registered admin in SharePoint list. The idea is the apps can filter logged in user is it admin or not for allowing full access in the apps. I have create a variable for logged in user i.e. : set( varUser,User() ). then create a variable (isUserAdmin) as image below, but the result apps don't find any data as per 2nd images.
image 1
image 2
I'll have notice that email address between SharePoint and variable in PowerApps quite difference.
variable= khairul_amri@petronas.com
SharePoint= Khairul_amri@petronas.com.my
if this the case how can ill fix it?
@Khairul_Amri give it a try by using the O365 Connector
Set(CurrentUserEmail,Office365Users.MyProfileV2().mail)