I’m making a simpla app for reservations of an event place, where i ask few data from users (name from a list, phone nr, type of event from a list, date and “other specifications”). With this imputed data, the app redacts a mail to me with the info i need.
The thing is that i need that the users only see what they input, and by now, when a new user will input the data, the screen keeps the previous data imputed from previous user.
I believe is something related with de “visibility” or “filters” but i can’t find how to solve it.
I appreciate any suggestions
I think you should be using user specific columns instead of basic columns to hold the values for the user. Each user will see their own values instead of everybody else’s.
Thank you very much, i didn’t realized that, and it worked with the fields that uses the sheet.
Also, i need to make it work with the “entry fields” like “phone entry”, “date time” and “text entry” which people fill to complete the reservation. That’s why i thought about the visibility in first place.