User view only your data

Hello devs. I need users to view on a visualization page only their data registered in the database. How do I configure this to happen?

Use privacy rules to allow current with there own data.

Bubble editor → data → privacy rules

You need to apply this rules on necessary tables

For the user table, you could use when “current user is this user”. While on other tables you could use when “current user is creator”. Something like that should work for you.