Skip to main content
Solved

"Unexpected: E" Error When processing Workitems with Scientific Notation to Queue

  • 22 April 2024
  • 1 reply
  • 63 views

The problem arises when workitems include numbers represented in scientific notation, which use the letter "E" (e.g., "6.0E7"). During processing, these workitems might trigger an "Unexpected: E" error, possibly due to a conversion issue from number to string.

1 reply

Userlevel 6
Badge +15

Hi @lahiru_chinthaka,

"E" (e.g., "6.0E7") which datatype used for this data. If you are using the Number, please change to the String Type and give it try.

 
 

Reply