Hello everyone, I build a app and all things are working fine but I can only view the data of the first entry user in the users table and whenever I shift to a different user all I can see only the first users data and not anyone else. Can anyone please explain to me why is this happening?
When that happens it usually means that you have a screen that is attached to the Users table, and you don’t have either of the following:
Row Owners applied, or
A filter on the screen
To fix it, you probably need to apply one of the above. Which depends on whether or not you need to keep user data secure. If you do, then the easy fix is to apply Row Owners to the email column in your Users table. If you don’t, then apply a filter to the screen: “email is signed in User”.