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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
SJeshwani1618330394
Contributor
Contributor

How to retry the flow in case of httprequest failure?

Hi,

I want to retry the flow if unable to connect to API using tHttpRequest.

I tried by using tloop and tjavaflex, but when unable to reach the URL, it stops after one try only

Regards,

Sheetal

Labels (2)
1 Reply
Anonymous
Not applicable

Hi

Using tLoop with for type, set the condition as context variable with boolean type, update the value of context variable after httprequest.

 

Regards

Shong