Conditions between nodes
# support
b
Hi there, I'm having a bit of trouble getting the conditions to run correctly, currently I have an api request which if the response is "unsupported" i want it to run to one node block, and if it isn't "unsupported" i want it to run to another. I used this in the condition section: {{apiRequest.responseBody.action}} != "unsupported" However even when my api request returns unsupported it runs to that node. I figure i must have syntax wrong somewhere, the node is called "apiRequest" too so that isn't the issue. Thanks in advance for the help!
figured it out, just had to use natural language and mess around with the wording
k
Use {{apiRequest.responseBody.action}} == "unsupported" with "type": "LogicEdgeCondition" for the edge to the ā€œunsupportedā€ node, and != "unsupported" for the other also log the actual value to confirm there’s no whitespace or case mismatch..
k
Hey! To help track down this issue, could you share: - The call ID - When exactly this happened (the timestamp) This would really help us figure out what went wrong!