I have created an outline for you to follow and insert your information as needed.
1. Set variable "breakLoop" to "False"
2. Create Blank Array in Iterator, number of values is number of retries
3. Get variable "breakLoop"
3.5. Filter bundles with breakLoop == True
4. HTTP Request
5. Router between request == success (do stuff, bottom path) and request == bad (sleep, top path, fallback route)
6. If success, set "breakLoop" to True
Outline.

Add Empty Array.

Set breakLoop to True
