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 that stores the revision details retrieved from the specified Vault. |
Tables | A Table dataset that 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