Hi
I’m using bubble’s Airtable plug in. When my Airtable base field is “single line text” with a URL to single image, I can successfully import this into bubble as a text field and display the image in an Image element.
I want to import a list of images. I’ve managed to do this by creating an Attachment field in bubble containing the images themselves which imports as a list of attachments, and I can select “item #” when entering dynamic data in the image element.
I would like to store the images as URLs of an image, so my question is how can I import text as a list from bubble? For example something I tried was
‘https://di2ponv0v5otw.cloudfront.net/posts/2020/09/01/5f4ef53e7457adba208f4ab8/m_5f4ef53f7457adba208f4aeb.jpeg’, ‘https://di2ponv0v5otw.cloudfront.net/posts/2020/09/01/5f4ef53e7457adba208f4ab8/m_5f4ef53f7457adba208f4b31.jpeg’
[‘https://di2ponv0v5otw.cloudfront.net/posts/2020/09/01/5f4ef53e7457adba208f4ab8/m_5f4ef53f7457adba208f4aeb.jpeg’, ‘https://di2ponv0v5otw.cloudfront.net/posts/2020/09/01/5f4ef53e7457adba208f4ab8/m_5f4ef53f7457adba208f4b31.jpeg’]
But it sees it as a single text entry.
Thanks!