Hello,
I have a table that contains images paths.

I want to compare the titles to items in a collection, and if they match, display that image for the given technology. So, I have tried:

It keeps complaining that it expects an image value, but even when I trying a manually uploaded media, I get the same error:

How can I dynamically comparing Technology.Titles to an image table to display the corresponding image? Or, how would this potentially work with manually uploaded images?
Thank you