Search code examples
javascriptnode.jsnode-red

How to run multiple queries simultaneously in Node Red?


I want to run 2 queries concurrently by connecting to a single oracle DB node in Node Red. I am new to Node Red, Please help me here since my flow is not working.Node red Flow


Solution

  • Look at the split/join nodes these should let you inject an array of queries that will be passed to the Oracle node and then recombined afterwards.

    enter image description here