Problème No match button
Hi everyone 👋
I’m running into an issue with NoMatch.
Here’s my flow:
Talk block → Button block ("Book a meeting")
If the user types something else, it goes to NoMatch.
NoMatch → Capture block (Save entire reply) → API (POST) → Talk block with the API response.
👉 When the user clicks the button, everything works fine.
👉 But when the user types a message (e.g. “I want a recommendation”), the NoMatch triggers, the variable is saved correctly, but the flow stops at the Capture block and doesn’t continue to the API.
I’ve checked:
The variable in the API body is correct
The transition is properly connected (Capture → API → Talk)
No visible errors in the logs
Has anyone seen this before?
Is this a known limitation of NoMatch (not chaining after Capture) or am I missing a setting?
Thanks a lot 🙏

0 Replies