Skip to main content

Container Operations

WFBs that control container operations.

NameDescription ParametersResult
InsertInsert data into containers
  • Datamodel, Datasource, and Table: Table to write to
  • Values name: Value name
  • Values Formula: Value for associated value name
  • N/A
    UpdateUpdate data In containers
  • Datamodel, Datasource, and Table: table that includes data to update
  • Filter: Define filter for update
  • Values: Set values for updates
  • Number of updated rows
    ReplaceReplace data in container
  • Datamodel, Datasource, and Table: table that includes data to update
  • Filter: Define filter for update
  • Status 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
    DeleteDelete data in container
  • Datamodel, Datasource, and Table: table that includes data to delete
  • Filter: Define filter for delete
  • Number of deleted rows
    ReadRead data from container
  • Datamodel, Datasource, and Table: table that includes data to read
  • Filter: Define filter for read
  • N/A