Concept Flow - $each modifier with $push
Start with document
$push with $each detected
Iterate over each element in array
Add element to target array field
Update document with new array
End with updated document
This flow shows how MongoDB uses $push with $each to add multiple elements to an array field one by one.