Fetch Offline DB Action Advanced Customisations

  • Data Access Timing: You can perform automatic data updates by triggering the Fetch Offline DB action before the user accesses data while offline.
  • Data Filtering: You can use additional parameters to filter the retrieved data according to specific criteria.
  • Data Synchronisation: You can use the Fetch Offline DB action to present the latest data from the local database to the user before synchronising the data retrieved while offline with the server.

Technical Risks

  • Data Updates: To prevent data retrieved while offline from conflicting with current data, add conflict management during data updates.
  • Data Errors: Before processing data while offline, create data validation processes to prevent data loss or incorrect data retrieval.

The Fetch Offline DB action provides access to data in the local database while offline. Users can easily access, view, and interact with data in the database even when there is no internet connection. This action facilitates offline data management, especially in mobile applications, providing a seamless user experience.