Skip to content

Changelog

Learn about new developer features and improvements.

Change stores event API now available

The Change stores event API is now available, letting you react when users save changes to a change store. Change stores track modifications made through the Write table visualization.

The following event is available:

  • Changes saved (com.qlik.analytics.change-store.changes.saved): Published when a user commits changes in a change store. Includes the change store ID, the space ID for shared-space stores or owner ID for personal-space stores, the user who saved the changes, and the commit timestamp.

Use this event to trigger downstream pipelines, sync external systems, or record modifications to change stores, instead of polling the Change stores API for updates.

For more information, see the reference documentation.

Was this page helpful?