Hello, I'm looking for a way to pick a random instance among the ones with the lowest variable value, the action 'pick instance with lowest value' doesn't work for me because it always pick the first IID of available instances... the idea is to pick a random, not always the first one.
Example: Sometimes the lowest value of the variable I want to compare is 0, sometimes is 1, or 2, and so on, I need to be able to detect the lowest value among them and then pick a random instance between them
anyone might have an idea on how to achieve that?