Problème no matche button
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.
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

