so basically, I have Workflow A and B A is basic workflow that use different type of nodes of Google Sheet while B is a workflow of 2 nodes only job is to duplicate workflow A using this node API reference | n8n Docs the issue is workflow B return “The node ‘Get Google Sheet’ doesn’t exist, but it’s used in an expression here.” which is expected since B doesn’t have that node I want workflow B to ignore all of the expression in the “Create workflow node”
What is the error message (if any)?
The node ‘Get Google Sheet’ doesn’t exist, but it’s used in an expression here.
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
What I need:
A way for Workflow B to ignore or bypass expression validation when sending Workflow A’s JSON to the API, so it can clone the workflow exactly as-is without checking every expression reference.
Basically:
How do I make the “Create Workflow” node treat the workflow JSON as plain text and not try to validate expressions from other nodes?
Any workaround or known method to skip expression evaluation inside the cloning workflow would be appreciated.