Data is being removed on Edit Record

Options

I'm having a weird issue where I have some data nested 3 levels deep in an object but it's being removed when I use Edit Record that updates unrelated property.

Example (liked is the object holding items array and collections object):



Comments

  • tbb
    tbb Member
    Options

    Debug output:


  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options

    Hi @tbb Xano performs full object replacements. It sounds like you are updating a part of the object. Even though those eyeballs are off since you have part of your object "unhidden" you will need to account for all nested fields. The best way to do this is first Get the record and use the existing data you want to keep when mapping those lines