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."
]
}
}