This activity has been deprecated so it won’t receive any update any more. It's not visible in the workflow designer but workflows which are using it will continue to work fine. A new version of this activity has been created in the activity library Profiles.Search. To take advantage of the new features use DocsMarshal.Workflow.ActivityLibrary.Profiles.Search.GetResultFieldValue.

GetResultFieldValue<T>

Description

This activity allows to get the value of a field given the ISearchResult object, the ExternalId of the field and the index of its row.


Misc

FieldExternalId InArgument<String> REQUIRED

The ExternalId of the field you want to get the value.

Result OutArgument<T>

RowIndex InArgument<Int32> REQUIRED

The index of the row you want to get the value.

SearchResult InArgument<ISearchResult> REQUIRED

The object which represents the result of the search operation. This value is obtainable from the result of the activity ProfileSearch.