SaveMongoDBEntity<T>
What to use it for | Prerequisites for usage | Essential options to set |
---|---|---|
Update an existing monodb document. See the mongodb C# driver documentation for more information. |
|
<T>
Activities with a <T> will ask you to indicate what the data type is of the data that will be affected. Depending on the data type, you will get a different Template (<T>) with configuration options.
This activity rethrows any exceptions encountered. To handle the exception wrap it a TryCatch activity.
Options for SmartBridge 3
Option | What is it | How to use it |
---|---|---|
Collection | The collection you want to save the entity to. | Enter the variable name of a collection you have create earlier with GetMongoDBCollection<T>. |
Entity | The entity / document that you want to update. | Enter the variable name of your entity. |
DisplayName | Name of the Activity. |
, multiple selections available, Use left or right arrow keys to navigate selected items