I want to set this value to dynamic that it takes image url from the database i created here in bubble.
how to set the parameters value to dynamic
and also when I enter the static value that is copy pasting the url of the image from the database it says invalid url how to convert the image to its url in my database

Hi!

It says that the API call is yet to be initialized. Ensure that the call is initialized properly and you are receiving a valid response. Once that’s done, change the Use as field from Data to Action in your API call. You can then call this in your workflow and specify the URL there.

What’s the URL? Can you share it here?

//bfa4db18c46153665b0e757a6d500fb9.cdn.bubble.io/f1722317037440x115875275004907900/ryan%202.webp

that was the url



i did use one of the image from unsplash and it works now what to do next i want the images from my database to set their dynamiclly

Cool - you can append https: before the URL to make it valid

Bubble generally returns this kind of path for files stored. To make it accessible, you can do what I said in the first line

1 Like

Uncheck the private checkbox next to image_url parameter. You can call this action (Face Detect) in your workflow action. Once you add it, you’ll find the image_url field in that action where you can specify a URL

1 Like