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.