Skip to main content

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.

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