{
  "openruna_format": "flow-graph-v1",
  "title": "v1 helper - Find params with affected expressions",
  "slug": "v1-helper-find-params-with-affected-expressions",
  "source_filename": "2037_Manual_N8N_Automation_Triggered.json",
  "nodes": [
    {
      "id": "When clicking \"Execute Workflow\"",
      "name": "When clicking \"Execute Workflow\"",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "n8n",
      "name": "n8n",
      "integration": "n8n",
      "kind": "action"
    },
    {
      "id": "Find params with affected expressions",
      "name": "Find params with affected expressions",
      "integration": "code",
      "kind": "logic"
    }
  ],
  "edges": [
    {
      "from": "n8n",
      "to": "Find params with affected expressions"
    },
    {
      "from": "When clicking \"Execute Workflow\"",
      "to": "n8n"
    }
  ]
}