@IanCinnamon
Let me make a suggestion, for how to use added images and then an image control in a Gallery.
Let's say you added 10 images to your app. (ok my example has 2) lol
In my App.OnStart, I would create a Collection, with the name of the Images.
For the Collection, Picture is the Name of the image without the extension as that is how its accessed at run-time, where as you want to filter by name
ClearCollect(Pictures,
{ Picture: MyImage, Name: "Image1.jpg" },
{ Picture: MyImage2, Name: "Image2.gif" }
)
Now in your image control in your Gallery Item, I would suspect you have the image name there
So in its Image property I would say
LookUp(Pictures, Name = ThisItem.ImageName).PIcture
and voila your images are there.
If I have helped you, I would really appreciate if you please Mark my answer as Resolved/Answered, and give it a thumbs up, so it can help others
Cheers
Thank You
Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
https://gernaeysoftware.com
LinkedIn: https://www.linkedin.com/in/michaelgernaey