Flow Designer Internal Server Error

John Prouty
Kilo Guru

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.

1 ACCEPTED SOLUTION

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.

View solution in original post

5 REPLIES 5

VaranAwesomenow
Mega Sage

I had a similar issue, it was error handler having incorrect condition, after fixing that it allowed to publish the action.