As a part of my app I need to take photo’s of machines in field. As per attached you will see the screen structure as an example. As per documentation I had 4 image columns labelled sequentially and Glide created the array
You would need to have multiple image pickers/image component with upload image action for it to work. Seems like you’re just uploading to the first one.
Thank you. Do you mean as per attached. Essentially there are blank frames until all are populated and then it shows a single scrollable picture frame?
cheers
Hi
It was pointed to the array, but in thinking about it does it need to be the image picker component? If so, the image picker wants to point to the individual columns. The Image component will point to the array so presumably if I want to take 4 photo’s I need to create 4 image picker components (1 for each column) and in the display sheet have the Image component which will display the images in a carousel?
cheers