Divisible error

What is wrong in my workflow. I getting this error, I saw video and did the same, but getting error.

@ramkrishna2k3,

What are the numbers you are passing for num1 and num2

I think you are dividing by 0, use try catch and catch the exception

  1. num1 = 34
  2. num2 = 2

Works for me

Refer the below solution

Test.xaml (13.5 KB)

1 Like

Thanks it worked…I did’nt assigned the variable to input dialogue so the error. Such a small mistake

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.