Hi @arkiboys ,
I would suggest to write/sink Dataflow1 output to a file ( the file could be save in a temporary/staging storageContainer). Then in the pipeline, if you want to pass 1 value at a time, read the file with a lookup
activity --> then foreach loop, pass it to the second dataflow. If you want to read all the values, then read the file as a source in the Dataflow2. Hope this helps, thanks!