GetFieldName

Description

This activity takes in input a Query for profiles and returns the name of a field given its externalId.


Misc

ExternalId InArgument<String> REQUIRED

The externalId of the field to search.

LanguageCode InArgument<String>

The code of the language of the field to search (if it is multi-language).

LanguageId InArgument<Int32?>

The id of the language of the field to search (if it is multi-language).

QueryProfile InArgument<IQueryProfile> REQUIRED

The query where to serach the field name.