Random item picker

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.

1 Like

simply use a code node should be very easy

1 Like

Using only nodes, you can use the Sort node with the “Random” sort type, followed by a Limit node set to 1.

3 Likes

Thanks for this :call_me_hand:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.