The new Application Automation feature allows users to either update, change, or comment into source systems directly from a Qlik Sense app!
Static, read-only dashboards are a thing of the past compared to what's possible now in Qlik Cloud.
‘Write back’ solutions offer the ability to input data or update dimensions in source systems, such as databases or CRMs, all while staying within a Qlik Sense app.
The solution incorporates both Qlik Cloud and Application Automation to enable users to input data from a dashboard or application and run the appropriate data refresh across the source system as well as the analytics.
Example Use Cases:
Ticket/ Incident Creation
Create Ticket or Incident in JIRA or ServiceNow.
Data Changes
Update Deals/Accounts in a CRM like HubSpot or Salesforce.
Data Annotations
Add a comment to or more records in a source system.
This new feature is possible with all of the connectors located in Application Automation, including:
CRMs like HubSpot or Salesforce
Databases like Snowflake, Databricks, Google Bigquery
SharePoint
and more!
Below you can see technical diagram based around using Application Automation for a write back solution.
The ability to write back in Qlik Cloud is a game changer for customers who want to operationalize their existing Qlik Sense applications to enhance decision making right inside an app where the analytics live. This not only streamlines business processes across an ever-growing data landscape, but it also enables users to to act in the moment. With Application Automation powering the write back executions, customers can unlock more value across their data and analytics environment.
We are using an extension developed by Qloud Cover. It is build natively to create Writeback tables in Qlik sheets where you can interactively writeback from existing data in Qlik. One of the benefits of the product is you can choose between a SaaS product or self-hosted. You can configure where to store the data and they support datastores like Snowflake, Redshift BigQuery and AWS Redshift. You can read more about the product at the Qloud Cover website:
We have implemented the above solution; it is working well for single record update for a given ID. Our underlying database is AWS redshift having a table with three fields "ID", "Alternative" and "Adopted". However our requirement is different. Business needs to select multiple values in a field ID and let them update respective values in Alternative and Adopted fields. How can loop over that in automation using blocks?
HI @sanrout what will be the values of the other fields which you are updating multiple Ids? will the other field values be same for all those selected IDs?