Nov 17, 2023 11:45 AM
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.
Nov 18, 2023 07:44 AM
As far as I know, you can't natively access that data within automations.
Nov 18, 2023 07:52 AM
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.