Question

Help filtering Slack thread messages

  • 23 May 2021
  • 2 replies
  • 331 views

Hi, I am unable to filter slack thread messages

 

Both ts and thread_ts exist for main message. On keeping ts equal to thread_ts it fails with attached image.

Condition ts equal to thread_ts works in zap testing but not after deployed.

Please help me urgently as all of my zaps require thread filtering.

Thanks!

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +12

That is because thread_ts is not returned in the main message. {{}} around indicates that there wasn’t a value for the field. You can set your filter up to only continue if thread ts does not exist. 

 

Thanks it worked!