Is it possible to get the WriteResult from within an Atlas Trigger?
Specifically, I have an update statement with { muitl: true }, I need to know when more than one document has been updated.
Also, would it be possible to get the documents that were updated? Or at least their _id’ s?
Thanks.