Skip to main content

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!

 

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!