<?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: tFlowToIterate to tRESTClient in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-to-tRESTClient/m-p/2494957#M141580</link>
    <description>&lt;P&gt;Thank you Dave_Simo,&lt;/P&gt;
&lt;P&gt;My API call does not have a JSON body. It is of this format (works in postman):&lt;BR /&gt;&lt;A href="https://xxxyyyzzz.com/sharing/rest/community/users/desri_unr/disable?token=&amp;lt;token" target="_blank"&gt;https://xxxyyyzzz.com/sharing/rest/community/users/&amp;lt;username&amp;gt;/disable?token=&amp;lt;token &lt;/A&gt;value&amp;gt;&lt;/P&gt;
&lt;P&gt;The username is the variable that I need to feed into the API call. In my case, username is the output from tMap component, that I am feeding into tFlowToItrerate component to handle multiple rows of username.&lt;/P&gt;
&lt;P&gt;I am not sure I am using the correct components or logic as I am fairy new to this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2024 18:37:08 GMT</pubDate>
    <dc:creator>himanshup</dc:creator>
    <dc:date>2024-11-27T18:37:08Z</dc:date>
    <item>
      <title>tFlowToIterate to tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-to-tRESTClient/m-p/2494782#M141574</link>
      <description>&lt;P&gt;I have two columns coming out of tFilterRow, then connects to tFlowToIterate. I need to use the values in one of the columns (username) in tRESTClient component.&lt;/P&gt;
&lt;P&gt;Is that possible to do?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="himanshup_0-1732664651056.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174888iD7A99E30CF627DFD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="himanshup_0-1732664651056.png" alt="himanshup_0-1732664651056.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="himanshup_1-1732664665617.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174889i5A0E85C08CBE9A38/image-size/medium?v=v2&amp;amp;px=400" role="button" title="himanshup_1-1732664665617.png" alt="himanshup_1-1732664665617.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 23:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-to-tRESTClient/m-p/2494782#M141574</guid>
      <dc:creator>himanshup</dc:creator>
      <dc:date>2024-11-26T23:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: tFlowToIterate to tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-to-tRESTClient/m-p/2494916#M141577</link>
      <description>&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traduction" data-ved="2ahUKEwi5os_o1vyJAxUYUqQEHcX8JeoQ3ewLegQICxAW" aria-label="Texte traduit&amp;nbsp;: Hello,

To call the value of the username in your api call you must do ((String)globalMap.get(&amp;quot;row1.username&amp;quot;))"&gt;&lt;SPAN class="Y2IQFc"&gt;Hello,

To call the value of the username in your api call you must do ((String)globalMap.get("row1.username"))&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Nov 2024 14:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-to-tRESTClient/m-p/2494916#M141577</guid>
      <dc:creator>Dave_Simo</dc:creator>
      <dc:date>2024-11-27T14:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: tFlowToIterate to tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-to-tRESTClient/m-p/2494938#M141578</link>
      <description>&lt;P&gt;Thank you Dave_Simo,&lt;/P&gt;
&lt;P&gt;I update the job, now getting this error:&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 0px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'courier'; font-size: 10pt; white-space: pre;"&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;ERROR] 08:36:58 org.apache.cxf.jaxrs.utils.JAXRSUtils- No message body reader has been found for class org.dom4j.Document, ContentType: text/html;charset=utf-8&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;Exception in component tRESTClient_1 &lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Nov 2024 16:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-to-tRESTClient/m-p/2494938#M141578</guid>
      <dc:creator>himanshup</dc:creator>
      <dc:date>2024-11-27T16:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: tFlowToIterate to tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-to-tRESTClient/m-p/2494946#M141579</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;In your case since it is a POST, you must put your json in a tFixedFlowInput a bit like in the design below&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_0-1732726465062.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174915i8B94BAEB88C9DB04/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_0-1732726465062.png" alt="Dave_Simo_0-1732726465062.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;1)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_1-1732726591851.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174916iF74E3405CA696AFE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_1-1732726591851.png" alt="Dave_Simo_1-1732726591851.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_2-1732726651951.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174917iD4D3FE2FE9B8C2B2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_2-1732726651951.png" alt="Dave_Simo_2-1732726651951.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_3-1732726666349.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174918i3B85684A640A06A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_3-1732726666349.png" alt="Dave_Simo_3-1732726666349.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;3)&amp;nbsp;a tWarn to catch the error&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_4-1732726817333.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174919i76B38E48C4609E71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_4-1732726817333.png" alt="Dave_Simo_4-1732726817333.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 17:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-to-tRESTClient/m-p/2494946#M141579</guid>
      <dc:creator>Dave_Simo</dc:creator>
      <dc:date>2024-11-27T17:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: tFlowToIterate to tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-to-tRESTClient/m-p/2494957#M141580</link>
      <description>&lt;P&gt;Thank you Dave_Simo,&lt;/P&gt;
&lt;P&gt;My API call does not have a JSON body. It is of this format (works in postman):&lt;BR /&gt;&lt;A href="https://xxxyyyzzz.com/sharing/rest/community/users/desri_unr/disable?token=&amp;lt;token" target="_blank"&gt;https://xxxyyyzzz.com/sharing/rest/community/users/&amp;lt;username&amp;gt;/disable?token=&amp;lt;token &lt;/A&gt;value&amp;gt;&lt;/P&gt;
&lt;P&gt;The username is the variable that I need to feed into the API call. In my case, username is the output from tMap component, that I am feeding into tFlowToItrerate component to handle multiple rows of username.&lt;/P&gt;
&lt;P&gt;I am not sure I am using the correct components or logic as I am fairy new to this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 18:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-to-tRESTClient/m-p/2494957#M141580</guid>
      <dc:creator>himanshup</dc:creator>
      <dc:date>2024-11-27T18:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: tFlowToIterate to tRESTClient</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-to-tRESTClient/m-p/2494958#M141581</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If the call works in Postman it should work in the tRestClient, you should put the same header values ​​as in Postman.&lt;/P&gt;
&lt;P&gt;Try adding this in the header in advanced settings&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_1-1732734121676.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174925i970A565F9AB9A28A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_1-1732734121676.png" alt="Dave_Simo_1-1732734121676.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Rgards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 19:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFlowToIterate-to-tRESTClient/m-p/2494958#M141581</guid>
      <dc:creator>Dave_Simo</dc:creator>
      <dc:date>2024-11-27T19:02:31Z</dc:date>
    </item>
  </channel>
</rss>

