How to get value from database to API Connector?

Hi,

New to bubble. I am trying build an app where users can connect their own api and visualise the data.

I built a frontend where users can enter their get url and api keys and I store it in database (let’s care about saving it secure later).

My question is, how can I use this value in the API connector and get the response?

As far as I saw, we can only manually enter values in the API Connector, not able to dynamically enter with value from database

That’s incorrect. You can use dynamic content from the database for any API call.

Below video shows how this can be done.

Thanks, this is what I needed