rbr
September 4, 2021, 1:59pm
1
Hi, I am trying to create a column (type = Relationship) in which an User will have a column that links it to another User object.
Let’s say a User has an Inviter (another User).
I am trying to render two lists:
All Users that the Current User has invited
The User that invited the current User
For the second point I kind of made it work, but I have no idea on how to do the first One…
Yongki
September 4, 2021, 8:32pm
2
Hi @rbr ,
Try Logged in user>invited users in filter in users collection list
rbr
September 6, 2021, 9:57pm
3
Hey Yongki, thanks for your reply.
But that would only return the invited users from the user that is currently Logged in Right?
What if I wanted to check which users another person invited? (e.g. I am trying to check which users you invited).
Briggsy
September 6, 2021, 10:12pm
4
There are multiple tutorials on YouTube with the use case of a social media app with follow/followers functionality. Take a quick search and have a look. Victor Kuzmichev & Michael Ionita both have great Adalo tutorials.
Good luck!
rbr
September 6, 2021, 11:05pm
5
Great to hear that. Thanks a lot @Briggsy !
1 Like
Yongki
September 7, 2021, 12:41am
6
You make another relationship for that.
Adalo is very flexible and generous for relationships, even you can have recursive relationship.