I have a Microsoft List with 10 columns. I want to trigger an email to a specific person if I add text to the "Comments" column. If changes are made to the other columns, I do not want an email triggered.
I've created a condition where ["Comments" is not equal to "null"] will trigger an email. The problem is every time I make changes to the remaining 9 columns, it also triggers an email.
How can I fix this?