Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
I just found out these tags can be found through the collections API.
Collections REST | Qlik Developer Portal
Problem solved 🙂
I just found out these tags can be found through the collections API.
Collections REST | Qlik Developer Portal
Problem solved 🙂
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!
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?
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.