GetResultMLFieldValue<T>

Description

This activity allows to get the value of a multi-language field given the result of a query and its row index.


Misc

FieldExternalId InArgument<String> REQUIRED

The ExternalId of the field to search.

LanguageCode InArgument<String>

The code of the language you want to get.

LanguageId InArgument<Int32>

The id of the language you want to get.

Result OutArgument<T>

RowIndex InArgument<Int32> REQUIRED

The index of the row where the field to get is. It starts from 0 and it must be less than the searched profile number.

SearchResult InArgument<ISearchResult> REQUIRED

The search result from which to take the field.