Hi,
Some times external API calls return errors, when this happens and one of our functions had to use a value that was expected to be returned by the API call (which did not returned it, because it failed), we get an error like: 'api_call.response was not found'.
I would like to implement exponential backoff retries for my external API calls.
Any ideas on how to implement it in Xano?
Thanks!