MongoDB > Insert a Document: JSON String
planned
dev+1
I wish the Insert a Document module would simply accept a JSON string!
To insert a document into a collection in MongoDB using your module, I currently MUST select a data structure, and specify the content of every field, and I might be required to use some sophisticated tricks in order to do so, for example, to put an array as a field in a document, I have to iterate/aggregate it. https://www.integromat.com/scenario/1489566/edit
Log In
Tereza Klobouckova
planned
Brenton Klassen
Same for Retrieve a document. MongoDB is used for storing data in flexible, JSON-like documents, meaning fields can vary from document to document and data structure can be changed over time. However, in Integromat, I have to define a rigid structure and define every field. Can we retrieve a JSON string version of the document as an alternative to defining the structure?