getUserDisplayName() in UI builder dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 08:24 AM
Hi everyone,
I am trying to add in my dashboard a Hello, User rich text. I am using UI builder
but how do I fetch current user name and display it in the dashboard?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 05:42 AM
Can you bind to
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 10:21 AM
Thank you! yes I I used bind user.displayName but as html script and it worked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 07:03 AM
Hi @nouralthmal
- Select the Rich Text component.
- Go to the Configuration section.
- Select Label.
- Choose the Data Bind option from the right-hand side.
- Navigate to Page Properties → User → Display Name, drag it to the free space, and click the Apply button.
Please refer attachment for more details.
If you find my response helpful in resolving your query, please mark it as helpful.
Thank you!
Regards,
Keshav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 10:20 AM
Thank you!