Describe the problem/error/question
I want to apply a If condition like
If set of data is invalid expression, it will give null else it will show the value.
{{ $if(('IF1').item.json["dataValue"] == Invalid expression), null, ('IF1').item.json["dataValue"] }}
But this give me null everytime.
Also,
2nd Question, I want to pass this value to subworkflow.
{{ $if($('S').item.json.klaviyoData.links.next != null, $('S').item.json.klaviyoData.links.next.split("=").pop(), $('S').item.json.klaviyoData) }}
But not consuming
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: