- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2022 11:11 PM
I am working on UI Builder Profile page to show specific details related to the logged in users profile to be visible. However, I am stuck at one point.
To fetch the email ID, I am using this : @data.look_up_user.result.email.displayValue.
However, that does not work. Need Help.
Solved! Go to Solution.
- Labels:
-
Now Experience UI Framework

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2022 10:11 PM
1. Add the "Look up Record" Data resource
- Go to Data Resources ( icon database on the left toolbar)
- Click +Add
- Search "look"
- Select "Look up Record"
- Click Add
2. Configure the data resource
- Set table to "User (sys_user)"
- Set Record to : (use Dynamic Data Binding) @context.session.user.sys_id
- Set Return fields to the fields you need
3. Populate the fields with the data resource
- Set the value of your email field with @data.look_up_record_1.result.email.displayValue

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2022 04:13 PM
Hi Ketan,
Logged as an Admin, go into the service portal on the profile page.
Do Ctrl + right mouse, and select "Page in Designer" option (release the Ctrl before).
You can now modify this portal page.
Regards.
JP
JP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2022 10:11 PM
1. Add the "Look up Record" Data resource
- Go to Data Resources ( icon database on the left toolbar)
- Click +Add
- Search "look"
- Select "Look up Record"
- Click Add
2. Configure the data resource
- Set table to "User (sys_user)"
- Set Record to : (use Dynamic Data Binding) @context.session.user.sys_id
- Set Return fields to the fields you need
3. Populate the fields with the data resource
- Set the value of your email field with @data.look_up_record_1.result.email.displayValue