diff --git a/cloudslang_dsl_reference.rst b/cloudslang_dsl_reference.rst index 4291929..667ac43 100644 --- a/cloudslang_dsl_reference.rst +++ b/cloudslang_dsl_reference.rst @@ -983,6 +983,10 @@ May appear in the value of an `input <#inputs>`__, `expression <#expressions>`__ or `result <#results>`__ `expression <#expressions>`__. +The function in the form of ``get('key')`` returns the value associated with +``key`` if the key is defined. If the key is undefined the function returns +``None``. + The function in the form of ``get('key', 'default_value')`` returns the value associated with ``key`` if the key is defined and its value is not ``None``. If the key is undefined or its value is ``None`` the function