Custom JS Code doesn't give any output upon calling a query with additionalScope

Quite a simple scenario. I have a list of mongo ObjectIDs, calling "findDocument" query with additionalScope and collected responses. But the query doesn't produce any output, despite correct calls, as you see in the log.

Can someone explain why it happens?

have you tried with await? .trigger() returns a promise: `await getImageDocument.trigger({ /options/ });