Display Images in Repeating Group from URL

Hi there - We will have images that are standard (one of 10 images shown on each user page). Is there a way to add them to xano as a URL or referenced ID so that we do not need to upload the image to the database each time?

For instance, display specific icon or emoji related to an option, without having the icon or emoji as a file that is uploaded and then displayed…

Thanks in advance!

Answers

  • Pawel Magdanski
    Pawel Magdanski Member ✭✭✭

    If you have other storage for them like AWS or some other storage provider then you can just paste url of the file to Xano as text if everything is setup properly and there is no restrictions to do so.

    I'm doing this with Bunny.net

  • raconcilo23
    raconcilo23 Member ✭

    @Pawel Magdanski - You're great. Thanks for all the support. I am not sure how to display it in a repeating group once called to 'Get' again.

  • Pawel Magdanski
    Pawel Magdanski Member ✭✭✭

    No problem! Can you show some scrennshots so I will have more context what is going on?

  • raconcilo23
    raconcilo23 Member ✭

    In Bubble we have a database of images of poop types (don't make fun) (image 1)

    We have these in a repeating group (image 2) so when one is selected the URL and bubble id is added to xano.

    We want to display the list that's in Xano to bubble. Can be in a repeating group or via states (we assume less than 15 poops will be posted a day).

    I do not know how to put this into a repeating group (image 3)


    Image 1

    Image 2

    Image 3

  • Pawel Magdanski
    Pawel Magdanski Member ✭✭✭

    Ok, so at the moment where you are passing this url to image_c{dynamic image} what is happening? there is no image in preview? can you check what is on going on with this element on preview with inspect feature?

  • raconcilo23
    raconcilo23 Member ✭

    Here is what is going on with the dynamic image

    • URL in Xano (Image 1)
    • Repeating group configuration
    • Image configuration
    • Result

  • Pawel Magdanski
    Pawel Magdanski Member ✭✭✭

    As I can see, from the bubble table where you have image and image url you are sending and saving image url in Xano. Try to save url of image itself which from what is see is the same minus the https: at the beginning