Security Filter(s) for use with Public Access...

Security Filter(s) for use with Public Access App

I have a public access app that is used to gather data from prospective tenants. If table rights have been set to “Add Only” is there any risk of the end user still seeing any of the data in that table? If so, what would be the correct filter formula?

Having read the documentation and watched a webinar video I can’t seem to find how to do this for a public app where users are not required to sign in.

Many thanks, Steve

0 4 336
4 REPLIES 4

The only way you can be sure that your data is not possible to read, is the security filter. It’s meant for security apps starting from the PREMIUM plan. But there is an exception… in this kind of case, you can write an “expression” FALSE into the security filter. It will filter the data in a server side and nobody can read what your users filled.

Thank you for your rapid response.

I have entered a filter expression IF([TenancyAppID]=" ",TRUE,FALSE) which seems to work. Is this the sort of thing you had in mind?

No… please type just “FALSE”

Ah, okay thank you

Top Labels in this Space