Describe the problem/error/question
Hello everybody!
Is it possible to have an AI Agent (Summary Agent) node interact with the user and then continue the workflow after the user decision? For example, the Summary Agent will ask: “do you have any quesrtions about the retrieved data?, for example, how many physical servers were found in the project?” Then the user can interact until satisfied, then continue with the workflow.
In the workflow all works well
- the user starts the conversation
- the Supervisor Agent asks a few questions and asks for validation
- workflow continues calling APIs and retrieving a JSON file
- here is where I’d like for the Summary Agent to ask the user (which it does) if any questions about the data
- the user can opt for ask the questions or say no
- the issue occurs when the user ask a question, the Supervisor Agent receives the question but has no context of the data retrieved
What is the error message (if any)?
No errors.
Please share your workflow
I can share workflow info later if absolutely required.
Share the output returned by the last node
The last output works fine, there is a call done to MS Power Automate to create a case in Salesforce, then returns a Webhook with case information.
[details="instance information"]
# Debug info
## core
- n8nVersion: 1.118.2
- platform: docker (self-hosted)
- nodeJsVersion: 22.21.0
- nodeEnv: production
- database: postgres
- executionMode: regular
- concurrency: -1
- license: community
- consumerId: unknown
## storage
- success: all
- error: all
- progress: false
- manual: true
- binaryMode: filesystem
## pruning
- enabled: true
- maxAge: 336 hours
- maxCount: 10000 executions
## client
- userAgent: mozilla/5.0 (windows nt 10.0; win64; x64; rv:144.0) gecko/20100101 firefox/144.0
- isTouchDevice: false
Generated at: 2025-11-13T22:03:23.981Z
[/details]
Thank you so muh for your help!



