Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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)" );