hello i wish i could get all the images in a cell in the airtable and be able to clone image component for each item in the cell. someone to help? thanks
Hi, @Fernando_Matos!
A cell only supports an image, if you upload as an attachment. But, if you upload it’s direct URL like from Cloudinary, you can use a comma-delimiter between every two URLs, to separate them.
Now in Thunkable, you can get the cell, and use the for-each block with this block -
.
Hope I helped you! :
Thanks!