Hey all,
I want to pull in flow items into my Queue 4 in a completely random order. I want the Queue it comes from and the flow item inside said queue to be chosen at random when it is being pulled. I think that I can randomize the queue that I pull from by putting a "return duniform(1, current.inObjects.length, getstream(current));" line into the Pull Strategy code, but I don't know how to randomize flow item selection within that.
Thanks in advance,
Scott