# I want to sort the list of users in order of many-to-many relationship

**URL:** https://forum.adalo.com/t/i-want-to-sort-the-list-of-users-in-order-of-many-to-many-relationship/64558
**Category:** Feature Requests
**Tags:** open
**Created:** [June 28, 2022, 1:41am UTC](https://forum.adalo.com/t/i-want-to-sort-the-list-of-users-in-order-of-many-to-many-relationship/64558 "2022-06-28T01:41:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![RM08666](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/rm08666/32/10543_2.png) [@RM08666](https://forum.adalo.com/u/RM08666)
#### Post date: [June 28, 2022, 1:41am UTC](https://forum.adalo.com/t/i-want-to-sort-the-list-of-users-in-order-of-many-to-many-relationship/64558/1 "2022-06-28T01:41:55Z")

</div>

I have a property Z that allows users to have a many-to-many relationship with each other.  
When user A likes user B, user A is added to user B’s property Z.  
Next, when user C likes user B, user C is added to the property Z of user B.  
Finally, when user D likes user B, user D is added to the property Z of user B.  
In this case, I want user B to be able to browse users in the order in which they entered into a many-to-many relationship.  
(User A → User C → User D)  
I would like to be able to set the sort function in the sort list so that the list can be sorted in the order of the many-to-many relationships.  
※I do not want to take the approach of creating a new collection with date properties attached to it in order to do this. (as it would be heavy and would add one more action)

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/system/32/40401_2.png) [@system](https://forum.adalo.com/u/system)
#### Post date: [January 25, 2026, 10:51pm UTC](https://forum.adalo.com/t/i-want-to-sort-the-list-of-users-in-order-of-many-to-many-relationship/64558/2 "2026-01-25T22:51:00Z")

</div>



---

<div class="post-metadata">

### Author: ![Dilon](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/dilon/32/39815_2.png) [@Dilon](https://forum.adalo.com/u/Dilon)
#### Post date: [February 3, 2026, 11:55am UTC](https://forum.adalo.com/t/i-want-to-sort-the-list-of-users-in-order-of-many-to-many-relationship/64558/3 "2026-02-03T11:55:32Z")

</div>


