Skip to main content

@Mentions Table Automation

  • November 17, 2023
  • 2 replies
  • 30 views

Forum|alt.badge.img+1

Hi, 

Is there a way for me to automate the following:

1. a team member is @mentioned

2. The @mention would automatically be placed into the "Mentions/Comments" Table

The reason I am trying to do this, is because I am trying to build an interface/dashboard for each team member where they will see their daily calendar; tasks assigned to them and any comments in which they were @mentioned. 

Hope this makes sense.

2 replies

Databaser
Forum|alt.badge.img+25
  • Brainy
  • November 18, 2023

As far as I know, you can't natively access that data within automations. 


ScottWorld
Forum|alt.badge.img+35
  • Genius
  • November 18, 2023

Comments are now programmatically available from the API:

https://airtable.com/developers/web/api/model/user-mentioned

However, implementing that into a solution would be challenging, since it would require writing custom code.