Hello! I have a few questions about images:
- Is there a way to upload multiple images at a time but have them each go into their own row? When I drag them all now, they are uploaded into the same cell.
1b. If not, is there a way to access the images individually if they are all in the same cell?
- Is it possible to access the name of the images files in a formula?
Thanks!
Thanks for your response.
Basically, I’m trying to make something like a roster table consisting of three rows:
- First name
- Last name
- Image
However, I have all the images in one folder & they are named something like 0000_[Last name]. Right now when I upload them, they are all put into a single cell.
So I want to be able to upload the images on a 2nd table, then in the roster table I’d filter want to filter by image to have the right image in the right column.
This is roughly what I want:
Hope this helps explain what I’m trying to achieve. Or if there’s a way to do this without the image table that works too.
Thank you!
This makes sense –
One idea – to get the images in the right rows could be to use a button in the column of the images.
There may be a way to filter all the images by title, as well, but I would recommend getting the full list of images into rows.
Here is an easy way to split all the image files out first:
I used a column button with this formula:
FormulaMap(thisRow.Images, AddRow([Photo Button], [Photo Button].Images, CurrentValue))

Once you have the images spread out in rows, You can do a filter for the image file names pretty easy.
They call her Saint Kyleigh of The Coda Isles. Thank you so much!