Sorting an array based of a struct value

Hi w0hoho, I’ve attached a working example of reordering a struct based on content values.

It’s not necessarily the best way of doing it. The last node used needs to be a number appropriate to the scale of the values you’re using. If your max value is 1000 then this needs to be something higher than that. (it’s only used so that this array element is never chosen by “Min int of array”)

Hope this helps