Skip to main content
Solved

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

  • April 22, 2024
  • 1 reply
  • 122 views

Forum|alt.badge.img

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.

Best answer by Tamil Arasu10

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.

 
 

1 reply

Tamil Arasu10
Most Valuable Pathfinder
Forum|alt.badge.img+18
  • Most Valuable Pathfinder
  • Answer
  • April 22, 2024

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.