This Specification Flow Task will update a group table with the values from the given array.
| Property Name | Description |
|---|---|
| Array Value | A table array value, such as the result of a QueryDataValues function. |
| Control Column Names | The control column names (leave blank to append the data).
This is the name of the column or columns in the Group Table that control the update. Multiple column names are separated with the pipebar "|". Control Columns determine if a row is inserted, updated, or ignored.
|
| Group Table Name | The name of the DriveWorks Group Table that the array value will be written to. |
| Title | Changes the Title (not the name) of the task. |
When this task is added the properties are static by default.
See How To: Change A
Static Property To A Dynamic Property to enable rules to be built on these properties.
| Property Name | Example Rule | Meaning |
|---|---|---|
| Array Value | DWVariableCustomerData
Or {"UserID","CustomerName";"10001","DriveWorks Ltd"} | The Array that will update the Group Table. |
| Control Column Names | "UserID"
Or "UserID|CustomerName" | The name of the column or columns in the Group Table that control if the update will insert a new row, update an existing row or ignore the row. |
| Group Table Name | "Customers" | The name of the Group Table that the Array will be Written too. |
This task has different types of Outputs. For more information about Outputs see Specification Macros Task Node.
Outputs are only available within Specification Macros. Currently Outputs are not available for Specification Flow.
This task supports Status Outputs. These can be used to perform different actions depending on what the status outcome of the task is. For more information see Status Outputs in the Task Node Outputs section of Specification Macros Task Node.
The status output navigation is as follows:
Success
Success with Warnings
Failed (one of the following occurred)