Describe the problem/error/question
I created a workflow that will watch for “File Shared” in specific channel on Slack. The problem is that slack is always triggering whether it was a file or a single message. Since the channel also receive notifications, sometimes it goes into a loop of triggers.
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
n8n version: 1.59.3
Database (default: SQLite): SQLite
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
Operating system: Ubuntu
n8n
September 20, 2024, 4:08pm
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
Hi @baraapro
welcome back to the n8n community
It seems like there’s a bug with the Slack Trigger, thanks for noticing and reporting that. I already created a ticket in our internal system.
In the meantime (to solve your problem) you could use an IF node after the trigger to only let actual File Uplad event pass through:
Let me know if that helps!
Ok Thanks. While you’re on it, please also check why the trigger fires multiple times a second.
system
Closed
December 22, 2024, 12:21pm
7
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.