Random Selection and Removal from Data Table Issue

The random int node is being called twice ( once for the index, and once for the removal ).

It will work if you call it once, and put the result in a variable, and then use that :slight_smile: