detai view

Hello everyone! I have created an application to make a checklist of our machines. The users who use the application are 10, and they all refer to a single DB "GOOGLESHEET" and a google sheet used report checklist. Each user must make a checklist of their machines by city. How can I make each user view only their own data entered? That is, view only the machines in their city. Thank you

0 3 82
3 REPLIES 3

Aurelien
Google Developer Expert
Google Developer Expert

 Hi @Cannone_Cannone 

 

You may want to use Security filter.

This way, only relevant informations will be displayed to each user.

It works with a simple Yes/No expression, like this one:

USEREMAIL()=[ResponsibleForThisMachine]

 For reference:

https://help.appsheet.com/en/articles/1128148-limiting-users-to-their-own-data

 

Thanks a lot!! in this way will I have to change the tariff plan?

Hi @Cannone_Cannone 

 

It depends on what you currently are 🙂

Security Filter comes with Core plan

Top Labels in this Space