Is there some way to determine what element in the array (pic showing).
For example: I have pics in my array. If I am looking at pic 2, is there a way to get the value of the pic I am on?
Yes this . I came here to make the same suggestion after working with the new feature - which I love, other than this one thing. If others are able to upload images, I want to limit to 5 or 10 or⦠so it doesnāt get out of hand.
`Okay, this is a big request - when I have a gallery of images, I add the action to āgo to urlā so that on a mobile device, the user can tap the image and enlarge it and zoom in. This does not look possible with the new slider as it currently is set up. One of my use cases is to zoom in to view a restaurant menu. If a url is assigned to each image, this should be possible. Thanks.
Interesting. Iām guessing it wonāt let you add an image array column to the cloud vision field. If it does, I imagine it would only analyze the first image. If Iām wrong, then this will be a powerful feature!
I second this request! Open Link doesnāt work with array columns. It would be amazing if we could have an action per image. This would also allow us to open/download images from the gallery if we wanted to allow it.
@kabookie Even though my solution is somewhat redundant now⦠just tested āGo To URLā and it works.
Any other action would work too since itās just a regular image component pulling in a single image at a time.
Wow @ThinhDinh, Iāve never used the āFrom Startā option in a Single Value column before, so I had no Idea this was possible! Thank you for pointing this out, much cleaner solutionā¦
@ThinhDinh Youād still need the Count and a Math column no? As Glide would need to know when they reach the last slide, so it can reset to the first etc⦠But if there are 15 slides, the last slide would be #14 (as the array starts at 0) so youād need to -1 from the Count to let Glide know that youāve reached the the last slide⦠Or am I missing something
@Loqode
Ya, just watched your video again. As @ThinhDinh said, a single value column is easier. Iād also use a mod formula to cycle through the images. No need for slices and conditional actions with set columnsā¦just simple increment columns: