Hi,
After separating the numeric value with the Matchs activity, I can’t update it to +1. The working file is attached. Can you help me?
SplitNumberError.xaml (5.9 KB)
Old value: N013732724595290050780001
Output value: 1.37327245952901E+22
Hi,
Can you try the following expression?
(Decimal.Parse(str_Number)+1).ToString
Regards,
1 Like
It worked. Thank you so much.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.