Try Catch

So.. I was wondering what Xano best practices are for Try Catches, I'd assume they are meant for external API calls mainly.. but, I had a nasty little bug in a for loop, I finally did a double TryCatch and bug is gone.

It was a for loop for external api calls, now each top level iteration of the loop is a try catch wrapping another try catch where the actual call is. For some reason when I only had 1 try catch, that catch didn't appear to be catching sometimes... I have no control over the external server so I expect errors sometimes

Working with APIs
3
1 reply