QIRO
3
What workflow are you using to store the images?
Bubble stores the images in AWS and stores links as plaintext in your database.
It’s likely you need to be using ‘add-list’ (of texts) if you’re creating a new record.
If you’re looking to then display that image, you use the link it creates as the data source for the image element on your page.