Hi All,
I’m looking for a way to add an automation alert that sends a slack message for a specific condition.
I want to specifically track only when a record has an update to a specific field from one specific status to another status from a specified list. I’m not looking to get an alert any time a specific field is updated (in general), but rather, when it is updated from one (or more) specific states, and changed to (an)other specific state(s).
e.g. from “Pending” to “not working” → trigger alert
or
from “Pending” to “needs review” → trigger alert
or
from “Pending” to “action needed” → trigger alert
(Where in this example, the field would be labeled = “status” and the o0ptions in a single select field could be any of “pending”, “not working”, “needs review”, “action needed” etc.)