Skip to content
MongoDB node not fu...
 
Notifications
Clear all

MongoDB node not functioning as expected

8 Posts
4 Users
0 Reactions
6 Views
amir
 amir
(@amir)
Posts: 4
Active Member
Topic starter
 

Hi,

I'm looking to insert some data into my MongoDB database, but the callin.io node doesn't seem to have an input for providing data, and I can only insert empty rows.

What are my options for handling this?

 
Posted : 03/07/2024 5:01 pm
n8n
 n8n
(@n8n)
Posts: 97
Trusted Member
 

It seems your topic is missing some crucial details. Could you please provide the following information, if relevant?

  • callin.io version:
  • Database (default: SQLite):
  • callin.io EXECUTIONS_PROCESS setting (default: own, main):
  • Running callin.io via (Docker, npm, callin.io cloud, desktop app):
  • Operating system:

Please share these details to help us understand the issue better.

 
Posted : 03/07/2024 5:01 pm
amir
 amir
(@amir)
Posts: 4
Active Member
Topic starter
 

I attempted to achieve this using HTTP requests, but it requires importing the mongo library, which I'm unable to do.

 
Posted : 03/07/2024 5:02 pm
Ludwig
(@ludwig)
Posts: 4
New Member
 

Hi, thanks for reaching out. The node requires a JSON list of key-value pairs as input. These pairs should correspond to the fields and values within the documents you're inserting. You'll then need to specify which fields from your JSON input should populate the new document.

Here’s another discussion from our forum regarding the behavior of this node:

 
Posted : 03/07/2024 5:58 pm
amir
 amir
(@amir)
Posts: 4
Active Member
Topic starter
 

Thank you!

:+1:

 
Posted : 04/07/2024 8:02 am
amir
 amir
(@amir)
Posts: 4
Active Member
Topic starter
 

I'm encountering another issue. When I send 2000 requests to my database, it functions correctly. However, within my workflow, the node remains in a 'progress' state and prevents the subsequent node from executing. How can I address this?

 
Posted : 04/07/2024 8:21 am
Ludwig
(@ludwig)
Posts: 4
New Member
 

You could batch your requests so that the node processes fewer items at a time, allowing it to respond more quickly and thus unblock your workflow.

 
Posted : 04/07/2024 10:43 am
system
(@system)
Posts: 332
Reputable Member
 

This thread was automatically closed 90 days following the last response. New replies are no longer permitted.

 
Posted : 02/10/2024 10:44 am
Share: