Is there a way to setup a workflow to take the data from a table on the app layout, and post it to a slack channel?
Yes it is!
1 Like
I can send a string of text, but is there a way to send one of the component tables? Or at least the data from it?
Yes.
Use a Template column to concatenate the data from all columns, then a Joined List column to concatenate the data from all rows, then post that to Slack.
Alternatively, use the CSV integration to create a CSV file, use a Get Webpage Source to fetch the CSV data, then post that to Slack.
2 Likes