Filtering all widgets based on identity of user that is logged in

We have an admin console spun up where the user has to manually declare their identity using a checkbox, and then other widgets are filtered to show them records relevant to them.

Is there a way to make it so that these checkboxes automatically prefill based on the identity of the user?

Essentially I’m looking for a way to map the user_id value in our database, to an appsmith user account.

Hey @blueberrypudding85 , you can use the appsmith store object. It contains the user object which can be used to uniquely identify any user. You can find more details on the same here. Please let me know in case you get stuck.