Currently I need to use GET calls in a lengthy and time consuming format from a mobile app that i’m building to connect to Bubble’s main app.
For now my calls: call 1 -> call 2 -> call 3 -> call 4
Can you not use ONE simple call to the wf/ API endpoint to have this process retrieved from the bubble side and sent OUT in the response??
Or is there a way to use the API connector so that it provides a response to the mobile app containing the information I need? And trigger this to happen via the /wf API endpoint??
It takes about 20 seconds to load each page because of the sequence of calls that must be made.
I’m using the return data from API action in the api endpoint and searching for thing and getting a result for the thing but how do i search for Things within Things so that i can access all of the data in one call? I’m trying to get away from having to make a series of calls and wait for respones in a mobile app.