2021.1

Table Of Contents
if the Generate error when validation cannot be performed checkbox is unticked,
the task will log a warning and it will generate metadata with a single group
containing a single document, with the error message "DataMapper could not
process the input file".
Tip
To determine if there were any errors in a job and handle it accordingly, you
can use a Condition that checks if
GetMeta(SelectedCount[0], 11, Job.Group[0])
is greater than 0, immediately after the task (see "Conditions" on page137).
l
Runtime Parameters: Runtime parameters pass information from the Workflow process
to the data mapping configuration (see Properties and runtime parameters in the Online
Help of OL Connect). Set the source of the value for any runtime parameters that are
defined in the selected data mapping configuration. Right-click to open the contextual
menu that allows to select variables, data and lookup functions (see "Data selections" on
page54).
If the data mapping configuration name is dynamic, you must enter the name (or select a
variable that contains the name) and set the value of all the runtime parameters that may
occur in the data mapping configuration.
If a runtime parameter is defined in a data mapper configuration, but not set in the task
properties, an error will be raised.
Note
Backslashes (\) and double quotes (") in a JSON string must be escaped with a
backslash (\\, \") if the JSON string is passed via a global, local, or Job Info variable.
If the JSON is entered directly in the runtime parameter field, the plugin adds the
necessary backslashes.
OL Connect Proxy Tab
This tab is common to all OL Connect tasks and defines where to process the jobs sent through
these tasks. When these fields are empty, they use the defaults set in the "OL Connect
preferences" on page783.
Page 629