How to Connect Bubble.io Database to Retool Admin Panel?

Hi @Kash_Khera,

you can simply try rest api with get method to visualize all you bubble database data in retool.

Firsly you have to add a query with rest api of get method and add the api endpoint of your bubble database table. I already configured this out with one of my apps.

This api endpoint is something like this:

after getting the results you can display them in table component.

If you want any other concerns regarding rest api follow this document:

1 Like