Here is an example of the plugin setup I’m using. I’ve used the same setup on a different JSON output successfully but have no clue why it isn’t working on this occasion:
I know the API connection is working as I’m saving the raw output to my database successfully each time but no luck with the parsing.
Any help to get me out of this jam would be appreciated!
You can pass your json schema to the OAI functions api and you can pass the completion’s JSON through the above structure to get your Bubble fields that can be used in your logic
Quick update, I’ve managed to set up the workflow in the API to return data from the API using this tutorial:
I feel like I’m pretty close as when I generated the API it parsed the data correctly. I now want to save this output into my database but it doesn’t seem to appear anywhere in the workflow.
When trying to create a new thing it is still appearing as the usual ‘choices’ output rather than the parsed data I saw when I initialised the call.