EVAM template not working as expected
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2022 08:27 PM
Hello,
I am very new to UI Builder and EVAM currently trying to build an experience. I want to display every application in the Business applications table inside a data set container. I have configured EVAM Datasource as shown in the screenshots. My view template is as below:
{
"component": "now-card-evam-record",
"staticValues": {
"detailLabelOne": {
"translatable": false,
"key": "Active Users"
},
"detailLabelTwo": {
"translatable": false,
"key": "Point of Contact"
},
"detailLabelThree": {
"translatable": false,
"key": "URL"
}
},
"mappings": {
"titleLabel": "name",
"detailValueOne": "active_user_count",
"detailValueTwo": "u_point_of_contact",
"detailValueThree": "url"
},
"actionMappings": {
"clickAction": "navigation"
}
}
When I use the EVAM data resource in UI builder, I get 0 items, hence the dataset is not populated.
{
"page_cursor": "e30",
"page_size": 20,
"page_number": 0,
"is_last_page": true,
"all_actions": [
{
"assignmentId": "7878cf3c1ba11150eacfed34b24bcbf7",
"name": "navigation",
"label": "Navigation",
"actionType": "uxf_client_action",
"actionDispatch": "NAVIGATION",
"actionPayload": "{\r\n \"table\": \"{{table}}\",\r\n \"sysId\": \"{{sys_id}}\",\r\n \"url\": \"{{navigation_url}}\"\r\n}"
}
],
"selected_filter": "",
"items": [],
"available_filters": [
{
"sys_id": "",
"label": "Default"
}
]
}
What am I doing wrong here? Any help is appreciated. 🙂
Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2023 03:34 PM
Came across a similar issue. Hope you able to figure it out by now
In the "EVAM Datasource M2M tab" -> datasource - make sure to add the filter and sort by column.