Hi how’s it going?
I’ve set up an external API that accepts get requests, and returns data from a SQL database which I then display on my Bubble app. However, I want to modify this set up so that instead of displaying the info from the API call directly on the page, I’d like to have some process running in the background so that this API call updates the Bubble.io built in database structure, and then I display the data on my website by doing a lookup from the Bubble.io built in database.
How would I go about doing this?
Thanks so much.