ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Error = JavaException: java.lang.ClassCastException: com.glide.script.fencing.ScopedGlideRecord cannot be cast to com.glide.script.fencing.ScopedGlideElement

While using Script Step in flow designer I am getting the above mentioned error. I am calling a table using GlideRecord and I am inserting record in the table. Code :- var countKey = key.length;var countValue = value.length;var release = inputs.relea...

Shubham15 by Kilo Contributor
  • 3636 Views
  • 3 replies
  • 2 helpfuls

Resolved! How to set the Values in a drop down based on the select value in 1st drop down using catalog client script

Hi,   I have 2 drop downs in a catalog item I added all the possible values  to the drop down , Now if I select option A in the First drop down I have to get the options   X,Y,Z in the second drop down if I select option B in first dropdown I have to...