Loop Creating in Slack

Algorizin

Member
I was trying to create a slack chatbot using ChatGPT. Flow is if someone sends a message Bot will reply using ChatGPT. But it's creating a loop. Using it's replying to it's own message which is creating a infinite loop. any ways to solve this?
I followed Pabbly's official video:
I am also using a paid plan.

1704167244818.png
 
Hi,
What you can do is to create a bot and send the ai generated message via that bot.

1704178338552.png


And after receiving a message from slack, use filter by user. This filter will see who is the sender and if the bot is the one who is sending a message, will block and stop the loop.

1704178446601.png
 
Top