Home Search

DriveWorks Pro 24
Upgrade: Get Previous Table

Send Feedback

Upgrade: Get Previous Table

The Get Previous Table task will retrieve the current array of a given simple table before upgrading the specification.

This task will only work when the specification is being upgraded.

See Data Management - Upgrade Specification for more information.

Properties

Property NameDescription
TitleChanges the Title (not the name) of the task.
Source Table NameThe name of the table to retrieve

Examples

Property NameExample RuleMeaning
Source Table Name=“3DPositions”This will result in the table 3DPositions being retrieved.

The value can be obtained from the Value Data Output.

Using the Task in a Specification Macro

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.

Data Outputs

Value

This will return an array of the given Table.

This connection point can be linked to another task, such as Drive Constant Value, to report the value once the task has been executed.

Status Outputs

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

  • The task was successfully run.

Success with Warnings

  • N/A - Should never be fulfilled.

Failed

  • Source Table Name not found.