I created a script that executes when my Google Form is submitted. And I made a for loop that has no end, I didn't see the error until I've tried to test the script submitting one answer in my form. And this script send a e-mail to the e-mail that answered the form. Now I'm getting e-mails from this script without stop. And I have no idea how to stop this execution. In my executions of the project there is one execution that is with "unknown status", I believe this is the one inside the eternal loop and I can't end it.
What can I do?