How to handle this error attempt to divided by zero

how to handle this error attempt to divided by zero in this case I want the output zero.

Assign Percent to If(Denominator=0,0,YourFormula), where Denominator is whatever you’re dividing by and YourFormula is the expression you currently have on the right of the Assign activity.

1 Like

did not understand can you explain me

I can’t explain that much further without knowing what your formula is. Can you provide it?

1 Like

resolved thanks

How did you handle it?