Hey!
I have been working on bubble a lot, and I am definitely going to get a paid plan!
I have been working on levels on permissions on the site. I know how to make an element only visible for me, but I would like to be able to set levels of permissions to which I can add people
How I was thinking this would work;
- Create a data type “permissions”
- Create fields for levels (level 1, level 2, level 3)
- Have the field contain all the emails of users that are allowed to make use of the specific level
- Only allow a certain level to make changes to these fields (not to diffucult)
When a user is logged in basically
- Show element when Current user’s email is in permissions level 2
^^ That is where I dont know what to do to be honest
I cant get a conditional to run, with the condition being Current user’s email in permissions level 2…
Does anybody know how to get an element to be shown if certain data (current user’s email) is to be found in the data field?