I have a gallery that is connected to a SharePoint list that contains two image columns. The gallery item property is filtered to just the SharePoint records (those listed as an Competency) needed in the gallery. The gallery currently displays the images in the SharePoint list column called "Image Original."
When an item is selected, I want the image in the gallery to change to the SharePoint list column called "Image Selected." If a different item is selected in the gallery, I want that previous image to change back to the "Image Original" and the new item selected to change to the "Image Selected."
I am having difficulty doing this. I tried one formula, but kept getting an error about comparing different data types (text to image), even though everything is an image. Any ideas?
SharePoint list looks like below.
| Title | Description | Image Original | Image Selected | Selection |
| Type 1 | Description of the type | Type 1 Image | Type 1 Image | Competency |
| Type 2 | Description of the type | Type 2 Image | Type 2 Image | Competency |
| Type 3 | Description of the type | Type 3 Image | Type 3 Image | Competency |