Multiple conditions for user permissions

I’m struggling a little trying to grasp the conditions applied to Users and Permissions. I’ve tried several times and methods.

For example I have a “team group” that I limit pages to. I also have a “press” group that I wish to see certain things and they also include the “team” stuff

If I add press and team to the permissions group neither of them are authorized to see the page?
what am I missing here? There is no “or”

You can use ‘IN’ as the operator and then enter a comma-separated list of values. (At least I think this is how it works - using the ‘IN’ operator is a little inconsistent in Wappler.)

1 Like

Well, cool that seems to have worked!