# Match list with reshuffle

**URL:** https://community.glideapps.com/t/match-list-with-reshuffle/19785
**Category:** Ask for Help
**Created:** [December 13, 2020, 3:06am UTC](https://community.glideapps.com/t/match-list-with-reshuffle/19785 "2020-12-13T03:06:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![KiranaGS](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kiranags/32/17676_2.png) [@KiranaGS](https://community.glideapps.com/u/KiranaGS)
#### Post date: [December 13, 2020, 3:06am UTC](https://community.glideapps.com/t/match-list-with-reshuffle/19785/1 "2020-12-13T03:06:05Z")

</div>

I was wondering whether glide has ability to match random value with another value but not its own?  
For example.  
I have 4 ID, “A,B,C,D”  
I want to reshuffle with result of  
A - C  
B - A  
C - D  
D - B

With reshuffle sometimes I will get  
A - A  
B - C  
C - C

I want to avoid that same values match.  
Anyone have solutions?
