<?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 Get data from Google Web App in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Get-data-from-Google-Web-App/m-p/2547172#M15471</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;How can I read the data from the response of this URL:&lt;/P&gt;&lt;P&gt;&lt;A href="https://script.google.com/macros/s/AKfycbzVHms-rNzPCAXTWQkqJncuHBhcaW9Yhx4vY_njRhkmQY3fdgmrcIyjCqyttkkcjEvo/exec" target="_blank" rel="noopener"&gt;Google Web App&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried it like below but it fails and returns timeout error:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;Set vLink = above_link_given_in_the_post;

LIB CONNECT TO 'RESTWEBAPI';

RestTable:
SQL SELECT 
    "title"
FROM JSON (wrap on) "root"
WITH CONNECTION (
    URL "$(vLink)"
);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Apr 2026 11:19:45 GMT</pubDate>
    <dc:creator>BIAKS</dc:creator>
    <dc:date>2026-04-17T11:19:45Z</dc:date>
    <item>
      <title>Get data from Google Web App</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Get-data-from-Google-Web-App/m-p/2547172#M15471</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;How can I read the data from the response of this URL:&lt;/P&gt;&lt;P&gt;&lt;A href="https://script.google.com/macros/s/AKfycbzVHms-rNzPCAXTWQkqJncuHBhcaW9Yhx4vY_njRhkmQY3fdgmrcIyjCqyttkkcjEvo/exec" target="_blank" rel="noopener"&gt;Google Web App&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried it like below but it fails and returns timeout error:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;Set vLink = above_link_given_in_the_post;

LIB CONNECT TO 'RESTWEBAPI';

RestTable:
SQL SELECT 
    "title"
FROM JSON (wrap on) "root"
WITH CONNECTION (
    URL "$(vLink)"
);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 11:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Get-data-from-Google-Web-App/m-p/2547172#M15471</guid>
      <dc:creator>BIAKS</dc:creator>
      <dc:date>2026-04-17T11:19:45Z</dc:date>
    </item>
  </channel>
</rss>

