Current User
Current User data is automatically available for components in your Space to utilize. This can be useful if you are creating a Space that should show information relevant to the logged-in user.
Utilizing the Current User data
Current User data can be used to filter data displayed in components like Table, Detail, or Card List.
- Open the configuration settings of your component.
- Click on the “Filters” tab.
- Add a new filter and bind to the Current User “email”.

Current User data can be used to populate components like Form, Button, Calculate Fields, and JSON Viewer.
- Open the configuration settings of your component.
- Click on the “Fields” tab.
- Select a field that you want to bind to the Current User data.
- In “What value should be used?”, choose “Use a value from a Component” and select the Current User’s “email”.

Updated about 2 months ago