Struggling With Slack Threaded Replies

Hey Community,

I am trying to set up slack automation to send a message from a public channel to another public channel and then get the automation to then send the replies in the thread from the recipient channel back to the origin channel within the thread.

In short, I want to be able to have a full threaded conversation on two separate channels.

Is that even possible?

Hey Zach,

you can maybe look to save the thread IDs in a data store and then use them from there across scenarios to maintain threads in two channels. But if you are watching for messages in both channels AND posting messages in both channels, make sure you don’t create a feedback loop and have the scenarios trigger themselves infinitely.