Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
BIAKS
Contributor III
Contributor III

Get data from Google Web App

Hello,

How can I read the data from the response of this URL:

Google Web App 

I tried it like below but it fails and returns timeout error:

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)"
);

 

Labels (3)
0 Replies