I built a custom API (backend) for my app using code.
Now there are two sheets now the idea is data from the two sheets are meant to be sent to GPT to analyze it and make something meaningful out of it something like a report and it is meant to be sent to Bubble and this analyzed data is meant to be displayed on my bubble Ui. Now I have built the API and it is working perfectly I’m trying to display the data on my bubble Ui and I don’t know how to go about the backend workflows and dynamic data on my bubble UI. The trigger to search for something let’s say a crypto project and its data should be sent to the backend to cook something and sent it to the bubble UI

You need to setup your Bubble app for API calls…check the settings API tab and enable API…there are lots of threads and tutorials on this.