It would be great to have functionality for handling errors in the timeXtender REST connector (and maybe other connectors as well). When using dynamic values some APIs will return 403 error when user doesn’t have access to the endpoint, or there is no record for that dynamic value. It can often be related to newly created entries, so not always easy to filter away manually.
Maybe a simple checkbox to be able to go to next dynamic value upon error. Or more advanced, to be able to make a list of error codes and the handling:
| Error code | Handling | Wait |
|---|---|---|
| 403 | Continue with next record | 0 sec |
| 429 | Retry | 60 sec |
| 401 | Stop | |
| 404 | Continue with next record | 0 sec |