|
Returns a list item with a specific ID. The first parameter that this operator requires is the list from which to select an item. The second parameter of this operator is the ID (key) of the required items. The corresponding attribute is selected from the list via the API name. You can use this operator to convert a constant o Localized string type to a string. During execution time of the automated process, the text contained in the constant is displayed in the preferred language of a user. To do so, use the constant of Localized string type as input for the first operator slot and a constant of String type, which contains the locale. The value of the String type constant must have the following form: <language_region[variant]>, for example, en_US. If the constant of the Localized string type contains no value for a locale that is connected, the result is an empty string. |