Hide a data table for users

Hi, I’ve an app. It contains a lot of different data tables. But for some reasons i want to hide a table (in the menu) called “Add New” for my users for sometime. Please note that, the table i wanna hide contains more Than a thousand (1.3k) rows. So, i can’t just delete the table.

Kindly tell me how can i just hide the table in the menu ux “Add New” for sometime so that my users can’t use it as long as i Don’t want them to.

Thank You

0 4 366
  • UX
4 REPLIES 4

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Saif_Hasan

You may want to use USERROLE() or USEREMAIL() expression in the update mode of the table, or of the view.

Here:


or

Please see also:

There are many uncertainties in your question:

  1. Do you just want to hide the access to the form from the main menu?
  2. Do you want to leave access to the form for users, but prevent them from making changes?
  3. Do you want to limit the visibility of some of the records in this table?

Yeah i want to hide Both menu and form Access from the users.

But only when I’m using the app i can see the menu.

I Don’t want to limit the visibility of some of the records in this table, i want to limit visibility of the whole table /hide it

In such case, I have nothing to add to @Aurelien’s answer

Top Labels in this Space