The Quick sync setting allows you to instantly see other users' changes as they are saved. Users only see changes made by other users that are using the same version of the app.
If users change data directly in the data source (for example, editing directly in Google Sheets) or through another non-AppSheet system, the app will not reflect this updated data until the next sync.
Configure Quick sync
To configure the Quick sync setting, see Configure offline and sync. Quick sync is turned on by default.
For best results, we recommend turning on Sync on start and Automatic updates when using Quick sync.
Security filter support
Simple security filters that rely on row-scoped calculations (such as value comparisons) or user settings are supported for use with Quick sync. More complex security filters, for example those that rely on values from referenced tables, virtual columns, and other data outside the scope of the row, are not currently supported.
For example, the following simple security filters are supported:
- Constants, such as
=TRUE
and=FALSE
- Value comparisons, such as
[Status]='Pending'
- User settings and email checks, such as
[Assigned To]=USEREMAIL()
The following complex security filters are not supported at this time:
- References in expressions like
[Order].[Assigned To]=USEREMAIL()
SELECT()
,FILTER()
, and other expressions that are table scoped, such asSELECT(Table1[Col1], TRUE)