How to sort an integer array in blueprint?

You Can use max to get the top value.

You can then remove it using its index and repeat the process to get the next highest.

245446-untitled.png

2 Likes