Now I want to have 4 different possible routes which should end in one with two items but they should be one so I have no two different runs.
I tried with a switch which should do the job but this switch did only gave me one output route and the other did not output. E.g. configured like hasName = true and hasName2 = true and the same for false. But when hasName was true und hasName2 false it did only output at hasName = true and hasName2 = false did not.
So I did have a look in the forum here and someone suggested to work with filters. This works but then I get two items as output.
Is there a more elegant way to do what I want todo here?