Hi Everyone, I am trying to hide a gallery button (Profile) based on if their mail appears in the Azure Group.
I am using the formula below to hide the button
If(Office365Users.MyProfileV2().mail in Office365Groups.ListGroupMembers("Group ID").value.mail,true,false)
I got the horizontal gallery button with following formula in the gallery's Items
Table({ID:1,Label:"Profile",Value:"Profile"},{ID:2,Label:"Judging",Value:"Judging"}, {ID:3,Label:"Admin", Value:"Admin"})
I forgot to this as well.
Is it possible to have a each button in the gallery to have a different OnSelect formula?
I am trying to get this Profile OnSelect to do the following formula
Set(varTabSelected, 4);
And the Judging button OnSelect to do the following formula
Set(varTabSelected, 7);
And the Admin button OnSelect to do the following formula
Set(varTabSelected, 1);
I hope you can help me.

Report
All responses (
Answers (