DbGetEntryAsString
Gets entry metadata in DBX fomat from a DigaSystem content database.

After reading the metadata into a string variable you can work with the DBX XML data.
Properties

Input
| Name | Description |
|---|---|
| Table | A DigaSystem table id, e.g. "vm-sql-digas\galileo". Often taken from workflow argument Arg_TableId. |
| EntryId | A DigaSystem entry id, e.g. 12345. Often taken from workflow argument Arg_EntryId. |
| Options | Not used yet. |
Output
| Name | Description |
|---|---|
| ReturnValue | A variable of type string which is used to return the entry metadata in DBX format. |
Also see Working With Variables