Assistance with openai json to bubble database

@lindsay_knowcode Hello Lindsay. I got your plugin and I have some inquiries on how it would work with my app

sure - whats your question?

1 Like

What plugin is this?

I am using the Openai json to bubble plugin

well, I have it set up to receive my json from a field in the user data type. How do i get the list saved to the bubble database?
Also, for users of the app, there isn’t a specific amount of list that will be created. I plan to have list that range from 3 to 90.
Would that be possible?

One option (and its a good option) is to figure out the API connector - where you use Bubble itself (its own APi connector to un-marshall your JSON things - that you then can use in your workflows) - so not to use a plugin.

I’m not dis-respecting my own plugin - just being transparent with alternative good approaches to consider. Much talked about in the forum and youtube, in the context of getting JSON responses from ChatGPT etc into Bubble.

The plugin has a role - It saves all the fragile JSON manipulation you otherwise need to do - and it’s fully documented :slight_smile: It saved me time. My time is costly and scarce!

But plugin wise - it has a fixed number of length for lists (40? I think)

So you need to use Bubble Workflows with actions to get the content into the Database. And there is a full example here Knowcode | OpenAI JSON to Bubble

Thanks a lot Lindsay. I’ll try using the API connector.

1 Like