We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Hi Shyam, Not sure it will help OP, but in case anyone else finds this thread based on the error message: We just ran into this error while making recommended fixes in Instance Troubleshooter. We found this same behavior occurred if the user accessi...
For those completing the Flow Designer Lab 11.03 - here is the appended snippet:
(function execute(inputs, outputs) {
var startDate = new GlideDateTime(inputs.created_on);
var endDate = new GlideDateTime(inputs.resolved_at);
var calcDiff = G...