Extract data from Json

Hi Guys
I need help with extract data from the assistant.
Example of the final results that i am getting is attached, I am trying to understand how to use the backend workflow > new api workflow in order to create list of things from the data.

In this case, the list of the “activates and guidelines” will open 2 new “activates” in the data base and will add to each activities his name and description.

Then the list of “rules of policies” will open 3 new “rules” in the data base
and each will have the main title and the description(s).

Thanks!

{
  "activities_and_guidelines": [
    {
      "activity_name": "Weekly Yoga Session",
      "activity_description": "A guided yoga session focusing on flexibility and relaxation."
    },
    {
      "activity_name": "Meditation Workshop",
      "activity_description": "An introductory workshop on meditation techniques for stress relief."
    }
  ],
  "rules_and_policies": {
    "Payment Guidelines": [
      "Payment is due at the end of each session.",
      "Invoices will be issued weekly and are payable within 15 days."
    ],
    "Activity Schedule": [
      "Yoga sessions will be scheduled every week, with specific days subject to client and instructor availability.",
      "Rescheduling must be notified at least 24 hours in advance."
    ],
    "Cancellation Policy": [
      "Cancellations must be made at least 24 hours before the scheduled activity to avoid a cancellation fee."
    ]
  }
}

Hello @amitshemla,

Hope this message finds you well.

For your needs, you might consider using the JSON Creator (Frontend & Backend) Plugin for Bubble. As this plugin allows you to easily create and manipulate JSON directly on your page.

You can find an example of how to set it up on its demo page:json-builder-demo | Bubble Editor

And if you decide to try it out, you can reach out to us with any questions or concerns you might have while using it.

I hope you find this helpful. Wishing you a fantastic weekend ahead!

Best regards,
Zeroqode Support Team