Hello!
I currently have a flow that has a function, which is running a query in a mysql database.
I want that query to run every 10 seconds.
Everything works fine with an inject node with a respective time interval.
My problem is that the inject node is working all the time, and the query is running continuously.
Is it possible to have a button on dashboard, in order to start the inject node?
My main goal is to control the time that the query (function) is going to start working, and then continue in a time interval.
Best regards.