I have button, and want to grant specific access to a group email address xyz@love.com (which contain 60 emails users).
I have tried using the group email address as below;
If("xyz@love.com" = User().Email, DisplayMode.Edit, DisplayMode.Disabled)
it doesnt grant anyone of the 60 email users access, button is disabled.
how do i work with group email here? instead of typing over 60 emails like below
If("Janet.Anda@x.com" = User().Email || "jogh.ami@x.com" = User().Email || "kayi.ayi@x.com" = User().Email, DisplayMode.Edit, DisplayMode.Disabled)