I have a flow in n8n with two triggers: one for WhatsApp and one for Telegram. I want to trigger a Redis database action when a message is received on either platform.
However, the flow only triggers the Redis action if messages are received on both triggers. How can I configure the triggers as “OR” so that the action happens if either trigger is activated?
I’d prefer not to parallelize and create two separate flows, as both triggers will be performing similar actions moving forward.
However, I saw your case myself at develop stage, when I connect 2 triggers (manual and schedule) to one node and try to execute nodes step-by-step in editor. When I execute shcedule trigger node manually and then execute next node (which has 2 incoming connections), I see data coming from manual trigger, which should not happen of course.
But when I save and activate the workflow to run itself, all works well as expected - only schedule trigger data is passed to next node. I can clearly see that in Execution History.