I know this is an older thread but this just now happened to us and the issue was something completely different, so maybe this will help someone in the future too For us the issue was a newly created data policy on the sysapproval_approver table wh...
It's a broken data pill. I don't know what causes it. I have had the same issue. You can see how I fixed in a related thread where I've written how I found exactly which data pill was the issue herehttps://www.servicenow.com/community/servicenow-ai-p...
I have run into the same issue, removing and replacing the Get Catalog variables action didn't help. It's a shame I didn't noticed solutions from @danielanork Blessing3 and newmanan as they would have saved me a lot of time and I think they should be...
If you have a variable with reference to the User table that's default value is the current user, you can easily use the Auto-populate on the Department variable and specify the dot-walk to a value you want. But the Dependent question needs to be a r...
I had the same issue and came up with a slightly different solution without needing a substring.You can use GlideDateTime.setNumericValue( ) and as a parameter pass the seconds from the durationCalculator.getSeconds result multiplied by 1000 because ...