currently i using n8n workflow, their have switch nodes panel, i using mode rule. on the rules not on number format is not have in between expression, create me on the as expression in javascript.
I have value = 10000
this is the first rules
{{ $json.body.field_fnap_amountapplied[0].value >= 0 && $json.body.field_fnap_amountapplied[0].value <= 5000 }}
this is second rules
{{ Number($json.body.field_fnap_amountapplied[0].value)> 5000 && ($json.body.field_fnap_amountapplied[0].value) <= 15000 }}
My error is the workflow is detact my request value = 10000 on the first rules with is not correct. It must be on the second rules. Help me to have solution for the error output.
for the routing rules i am suing boolean with is is true.
- n8n version: : 1.76.1
Thank you