Sheet configs

ViewableAsWebpage

Controls whether a sheet can be viewed as a webpage. Usually you'd use the global variable SessionUser in its formula..

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/a550ede9-26e2-4170-873e-42f40afaa303/Screenshot_2021-07-12_at_12.36.58.png

If the config's Code evaluates to a Blank or table/region where all cells are Blank then the sheet inherits its parent sheet's access permission. A 0x0 table, which is the default, falls under this case. If the sheet has no parent, then access is denied.

If the config's Code evaluates to a table/region where all cells are true, then access is granted.

Otherwise, access is denied, and an error code 403 is returned to the browser.