Anyone know how to return a bubble native object via the api? Right now I’m getting that api_response type which doesn’t let me work with the data types natively
If I understood correctly what’s happening, you’ll need to parse the data you’re receiving via API. If you could take some screenshots of what’s happening and what you’re trying to accomplish, I can give you a more precise answer.
Normally if your data is saved outside Bubble then you need to create endpoints to work with the data wherever it is saved. Or if you’re using Airtable for example, just use the plugin’s existing actions to manipulate data. I am not sure why you need it to be bubble native objects, this complicates things because every time you create/update/delete you need to update both bubble and the external DB to avoid discrepancies.