Randomized Group Maker (Specific issue with Single Value)

Hi all,

I’m trying to make a way to group up users into random groups. I think I’ve figured out the starting and ending point of this by searching this great community. I just need help with the middle and possibly the end. I know eventually I want to use Slice Array to make these groups.

So far I found a way to get a list of randomized numbers by Javascript, and now I’m stuck at trying to use those random numbers to get a random row/ from a users table or Query. I’m using a Single Value to do so, but the Save is greyed out.

It looks like the Configuration for the Row only seems to accept from a Number Column

Any help would be greatly appreciated. Thanks ya’ll.

I don’t know if it’s the right way, but I did find a workaround.
First is to create numbered index for the users table

and then just used a Query and filtered by the random number Single Value.