Here is my excel file.
I need to do this using Try catch block only
Note: not to use If or any decision activities.
I need the difference between In value and Out value columns row by row and print the result in Difference column.
If the In value is not a number, write instead "In wrong.
Otherwise, if the Out value is not a number, write instead “Out wrong”
hey,
I’m not sure why you want to do that. You can use two try catch blocks commTry.7z (45.2 KB)
But in my perspective it will be better if you will check if variable is numeric this way: