Same data pops up for every user

I created a field to serve as onboarding to my app, where users provide their first name, last name and phone number.

The problem is every single user seems to be seeing and updating the data in the first row of my users list only, rather than the corresponding name and number field. What could I be doing wrong here?



depend of structure of your data…

  1. screen is not filtered by sign in user
  2. data is not related to users
  3. you don.t have assigned user sheet
  4. filter is not set up the right way

and from what i see … you directed to a new screen not to view details, so whole app is on the first row in that case

1 Like