Hi,
I have 3 security groups:
1. Admin
2. Leadership
3. End User
On one of my screens, I want to make a button visible only when the form is in Edit mode and only for Admin and Leadership.
At the minute I'm using the following formula but it's not working as I can still see the button in Edit mode.
isUserInSPGroupAdmin || isUserInSPGroupEndUsers && Form1_1.Mode <> FormMode.Edit
Is there something wrong in the formula?