Help

Re: @Mentions Table Automation

1531 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Wendy1
4 - Data Explorer
4 - Data Explorer

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 2

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

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.