Form / chat hybrid workflow

Hello team :waving_hand:

I really like Gumloop so far, and wanted to share with you guys a pain I currently have with n8n (that I often use), just in case this sparks ideas on your end :

I have several use case where I’d like to trigger a workflow with a form (like the Interface) but then continue iterating on the result my workflow produced. (just like your custom node editor actually !)

Currently this is not very easy to do in n8n (have the scrit-ness of a form, but also the ability to iterate on a result with a text input, while maintaining context)

TLDR; allow us to create similar logic then your current custom node builder with Gumloop !

Best,
Michaël

1 Like

Hey @midm55 – Thank you for the kind words and the feedback!

Generally, these workflow automations are stateless and don’t retain memory, so referencing previous outputs and going back and forth with a workflow is a limitation. This idea functions more as a chatbot than a full automation in that sense.

That said, it’s definitely an interesting vertical and something for us to consider in the future.

1 Like

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.