Merge in a Loop - Possible?

I have a workflow that for each item being processed I need to lookup matching items in another list.

It is working only on the 1st pass, and stops. Note the count numbers in the nodes.

I’m assuming input 2 changing is not enough to “retrigger” the Match/Search in the Merge node?

That is not possible. The merge node needs data from both inputs to run and in your case does it only receive data in both inputs 1x and so just runs 1x.

ok! thanks for the quick reply. I’ll rethink the logic of this flow then. Thx

You are welcome. Good luck & have fun!