Hi there,
I made an API connection to a crypto exchange. But sometimes the http request gets timed out and I would like to use a retry scope for that. Like this:
So first I set the string (strJsonString) to nothing. After that I put the HTTP Request (which fills the strJsonString) in a Retry Scope.
I would like that the robot retries the HTTP Request if strJsonString is not filled. How do I do this?
Many thanks in advance!