UpdateMany query not working in mongodb resource

Hello folks,

I am working with a MongoDB database and trying to update multiple data entries at once, but it isn't working as expected. I have searched about this issue, and I found suggestions to use additional scopes for it. However, I prefer not to use that method and would like to update the data directly using the resource query.

Could you please assist me with this approach?

4 Likes

Hi @WidleStudioLLP,

Thanks for reaching out! You can use the bulkWrite option :blush: