Hello
for a gallery i use
AddColumns(RenameColumns(Distinct(SortByColumns(Filter([@Gares];StartsWith(Title;TextSearchBox1.Text));"Title";If(SortDescending1;Descending;Ascending));Title);"Result";"Country"); "Photo"; SampleImage)
this from a sharepoint

i want to replace SampleImage by the data "Image"
and how take the first image when i have more than 1 same City ?
For example you see Cherbourg 3 times but only one picture
Thanks