Using privacy rules I’m not allowing other users to see a user’s email address but rather than display nothing I’d like to display something, like “*******”
How can I achieve this please? Been trying with conditional expression but getting nowhere
You just need to uncheck “View all fields” and then check the fields you want to show. We protected the email data but now our repeating group doesn’t show the email, it’s empty. So we need to add the condition to email text
Privacy rules protect our data but contidional rules cannot because bubble fetch all the data first, then manupilate it. If you say if current cell user is not current user > this text is *** your data will be on the client’s device, so someone who knows how to do it can see that data in the background.
So I have the privacy rule setup and email is not returned. That works but looks a little odd. Can I show a placeholder like “*****” where email is not available?