I’m new to using Bubble.io and I have a problem with the API results. I’m using google page speed insights api, but the call is not returning all the information I need. Any idea why or how to fix this?
Have you tested the API call with Postman or CURL to make sure it is returning the data properly outside of Bubble? This is a good way to troubleshoot the call.
If/when it is returning properly for you, then you may need to reinitialize the call in Bubble API Connector. Bubble will only return the fields that are specified while initializing the call.
One thing to be careful of there is to use a response that has all the potential fields you want to return when you initialize. Otherwise they won’t be captured and you’ll need to add them manually to the response object.