Other step errors
The errors on this page don't fit the other step categories.
JavaScript runtime error
Error: [javascript error message]. Please check your code.
Problem: A Write javascript step threw an error when it ran. The actual JavaScript error appears in place of [javascript error message] in the displayed message.
Fix: Read the JavaScript error in the message itself; it tells you what went wrong (a syntax error, an undefined variable, a failed network call, and so on). For tips on debugging JavaScript steps, see Debug an automation.