function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
cg_force_dot_comcg_force_dot_com 

Unable to "mention" a Chatter Group within a FeedComment create element inside Flow

Dear All,

I have a requirement where I need to notify a Chatter Group of a new record creation and record update within Chatter.

I have seen that a FeedItem is created for creation and update events for the record. A simple solution I thought was to mention the Chatter Group within a FeedComment related to the FeedITem created above.

I have tried all the ways I can to "mention" the Chatter Group, however it just comes back as plain text when inserted.

I have tried adding square brackets, @[<<feeditemid>>]. [@<<feeditemid>>], {<<feeditemid>>} and others.

I have manually added a comment from UI and looked at the FeedComment record and tried to replicate the same inside the Flow but again it comes back as plain text without the actual link to the Group.

I am thinking that I am either missing a small thing or its not possible via Flow.

I really did not want to go to Apex Classes to achieve this simple ask.

Please let me know your thoughts and I will give every input a try.

Thanks,
VinayVinay (Salesforce Developers) 
Hi,

Review below links which can help you.

https://automationchampion.com/tag/chatter-and-process-builder-example/
https://automationchampion.com/tag/chatter-and-flow-example/
https://jenwlee.com/2017/12/12/automate-chatter-post-that-mentions-several-users/

Thanks,
Vinay Kumar
cg_force_dot_comcg_force_dot_com
I cannot use the Post to Chatter element. I want to add a comment to an existing post.
Rob_AlexanderRob_Alexander
only the Post to Chatter element allows @mentions in Flow
Irene ManhIrene Manh
Hi cg_force_dot_com,
Did you by any chance find a way to solve the issue?
I am also encountering the same thing, where everything I tried returned just plain text only...