Hello everyone.
I'm a Korean user, but there are still few AirTable users in Korea, so it's hard to find a solution, so I wrote to the community for the first time.
I'm trying to use automation to send messages to Slack that mentions multiple users.
I've tried several ways to do this, but while I know how to mention a single user, I haven't found a way to mention multiple users yet.
I've tried the following formula and automation, but it didn't work.
1. @Mention using a Slack username
<@first.last>
2. @Mention using Slack user's ID
<@memberID>
3. Dynamic @mentioning
CONCATENATE("<@", {Slack member id lookup}, ">")
All of these methods worked when I linked only one record, but when I linked multiple records, they didn't work correctly.
ex.)
when linking sigle record
--------------------------------------------
when linking mulitple record
Does anyone know how to solve this problem? 😭