I have a node that returns an array of items, is it possible to have a node that simply picks a random item in that array and passes it on to the next node?
Can’t seem to find any in the built in node list,I’m open to installing an external plugin.
I have a node that returns an array of items, is it possible to have a node that simply picks a random item in that array and passes it on to the next node?
Can’t seem to find any in the built in node list,I’m open to installing an external plugin.
simply use a code node should be very easy
Using only nodes, you can use the Sort node with the “Random” sort type, followed by a Limit node set to 1.
Thanks for this ![]()
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.