Personalize components with user details

You can use managed user details to personalize different components of your interface. The code snippets below allow you to customize components to display a user's ID, email, or name. 

Available on plans:

Free

Professional

Team

Enterprise

Managed user information Code snippet to use
ID {{currentUser.id}}
Email {{currentUser.email}}
Name {{currentUser.name}}
Note

The ID is a unique string of letters and numbers automatically assigned when a user is created in an interface and cannot be changed.

Text component Form component Table component

Text component

  1. From the Interfaces home, click the title of your interface.
  2. On the pages view, select the page that has your text component.
  3. Click your text component to expand the right sidebar.
  4. In the Content field, enter a code snippet for the field you want to display. 
    • Repeat this step for each field you want to use.
  5. Changes will be automatically saved and reflected on the preview.

alternatetext

Note

The space where you place the managed user information will display the default text while editing your page.

Personalization without managed users

If your interface does not have managed users, you can still personalize components using form content.

Was this article helpful?
2 out of 5 found this helpful