Hello,
I’m trying to create an automation that sends Slack messages to people when they are tagged for a task, but only if someone else is tagging them (I don’t want them to be notified every time they assign a task to themselves).
How do I tell Airtable to send a Slack message to this person only if someone else tagged them?
Field in question is a Linked Record field (“Lead”) that is connected to a table with names. This field is used by us to assign tasks to ourselves and other people.
I’ve tried the following so far:
- Creating a Last Modified By field and setting up an automation that is triggered when a record matches conditions (Last Modified By isn’t Name] and Lead is asame name]). I tested this with a coworker but it didn’t work.
Creating a view for the person and adjusting the trigger for the automation to only run if a record enters their view. This didn’t work because the person would be notified of everything that’s assigned to them (including the ones they’ve assigned to themselves).
I feel like I’m missing a simple solution. Thanks in advance for your assistance!