I have a delete file action that is supposed to delete a file.
I am testing this function on a file that is null that I already deleted.
Here is what I'm trying to do for context
So I get this error from the "delete file" action every time, and it breaks the function stack, not letting it complete.
Is there a way to let the function keep running, even if there is no file to delete?