ExportScript - Appian - Configure by script.cs script and in the default.config.xml configuration file.
Connection settings
Look up the ID of a knowledge center (Appian 12)
1
Select the knowledge center
Click Runtime Data in the workspace, and then select the knowledge center in the Documents section. The actions that can be performed on the selected knowledge center appear at the top of the workspace.
2
Open its properties
Click Properties at the top of the workspace. The Knowledge Center Properties dialog box opens and displays the ID.

Document naming settings (Appian 12)
Dynamic tags for document names
A document name can have an unchanging static part and a changing dynamic part. Tags define the dynamic part, and ABBYY FlexiCapture replaces them with document property values at the time of export. Enclose each tag in angle brackets. In an XML file, write< for < and > for >.
The following tags are available:
These tags are case-sensitive. Preserve the character case shown in the table.
Name conflict resolution
NameConflictResolution resolves name conflicts. It takes one of the following values:
For example:
Record type
DmsMetadataTemplate contains the name of the record type in plural form, which is the name visible in Tempo. Each ABBYY FlexiCapture Document Definition must have its own record type in Appian. For example:Field mapping
FieldPairs contains a collection of field pairs.Map fields in an XML file
If your export settings are stored in an XML file, map the fields as follows:AfcField– The full path to the ABBYY FlexiCapture Document Definition field that data is read from at the time of exportDmsField– The Appian data type field that data is written to at the time of export
Map fields in a script
If your export settings are stored in the script, map the fields as follows:Map table fields
Mapping table values requires an auxiliary data type in Appian. For more information, see Create a data type. Map the fields as follows:LineItems is the name of the field in the main data type that stores the array of objects of the auxiliary data type. Description is the name of the mapped field in the auxiliary data type.