Flow Action with Wait and Retry features
Hi there, I'm planning to create a custom Flow Action that runs once. If it fails, it should wait for 4 hours and then retry once more. If it still fails after the retry, it should return a failure output. the number of retry should be configurable. ...