@Felis90 most likely you will have to check your combination of join columns and see where you might have duplicates and if you expect or want them.
Also you might note that if you choose a join other than inner join knime will create new RowIDs. You can try to preserve yours if a left or right join would not produce duplicates.
More on the subject here.
Otherwise you also might want to follow @takbb advice.