Hi, I with HttpRequest component, I tried to add Retry on Fail and On Error is Continue.
But seem it not work, the retry on fail only work if I set Stop Workflow in OnError
I tried the Continue with error output. but the retry not work also. Sometime I got issue with DNS, that why I wanna try the retry before return errror
If you are using Continue with Error output / Continue, then you have to check for the errors and behave accordingly (e.g. run the node again, or process it in another way)