How do I make user input data show up individually?

I want to make it so the user inputs data somewhere, it gets stored in a database, and then displayed as a chart with Google Sheets.

However, when testing with multiple devices, it seems the user data for one person shows up for all. How do I make it so that its separated by user, and one user cannot change the data for another?

Use an ID for every user.
Store it on the device or cloud and if the user wants to update it OR see it then check if the data contains the ID.

1 Like

Please post a link to your project or screenshots of the blocks you’re using. We can’t guess how you’ve set things up so it’s really hard to help you without that information.

If you post a link, be sure to tell us which screen(s) to focus on.

2 Likes

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