Hello all,
I have an application that is linked to a back-end SharePoint list. Inside that SharePoint list, we have rooms that have a corresponding photo to each room.
When I access the detail screen of a specific room, it shows the correct photo (attachment) to that corresponding room:
However, when I go back to my main Room selection gallery...
...and select a different room, instead of showing the correct photo (attachment) for that new room, it displays the previous photo (attachment) of the last room that was clicked on:
The weird part is that when I navigate back to the Room selection gallery and select that same second room I previously selected again, it shows the correct photo (attachment):
----------------------------------------------------------------------------------------
The 'Items' property of my Gallery (to show the room photo) is the following photo (colAttachmentCon is just a collection that holds the photos to each corresponding room from SharePoint)
It's weird how the correct corresponding room shows the 2nd time the new room is clicked on, but not on the 1st time (and instead shows the previous room photo selected). Would anybody know what the issue may be?