Repeat node x times

hi just asking if there is a way for a signal to go through a nodes first output x amount of time
and after that go to the second output of the node

thanks in advance,
I

what node are you talking about?

thats the thing i dont know, maybe a function?

I was just asking if the is a way and how.

Sure you can use a function to output to two outputs and have code deciding which to go to
take a look at https://nodered.org/docs/writing-functions#multiple-outputs

1 Like

There is also https://flows.nodered.org/node/node-red-contrib-repeat

1 Like