<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Output Lineage Output from Get App Information block in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Output-Lineage-Output-from-Get-App-Information-block/m-p/2477746#M4584</link>
    <description>&lt;P&gt;Thanks Salmankojar.&amp;nbsp; I should have done that to start with.&amp;nbsp; The json is attached as well as a description of how the automation works.&lt;/P&gt;
&lt;P&gt;I list out all apps from a particular space &amp;nbsp;with the List Apps Block. (Currently it does not show a space as I took it out for this upload purpose so insert your own space there)&amp;nbsp; I use the Get App Information block to retrieve the app info and place the AppName into a string variable and the App Lineage into a list variable.&amp;nbsp; I then Loop through the Lineage list variable. The various output block below are what is being used for testing.&amp;nbsp; They can be disabled and enabled to see the different results. Each Output blocks purpose is listed below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output 5 lists each item as the Loop iterates and it lists the Lineage items correctly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output 7 is where I try to place the AppName variable to the output along with the Lineage info and this is where it loses the Lineage info and just shows it as “Array”.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output 2 is where I originally started trying to output the Lineage using the Lineage straight from the Get App Information Block.&amp;nbsp; It outputs correctly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output 3 is the same as Output 2 except I added the App Name. This causes the Lineage not to output and just shows the work “Array”&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My main goal for this is to output the Lineage info out to a csv file and then use it in an app to do some analysis on the lineage, but I need to tie the Lineage info to the App Info(Name, Id, etc) in order for it to work correctly&lt;/P&gt;</description>
    <pubDate>Fri, 23 Aug 2024 13:10:23 GMT</pubDate>
    <dc:creator>Ericga</dc:creator>
    <dc:date>2024-08-23T13:10:23Z</dc:date>
    <item>
      <title>Output Lineage Output from Get App Information block</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Output-Lineage-Output-from-Get-App-Information-block/m-p/2477619#M4581</link>
      <description>&lt;P&gt;I am trying output the app lineage but not quite successful so far. i can get the lineage to output but can't tie any of the other app information to it such as the app name or id.&amp;nbsp; Anytime i try to add id or name to the output the lineage information just displays as "Array" and is blank. I've tried writing it to a list and table variable but they do the same thing.&amp;nbsp; i even put the list variable in a loop and tried to write it line by line but when i put the app name or id variable in front of it it wipes it out and just displays "Array".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how can i get the lineage to output properly in an Automation?&lt;/P&gt;
&lt;P&gt;Thansks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 21:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Output-Lineage-Output-from-Get-App-Information-block/m-p/2477619#M4581</guid>
      <dc:creator>Ericga</dc:creator>
      <dc:date>2024-08-22T21:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Output Lineage Output from Get App Information block</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Output-Lineage-Output-from-Get-App-Information-block/m-p/2477666#M4582</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/102611"&gt;@Ericga&lt;/a&gt;&amp;nbsp;it would be better if you attach your flow so we can easily understand your isssue and we can help you accordingly.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 06:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Output-Lineage-Output-from-Get-App-Information-block/m-p/2477666#M4582</guid>
      <dc:creator>salmankojar</dc:creator>
      <dc:date>2024-08-23T06:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Output Lineage Output from Get App Information block</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Output-Lineage-Output-from-Get-App-Information-block/m-p/2477746#M4584</link>
      <description>&lt;P&gt;Thanks Salmankojar.&amp;nbsp; I should have done that to start with.&amp;nbsp; The json is attached as well as a description of how the automation works.&lt;/P&gt;
&lt;P&gt;I list out all apps from a particular space &amp;nbsp;with the List Apps Block. (Currently it does not show a space as I took it out for this upload purpose so insert your own space there)&amp;nbsp; I use the Get App Information block to retrieve the app info and place the AppName into a string variable and the App Lineage into a list variable.&amp;nbsp; I then Loop through the Lineage list variable. The various output block below are what is being used for testing.&amp;nbsp; They can be disabled and enabled to see the different results. Each Output blocks purpose is listed below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output 5 lists each item as the Loop iterates and it lists the Lineage items correctly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output 7 is where I try to place the AppName variable to the output along with the Lineage info and this is where it loses the Lineage info and just shows it as “Array”.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output 2 is where I originally started trying to output the Lineage using the Lineage straight from the Get App Information Block.&amp;nbsp; It outputs correctly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output 3 is the same as Output 2 except I added the App Name. This causes the Lineage not to output and just shows the work “Array”&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My main goal for this is to output the Lineage info out to a csv file and then use it in an app to do some analysis on the lineage, but I need to tie the Lineage info to the App Info(Name, Id, etc) in order for it to work correctly&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 13:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Output-Lineage-Output-from-Get-App-Information-block/m-p/2477746#M4584</guid>
      <dc:creator>Ericga</dc:creator>
      <dc:date>2024-08-23T13:10:23Z</dc:date>
    </item>
  </channel>
</rss>

