
I have Vehicle Fleet SP list. Each vehicle has (4) pictures (Front, Driver, Back and Passenger views). I would like to display these in Power App but through searches I haven't found much information. If I wanted something like the following, should I use containers or am I over-complicating?
First sorry for the random images lol they are some midjourney tests for a buddy and the quickest images I could grab. These are all 4 in the same item in sharepoint list. The red border is a verticle gallery, the blue is a horizontal gallery and the yellow are each one of the 4 images that are saved to the attachments field of the SP list.
Red Gallery -> Just shows my SP List so Items property is just Test.
Blue Gallery -> ThistItem.Attachments where ThisItems refers to the row in the Red Gallery.
Yellow Images -> ThisItem.Value where ThisItem refers to the row in the Blue Gallery.
These are image controls dropped into the blue gallery with these settings:
Blue Gallery -> wrap count = 2, template padding = 0, show scrollbar = off
All the text on the right uses RedGallery.Selected.FieldName to display that data.