MongoDB Credential
Use this type for workflow nodes that read/write MongoDB.
Configure
- Open Credentials -> New Credential.
- Select type mongodb.
- Set:
mongodb_connection_uri(or env-backed URI variable)- optional default database
- Save and reference it from MongoDB workflow node config.
Verify
- Run a test workflow execution that performs one read query.
- Confirm success branch output and result payload.
Common issues
- Connection timeout: incorrect URI, DNS, or network path.
- Authentication failed: wrong user/password in URI.