sourceRecord

Returns a sourceRecord object containing custom properties specific to the current source record being processed.
These are the custom properties defined in the Preprocessor step that have their Scope set to "Each record". See: Properties and runtime parameters.

Properties

sourceRecord.properties.property;
Property Description
properties Returns an array of properties defined in the Preprocessor step with the Record Scope (i.e. dynamically reset with each new record).