Data Status
Last updated
Last updated
Operation: to select the specific database operation you want to track the status of. The dropdown options are:
Read - Tracks the completion of database read operations by , and blocks.
Add - Tracks the completion of database add operation by the block.
Update - Tracks the completion of database add operation by and blocks.
Delete - Tracks the completion of the database delete option by and blocks.
Lookup - Tracks the completion of the database lookup operation using the block.
Table: that accepts a value representing the name of the .
Dataset Name: that accepts a value representing the name of the dataset. This can be any text value and can later be used to track the completion of the read.
Success Tasks: a where you connect blocks that specify what you want done when the operation completes successfully.
Failure Tasks: a where you connect blocks that specify what you want done when the operation has an error.
The example below shows the Data Status
block being used to track the completion of a database read operation. This example is explained in more detail .
The next example (below) shows the Data Status
block being used to track a database add operation. This example is explained in more detail .
The image below is our third example, where we use the Data Status
block to track a database update operation. This example is explained in more detail .