GithubHelp home page GithubHelp logo

Comments (1)

br41nslug avatar br41nslug commented on June 24, 2024

however when making an update to an existing entry, the id is not written in the form of the attribute "key" but the array with one element.

This is intentional since you can also update multiple items in a single update. https://docs.directus.io/reference/items.html#update-multiple-items

The insonsistency is also that the whole actual entry attributes are ommited and: only the fields that were updates are passed which creates further inconsistencies.

That is consistent with the update action done, updates can be partial (for example a single field) where creating an item will always at least have the required fields. If you want the full entry you will need to fetch that from the database in an update event.

This leads to an error where once I'm updating the data I am unable to set the correct ID as it's returned in different formats.

This is something you will need to check for in your flow/extension. I would personally recommend creating 2 flows one for creation and one for updating (and perhaps a third for delete events as that structure differs too)

from directus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.