<?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: Global Variables Not Accessible tGoogleDriveList in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273054#M50145</link>
    <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;See below some screenshots.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I only attach the relevant part of the job.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In the component tGoogleDriveGet I wanted to save all the files from a folder on which tGoogleDriveList iterates.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In order to do that I would put&amp;nbsp;((String)globalMap.get("tGoogleDriveList_1_TITLE")) into the 'File' field of&amp;nbsp;tGoogleDriveGet component.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;However it seems that the Global Variable 'TITLE' is not available, as you can see in the screen show from the 'Outline' of my TOS. And according to the documentation it should be there.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have used the above described process before, therefore I do not know why it is not working now.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I appreciate your support on this.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you,&lt;/P&gt; 
&lt;P&gt;Dominik&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Part of the job with the tGoogleDriveList component." style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M87X.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133758iC1B37379B58ADBEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M87X.png" alt="0683p000009M87X.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Part of the job with the tGoogleDriveList component.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Outline in TOS showing the global variables available for the component" style="width: 322px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M87g.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144945i2182D341ACA363A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M87g.png" alt="0683p000009M87g.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Outline in TOS showing the global variables available for the component&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Global variables which should be available for the tGoogleDrive component, according to Talend support documentation" style="width: 376px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7eK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145685iF5369FF97E9088C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7eK.png" alt="0683p000009M7eK.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Global variables which should be available for the tGoogleDrive component, according to Talend support documentation&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2019 08:41:55 GMT</pubDate>
    <dc:creator>Dominik_G</dc:creator>
    <dc:date>2019-10-07T08:41:55Z</dc:date>
    <item>
      <title>Global Variables Not Accessible tGoogleDriveList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273052#M50143</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I went all through the forum and cannot find the answer, so I ask.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to the documentation available, I should be able to access global variables for&amp;nbsp;tGoogleDriveList like ID (of the file) and TITLE (of the file).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However I do not see those in my Talend Studio in the outline nor can I access them using command (String)globalMap.get("tGoogleDriveList_2_TITLE").&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am aiming to do is my job to pick up some files from google drive and load them to Snowflake. In order to do that I wanted to iterate on the files on Drive and using globalMap.get + global variable ID or TITLE in component tFileInputExcel select the file to be loaded to Snowflake with tdbOutput.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the meantime I tried just to print the IDs and TITLEs using tIteratetoFlow and tLogRow, but all I am getting is null values. The count of rows returned is correct, corresponds to the quantity of files in folder, but all values returned are null.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would anybody have an idea how to access those global variables?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273052#M50143</guid>
      <dc:creator>Dominik_G</dc:creator>
      <dc:date>2024-11-16T04:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Global Variables Not Accessible tGoogleDriveList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273053#M50144</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Could you please share screen shots of your job flow and component details where you are having error? It will give us better idea about the possible root cause of the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 15:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273053#M50144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-01T15:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Global Variables Not Accessible tGoogleDriveList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273054#M50145</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;See below some screenshots.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I only attach the relevant part of the job.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In the component tGoogleDriveGet I wanted to save all the files from a folder on which tGoogleDriveList iterates.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In order to do that I would put&amp;nbsp;((String)globalMap.get("tGoogleDriveList_1_TITLE")) into the 'File' field of&amp;nbsp;tGoogleDriveGet component.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;However it seems that the Global Variable 'TITLE' is not available, as you can see in the screen show from the 'Outline' of my TOS. And according to the documentation it should be there.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have used the above described process before, therefore I do not know why it is not working now.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I appreciate your support on this.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you,&lt;/P&gt; 
&lt;P&gt;Dominik&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Part of the job with the tGoogleDriveList component." style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M87X.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133758iC1B37379B58ADBEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M87X.png" alt="0683p000009M87X.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Part of the job with the tGoogleDriveList component.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Outline in TOS showing the global variables available for the component" style="width: 322px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M87g.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144945i2182D341ACA363A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M87g.png" alt="0683p000009M87g.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Outline in TOS showing the global variables available for the component&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Global variables which should be available for the tGoogleDrive component, according to Talend support documentation" style="width: 376px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7eK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145685iF5369FF97E9088C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7eK.png" alt="0683p000009M7eK.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Global variables which should be available for the tGoogleDrive component, according to Talend support documentation&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 08:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273054#M50145</guid>
      <dc:creator>Dominik_G</dc:creator>
      <dc:date>2019-10-07T08:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Global Variables Not Accessible tGoogleDriveList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273055#M50146</link>
      <description>&lt;P&gt;Hi Dominik,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Could you please try to get the list by using Control+Space? I could see the file name in the drop down list as shown below.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M87l.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132115i294AFFB30D0DF1D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M87l.png" alt="0683p000009M87l.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 14:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273055#M50146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-07T14:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Global Variables Not Accessible tGoogleDriveList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273056#M50147</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are looking at the variables for component tGoogleDriveGet, which I see also.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I meant the ones for component tGoogleDriveList.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did try space + ctrl, but I don't see them there either.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Dominik&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 16:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273056#M50147</guid>
      <dc:creator>Dominik_G</dc:creator>
      <dc:date>2019-10-07T16:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Global Variables Not Accessible tGoogleDriveList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273057#M50148</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please assign the values to a context variable or set the global variable and see whether its available after that step?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;For example, I could see both context variable and global variable in drop down after setting values.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M87v.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137106i988EC98FC4692FDD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M87v.png" alt="0683p000009M87v.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 16:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273057#M50148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-07T16:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Global Variables Not Accessible tGoogleDriveList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273058#M50149</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course I can do that and then they work.&amp;nbsp; I can access variables which I pre-set either using tJava or tSetGlobalVar, but that is not what my issue is.&lt;/P&gt;&lt;P&gt;The values of global variable tGoogleDriveList_TITLE or&amp;nbsp;tGoogleDriveList_ID cannot be pre-set, as they are dynamically set when the job runs, basing on the name and id of the file on which the component&amp;nbsp;tGoogleDriveList iterates.&lt;/P&gt;&lt;P&gt;I hope that clarifies..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Dominik&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 07:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273058#M50149</guid>
      <dc:creator>Dominik_G</dc:creator>
      <dc:date>2019-10-08T07:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Global Variables Not Accessible tGoogleDriveList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273059#M50150</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-Four-Stars lia-component-message-view-widget-author-username"&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQLVAA4" target="_self"&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Four-Stars lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;have you solved this problem?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Four-Stars lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;I have same situation...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 15:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273059#M50150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-22T15:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Global Variables Not Accessible tGoogleDriveList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273060#M50151</link>
      <description>&lt;P&gt;Hey Stefano,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No I didn't. I just created a workaround, which was possible for my purpose, but the functionality I was looking for still seems unavailable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am still hoping for an answer in this topic from somebody who knows how to solve our issue...&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 16:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273060#M50151</guid>
      <dc:creator>Dominik_G</dc:creator>
      <dc:date>2019-10-22T16:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Global Variables Not Accessible tGoogleDriveList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273061#M50152</link>
      <description>&lt;P&gt;Tks for your reply,&lt;/P&gt;
&lt;P&gt;I hope Tanlend Studio can find a solution.&lt;/P&gt;
&lt;P&gt;In previous Talend version (6.1 and 6.5), it work correctly.&lt;/P&gt;
&lt;P&gt;In latest version (now 7.2.1), this code is missing...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;globalMap.put("tGoogleDriveList_1_ID", tGoogleDriveList_1_temp.getId());
globalMap.put("tGoogleDriveList_1_TITLE", tGoogleDriveList_1_temp.getTitle());&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 16:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273061#M50152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-22T16:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Global Variables Not Accessible tGoogleDriveList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273062#M50153</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLeUAAW"&gt;@talend&lt;/A&gt; Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will these variables be available in the new versions of the Talend Studio at any point? I think it would make sense …&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 16:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273062#M50153</guid>
      <dc:creator>Dominik_G</dc:creator>
      <dc:date>2019-10-22T16:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Global Variables Not Accessible tGoogleDriveList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273063#M50154</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQLVAA4"&gt;@Dominik_G&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I would recommend you to create a JIRA ticket regarding this query.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://jira.talendforge.org/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If you are an Enterprise customer, please create a support case and support team will followup on your query with Product team.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 15:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273063#M50154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-24T15:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Global Variables Not Accessible tGoogleDriveList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273064#M50155</link>
      <description>&lt;P&gt;Is that been solved? &lt;/P&gt;&lt;P&gt;I also have the same issue since upgrading to latest Talend. &lt;/P&gt;&lt;P&gt;Cannot access global variables for tGoogleDriveList.&lt;/P&gt;&lt;P&gt;I need that to iterate over the files in google drive and get them.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 10:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Global-Variables-Not-Accessible-tGoogleDriveList/m-p/2273064#M50155</guid>
      <dc:creator>dwhdeveloper</dc:creator>
      <dc:date>2022-01-04T10:19:33Z</dc:date>
    </item>
  </channel>
</rss>

