I just found a perfect use for the Try Catch function in my application. Which works fine when I run and debug in xano. However when I run it in my application in bubble I am getting an error.
This is the error
This is when an image is added in the Run and Debug
and this is without an image
This is how I have it set up
If I add an image in bubble it works fine. I only get the error when I do not edit the image.This is an edit record page in my application. I have not tried to use the Try Catch for my enter record yet. I just knew I had an issue with the edit and was hoping this new function was the answer I was looking for.