Aug 02, 2022 10:44 AM
I just connected a base to slack and I’d like to automatically message a specific employee when a customer’s credit card expires. I have a field with expiration date, another field with a formula “IF({Expiration Date}<TODAY(),“Expired”,“Valid”)”. Is there a way I can trigger a slack message when this field is “Expired”?
Would I use “updates to watched record” to configure slack message? If so, how do I make my formula field a “watched record”?
Solved! Go to Solution.
Aug 02, 2022 11:05 AM
Hi @Dustin_Good
You can use the When a Record Matches a Condition trigger. The condition should be when the formula field is Expired.
Then add an action to Send Message in Slack
Aug 02, 2022 11:05 AM
Hi @Dustin_Good
You can use the When a Record Matches a Condition trigger. The condition should be when the formula field is Expired.
Then add an action to Send Message in Slack
Aug 02, 2022 12:55 PM
Thank you @Vivid-Squid. This did exactly what I needed. Interesting that from the other view it was not as clear as this automation.