How to change image of source on knowledge Genius Cards for AI Search

Nick Parsons
Mega Sage

I have a Q&A Genius Card which appears as below:

NickParsons_0-1728342539283.png

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".

3 REPLIES 3

Isaac Vicentini
Mega Sage
Mega Sage

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.

 




Best regards,

Isaac Vicentini
MVP 2025 ✨


If my answer was helpful, mark it as Helpful or Accept as Solution.

Bhavana Byreddy
Tera Contributor

@Nick Parsons did you find a solution for this

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...