Toph
08/07/2025, 6:21 PMVapi Support Bot
08/07/2025, 6:24 PMjson
"edges": [
{ "from": "introduction", "to": "optionA", "condition": { "type": "logic", "matches": { "field": "choice", "equals": "A" } } },
{ "from": "introduction", "to": "optionB", "condition": { "type": "logic", "matches": { "field": "choice", "equals": "B" } } }
]
Each outgoing edge from a node must have a unique, explicit condition (matches for logic/semantic edges) to pass API validation. Adjust your exported JSON accordingly before import.
[See changelog for details](https://docs.vapi.ai/changelog/2025/2/1).
Source:
- [Changelog: February 1, 2025](https://docs.vapi.ai/changelog/2025/2/1)Chiranjeet Mishra
08/10/2025, 8:02 AM