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!