<?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: Pass dynamic authorization token to tRest component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322392#M92340</link>
    <description>Hi,
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;It is giving me unauthorized access error. When I hardcode the value for Authorization it works fine.
&lt;BR /&gt;
&lt;BR /&gt;Following is the output captured in tLogRow from tREST component.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;+----------.
&lt;BR /&gt;| tLogRow_3 |
&lt;BR /&gt;|=----------------------------------------------------------------------------------------------------------------------------------------+---------=|
&lt;BR /&gt;|Body |ERROR_CODE|
&lt;BR /&gt;|=----------------------------------------------------------------------------------------------------------------------------------------+---------=|
&lt;BR /&gt;|{"status":"failure","data":{"entityCode":null,"fieldCode":null,"errorCode":"UNAUTHORIZED_REQUEST","errorParams":null,"fieldErrors":null}}|401 |
&lt;BR /&gt;
&lt;BR /&gt;'-----------------------------------------------------------------------------------------------------------------------------------------+----------'
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 31 Aug 2017 09:43:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-31T09:43:50Z</dc:date>
    <item>
      <title>Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322388#M92336</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need to pass authorization token coming from one api to another api using tREST component. When I try to use context variable to store the token and use it in tREST component it is failing while working when hard coding the token can u please help.&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="Error_API.JPG" style="width: 950px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwJW.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146940iE94B0984C8424E4F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwJW.jpg" alt="0683p000009LwJW.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322388#M92336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322389#M92337</link>
      <description>&lt;P&gt;Each implementation of OAuth is slightly different (annoyingly), but I suspect that you might be missing either a token prefix or maybe converting it to base64 (or similar). I have written a tutorial on using Google's OAuth implementation with Talend here (&lt;A href="https://www.rilhia.com/tutorials/using-oauth-20-talend-access-google-apis" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.rilhia.com/tutorials/using-oauth-20-talend-access-google-apis&lt;/A&gt;) and recall having all sorts of irritating issues like this.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 16:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322389#M92337</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-30T16:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322390#M92338</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I tried the above solution but it is not working, please suggest another way.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2017 07:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322390#M92338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T07:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322391#M92339</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLwNAAW"&gt;@pravin_sanadi&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You will need to give a bit more information as to what is going wrong. Do you receive any error messages or XML responses which describe what it is objecting to? We really do need the details to help with this&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 09:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322391#M92339</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T09:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322392#M92340</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;It is giving me unauthorized access error. When I hardcode the value for Authorization it works fine.
&lt;BR /&gt;
&lt;BR /&gt;Following is the output captured in tLogRow from tREST component.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;+----------.
&lt;BR /&gt;| tLogRow_3 |
&lt;BR /&gt;|=----------------------------------------------------------------------------------------------------------------------------------------+---------=|
&lt;BR /&gt;|Body |ERROR_CODE|
&lt;BR /&gt;|=----------------------------------------------------------------------------------------------------------------------------------------+---------=|
&lt;BR /&gt;|{"status":"failure","data":{"entityCode":null,"fieldCode":null,"errorCode":"UNAUTHORIZED_REQUEST","errorParams":null,"fieldErrors":null}}|401 |
&lt;BR /&gt;
&lt;BR /&gt;'-----------------------------------------------------------------------------------------------------------------------------------------+----------'
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2017 09:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322392#M92340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T09:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322393#M92341</link>
      <description>&lt;P&gt;Can you post a screenshot of your job and how you are setting the value of the context variable.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 09:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322393#M92341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T09:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322394#M92342</link>
      <description>&lt;P&gt;I suspect you don't assign the value to context variable correctly, I have achieved similar case and I am able to use context variable, please upload a screenshot to show where/how you assign the value, and show an example value.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 09:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322394#M92342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T09:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322395#M92343</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is the job structure&lt;BR /&gt;&lt;BR /&gt;[cid:image001.png@01D32264.3FD47AC0]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;First tREST_1 is gives the token . In tJavaRow_1 I am setting the context variable&lt;BR /&gt;&lt;BR /&gt;[cid:image002.png@01D32264.3FD47AC0]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And in tRest_2&lt;BR /&gt;&lt;BR /&gt;[cid:image003.png@01D32264.3FD47AC0]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2017 09:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322395#M92343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T09:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322396#M92344</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the job structure&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error_1.jpg" style="width: 540px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lw4r.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139358i43DF34C9D82D66C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lw4r.jpg" alt="0683p000009Lw4r.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;First tREST_1 is gives the token . In tJavaRow_1 I am setting the context variable&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error_2.jpg" style="width: 894px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwT6.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127711iD81CA92C7F331316/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwT6.jpg" alt="0683p000009LwT6.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;And in tRest_2&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error_3.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lw3Z.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142060iD579A2FDF1E3EC85/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lw3Z.jpg" alt="0683p000009Lw3Z.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 09:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322396#M92344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T09:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322397#M92345</link>
      <description>&lt;P&gt;You are printing the token value out to the output window once it is set in your context variable. Can you see this in the output window? If you can, can you change the variable you are printing from var_FINAL_TOKEN to your context variable? Does that print out correctly? Can you show us what is returned?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If everything is being returned as you would expect, try changing your onComponentOK link to an OnSubJobOK link&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 10:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322397#M92345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T10:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322398#M92346</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Please find below the screenshot&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="Error_4.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwFb.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136629i159463E4EAEC8612/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwFb.jpg" alt="0683p000009LwFb.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Output&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error_6.JPG" style="width: 712px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwTQ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144268i40445F3124F5A154/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwTQ.jpg" alt="0683p000009LwTQ.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error_5.JPG" style="width: 744px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvNO.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151337iCEA651654497BEDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvNO.jpg" alt="0683p000009LvNO.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;After tJavaRow the component does not gives&amp;nbsp;&lt;SPAN&gt;OnSubJobOK link&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 10:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322398#M92346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T10:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322399#M92347</link>
      <description>&lt;P&gt;That looks like a rather large "token", but I am assuming that you simply copied and pasted it when you tried your hardcoded solution which worked? I am also assuming you tested this by printing the value of the context variable. If so, this sounds like a timing issue. I suspect that the tRest component is being triggered to start it's initialization code before the context variable is set. To get round this you can use the OnSubJobOK link as I suggested. However, I wasn't explicit last time. You need to link this from the first tRest to the second tRest. Give that a go&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 10:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322399#M92347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T10:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322400#M92348</link>
      <description>but I am assuming that you simply copied and pasted it when you tried your hardcoded solution which worked? 
&lt;BR /&gt; 
&lt;BR /&gt;Yes, it worked with just copy paste. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I tried with SubJobOk too, no luck 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2017 10:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322400#M92348</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T10:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322401#M92349</link>
      <description>&lt;P&gt;I can't believe I missed this.....I think I have spotted your issue. You are setting your token like this....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;String var_FINAL_TOKEN = "\"Bearer "+var_TOKEN_1[0].replaceAll("\"","")+"\"";&lt;/PRE&gt;
&lt;P&gt;That will create a String which starts and ends with a quote. Your service will not want this. Simply remove the \" from before Bearer and the +"\"" from the end of the line.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The reason this worked when you copied and pasted it is that with the quotes surrounding the text, turn this into a literal String when you paste it into the header field.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 11:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322401#M92349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T11:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322402#M92350</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks a lot it worked. It was indeed timing issue. The OnSubJobOk and removal of quotes worked. Thanks a lot 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2017 11:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322402#M92350</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T11:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322403#M92351</link>
      <description>&lt;P&gt;You can probably go back to your original structure. The issue would have been caused by the quotes. There being a timing issue as well is unlikely....but not impossible &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 11:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322403#M92351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T11:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322404#M92352</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please i have the same probelem, but when i trying to connect tjavarow to TREST i just find rhe relation OncomponentOK, how can i do to connect it with onSubjobOK?&lt;/P&gt; 
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 17:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322404#M92352</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-05T17:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322405#M92353</link>
      <description>&lt;P&gt;Use the tRestClient component&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 17:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322405#M92353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-05T17:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pass dynamic authorization token to tRest component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322406#M92354</link>
      <description>&lt;P&gt;Hi Pravin,&lt;/P&gt;&lt;P&gt;I'm also workin on the composant t_Rest.Does the issue solved for you?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 10:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pass-dynamic-authorization-token-to-tRest-component/m-p/2322406#M92354</guid>
      <dc:creator>Manoj_MUTHURAJA</dc:creator>
      <dc:date>2020-02-26T10:51:24Z</dc:date>
    </item>
  </channel>
</rss>

