{
  "title": "Dev",
  "version": "2.0.0",
  "name": "dev-rovwglllrgbjbmg",
  "roles": {},
  "forms": {
    "exampleSetValue": {
      "title": "Example Set Value",
      "type": "form",
      "name": "exampleSetValue",
      "path": "examplesetvalue",
      "display": "form",
      "tags": [],
      "settings": {},
      "components": [
        {
          "label": "Source Field",
          "tableView": true,
          "key": "sourceField",
          "type": "textfield",
          "input": true
        },
        {
          "label": "Target Field",
          "tableView": true,
          "key": "targetField",
          "type": "textfield",
          "input": true
        },
        {
          "label": "Click Me",
          "action": "custom",
          "showValidations": false,
          "theme": "secondary",
          "tableView": false,
          "key": "clickMe",
          "logic": [
            {
              "name": "Test",
              "trigger": {
                "type": "event",
                "event": "click"
              },
              "actions": [
                {
                  "name": "asdf",
                  "type": "value",
                  "value": "data.targetField = \"test\""
                }
              ]
            }
          ],
          "type": "button",
          "custom": "var instances = form.flattenComponents();\ninstances.targetField.setValue(\ninstances.sourceField.dataValue\n)",
          "input": true
        }
      ],
      "properties": {},
      "controller": ""
    }
  },
  "actions": {
    "exampleSetValue:save": {
      "title": "Save Submission",
      "name": "save",
      "form": "exampleSetValue",
      "priority": 10,
      "method": [
        "create",
        "update"
      ],
      "handler": [
        "before"
      ]
    }
  },
  "resources": {},
  "excludeAccess": true
}