We have an array of items. There are some results that have certain attributes, but others dont have those same attributes.
So like:
Item
- Quantity
- PackSize
- Availability
- Description
- Price
- Quantity
- Description
Item
- Quantity
- Description
- Quantity
- Description
So it has deleted the attributes from the result that had more children. We are thinking it has to do with the insertandupdatenodes wants the parent node to have the same children nodes, so if some rows are missing a child, then InsertAndUpdateNode makes it so others don't have that child as well
Not sure if that's how InsertAndUpdateNode actually works
Nathan encountered this issue and could explain more if needed