Hey @Tim1! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
Yeah, you could create a custom node with Intercom, but to be honest, it’s going to be a bit challenging. All automation workflows are stateless—meaning they don’t have any stored memory—so you can’t really use a workflow like a proper chatbot that goes back and forth or references past conversations. There are definitely workarounds, like storing responses and data in a database or spreadsheet and using that as a reference, but depending on what you’re trying to do, a dedicated chatbot platform might be a better fit here.