Skip to main content
Ground Control | Tier 1
April 22, 2024
Solved

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

  • April 22, 2024
  • 1 reply
  • 142 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.

    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
    Most Valuable Pathfinder
    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.

     
     
    _Tamil_