How to find which records contain errors in OpenAir destination component.

How to find which records contain errors in OpenAir destination component.

The component's Error Output is used for providing both error information and the processed record identifier.

Check the ErrorCode column:

ErrorCode Description
-1                 Not an error record.
>0                 Error record. Check the ErrorDescription column for more details.

You can set up a standard Conditional Split component to filter non-error records.