Configurable delay?

Hello,

nothing found at my search, so asking if anyone already implemented a configurable delay in Node-red?
What i want to do is: use a helper like input_number to set a configurable delay which is read withion a node red flow and just waits for x minutes until it continues to the next action…

Tried some ideas but with no real effect - must say i am quite new to Node Red still…

Thanks for your hints
/ Ralf

you can set the time if you pass msg.delay in miliseconds to delay node.

Thanks for the tip, will try this.