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...
