Permission Error for Table that is hidden with Conditional Rendering

Sean,

I think you are going to need a snippet to decide when to load the model for the table that is hidden for some users.  You can hide/suppress the error message, but you would be hiding other errors that may happen on the page.

I’d recommend that you use a permission set to define who has access to the object.  Then it will be easy to add a model to your page that your snippet can check to see if the table model should be loaded.

Thanks,

Bill