GetResultAsString
...
Returns the calculated result of the given property. Default is an optional return value for the function in case of failure. If Default is not provided it defaults to an empty string.
...
Procedure: GetResultAsString(ItemPath, PropertyName: String; Default: String): String;
API Call:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
output(GetResultAsString(ItemPath, 'Name', 'Failed')); |