Display user-related data

How to display user-specific data in Budibase

Often when building apps, we want to display data related to the user. This is pretty straightforward with Budibase. In the example below, we have created a simple to-do app. Two users have created to-dos, but we only want to show the to-dos relevant to the current user.

To do this, we would:

The table will now only display data created by the current user.

Last updated