<?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: Acquiring data dynamically  from a REST web service in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1771996#M8656</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132504"&gt;@EranRaz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The WITH CONNECTION requires double quotes to be used around the body, which then means that these can't (I imagine) be used in the body that is sent.&lt;/P&gt;&lt;P&gt;I guess that if you remove all of the double quotes from the body it will not work?&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jan 2021 16:56:17 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2021-01-05T16:56:17Z</dc:date>
    <item>
      <title>Acquiring data dynamically  from a REST webservice</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1771907#M8653</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The webservice expecting a JSON with parameters in the body&lt;/P&gt;
&lt;P&gt;But I need the body to be dynamically changed according to the user selection,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;something like the pic attached&amp;nbsp; (the connector works when the&amp;nbsp; body is hardcoded)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EranRaz_0-1609852292743.png" style="width: 618px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46435i7D8DD0DCB4335689/image-dimensions/618x420?v=v2" width="618" height="420" role="button" title="EranRaz_0-1609852292743.png" alt="EranRaz_0-1609852292743.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;will appreciate any help or guidance on that&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Eran&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 18:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1771907#M8653</guid>
      <dc:creator>EranRaz</dc:creator>
      <dc:date>2021-12-23T18:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Acquiring data dynamically  from a REST webservice</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1771913#M8654</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132504"&gt;@EranRaz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will want to look at the WITH CONNECTION property of the connection:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Load-REST-data/Load-data.htm#WITH-CONNECTION-keyword" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Load-REST-data/Load-data.htm#WITH-CONNECTION-keyword&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Whether or not you will be able to pass in a whole chunk of JSON like that or not I am not sure, but this is definitely the approach to try first.&lt;/P&gt;&lt;P&gt;If not a JSON block you may be able to specify each of the parts as separate parameters?&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 13:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1771913#M8654</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2021-01-05T13:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Acquiring data dynamically  from a REST web service</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1771964#M8655</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I did try that :&lt;BR /&gt;&lt;BR /&gt;RestConnectorMasterTable:&lt;BR /&gt;&lt;BR /&gt;SQL SELECT&lt;BR /&gt;&lt;BR /&gt;"EXISTS_LASER_DRILL",&lt;BR /&gt;&lt;BR /&gt;"False2",&lt;BR /&gt;&lt;BR /&gt;"JMP_Formula",&lt;BR /&gt;&lt;BR /&gt;"JMP_Result",&lt;BR /&gt;&lt;BR /&gt;"REQ_ID"&lt;BR /&gt;&lt;BR /&gt;FROM JSON (wrap on) "root"&lt;BR /&gt;&lt;BR /&gt;WITH CONNECTION(BODY '{&lt;BR /&gt;&lt;BR /&gt;"REQ_ID":"W888888",&lt;BR /&gt;&lt;BR /&gt;"FINISH_CS" : "YES",&lt;BR /&gt;&lt;BR /&gt;"NUM_DESIGN_LAYERS" : 4,&lt;BR /&gt;&lt;BR /&gt;"EXIST_LASER" : "NO",&lt;BR /&gt;&lt;BR /&gt;"EXIST_CU_PASTE" : "NO",&lt;BR /&gt;&lt;BR /&gt;"HATS_COUPON_TYPE" : "NONE",&lt;BR /&gt;&lt;BR /&gt;"FAI_TYPE" : "NONE",&lt;BR /&gt;&lt;BR /&gt;"SEL_PLT_CS" : "NONE",&lt;BR /&gt;&lt;BR /&gt;"FINISH_PS" : "CHM_GOLD",&lt;BR /&gt;&lt;BR /&gt;"CAM_PNL_SIZE_X" : 12,&lt;BR /&gt;&lt;BR /&gt;"CAM_PNL_SIZE_Y" : 18,&lt;BR /&gt;&lt;BR /&gt;"TEST_PARAM": "DEMO"&lt;BR /&gt;&lt;BR /&gt;}' ;&lt;BR /&gt;&lt;BR /&gt;[root]:&lt;BR /&gt;&lt;BR /&gt;LOAD [EXISTS_LASER_DRILL],&lt;BR /&gt;&lt;BR /&gt;[False2],&lt;BR /&gt;&lt;BR /&gt;[JMP_Formula],&lt;BR /&gt;&lt;BR /&gt;[JMP_Result],&lt;BR /&gt;&lt;BR /&gt;[REQ_ID]&lt;BR /&gt;&lt;BR /&gt;RESIDENT RestConnectorMasterTable;&lt;BR /&gt;&lt;BR /&gt;DROP TABLE RestConnectorMasterTable;&lt;BR /&gt;&lt;BR /&gt;But got the error :&lt;BR /&gt;The following error occurred:&lt;BR /&gt;Connector reply error: Unknown substring, string, or value at (8,20): ''{'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2021 15:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1771964#M8655</guid>
      <dc:creator>EranRaz</dc:creator>
      <dc:date>2021-01-05T15:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Acquiring data dynamically  from a REST web service</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1771996#M8656</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132504"&gt;@EranRaz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The WITH CONNECTION requires double quotes to be used around the body, which then means that these can't (I imagine) be used in the body that is sent.&lt;/P&gt;&lt;P&gt;I guess that if you remove all of the double quotes from the body it will not work?&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 16:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1771996#M8656</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2021-01-05T16:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Acquiring data dynamically  from a REST web service</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1772142#M8657</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;I have tried a variety of options to get that JSON to work,&lt;BR /&gt;&lt;BR /&gt;Most of the time got the error :&lt;BR /&gt;&lt;BR /&gt;The following error occurred:&lt;BR /&gt;&lt;BR /&gt;Connector reply error: Unexpected lexem 'Option' ('REQ_ID') at (8,33). Expected 'CloseBracket'.&lt;BR /&gt;&lt;BR /&gt;Check SELECT STATEMENT syntax with documentation.&lt;BR /&gt;&lt;BR /&gt;Options like :&lt;BR /&gt;&lt;BR /&gt;let vRequestBody =&lt;BR /&gt;&lt;BR /&gt;'{&lt;BR /&gt;&lt;BR /&gt;["REQ_ID": "W444444"],&lt;BR /&gt;&lt;BR /&gt;["FINISH_CS" : "YES"],&lt;BR /&gt;&lt;BR /&gt;["NUM_DESIGN_LAYERS" : 4],&lt;BR /&gt;&lt;BR /&gt;["EXIST_LASER" : "NO"],&lt;BR /&gt;&lt;BR /&gt;["EXIST_CU_PASTE" : "NO"],&lt;BR /&gt;&lt;BR /&gt;["HATS_COUPON_TYPE" : "NONE"],&lt;BR /&gt;&lt;BR /&gt;["FAI_TYPE" : "NONE"],&lt;BR /&gt;&lt;BR /&gt;["SEL_PLT_CS" : "NONE"],&lt;BR /&gt;&lt;BR /&gt;["FINISH_PS" : "CHM_GOLD"],&lt;BR /&gt;&lt;BR /&gt;["CAM_PNL_SIZE_X" : 12],&lt;BR /&gt;&lt;BR /&gt;["CAM_PNL_SIZE_Y" : 18],&lt;BR /&gt;&lt;BR /&gt;["TEST_PARAM" : "DEMO"]&lt;BR /&gt;&lt;BR /&gt;}';&lt;BR /&gt;&lt;BR /&gt;// and taking the var into the body as : FROM JSON (wrap on) "root" WITH CONNECTION(BODY "$(vRequestBody)");&lt;BR /&gt;&lt;BR /&gt;// any usage of double quotes inside the JSON , gives the following errors type :&lt;BR /&gt;&lt;BR /&gt;// Connector reply error: Unexpected lexem 'Option' ('REQ_ID') at (8,36). Expected 'CloseBracket'. Check SELECT STATEMENT syntax with documentation.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When using the following construction (without quotes ) :&lt;BR /&gt;&lt;BR /&gt;let vRequestBody =&lt;BR /&gt;&lt;BR /&gt;'{&lt;BR /&gt;&lt;BR /&gt;[REQ_ID]: [W444444],&lt;BR /&gt;&lt;BR /&gt;[FINISH_CS] : [YES],&lt;BR /&gt;&lt;BR /&gt;[NUM_DESIGN_LAYERS] : 4,&lt;BR /&gt;&lt;BR /&gt;[EXIST_LASER] : [NO],&lt;BR /&gt;&lt;BR /&gt;[EXIST_CU_PASTE] : [NO],&lt;BR /&gt;&lt;BR /&gt;[HATS_COUPON_TYPE] : [NONE],&lt;BR /&gt;&lt;BR /&gt;[FAI_TYPE] : [NONE],&lt;BR /&gt;&lt;BR /&gt;[SEL_PLT_CS] : [NONE],&lt;BR /&gt;&lt;BR /&gt;[FINISH_PS] : [CHM_GOLD],&lt;BR /&gt;&lt;BR /&gt;[CAM_PNL_SIZE_X] : 12,&lt;BR /&gt;&lt;BR /&gt;[CAM_PNL_SIZE_Y] : 18,&lt;BR /&gt;&lt;BR /&gt;[TEST_PARAM]: [DEMO]&lt;BR /&gt;&lt;BR /&gt;}';&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;//QS load the JSON but get error from the WS due to syntax issue :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The following error occurred:&lt;BR /&gt;&lt;BR /&gt;HTTP protocol error 400 (BAD REQUEST):&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;400 Bad Request&lt;BR /&gt;&lt;BR /&gt;Bad Request&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;The browser (or proxy) sent a request that this server could not understand.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;// As it expect to get the following structure:&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;&lt;BR /&gt;"REQ_ID":"T999999",&lt;BR /&gt;&lt;BR /&gt;"FINISH_CS" : "YES",&lt;BR /&gt;&lt;BR /&gt;"NUM_DESIGN_LAYERS" : 4,&lt;BR /&gt;&lt;BR /&gt;… }&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea ? its frustrating&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jan 2021 08:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1772142#M8657</guid>
      <dc:creator>EranRaz</dc:creator>
      <dc:date>2021-01-06T08:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Acquiring data dynamically  from a REST web service</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1772150#M8658</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132504"&gt;@EranRaz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried without double quotes or the square brackets? None of the parameter names and values have spaces, so this may work.&lt;/P&gt;&lt;P&gt;It may be that passing a BODY tag in like that will not work.&lt;/P&gt;&lt;P&gt;Can you try setting up each of the values as a parameter, first in a connection using the dialog and then if that works replacing it with WITH CONNECTION, listing each parameter separately.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 09:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1772150#M8658</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2021-01-06T09:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Acquiring data dynamically  from a REST web service</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1772421#M8659</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Tried that, didn’t get much far with that, the parameters still get parsed as double quote – and the load results with error&lt;BR /&gt;&lt;BR /&gt;Taking off all the double quote - get pass the loading process, but rejected by WS as it’s getting not valid json format&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2021 06:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1772421#M8659</guid>
      <dc:creator>EranRaz</dc:creator>
      <dc:date>2021-01-07T06:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Acquiring data dynamically  from a REST web service</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1772449#M8660</link>
      <description>&lt;P&gt;Tagging&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6113"&gt;@chrisbrain&lt;/a&gt;&amp;nbsp;as he may have some thoughts. I would have thought this is quite a common requirement/problem.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 08:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1772449#M8660</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2021-01-07T08:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Acquiring data dynamically  from a REST web service</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1772721#M8661</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132504"&gt;@EranRaz&lt;/a&gt;&amp;nbsp;/ &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748"&gt;@stevedark&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I think I may have this working. I created a connection to this test service:&lt;/P&gt;&lt;LI-CODE lang="js"&gt;https://jsonplaceholder.typicode.com/posts&lt;/LI-CODE&gt;&lt;P&gt;(From&amp;nbsp;&lt;A href="https://jsonplaceholder.typicode.com/guide/" target="_blank"&gt;https://jsonplaceholder.typicode.com/guide/&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;Using:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;HTTP POST&lt;/LI&gt;&lt;LI&gt;Content-type header =&amp;nbsp;'application/json; charset=UTF-8'&lt;/LI&gt;&lt;LI&gt;Body:&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;{&lt;BR /&gt;"title": "foo",&lt;BR /&gt;"body": "bar",&lt;BR /&gt;"userId": 1&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;I then made a selection from the connection and updated the script to the following, which seems to work:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;let vTitle = 'Test title';
let vBody = 'Test body';
let vId = 456;

RestConnectorMasterTable:
SQL SELECT 
	"title",
	"body",
	"userId",
	"id"
FROM JSON (wrap on) "root"
WITH CONNECTION(BODY "{
""title"": ""$(vTitle)"",
""body"": ""$(vBody)"",
""userId"": $(vId)
}");

[root]:
LOAD	[title],
	[body],
	[userId],
	[id]
RESIDENT RestConnectorMasterTable;

DROP TABLE RestConnectorMasterTable;&lt;/LI-CODE&gt;&lt;P&gt;The trick here was to use double doublequotes inside the single double quotes - this is actually in the docs at:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2020/Subsystems/Hub/Content/Sense_Hub/Scripting/use-quotes-in-script.htm#anchor-7" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2020/Subsystems/Hub/Content/Sense_Hub/Scripting/use-quotes-in-script.htm#anchor-7&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(The 'Use escape characters' section at the end).&lt;/P&gt;&lt;P&gt;Hopefully this is close to what you need and you can adapt it.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 21:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1772721#M8661</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2021-01-07T21:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Acquiring data dynamically  from a REST web service</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1773221#M8662</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;Tried to do that similar to what you did – and I’ m getting the following error&lt;BR /&gt;&lt;BR /&gt;[cid:image002.png@01D6E7FD.B33E1220]&lt;BR /&gt;&lt;BR /&gt;I have few suspicions, maybe that can give some lead&lt;BR /&gt;&lt;BR /&gt;That is my script – note the interpreter didn’t’ t mark the [root] part&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[cid:image006.png@01D6E7FD.B33E1220]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Another thing the connection I’m using :” LIB CONNECT TO 'JMP (pcb-il_eranra)';”&lt;BR /&gt;&lt;BR /&gt;Included JSON in the body&lt;BR /&gt;&lt;BR /&gt;(as it doesn’t let me to save the connection if the WS retunes an error - which it does if no JSON parameters are sent&lt;BR /&gt;&lt;BR /&gt;*I expected that the script parameters will override the connection parameters&lt;BR /&gt;&lt;BR /&gt;[cid:image008.png@01D6E7FD.B33E1220]&lt;BR /&gt;&lt;BR /&gt;And just to verified , using the Postman, I do get answers&lt;BR /&gt;&lt;BR /&gt;[cid:image010.png@01D6E7FD.B1DBEA10]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank Steve you for the help and effort you put in&lt;BR /&gt;&lt;BR /&gt;Eran&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jan 2021 07:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1773221#M8662</guid>
      <dc:creator>EranRaz</dc:creator>
      <dc:date>2021-01-11T07:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Acquiring data dynamically  from a REST web service</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1773340#M8663</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132504"&gt;@EranRaz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately your images don't seem to have come through.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6113"&gt;@chrisbrain&lt;/a&gt;'s solution of escaping double quotes by doubling them up looks like it will fix a number of your woes.&lt;/P&gt;&lt;P&gt;With regards to the connection, you will need to have a connection that is successfully created. Your best bet may be to create a connection which points to a dummy location (such as&amp;nbsp;&lt;A href="https://jsonplaceholder.typicode.com/posts" target="_blank"&gt;https://jsonplaceholder.typicode.com/posts&lt;/A&gt;) so that it exists correctly. You can then connect to that at the start of the script.&lt;/P&gt;&lt;P&gt;To insert the correct endpoint you can use another entry in the WITH CONNECTION section to point the URL to the correct place.&lt;/P&gt;&lt;P&gt;Anything you set using WITH CONNECTION will override anything that is in the connection previously.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 12:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Acquiring-data-dynamically-from-a-REST-webservice/m-p/1773340#M8663</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2021-01-11T12:26:59Z</dc:date>
    </item>
  </channel>
</rss>

