Fetch data record by ID
Get one data record by id, from the built-in database
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Id | The id of the data record to get. | STRING | false | |
Data-format | The data format of the data record to get. | DATA_FORMAT | false | |
Attributes | Only fetch these attributes from your built-in database | ARRAY | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Data variable name | The name of the variable containing the found data record. | DATA | FOUND_DATA_ITEM |