Get string value from object
Get a string value from an object by selecting a data-format attribute.
Input parameters
Name | Description | Type | Required | Default value |
---|
Object | The object to get a certain value from. | OBJECT | false | |
Data format | The data format of the object to get the string value from. | DATA_FORMAT | true | |
Data format attribute | The attribute for which to get the value of. | DATA_FORMAT_ATTRIBUTE | false | |
Output
Name | Description | Type | Default value |
---|
Data name | The name of the variable in which we the value fetched is stored. | STRING | FOUND_DATA_VALUE |