Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Unparseable date error after flow execution

Aditya37
Tera Contributor

Hello Everyone

 

After the flow execution we got some errors in logs like Unparseable date error.

 

The error like this :

 

Unparseable date: "32.00": java.text.ParseException: Unparseable date: "32.00": java.base/java.text.DateFormat.parse(DateFormat.java:395)
com.snc.commons.datetime.SNCSimpleDateFormatEx.parse(SNCSimpleDateFormatEx.java:120)
com.glide.util.SimpleDateFormatEx.parse(SimpleDateFormatEx.java:33)
com.glide.glideobject.GlideDate.setValue(GlideDate.java:135)
com.glide.glideobject.GlideDateTime.setInitialValue(GlideDateTime.java:1462)
com.glide.script.glide_elements.GlideElementGlideObject.setInitialValue(GlideElementGlideObject.java:234)
com.glide.script.GlideRecord.loadRow0(GlideRecord.java:3782)
com.glide.script.GlideRecord.loadRow(GlideRecord.java:3611)
com.glide.script.GlideRecord.next(GlideRecord.java:6775)
com.snc.process_flow.engine.serialization.GRProxy.<init>(GRProxy.java:122)
com.snc.process_flow.engine.serialization.GRProxy.<init>(GRProxy.java:72)
com.snc.process_flow.engine.serialization.GlideRecordConverter.getGRProxy(GlideRecordConverter.java:39)
com.snc.process_flow.engine.serialization.GlideRecordConverter.value(GlideRecordConverter.java:17)
com.snc.process_flow.engine.serialization.GlideRecordConverter.value(GlideRecordConverter.java:9)
com.snc.process_flow.val.Val.value(Val.java:65)
com.snc.process_flow.val.OutVal.value(OutVal.java:58)

 

Thanks!!

1 REPLY 1

Saurav11
Kilo Patron
Kilo Patron

Hello,

 

Please check the below post for the same:-

 

https://www.servicenow.com/community/developer-forum/java-text-parseexception/m-p/1931221

 

Please mark my answer as correct based on Impact.