Option Sets - data saved by Users

I have various option sets across my app. None are sensitive by themselves, but become sensitive after the user has selected them and saved in the database.

Example: an option set “Report colleauge”, with options “This person does not work at my company” / “This person is impersonating my colleague” / “This account appears to be fake or automated”.

When a user reports a colleague, a Data type “Report” is created and a field “Reason” is saved with one of these three options (whichever the user selected).

The existance and specification of the three options is not sensitive and can load on each page load. My question is whether the saved field in the Report is loaded on each page load? Or is the saved field private?

There’s nothing about option sets inherently that reveals the data stored in the data type field, but you’ll need to look into privacy rules to keep the field hidden.

This stops your app from ever sending the data from the Bubble server, making it secure.

Check out this section of the manual: Protecting data with privacy rules | Bubble Docs

1 Like

Ok, this is perfect, thank you so much!

1 Like