• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed.

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