Hi, I am using Bubble to show a list of blog posts in a repeating component, via an API call.
For text properties I got it running. (it shows blog post titles, main body text. etc.)
Each blog post has an image, stored in a different DB. The API returns the URL the image is hosted at, not the image data.
I also added a repeating images component - the dynamic image property is to be filled with a image data, not an image URL, as far as I understand.
So my question is how can I show the images from the API path (like , rather loading the image into Bubbles DB.
thanks for any pointers.