1. How would I set up an app so it take regi...

  1. How would I set up an app

so it take registration info and has a user specific profile for every person that has the app installed? I have and app google sheet called Users that collects all the required info but I donโ€™t want other users seeing all of the other users name just their own. how do I personalize a simple sheet

to do this. Please advise

[columns ] First name, Email, Profile image. I need them to there own profile and not be able to select others members??

  1. Also I need to count every time the select take an image from another sheet?
0 2 309
2 REPLIES 2

I believe you set this up under the security tab section. There should be a instructions on how to set it up in the support area. search โ€œSecurity Filtersโ€.

For #1, the tableโ€™s security filter would be [Email] = USEREMAIL()

For #2, there arenโ€™t any counters for expression evaluation. You could count the number of times the value of an image column changed (using a ChangeCounter column type)

Top Labels in this Space