- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2020 09:50 AM
I have a Flow in Flow Design and when I test it, I get:
There was an error executing the flow: Internal Server Error
How do I debug this?
I have torn the actions apart several times and cannot isolate the error. This action is critical to my application. It is also complex, so showing and explaining the code is difficult.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2020 05:44 PM
It turns out that the problem is the SLADue script has two var statements for the days variable. When I fixed the javascript, the internal error went away. My trigger now works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 10:10 AM
I had a similar issue, it was error handler having incorrect condition, after fixing that it allowed to publish the action.