GetResultFieldValueV2<T>

Description

This activity allows to get a field value from the result of a query given its row index.


Misc

FieldExternalId InArgument<String> REQUIRED

The ExternalId of the field to search.

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 emails number.

SearchResult InArgument<ISearchMailResult> REQUIRED

The search result from which to take the field.