Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
for i=1 to 12
let vID = FieldValue('survey_id',$(i));
let vURL2 = 'https://api.surveymonkey.com/v3/surveys/$(vID)/details';
SurveryFullDetails:
SQL SELECT
.
.
.
FROM JSON (wrap on) "root" PK "__KEY_root"
WITH CONNECTION(Url "$(vURL2)" );
Hi, try to use the rest of qv or qs connector, the correct way would be to make the connection for each time you change the IP address, you should connect with the connector, and when the loop completes, make a disconnection.
Regards!!!
A complete guide is available to get Survey Details about CVS Health Survey at CVS Survey Official Page.