Thank you @ThinhDinh and @Robert_Petitto! Your answers sent me down the rabbit hole Hereās an even simpler solution (to a problem that no longer exists
) that combines and tweaks both of your suggestions:
A mod of a mod formula! Inception-like!
This way information about each pic would attached to the slide # giving a more robust solution. Pictures are but Pictures & text is better.
āGo to URLā is an action option, but the image array cannot be selected, so this does not work.
Another way to do the math, which is less āinceptionā like is to convert the negative number into an absolute number. Then it will be positive no matter what. Only problem is that once you hit negative numbers, it will start looping through the images in reverse order because you are counting up when you are counting down. But from a purely mathematical standpoint, the resulting number would be more of what one would expect.
MOD(ABS(imageindex),count)
Hereās how to allow a user to select a specific image from the array and set it as the āfeatured imageā:
I think you can take advantage of the ācurrent URLā value to not have to use a set column action.
\/([^\/]+)$
Hm. Havenāt tried this. Nice workaround (as long as youāre using rowIDs as identifier)
I just noticed that when using a google sheet, multiple image & file pickers are forced to āuser-specificā, and the image wonāt re-load after the app is closed and re-opened. Must be a bugā¦
Are you previewing as a specific user, or are you previewing as anyone in the builder? User specific column values will only be saved permanently if they can to linked to a specific user.
Itās not a bug. The multiple images & files columns, as of now, are not designed to work with Google Sheets. Itās kind of a grey area where itās not a basic column, but itās not a computed column either.
Thatās what I was wondering. Hopefully that changes, as Google sheets is still an integral part of all my apps, which means these multiple file and multiple image columns are not useful to me at all yet.
Just curious, whatās the reason youāre not moving to Glide Tables?
Is there a way to upload batches of images and display the image gallery on a detail screen, where edit screen is not an option?
For my app, thereās no sign-in and I add all of the content myself.
When I test using the multi-image column and image picker, I get this:
I also wouldnāt want anyone else adding images so the red + sign is not good for meā¦
Unless there is a way to restrict these edit screens to only the app owner on a no sign-in app⦠Which would be perfect!
Probably want to use a form screen instead, then roll up all the images using a lookup column and use that in the gallery component.
ok, Iāll try it. I can set the form screen to be only accessed by me?
Why is Edit Screen not an option? Couldnāt you just make it so you are the only one that can sign in and restrict editing to only you?
Would seem like that would be the easiest option to add images using a Multiple Files column and an image picker on an edit screen, and then display it using an image component on the detail screen.
Edit screen is surely an option. Maybe I was reading too much into this:
hi @Jeff_Hager, if I do this, wouldnāt I have to select privacy option as āoptional sign-inā⦠and then persons with company emails wonāt be able to see my app?
Iām not sure⦠I donāt have an active users table so I thought I wouldnāt be able to control the use of an edit screen or any editing actions if I enable them on the app.