I am trying to effect this use case.
- When a message is sent by a user from one channel to another, I want all responses to that message to appear in a thread.
Current situation
Using this slack trigger [New message posted to channel in Slack] to effect this action [send channel message in slack].
To enable a thread conversation, in the action [send channel message in slack], I placed the “Thread ts data” from the tigger gNew message posted to channel in Slack].
Issue
Whenever a message is sent from Channel a, it is automatically sent to Channel B (which is what I want, great). However, when a user from channel b replies that message from channel a, the reply appears in Channel a as a new line message (see image 1 for example). What I want is to ensure that the conversations on both channels appear in a thread format (see image 2)
I look forward to your feedbacks, Zap fam.