Outputs an attribute value.
ARIS_ATTRIBUTE_VALUE requires an ARIS item and an attribute as input. You can use single arguments and/or scope arguments.
Example
For a model of type Spreadsheet, the following formula outputs the attribute value of the ARIS item that is displayed in cell A2 and whose Name attribute is specified in cell B2.
=ARIS_ATTRIBUTE_VALUE(A2;B2)
=ARIS_ATTRIBUTE_VALUE(ARIS_ITEM("GUID");ARIS_ATTRIBUTE("API name of the attribute"))
For result tables for queries or ad-hoc analyses, replace ARIS with QUERY or ANALYSIS in the formula.