Get Vault Data Actions

Get Vault Data actions retrieve details for the revisions and tables that are stored in the specified Vault. The results are stored in two Table datasets.

Action Property Description
Result A Table dataset which stores the revision details retrieved from the specified Vault.
Tables A Table dataset which stores the table details retrieved from the specified Vault.
Vault A Vault parameter or dataset referring to the Vault for which to retrieve revision details.

The Result dataset has the following columns:

Column Description
Rev The number of a revision stored in the specified Vault.
Date The date and time when the revision was created, in the format YYYYMMDD_HHMMSS.
Author The LiveCompare user who created the revision.

The Tables dataset has the following columns:

Column Description
Table The name of a table stored in the specified Vault.
Rev The revision number for the table.
Date The date and time when the revision was created, in the format YYYYMMDD_HHMMSS.
Author The LiveCompare user who created the revision.

The Tables dataset stores each revision number that was generated for a table, even if a vault revision was not stored because the table had not changed.

Example:

Get Vault Data action example.

Read Vault Data Actions

Record Snapshot Actions