How to change image of source on knowledge Genius Cards for AI Search
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2024 04:22 PM
I have a Q&A Genius Card which appears as below:
How do I change the image next to "Source" in the bottom left of the card? I've tried to look at the EVAM configuration but it's unclear to me which property in that I'd need to change for the image to update. I've also looked at the Search results Actions (AI Search Results Action Configurations table), but these are for actions such as "View Article", not for "Source".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2024 07:02 AM
Hi @Nick Parsons!
In the EVAM View Config record, access the View Template reference record.
In the Template field of this record, you will find the "mappings" object, it will have a structure similar to this:
"mappings": {
"highlightedHeaderLabel": "title",
"textHeaderLabel": "department.name",
"titleLabel": "name",
"imageURL": "photo",
"subtitle": "user_name",
"subtitleAvatarName": "name",
"subtitleAvatarURL": "avatar",
"detailValueOne": "email",
"detailValueTwo": "company.name",
"detailValueThree": "location.name"
},
You must change the imageURL attribute.
If my answer helped you in any way, please mark it as Helpful / Accept as Solution 🎯
Regards,
Isaac Vicentini.
MVP 2025 ✨
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2025 03:36 PM
@Nick Parsons did you find a solution for this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2025 03:46 PM - edited ‎01-12-2025 03:48 PM
Hi, no unfortunately not. I tried to follow Isaac's solution above but that only ended up changing the icons in the list results below the genius card, not the specific "Sources" icon on the genius card itself. Not sure if I was doing something wrong but couldn't work it out...