Skip to main content
Announcements
NEW Customer Portal: Initial launch will improve how you submit Support Cases. FIND OUT MORE

Using Qlik Application Automation to change app owner

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Edy_Tan
Employee
Employee

Using Qlik Application Automation to change app owner

Last Update:

Nov 2, 2022 11:29:29 PM

Updated By:

Edy_Tan

Created date:

Nov 2, 2022 11:29:29 PM

When there is a change in owner for an app, we can go into the management console to change.  However if we need to change all the app for multiple owners to another, it will be tedious to do it one by one.  One solution is to use Qlik Application Automation to automate the change

First, I created a google sheet that contains the pair of the change: list of old email and new email.

Edy_Tan_0-1667445104989.png

I used the Get Data from Sheet block to read the old email and new email

Edy_Tan_1-1667445301175.png

Next I used the Search Users block to retrieve the user ID based on the email for both the old and new email

Edy_Tan_2-1667445390716.png

Then I list out all the apps using the List Items block with ResourceType = app

Edy_Tan_3-1667445434460.png

Edy_Tan_4-1667445486307.png

Then I use the condition block to check if app Owner ID matches the user ID of the old email 

Edy_Tan_5-1667445635201.png

If it matches then update the owner using the Update App Owner block

Edy_Tan_6-1667445710889.png

Set the Owner ID based on the output of the Search User block to the application whose App ID based on the output of the List Items block

Edy_Tan_7-1667445752175.png

The following is the entire flow of the Qlik Application Automation

Edy_Tan_8-1667445864291.png

Labels (1)
Contributors
Version history
Last update:
‎2022-11-02 11:29 PM
Updated by: