I’m using Loop Over Items (Split in Batches) to process contacts one by one from HubSpot,
and I’d like to trigger the next workflow only when the loop is fully done.
However, on the last iteration, the loop branch outputs nothing (no data),
so I can’t detect the “end of loop” event.
Is there a recommended pattern or node setup to detect that the loop is finished?
Try toggling on Always Output Data option from node settings. If you only need to track the end of loop, then even an empty item would be enough. Use an aggregate node just as @Parintele_Damaskin suggested afterwards.