on api workflow set it to “detect request data” then send the data to it, the data structure will be recognised and saved
then just add a “api workflow on list” to iterate the array of objects in your example
in the second api workflow you can then create each object in the database
Yes definitely possible. See link to youtube video that helped alot.
Toolbox plugin has some quirks that can be confusing if not well versed with the plugin like for example when adding dynamic data to it you have to use “properties.parm1” in the script as well as making sure the communication bettween bubble dom and the script is talking can be difficult if using reusable elements or trying to get it to target elements on the page as opposed to talkin to the page level.
Title: How to integrate your Bubble app with OpenAI & ChatGPT to receive JSON Objects - By: Airdev
The link above was a great help for me trying to get multi nested arrays out of a json object from chat gpt.