Unable to insert documents into MongoDB

Hello, I’ve been having lots of trouble trying to retrieve data from a google form and add them to a mongodb document then inserting it. The module for mongodb runs successfully and even returns an objectid which means the document has indeed been created and inserted but nothing appears in my database. I followed the exact steps to to connect make.com to mongodb using the connection strong, and whitelisted the required IPs, but nothing is working. Any help would be greatly appreciated!

Welcome to the Make community!

We’d love to help, however, you have not provided sufficient information to demonstrate the problem that would allow us to reproduce the scenario and any issue/s and/or error/s.

To allow others to assist you with your scenario, please provide the following:

1. All Relevant Screenshots

We need to see what you’re working with to give you the best advice. Screenshots are extremely important because Make is a visual editor — a picture provides us with more context.

It would help us identify the issue by having screenshots of:

  • the full scenario,
  • any error messages,
  • individual module fields,
  • relevant filter settings (conditions), and
  • each module’s output bundles
  • any external services (spreadsheet headers, sample data, regex101.com, etc.)

You can upload images here using the Upload icon in the text editor:

We would appreciate it if you could upload screenshots here instead of linking to them outside of the forum. This allows us to zoom in on the image when clicked, and avoid tracking cookies from third-party websites.

2. Scenario Blueprint

Please export the scenario blueprint. Providing your scenario blueprint file will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return - this would greatly benefit you in implementing our suggestions as you can simply paste module exports back into your scenario editor!

To export your scenario blueprint, click the three dots at the bottom of the editor then choose ‘Export Blueprint’.

You can upload the file here by clicking on this button:

Sharing these details will make it easier for others to assist you.

It looks like Mongo DB has inserted the record, and it has returned the record _id in the response (module Output Bundle).

Hope this helps! Let me know if there are any further questions or issues.

@samliew

You might need to refresh the webpage or reload/refetch the database?