Cosmos DB Data Manipulation
Description
The function performs document manipulation against a Cosmos database.
The following operations are available:
- Create
- Upsert
- Replace
- Delete
Use
- Select a Cosmos DB Connection.
- Enter a Cosmos container name.
- Select an operation to perform:
- Create
- Upsert
- Replace
- Delete
- Mark the radio button to use a document from:
- a statement template
- Enter the document template into the text box.
- Select the argument to be used as the ID.
- Additional arguments can be selected. (optional)
- Enter the output field name.
- a tuple
- Select the argument to be used as the ID.
- Select the argument to be used as the document.
- Enter the output field name.
- a statement template
Click OK.