I am trying to add a new field to a CosmosDB item. The Field i want to add is an object. For example: I tried the following code: I get the error: Entity with the specified id does not exist in the system The item exists because i get the item when using container.item(“42”).read() Answer The value you have provided