Skip to main content
Version: Streamsheets 2.5

MONGO.STORE

Stores data on a Mongo database. You can use the Function Wizard for this function.

Syntax

=MONGO.STORE(Producer, Collection, Document)

Arguments

NameDescription
ProducerProducer to use for storing. The database name is configured in the affiliated Connector.
CollectionUse an existing collection or type in any new collection name you need.
DocumentDefine the payload of your document by using a JSON cell range.

Return

TRUE, if no error.

Examples

FormulaResultComment
=MONGO.STORE(|MongoProd, H13,JSON(H6:I11))
TRUEThis stores the values in H6:I11 in the collection in H13