Hi. Let's say I have two collections Orders and OrderDetails. How can I insert new document only to OrderDetails (for example with attributes: ProductId and Quantity) with provided OrderId key?
I created relationship and it works fine to get documents but I don't know how I can insert new record