MONGO.STORE
Stores data on a Mongo database. You can use the Function Wizard for this function.
Syntax
=MONGO.STORE(Producer, Collection, Document)
Arguments
Name | Description |
---|---|
Producer | Producer to use for storing. The database name is configured in the affiliated Connector. |
Collection | Use an existing collection or type in any new collection name you need. |
Document | Define the payload of your document by using a JSON cell range. |
Return
TRUE, if no error.
Examples
Formula | Result | Comment |
---|---|---|
| TRUE | This stores the values in H6:I11 in the collection in H13 |