WordReplaceMergeFields

Description

This activity changes the names of the specified Merge Fields in a Word Document.


Input

Document InArgument<IFileValue> REQUIRED

The Word document to rename Merge Fields.

FieldsToReplace InArgument<Dictionary<String,String>> REQUIRED

The fields to be renamed. Put as Keys the old values and as Valus the new ones.


Misc


Settings

ThrowIfReplacementNotFound InArgument<Boolean>

Default is True. Set this property to False if you don't want the activity to throw an exception when a Merge Field to be replaced is not found.