Hi All, I’m getting an error while splitting a string because i have 2 scenarios 1 will come with decimals and another with without decimal. When decimal value comes it is working if it is a normal number it is throwing an error. Can anyone guide me how to write a condition to match both the values in Assign.
Val : 12.456 – it will work
val : 12 – it throws an error
Main.xaml (6.9 KB)