Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
WEBINAR April 23, 2025: Iceberg Ahead: The Future of Open Lakehouses - REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
coengiesberts_anva
Partner - Contributor II
Partner - Contributor II

read app tags in Qlik Cloud

I would like an Qlik Application Automation to read the tags that are saved at app level. Is there a way to do that? 

See example below:

coengiesberts_anva_0-1719307046008.png

 

 

Labels (2)
1 Solution

Accepted Solutions
coengiesberts_anva
Partner - Contributor II
Partner - Contributor II
Author

I just found out these tags can be found through the collections API.

Collections REST | Qlik Developer Portal

Problem solved 🙂

View solution in original post

6 Replies
coengiesberts_anva
Partner - Contributor II
Partner - Contributor II
Author

I just found out these tags can be found through the collections API.

Collections REST | Qlik Developer Portal

Problem solved 🙂

DaveChannon
Employee
Employee

We will also be looking to add blocks to automations for this in August, and a tutorial on qlik.dev to make this more accessible!

Harsha-Lodha
Contributor III
Contributor III

Hey @coengiesberts_anva  thank you for sharing that. I am new to qlik automations. Can you share how can I use these APIs in qlik automations to read / write/ edit the tags via #Qlik Application Automation.

Also can anyone help with how to add or edit the custom attributes for app?

 

coengiesberts_anva
Partner - Contributor II
Partner - Contributor II
Author

The tags you can read through the block "List Collections" and then set then set Type to Public. This block is part of the Qlik Platform Operations connector. If that is not available to you, you could use the RAW API List Request block or the RAW API Request block.

I don't have the answer to your qst about the custom attributes.

rx98u5pq
Contributor II
Contributor II

Hi, Just looking at this:
If i wanted to only refresh apps with a certain tag would it require 3 more blocks? 
1. list collections of the tags from apps in List Apps
2. condition block for : if tag = 'Yes'  or 'No'
3. if Yes list Apps again, and then link this to Do Reload 2?

Does this make sense?  

rx98u5pq_0-1743675074050.png

 

coengiesberts_anva
Partner - Contributor II
Partner - Contributor II
Author

 List Space has a parameter to return only managed spaces, so you can skip the condition for that. 

You will need to add a block to looks whether the app has tags. So yes it will require a couple of steps to gather all the info that you need.