I have make a webform for all other staffmembers for issues.
A new row is coming in. But I only want to recieve an alert if priority of issue is High.
How can I do this? It is not a change of collumn.
I tried it with a new column and a formule like =IF(ISBLANK(Prioriteit1), "Start", IF(Prioriteit1 = "1. Hoog", "Start"))
But if there is a new row how can the formula automatic in the new row?
Then alert is simple- if these new collumn change in start than alert per mail.
But hoe can I fix that?