Hi,
I am trying to use an API and it requires that I call data from bubble and send it via JSON. There are multiple plugins but they don’t seem to work properly because we have privacy rules implemented in our database. Any ideas on how I can extract data and automatically format as JSON?
It’s a little bit hard to help with no more info. You can generate the JSON you wan’t but the API will expect a specific JSON format (key/value). function :format as text should help you.
You can provide url doc to API and what you have set in API Connector actually. It will be easier to help you