@tony2n91 this happend bacause the type of your variables is "string", so you have to change it to the type "number"
Number([[A1]]) + Number([[A2]])How do I create a notification when I get any errors?
-
Put your entire project inside "Ignore Errors".
When an error occurs, you will run your notification code inside "WAS_ERROR".

-
@BAS-Viet-Nam said in How do I create a notification when I get any errors?:
Put your entire project inside "Ignore Errors".
When an error occurs, you will run your notification code inside "WAS_ERROR".

Chỗ Run code là gì thế bác ?
