Best answer

Adding Slack text to rows in a Google Sheet

  • 8 July 2020
  • 2 replies
  • 274 views

Userlevel 1

Hi community,

 

I'm attempting to have new messages posted in a slack channel fill a row in a google sheet. However, when building the Zap, I am only given the threaded comments text as an option to select to fill the row, not the original message text.

 

Why is this? I’d like to choose the main message text to fill the row and then secondarily choose any threaded texts to fill a new column in that same row. 

 

If anyone has successfully tackled this, please let me know how!

 

 

icon

Best answer by Danvers 10 July 2020, 15:58

View original

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

Hi there @kaykay!

 

If you’re using the New message posted in channel trigger then you should see the original message in the field called ‘Text’

 

If you only want the Zap to trigger on original messages (and not threaded responses) then you’ll need to add a filter to the Zap. Set the filter so that it’s looking for the field ‘thread.ts’ and use the filter condition ‘Does not Exist’ 

 

 

That means that the Zap will only continue if there is no thread timestamp (ie that the message is not in a thread). 

 

I hope that helps!