I have two bots: A & B
Here's the flow I was testing out:
- Bot A collects first name
- Then jumps to Bot B to collect the last name
- And then it jumps back to Bot A. (here's where I'm seeing duplicate responses)
The final output is correct, however, I can't figure out why it's duplicating the response.
Any ideas?