Hello, do you know how it can be done so that when you make a query to an external api, let’s say through a select * from table and it returns 10 results, those 10 results are added to the bubble database? It can?
and that they are not all added in one line but one per line
ankur1
2
Use the bubble data API to add data into bubble db directly from your server.
How would I have to do the process, since if I put create new thing / Repeatingroup it adds all the results in a row
Here is the application and the list of products that comes from an external database
and here is how all the data is added, in a single line, not in a result per line
ankur1
5
You can call the for loop at your server and on each item call the Bubble Data API
system
Closed
6
This topic was automatically closed after 70 days. New replies are no longer allowed.