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