Hey there, I have a list of Venues, each of which has an associated User as their rep.
I have a repeating group with a list of Venues, but I either want that list to show:
• All Venues if your role type is ‘Admin’ / ‘Super Admin’ (i’ve already set these up in an option set)
• Just your designated venue, if your role is ‘Venue Rep’ (i.e. a list of 1 - yours, no-one else’s)
I am able to achieve the 2nd by using a constraint where venue rep contains current user, but it’s the override of seeing all venues if logged in user is admin / super admin that is foxing me. do I duplicate the group and change the visibility settings?
Thanks in advance