In my app I have a a couple list functions where users can select their team on the select a team page. When a user selects a team, it sends a request to the admin where they can approve or decline it, and the user’s status changes accordingly. Then there is another list where the user can switch between teams they have been accepted to. The problem is that when a user chooses to select their team on the select a team page , and not through the list which it shows accepted teams, it sends another request to the admin, and Adalo is not recognizing that they have already been accepted to that team. Any tips?
Hi @soccerdaksh
Play with many to many relationship between collections & apply a condition contains Logged In User
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.