Hi,
I'm still can't find a way to work with DisplayMode for a Data Card Item OR Icon, I'm looking to change a DisplayMode based on a current user email or if the user's member of a group can edit the item I try this method but still not working!
I made Global variable
OnStart : Set(CurrentUser, User())
and set the DisplayMode for the item
If(CurrentUser.Email ="xyz@mydomain.com" Or CurrentUser.Email ="abc@mydomain.com", DisplayMode.Edit, DisplayMode.view)