I have followed the adalo documentation to display images from Airtable.
It works well using the simple Image component but does not show anything when using an Image Slider by Adalo team.
As it is not possible to do horizontal list so far, what could be a workaround?
Any advices on that? I am about to hack my db to keep images in Adalo db just to be able to use the components. I’d really appreciate to avoid either this hack or recoding things down to react-native
I don’t have any update, but I’m trying to do the same thing. If I find something I’ll reply here in a day or two. If not, I’ll mention it here too
1 Like
I couldn’t find a way to make it work with image slider, so I’m using a workaround for my project
@clemlaflemme what is the maximum number of images you have per record?
In my case, I’m going to have maximum 20 images per record. So I’m going to create 20 URL columns for each image, from a single attachment field, using this: Formula for multiple image URL split into multiple columns - Ask the community / Formulas - Airtable Community Forum
Then, I’m going to create a series of image components in Adalo (not custom list), each having visibility conditions, and link each to a separate URL column for all 20 images. I’ll expand more on this, but the principle is that each image corresponds to a certain number, and will be visible only if that number is selected. Take a look at this video for an idea of what I’m trying to do with this: Adalo: Creating a Rotating Image Carousel or Gallery with Unlimited Images - YouTube