GetResultValuesByField<T>

Description

This activity selects the values of a single field of a search result.


Misc

Distinct InArgument<Boolean>

This argument is used to return only distinct (different) values. Inside a search result, a fields often contains many duplicate values; and sometimes you only want to list the different(distinct) values.

FieldExternalId InArgument<String> REQUIRED

The ExternalId of the field to take all values from.

IncludeNullValues InArgument<Boolean>

Allows to choose to return null values or not. Default is false.

Result OutArgument<List<T>>

SearchResult InArgument<ISearchResult> REQUIRED

The search result from which to take the values.