As the title says, I'm trying to use the "Post a message to Chatter" action in a flow to tag a Chatter group for a newly made record on a custom object. So far I've tried to use a Text Template to have a message and set the template to V
#Flow iew as Plain Text. The Target Name or ID is the new record's ID. So far the Chatter message has successfully posted to the record; however, it still does not tag the group. What am I missing?
#flow
1 resposta
According to the docs here: https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_actions_chatter.htm&type=5
You should use @[reference] where the reference is the group's ID.