Hello everyone,
Seems Power Apps made an update recently, my apps pop up many runtime error "Invalid Operation: Division by zero"
Imaging I have a formula written as
IfError(1/Cost, 0)
It should avoid this issue at all, but the error keeps pop up in the Apps Checker.
Is there a way we can disable this?