{
  "openruna_format": "flow-graph-v1",
  "title": "Loading data into a spreadsheet",
  "slug": "loading-data-into-a-spreadsheet",
  "source_filename": "0013_Manual_Noop_Import_Triggered.json",
  "nodes": [
    {
      "id": "On clicking 'execute'",
      "name": "On clicking 'execute'",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "Set",
      "name": "Set",
      "integration": "set",
      "kind": "logic"
    },
    {
      "id": "Mock data (CRM Contacts)",
      "name": "Mock data (CRM Contacts)",
      "integration": "function",
      "kind": "action"
    },
    {
      "id": "Replace me",
      "name": "Replace me",
      "integration": "noOp",
      "kind": "logic"
    }
  ],
  "edges": [
    {
      "from": "Set",
      "to": "Replace me"
    },
    {
      "from": "On clicking 'execute'",
      "to": "Mock data (CRM Contacts)"
    },
    {
      "from": "Mock data (CRM Contacts)",
      "to": "Set"
    }
  ]
}