How to hide pages for specific users

You are here:

To hide pages for specific users;

  • Add =SpreadsheetWebUserInfo(”UserName”) named range to your workbook.
  • Add an If function. We added =IFERROR(IF(C1=”joedoe@pagos.com”;TRUE;FALSE);TRUE) to disable a page for ”joedoe@pagos.com” user.
  • Go to Pages module.
  • Click edit for a page.
  • Check ‘Visibility Toggle’ checkbox.
  • Then choose the named range.
  • Finally, publish your application.
Tags: