Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

195
Views
strapi POST with dynamic zone return empty in database

I'm trying to add a new line to my database to a "tasks" collection in strapi through my front-end in js.

I'm using dynamic zone and I achieve to add a new line to my database but it return empty in the back office (by empty I mean that there is no dynamic object created)

I actually done this :

this.$strapi.create("api/task-lists", {
  data: {
    "task_lists": {
       __typename: "task-lists",
       __component: "tasks.tasks",
       title: this.new_appointment.title,
       description: this.new_appointment.description,
       project: this.new_appointment.project.name,
       isArchived: false,
       color: this.project.currentColor,
       from: popup_info.start_time,
       to: popup_info.end_time,
       id: slug,
     }
  },
});

Below what my dynamic zone should look like : strapi database where i have issue with dynamic zone

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!