"Follow" toggle - when clicked, all toggles are switched on instead of just 1 user

I am creating a social-type app where a user can follow another user. I followed the Adalo tutorial. When I click the toggle for “follow,” it switches on all the other toggles in the feed (so instead of following just one person, it follows everyone). In the database it appears to be correct (it shows that the 1 user followed the other one) but it doesn’t reflect in how the toggle is displayed.

Thanks for any help!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.