configure_offline_sync
Configure which tables and records are available offline in mobile apps. Specify a table, optional query filter, and max records to control sync scope.
Instructions
Configure which tables/records are available offline in mobile. [Write]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Filter query for sync scope | |
| table | Yes | Table to sync offline | |
| max_records | No | Max offline records (default 500) |