Joiner transformation cannot be used when any input pipeline contains an Update Strategy transformation. This is because Update Strategy marks rows for insert/update/delete, which creates row-level operations that conflict with Joiner's set-based joining logic.