๐Ÿ™‹Data Restriction

This document details how to manage your database restriction so that you can control what pages/items a logged-in user can access. For example, User A would see only the items they are assigned to and not anyone else's items.

To limit data based on a logged-in user, you need to first make the app private. Check out how to do so here, Private apps.

Once your app is private, please follow these steps:

  1. Go to the "Users" tab in the left sidebar of your app builder.

  1. Under the "Data Restriction" section, click on "Add Restriction" next to the database whose data you want to limit.

  1. In the "Add Restriction" popup, select the "Restriction Method" from either a "Match Relation to Users Database" (a relation linked to your Users' database) or "Match Property to Users Database".

  2. Select the property based on whose data you'd like to match with the logged-in user.

  1. Click on "Confirm"

  2. Publish the app

Now when a user logs in to the app, they will see only those pages/items of the database where their data restriction property matches OR their data is linked in the user relation property.

Disable Data Restriction on Selected Screens/Components

Coming soon.

Last updated