Hello, I have “database 1” with the information of customers.
On another “database 2” I have a list of their names and image.
I want to show a repeater with some data from the first database, and an image of the customer retrieved by the name of the customer from the second one.
All my trials retrieved the last customer’s image on the list for the whole list, and not the correct image for each item.
Any clues?