Question

How to identify the Slack thread replies?

  • 20 February 2022
  • 1 reply
  • 1168 views

Hi guys! I need your help!

I have an integration between slack and google sheets in which when a post is made it’s directed to a sheet called Posts, and when a reply in the thread is made it’s directed to Replies sheet in google sheets.

 

I need to be able to define the time difference between the post and replies, I thought of making a formula to minus the time after filtering, but i am not sure how to define that a thread reply belongs to a specific post. 

I would truly appreciate your help with this!


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

1 reply

Userlevel 7
Badge +14

Hi @josephsultan 

In the data returned from the Slack trigger, there will be timestamps.

The Thread TS will be for the parent message.

If there those values are the same then, it’s a parent message.