Copy and Paste of Array fields
In the TreeView:
When I select an array item and then choose "Copy Field" from the context menu, I find "Paste document(s) in the context menu.
But I don't want to copy the whole document.
Instead I wish there was "Paste field" which let's me add a copy of my original field to the same (or another) array.
1
vote
-
Matt Werbin commented
Thanks for the feedback!
When you Copy a Field, it copies the Key Value Pair (a.k.a. Field name and Value) to the clipboard.
You could edit a document and in the JSON editor and paste in the data that was copied.
Or you could also add a field, then use Field > Edit Value / Type.. to then choose to add it in all documents in the collection.
Hope this helps!