For the complete documentation index, see llms.txt. This page is also available as Markdown.

Data filter

Data filters let you control access to records based on the record itself. For example whether its status or whether a certain field has already been filled in.

In our property app, we can apply the data filter to our status field so that users will only see a certain status.

Last updated