Stop event Feedback

Im trying to find a way to change a switch state that has an node red event connected to it from node red without trigering the event or whats connected to it .

is this posible?

I have a input_text that triggers node-red. At the end of the node-red flow I set it to “none” although that triggers the flow again, I have it set to stop if the state is “none”.

If you can’t do something like that 'cos sometimes you want any state change then you could set a “flag” or variable in the flow and check it after the event node but before anything else.