GET_DATE_RTDT_PROPERTY

Retrieve the value of a given property (by name) for a given instance.

Usage

GET_DATE_RTDT_PROPERTY(providerType, instanceId, propertyName)

Parameters

providerType

String

The type of provider (e.g ‘AzureDT’)

instanceId

String

The ID of the instance you are retrieving a property for

propertyName

String

The name of the property to retrieve

Returns

DateTimeString

Examples

GET_DATE_RTDT_PROPERTY(‘AzureDT’, ‘instance3’, ‘Property1’)

‘2021-03-04’

Remarks

This function only retrieves actual values when executed in a real deployment. In the test environment, it always returns 1/1/0001 12:00:00 AM +00:00.