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?
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.
I attempted to achieve this using HTTP requests, but it requires importing the mongo library, which I'm unable to do.
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:
Thank you!
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?
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.
This thread was automatically closed 90 days following the last response. New replies are no longer permitted.