Insert | Insert data into containers | Datamodel, Datasource, and Table: Table to write toValues name: Value nameValues Formula: Value for associated value name | N/A |
Update | Update data In containers | Datamodel, Datasource, and Table: table that includes data to updateFilter: Define filter for updateValues: Set values for updates | Number of updated rows |
Replace | Replace data in container | Datamodel, Datasource, and Table: table that includes data to updateFilter: Define filter for updateStatus Key: Record to be inserted. The object instance given to the workflow block should have both the _ID and _Version given to be replaced, else it will insert a new object | N/A |
Delete | Delete data in container | Datamodel, Datasource, and Table: table that includes data to deleteFilter: Define filter for delete | Number of deleted rows |
Read | Read data from container | Datamodel, Datasource, and Table: table that includes data to readFilter: Define filter for read | N/A |