ServiceNow


Error messageLikely meaning (TL;DR)Recommended next steps
Error executing function
"message":"Workflow not enabled for this user.","code":"24006","status":404,"The issue is usually related to permissions or resource availability rather than a broken URLREST API failure when the platform cannot find an active workflow execution context for the user making the request.
Could not coerce response.body.result (undefined) from Undefined to ArrayThis error, "Could not coerce response.body.result (undefined) from Undefined to Array", indicates that your code expects response.body.result to be an array (for example, to iterate over it or use it with a spread operator), but the API response returned undefined for that field insteadCheck that the integration is connected and you are able to see values in the dropdown lists

What’s Next