{
  "Entities": [
    {
      "EntityType": "Rock.Model.WorkflowType",
      "Guid": "2ca48320-594d-41e7-8111-65ba1b5d0c13",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "IsActive": true,
        "WorkflowIdPrefix": "",
        "Name": "Bilingual Workflow Demo",
        "Description": "Author: Jon Corey from Lakepointe Church\n\nLast Update: 12/19/2022\n\nSummary: A demo workflow to use as an example of how to create a bilingual form in a workflow.\n\nDependencies:\n- PreferredLanguage Person Attribute\n- GetLanguage Shortcode",
        "Order": 0,
        "WorkTerm": "Work",
        "ProcessingIntervalSeconds": 28800,
        "IsPersisted": true,
        "SummaryViewText": "<div class='row'>\n    <div class='col-sm-6'>\n        <dl><dt>Started By</dt><dd>{{ Workflow.InitiatorPersonAlias.Person.FullName }}</dd></dl>\n    </div>\n    <div class='col-sm-6'>\n        <dl><dt>Started On</dt><dd>{{ Workflow.ActivatedDateTime | Date:'MM/dd/yyyy' }} at {{ Workflow.ActivatedDateTime | Date:'hh:mm:ss tt' }}</dd></dl>\n    </div>\n</div>\n\n{% assign attributeList = '' %}\n{% for attribute in Workflow.AttributeValues %}\n    {% if attribute.AttributeIsGridColumn %}\n        {% assign attributeValue = attribute.ValueFormatted %}\n        {% if attributeValue != '' %}\n            {% capture item %}<dt>{{ attribute.AttributeName }}</dt><dd>{{ attributeValue }}</dd>{% endcapture %}\n            {% assign attributeList = attributeList | Append:item %}\n        {% endif %}\n    {% endif %}\n{% endfor %}\n\n{% if attributeList != '' %}\n    <div class='row'>\n        <div class='col-sm-6'>\n            <dl>\n                {{ attributeList }}\n            </dl>\n        </div>\n    </div>\n{% endif %}",
        "NoActionMessage": "This {{ Workflow.WorkflowType.WorkTerm }} does not currently require your attention.",
        "LogRetentionPeriod": null,
        "CompletedWorkflowRetentionPeriod": null,
        "LoggingLevel": 0,
        "IconCssClass": "fa fa-globe-americas",
        "MaxWorkflowAgeDays": 1,
        "IsFormBuilder": false,
        "FormBuilderSettingsJson": null,
        "FormStartDateTime": null,
        "FormEndDateTime": null,
        "WorkflowExpireDateTime": null,
        "IsLoginRequired": false,
        "CreatedDateTime": "2022-12-20T13:42:17.927",
        "ModifiedDateTime": "2022-12-21T14:56:25.923"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "CategoryId",
          "EntityType": "",
          "Type": 4,
          "Data": "WorkflowCategory"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActivityType",
      "Guid": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df",
      "GenerateNewGuid": true,
      "Properties": {
        "IsActive": true,
        "Name": "Start",
        "Description": "",
        "IsActivatedWithWorkflow": true,
        "Order": 0,
        "CreatedDateTime": "2022-12-20T13:42:18.073",
        "ModifiedDateTime": "2022-12-20T13:42:18.073"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowTypeId",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "2ca48320-594d-41e7-8111-65ba1b5d0c13"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "2aa3e869-23db-4ef7-a28e-dec2ae89c850",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Language",
        "Order": 0,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Lava",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Value",
        "Name": "Lava",
        "Description": "The <span class='tip tip-lava'></span> to run.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-30T11:34:53.46"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "413f34c2-7400-41b4-b4fc-390a7f62b124",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorHeight",
        "Value": "300"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fcf31895-f8f1-4689-83ef-9b27f431123e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorMode",
        "Value": "Lava"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "891a3341-f3e5-42e2-9a5b-d3431c071bf1",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "editorTheme",
        "Value": "Rock"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "3de911b8-9a13-4696-9945-c12f030dad59",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{[ GetLanguage ]}",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T14:33:52.82",
        "ModifiedDateTime": "2022-12-20T14:33:52.82"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2aa3e869-23db-4ef7-a28e-dec2ae89c850"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f1924bdc-9b79-4018-9d4a-c3516c87a514",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "9988d064-8f15-48bc-bb52-3160ca17fe08",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-12-20T14:33:52.82",
        "ModifiedDateTime": "2022-12-20T14:33:52.82"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1924bdc-9b79-4018-9d4a-c3516c87a514"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2aa3e869-23db-4ef7-a28e-dec2ae89c850"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1b833f48-efc2-4537-b1e3-7793f6863eaa",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-30T11:34:53.473"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "431273c6-342d-4030-adc7-7cdedc7f8b27",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to store the result in.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0d365201-c48e-41f2-ac82-c9f1ddbc031a",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "cf129dbc-110d-4ce2-8727-67bc90ee5d3c",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T14:33:52.82",
        "ModifiedDateTime": "2022-12-20T14:33:52.82"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "431273c6-342d-4030-adc7-7cdedc7f8b27"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2aa3e869-23db-4ef7-a28e-dec2ae89c850"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "f3e380bf-aac8-4015-9adc-0df56b5462f5",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Enabled Lava Commands",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "EnabledLavaCommands",
        "Name": "Enabled Lava Commands",
        "Description": "The Lava commands that should be enabled for this action.",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.LavaCommandsFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "8d1eab37-b56e-4046-a8b5-222cfc662c1f",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get the Currently Logged-in Person (if any)",
        "Order": 1,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": null,
        "CriteriaComparisonType": 1,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeToCurrentPerson"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "de9cb292-4785-4ea3-976d-3826f91e9e98",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeToCurrentPerson"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d04acff2-7c18-417b-9294-a6e8f754e56f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-12-20T14:33:53.017",
        "ModifiedDateTime": "2022-12-20T14:33:53.017"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "de9cb292-4785-4ea3-976d-3826f91e9e98"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8d1eab37-b56e-4046-a8b5-222cfc662c1f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "bbed8a83-8bb2-4d35-bafb-05f67dcad112",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Person Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "PersonAttribute",
        "Name": "Person Attribute",
        "Description": "The attribute to set to the currently logged in person.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-30T11:34:53.727"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeToCurrentPerson"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a94c8af7-9667-450d-b74c-f66eb132a8d9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bbed8a83-8bb2-4d35-bafb-05f67dcad112"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "19138c1f-58fb-4686-9e34-614082db5eaf",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "7576e8c2-bd59-4b11-a2d6-a1e0e5ca28d9",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T14:33:53.017",
        "ModifiedDateTime": "2022-12-20T14:33:53.017"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "bbed8a83-8bb2-4d35-bafb-05f67dcad112"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "8d1eab37-b56e-4046-a8b5-222cfc662c1f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "89e9bced-91ab-47b0-ad52-d78b0b7cb9e8",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-30T11:34:53.733"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeToCurrentPerson"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "864fc0f7-7233-4211-8db3-cca1210ac341",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Pre-Load First Name",
        "Order": 2,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "7576e8c2-bd59-4b11-a2d6-a1e0e5ca28d9",
        "CriteriaComparisonType": 64,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "d7eaa859-f500-4521-9523-488b12eaa7d2",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2810cc44-ef9f-425e-9426-776429cacf9c",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-12-20T14:33:53.12",
        "ModifiedDateTime": "2022-12-20T14:33:53.12"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d7eaa859-f500-4521-9523-488b12eaa7d2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "864fc0f7-7233-4211-8db3-cca1210ac341"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "44a0b977-4730-4519-8ff6-b0a01a95b212",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Attribute",
        "Name": "Attribute",
        "Description": "The attribute to set the value of.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-30T11:34:53.787"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "40f7649f-97ff-47ff-bab5-4c19a4dbedfe",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "75aae557-6463-4a64-9244-ed77a1681ec9",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T14:33:53.12",
        "ModifiedDateTime": "2022-12-20T14:33:53.12"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "44a0b977-4730-4519-8ff6-b0a01a95b212"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "864fc0f7-7233-4211-8db3-cca1210ac341"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "57093b41-50ed-48e5-b72b-8829e62704c8",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-30T11:34:53.797"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e5272b11-a2b8-49dc-860d-8d574e2bc15c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Text Value|Attribute Value",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Value",
        "Name": "Text Value|Attribute Value",
        "Description": "The text or attribute to set the value from. <span class='tip tip-lava'></span>",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "173c1ceb-c54b-44fc-b35b-04e2e1f44073",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Activity | Attribute:'Person','Object' | Property:'NickName' }}",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T14:33:53.12",
        "ModifiedDateTime": "2022-12-20T15:42:54.063"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e5272b11-a2b8-49dc-860d-8d574e2bc15c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "864fc0f7-7233-4211-8db3-cca1210ac341"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "841cf495-8434-464b-a34d-da7c6f6c22ca",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Pre-Load Last Name",
        "Order": 3,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "7576e8c2-bd59-4b11-a2d6-a1e0e5ca28d9",
        "CriteriaComparisonType": 64,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "86393247-682f-4098-8498-db86fd4deacb",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-12-20T14:33:53.22",
        "ModifiedDateTime": "2022-12-20T14:33:53.22"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d7eaa859-f500-4521-9523-488b12eaa7d2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "841cf495-8434-464b-a34d-da7c6f6c22ca"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "eb53a1cc-48f7-4ff7-9c1d-40d9d2888082",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "9465a817-ec02-491f-a4c7-dac92777b52a",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T14:33:53.22",
        "ModifiedDateTime": "2022-12-20T14:33:53.22"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "44a0b977-4730-4519-8ff6-b0a01a95b212"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "841cf495-8434-464b-a34d-da7c6f6c22ca"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d97cfaac-b880-43c1-ab4d-0a5d81f0a4fe",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Activity | Attribute:'Person','Object' | Property:'LastName' }}",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T14:33:53.22",
        "ModifiedDateTime": "2022-12-20T15:42:54.183"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e5272b11-a2b8-49dc-860d-8d574e2bc15c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "841cf495-8434-464b-a34d-da7c6f6c22ca"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "9e74813b-51c7-4a65-bbad-4138f474ca3a",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Pre-Load Email",
        "Order": 4,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "7576e8c2-bd59-4b11-a2d6-a1e0e5ca28d9",
        "CriteriaComparisonType": 64,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "aef6bf9c-6ee1-4e22-8363-ff9e4ff04612",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-12-20T14:33:53.317",
        "ModifiedDateTime": "2022-12-20T14:33:53.317"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d7eaa859-f500-4521-9523-488b12eaa7d2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "9e74813b-51c7-4a65-bbad-4138f474ca3a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "32fc114d-ca69-4bf5-b1a6-b3348bf52e74",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "dee013f7-8bf4-4343-885a-3521d63ca53e",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T14:33:53.317",
        "ModifiedDateTime": "2022-12-20T14:33:53.317"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "44a0b977-4730-4519-8ff6-b0a01a95b212"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "9e74813b-51c7-4a65-bbad-4138f474ca3a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "4a94444f-9cb5-4c49-8818-4a90a1e87762",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Activity | Attribute:'Person','Object' | Property:'Email' }}",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T14:33:53.317",
        "ModifiedDateTime": "2022-12-20T15:42:54.267"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e5272b11-a2b8-49dc-860d-8d574e2bc15c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "9e74813b-51c7-4a65-bbad-4138f474ca3a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "1c5046cd-ec37-435f-a6ff-15144f483b0b",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Pre-Load Phone Number",
        "Order": 5,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "7576e8c2-bd59-4b11-a2d6-a1e0e5ca28d9",
        "CriteriaComparisonType": 64,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetAttributeValue"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "94012887-8cfd-4379-849e-d61a860d0d7b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-12-20T14:33:53.417",
        "ModifiedDateTime": "2022-12-20T14:33:53.417"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "d7eaa859-f500-4521-9523-488b12eaa7d2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "1c5046cd-ec37-435f-a6ff-15144f483b0b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "74384736-ddc1-4d76-b1d7-562d1735c57f",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "5ddf2c64-38b7-40d4-acb6-2321f9b70669",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T14:33:53.417",
        "ModifiedDateTime": "2022-12-20T14:33:53.417"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "44a0b977-4730-4519-8ff6-b0a01a95b212"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "1c5046cd-ec37-435f-a6ff-15144f483b0b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7de1a188-74e9-401d-a148-ab063bb48ed5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{{ Activity | Attribute:'Person','Object' | PhoneNumber:'Mobile',true }}",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T14:33:53.417",
        "ModifiedDateTime": "2022-12-20T15:42:54.35"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e5272b11-a2b8-49dc-860d-8d574e2bc15c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "1c5046cd-ec37-435f-a6ff-15144f483b0b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Category",
      "Guid": "994992bc-be9e-4555-9e76-f1d6219aab13",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Order": 0,
        "Name": "Person",
        "Description": null,
        "IconCssClass": null,
        "HighlightColor": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedType",
      "Guid": "2e6540ea-63f0-40fe-be50-f2a84735e600",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 0,
        "Name": "Connection Status",
        "Description": "Determines the level of connection (member, visitor, etc.) the individual has to the organization.",
        "HelpText": "",
        "IsActive": true,
        "EnableSecurityOnValues": false,
        "CategorizedValuesEnabled": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "994992bc-be9e-4555-9e76-f1d6219aab13"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "994992bc-be9e-4555-9e76-f1d6219aab13"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedValue",
      "Guid": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 2,
        "Value": "Visitor",
        "Description": "Used when a person first enters through your first-time visitor process. As they continue to attend they will become an attendee and possibly a member.",
        "IsActive": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "DefinedTypeId",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e6540ea-63f0-40fe-be50-f2a84735e600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "23777a50-e000-4f29-994f-26635a357160",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Color",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "Color",
        "Name": "Color",
        "Description": "",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e6540ea-63f0-40fe-be50-f2a84735e600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "284a3213-efeb-4c93-af94-428fc699d3cb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Value": "#afd074",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": true,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "23777a50-e000-4f29-994f-26635a357160"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedType",
      "Guid": "8522badd-2871-45a5-81dd-c76da07e2e7e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 0,
        "Name": "Record Status",
        "Description": "Notes the state (Active, Inactive, Pending, etc.) of the record.",
        "HelpText": null,
        "IsActive": true,
        "EnableSecurityOnValues": false,
        "CategorizedValuesEnabled": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "994992bc-be9e-4555-9e76-f1d6219aab13"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedValue",
      "Guid": "283999ec-7346-42e3-b807-bce9b2babb49",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 3,
        "Value": "Pending",
        "Description": "Is used by the system to mark a record that needs to be verified before becoming active.  This state is often used when someone registers on-line to allow a staff person to confirm the new individual and check that it is not a duplicate record.",
        "IsActive": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "DefinedTypeId",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "8522badd-2871-45a5-81dd-c76da07e2e7e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Category",
      "Guid": "8437cc1a-a799-4a49-b336-19ce03a06ef0",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Order": 0,
        "Name": "Group",
        "Description": null,
        "IconCssClass": null,
        "HighlightColor": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedType",
      "Guid": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 2,
        "Name": "Location Type",
        "Description": "Categorizes (home, work, etc.) locations for use in groups.",
        "HelpText": null,
        "IsActive": true,
        "EnableSecurityOnValues": false,
        "CategorizedValuesEnabled": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "8437cc1a-a799-4a49-b336-19ce03a06ef0"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "8437cc1a-a799-4a49-b336-19ce03a06ef0"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedValue",
      "Guid": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 0,
        "Value": "Home",
        "Description": "Address where the family lives.",
        "IsActive": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "DefinedTypeId",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "85ed6e0f-9087-4f0f-993b-4bd5fca9dcb9",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Allow Map Selection",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "AllowMapSelection",
        "Name": "Allow Map Selection",
        "Description": "When adding a location of this type to a group, should user be able to select a point on a map?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c9c190c0-6b5b-4882-9d9d-fb86718f5135",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "falsetext",
        "Value": "No"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "85ed6e0f-9087-4f0f-993b-4bd5fca9dcb9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f5bde6e9-1c95-4c28-a28e-68a5658b4665",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "truetext",
        "Value": "Yes"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "85ed6e0f-9087-4f0f-993b-4bd5fca9dcb9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "7cd85825-d3db-45ff-bc34-9313b53f5c34",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": true,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "85ed6e0f-9087-4f0f-993b-4bd5fca9dcb9"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7c1271ec-e809-42fd-8cf1-f61ce02aebc2",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Allow Named Selection",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "AllowNamedSelection",
        "Name": "Allow Named Selection",
        "Description": "When adding a location of this type to a group, should user be able to select a named location?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "013cfb1f-5d3d-4b69-a972-ac4810141866",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "falsetext",
        "Value": "No"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7c1271ec-e809-42fd-8cf1-f61ce02aebc2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "bbe52779-308a-466f-a220-37fc9e7e6320",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "truetext",
        "Value": "Yes"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7c1271ec-e809-42fd-8cf1-f61ce02aebc2"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e82af5db-2a13-4c9e-8d27-6d27a7412aff",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": true,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7c1271ec-e809-42fd-8cf1-f61ce02aebc2"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "4bdbbe2f-6ecc-4c08-971d-7518c217a67b",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Allow Address Selection",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "AllowAddressSelection",
        "Name": "Allow Address Selection",
        "Description": "When adding a location of this type to a group, should user be able to select an address?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f3ace584-5993-4bd4-991f-a2f08f0a3788",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "falsetext",
        "Value": "No"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4bdbbe2f-6ecc-4c08-971d-7518c217a67b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "48b28573-05c7-4ce6-a690-300d1ce11bb9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "truetext",
        "Value": "Yes"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4bdbbe2f-6ecc-4c08-971d-7518c217a67b"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "d074fd27-0ce5-40ce-af23-d053b1b318aa",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": true,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "4bdbbe2f-6ecc-4c08-971d-7518c217a67b"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "348b1563-bbc9-4853-bd4e-4ceae87ca2b6",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Icon CSS Class",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "IconCSSClass",
        "Name": "Icon CSS Class",
        "Description": "",
        "Order": 2014,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "2e68d37c-fb7b-4aa5-9e09-3785d52156cb"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "bc6d29dc-ddf3-4f0f-9b84-6a4c9abc6cad",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Value": "fa fa-home",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": true,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "348b1563-bbc9-4853-bd4e-4ceae87ca2b6"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Category",
      "Guid": "cb71e9cd-f11d-4ea0-a154-edf3cecf6f77",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "EntityTypeQualifierColumn": null,
        "EntityTypeQualifierValue": null,
        "Order": 0,
        "Name": "Global",
        "Description": null,
        "IconCssClass": null,
        "HighlightColor": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedType"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedType",
      "Guid": "407a3a73-a3ef-4970-b856-2a33f62ac72e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Order": 26,
        "Name": "Button HTML",
        "Description": "Contains HTML for common button styles.",
        "HelpText": null,
        "IsActive": true,
        "EnableSecurityOnValues": false,
        "CategorizedValuesEnabled": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "CategoryId",
          "EntityType": "Rock.Model.Category",
          "Type": 1,
          "Data": "cb71e9cd-f11d-4ea0-a154-edf3cecf6f77"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.DefinedValue",
      "Guid": "fdc397cd-8b4a-436e-bea1-bce2e6717c03",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Order": 0,
        "Value": "Primary",
        "Description": "Used for the primary button on the form. Styled to use the Rock brand color (orange).",
        "IsActive": true,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "DefinedTypeId",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "407a3a73-a3ef-4970-b856-2a33f62ac72e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "6ff59f53-28ea-4bfe-afe1-a459cc588495",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Button HTML",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "ButtonHTML",
        "Name": "Button HTML",
        "Description": "The HTML to use for displaying a button. \"{{ ButtonLink }}\", \"{{ ButtonClick }}\" and \"{{ ButtonText }}\" merge fields are available to be used in the HTML as placeholders.  {{ ButtonLink }} will be replaced with the url that user should be redirected to when they select that button.  {{ ButtonClick }} is replaced with any necessary client script (e.g. validation and animation).  {{ ButtonText }} is replaced with the name to be displayed.",
        "Order": 28,
        "IsGridColumn": true,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "407a3a73-a3ef-4970-b856-2a33f62ac72e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7e21a104-50f6-4c93-943b-d1ebee3444ee",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorHeight",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "203785f4-60c1-4bd4-b2f4-cc125857a360",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorMode",
        "Value": "2"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "afd572cd-b751-474f-945d-97dd1a3c7edf",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorTheme",
        "Value": "0"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1c99c131-60b2-40dd-ac2a-1697856920c5",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Value": "<a  href=\"{{ ButtonLink }}\" \r\n    onclick=\"{{ ButtonClick }}\"\r\n    data-loading-text=\"<i class='fa fa-refresh fa-spin'></i> {{ ButtonText }}\"\r\n    class=\"btn btn-primary\"\r\n    >\r\n    {{ ButtonText }}\r\n</a>",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": true,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "6ff59f53-28ea-4bfe-afe1-a459cc588495"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8da98984-ba25-473c-93ba-8ba2fd58c4c7",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Button Email HTML",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "DefinedTypeId",
        "Key": "ButtonEmailHTML",
        "Name": "Button Email HTML",
        "Description": "The HTML to use for displaying a button in an HTML email. {{ ButtonLink }}, {{ ButtonClick }} and {{ ButtonText }} merge fields are available to be used in the HTML as placeholders.  {{ ButtonLink }} will be replaced with the url that user should be redirected to when they select that button.  {{ ButtonClick }} is replaced with any necessary client script (e.g. validation and animation).  {{ ButtonText }} is replaced with the name to be displayed.",
        "Order": 35,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.CodeEditorFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.DefinedValue"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.DefinedType",
          "Type": 1,
          "Data": "407a3a73-a3ef-4970-b856-2a33f62ac72e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "73b8da44-9d4b-4c93-bcea-632b6b43426e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorHeight",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8da98984-ba25-473c-93ba-8ba2fd58c4c7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "94a24055-9866-4ac8-8e57-278d232c935b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorMode",
        "Value": "2"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8da98984-ba25-473c-93ba-8ba2fd58c4c7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3446ecac-9273-449c-b933-f0f6506f5b19",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Key": "editorTheme",
        "Value": "0"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8da98984-ba25-473c-93ba-8ba2fd58c4c7"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1a8173bd-291d-4b9c-bf6c-b603cd1fc3bd",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": true,
        "Value": "<table align=\"left\" style=\"width: 29%; min-width: 190px; margin-bottom: 12px;\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n   <td>\r\n\r\n\t\t<div><!--[if mso]>\r\n\t\t  <v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\"{{ ButtonLink }}\" style=\"height:38px;v-text-anchor:middle;width:175px;\" arcsize=\"11%\" strokecolor=\"#e76812\" fillcolor=\"#ee7624\">\r\n\t\t\t<w:anchorlock/>\r\n\t\t\t<center style=\"color:#ffffff;font-family:sans-serif;font-size:13px;font-weight:normal;\">{{ ButtonText }}</center>\r\n\t\t  </v:roundrect>\r\n\t\t<![endif]--><a href=\"{{ ButtonLink }}\"\r\n\t\tstyle=\"background-color:#ee7624;border:1px solid #e76812;border-radius:4px;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:normal;line-height:38px;text-align:center;text-decoration:none;width:175px;-webkit-text-size-adjust:none;mso-hide:all;\">{{ ButtonText }}</a></div>\r\n\r\n\t</td>\r\n </tr>\r\n</table>",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": true,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8da98984-ba25-473c-93ba-8ba2fd58c4c7"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionForm",
      "Guid": "a8332c33-ecf4-4f7c-927e-f56c577d4f13",
      "GenerateNewGuid": true,
      "Properties": {
        "IncludeActionsInNotification": true,
        "Header": "{%- assign WorkflowTypeId = 'Global' | PageParameter:'WorkflowTypeId' -%}\n{%- if WorkflowTypeId != empty -%}\n    {%- capture link -%}?WorkflowTypeId={{ WorkflowTypeId }}&lang=es{%- endcapture -%}\n{%- else -%}\n    {%- assign link = '?lang=es' -%}\n{%- endif -%}\n<a class=\"btn btn-primary\" href=\"{{ link }}\" style=\"float: right;\">En Español</a><br><br>",
        "Footer": "",
        "ActionAttributeGuid": null,
        "AllowNotes": false,
        "AllowPersonEntry": false,
        "PersonEntryPreHtml": "",
        "PersonEntryPostHtml": "",
        "PersonEntryCampusIsVisible": true,
        "PersonEntryAutofillCurrentPerson": true,
        "PersonEntryHideIfCurrentPersonKnown": false,
        "PersonEntrySpouseEntryOption": 0,
        "PersonEntryGenderEntryOption": 2,
        "PersonEntryEmailEntryOption": 2,
        "PersonEntryMobilePhoneEntryOption": 0,
        "PersonEntryBirthdateEntryOption": 0,
        "PersonEntryAddressEntryOption": 0,
        "PersonEntryMaritalStatusEntryOption": 0,
        "PersonEntryRaceEntryOption": 0,
        "PersonEntryEthnicityEntryOption": 0,
        "PersonEntrySpouseLabel": "Spouse",
        "PersonEntryPersonAttributeGuid": null,
        "PersonEntrySpouseAttributeGuid": null,
        "PersonEntryFamilyAttributeGuid": null,
        "PersonEntryTitle": null,
        "PersonEntryDescription": null,
        "PersonEntryShowHeadingSeparator": false,
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T15:31:06.717"
      },
      "Transforms": {
        "5df81bd2-6d4e-438e-98a8-6e756b738264": "Submit^fdc397cd-8b4a-436e-bea1-bce2e6717c03^^Your information has been submitted successfully.|"
      },
      "References": [
        {
          "Property": "PersonEntryConnectionStatusValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2"
        },
        {
          "Property": "PersonEntryRecordStatusValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "283999ec-7346-42e3-b807-bce9b2babb49"
        },
        {
          "Property": "PersonEntryGroupLocationTypeValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        },
        {
          "Property": "Actions",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "cf129dbc-110d-4ce2-8727-67bc90ee5d3c",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Language",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Language",
        "Name": "Language",
        "Description": "",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-12-21T14:56:26.097"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "2ca48320-594d-41e7-8111-65ba1b5d0c13"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ce4feabc-d46f-471a-8dd7-52e6522e32d9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "cf129dbc-110d-4ce2-8727-67bc90ee5d3c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "8ab8e5ad-1f48-4107-923d-45ee5444ea10",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "cf129dbc-110d-4ce2-8727-67bc90ee5d3c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2d09308c-8e7d-4859-b3d9-f0babe9a0d27",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "cf129dbc-110d-4ce2-8727-67bc90ee5d3c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "e420644f-832c-40ec-a169-8e84ff6bb2e2",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 0,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a8332c33-ecf4-4f7c-927e-f56c577d4f13"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "cf129dbc-110d-4ce2-8727-67bc90ee5d3c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "7576e8c2-bd59-4b11-a2d6-a1e0e5ca28d9",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Person",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "Person",
        "Name": "Person",
        "Description": "",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-12-21T14:56:26.27"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.PersonFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.PersonFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "a2a8e96e-a555-46dd-a3a7-c80d36ad856a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "EnableSelfSelection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7576e8c2-bd59-4b11-a2d6-a1e0e5ca28d9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "fa2bab53-4fa5-4ff5-8934-82e1eac2a9d7",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 1,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a8332c33-ecf4-4f7c-927e-f56c577d4f13"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7576e8c2-bd59-4b11-a2d6-a1e0e5ca28d9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "75aae557-6463-4a64-9244-ed77a1681ec9",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "First Name",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "FirstName",
        "Name": "First Name",
        "Description": "",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-12-21T14:56:26.303"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b72f97cf-b847-4e85-85f2-39c45adc9566",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "75aae557-6463-4a64-9244-ed77a1681ec9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ba86e89a-8ed1-47c8-a41c-96ff3327de46",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "75aae557-6463-4a64-9244-ed77a1681ec9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "506b2b03-650a-4370-a53d-ec7500276b77",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "75aae557-6463-4a64-9244-ed77a1681ec9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "f5402fd0-6874-4095-ad64-ef47be3f489a",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 2,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a8332c33-ecf4-4f7c-927e-f56c577d4f13"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "75aae557-6463-4a64-9244-ed77a1681ec9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "9465a817-ec02-491f-a4c7-dac92777b52a",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Last Name",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "LastName",
        "Name": "Last Name",
        "Description": "",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-12-21T14:56:26.357"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.TextFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fbaf1b19-e5d9-4923-aceb-3cb000afed94",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "ispassword",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9465a817-ec02-491f-a4c7-dac92777b52a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f9a9db6c-3183-4f58-8138-045786215434",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "maxcharacters",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9465a817-ec02-491f-a4c7-dac92777b52a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "05e694f5-bb1a-4a43-9cc6-28fd86d80737",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "showcountdown",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9465a817-ec02-491f-a4c7-dac92777b52a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "77037db3-5e50-4902-a62b-8109aba601ac",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 3,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a8332c33-ecf4-4f7c-927e-f56c577d4f13"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9465a817-ec02-491f-a4c7-dac92777b52a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "dee013f7-8bf4-4343-885a-3521d63ca53e",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Email",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "Email",
        "Name": "Email",
        "Description": "",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-12-21T14:56:26.397"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.EmailFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.EmailFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "f8ab7947-59d5-491b-8c2b-50204e660382",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 4,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a8332c33-ecf4-4f7c-927e-f56c577d4f13"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "dee013f7-8bf4-4343-885a-3521d63ca53e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "5ddf2c64-38b7-40d4-acb6-2321f9b70669",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Phone Number",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "PhoneNumber",
        "Name": "Phone Number",
        "Description": "",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-12-21T14:56:26.443"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.PhoneNumberFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.PhoneNumberFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "2094ce89-fb53-422c-ac35-359b8aba0aac",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 5,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a8332c33-ecf4-4f7c-927e-f56c577d4f13"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5ddf2c64-38b7-40d4-acb6-2321f9b70669"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a57a8fa8-0249-424c-bf78-efb5d4534de9",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Favorite Color",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "FavoriteColor",
        "Name": "Favorite Color",
        "Description": "",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "Attribute not supported",
        "DefaultPersistedHtmlValue": "Attribute not supported",
        "DefaultPersistedCondensedTextValue": "Attribute not supported",
        "DefaultPersistedCondensedHtmlValue": "Attribute not supported",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-12-21T14:56:26.487"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SelectSingleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SelectSingleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4c136fce-eccf-4f53-ae62-546516953097",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "rb"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a57a8fa8-0249-424c-bf78-efb5d4534de9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9765c8c9-ca49-4b46-a96e-8030773ac960",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "repeatColumns",
        "Value": "1"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a57a8fa8-0249-424c-bf78-efb5d4534de9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d1eb4491-bbea-4109-a31a-27b3f5857052",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "{% capture lang %}{[ GetLanguage ]}{% endcapture %}\n{% if lang == 'es' %}\n1^Rojo,\n2^Azul,\n3^Verde,\n4^Amarillo\n{% else %}\n1^Red,\n2^Blue,\n3^Green,\n4^Yellow\n{% endif %}"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a57a8fa8-0249-424c-bf78-efb5d4534de9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "0ca8b5e6-b24d-434b-b031-323ce475f0a4",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 6,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a8332c33-ecf4-4f7c-927e-f56c577d4f13"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a57a8fa8-0249-424c-bf78-efb5d4534de9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a14d778f-52e9-4800-abab-e98cb8c8f279",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Language - English",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Language-English",
        "Name": "Language - English",
        "Description": "",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "df0a29a7-a61e-e4a7-4f3d-58cfdd3d3871",
        "DefaultPersistedTextValue": "English",
        "DefaultPersistedHtmlValue": "English",
        "DefaultPersistedCondensedTextValue": "English",
        "DefaultPersistedCondensedHtmlValue": "English",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-12-21T14:56:26.133"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DefinedValueFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "2ca48320-594d-41e7-8111-65ba1b5d0c13"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DefinedValueFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "efd80e2e-57c0-4ca8-80a5-30e37a3680f2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "AllowAddingNewValues",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a14d778f-52e9-4800-abab-e98cb8c8f279"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "dcf4f866-d7c4-4c3e-ad08-a5be018c9e94",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowmultiple",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a14d778f-52e9-4800-abab-e98cb8c8f279"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "81094fca-5bab-40e2-95c6-b80bbdfbe08f",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "definedtype",
        "Value": "95"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a14d778f-52e9-4800-abab-e98cb8c8f279"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "304717ac-d6b9-42cb-9631-1cea44b9c296",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displaydescription",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a14d778f-52e9-4800-abab-e98cb8c8f279"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "d94a9a56-19b3-436e-b327-eaf4b2bdfcd1",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enhancedselection",
        "Value": "True"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a14d778f-52e9-4800-abab-e98cb8c8f279"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "93f84f2c-29bb-40e1-b31d-4f779e510c51",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "includeInactive",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a14d778f-52e9-4800-abab-e98cb8c8f279"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "68780d24-d3f0-440c-b43a-249cfc9f9828",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "RepeatColumns",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a14d778f-52e9-4800-abab-e98cb8c8f279"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7b78891b-d3a7-4b8a-874b-638b42efb0ae",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "SelectableDefinedValuesId",
        "Value": "968,969"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a14d778f-52e9-4800-abab-e98cb8c8f279"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "160cd765-1991-4f22-97ef-766600d6fe30",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 7,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T15:42:53.977",
        "ModifiedDateTime": "2022-12-20T16:08:16.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a8332c33-ecf4-4f7c-927e-f56c577d4f13"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a14d778f-52e9-4800-abab-e98cb8c8f279"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ef0c7efd-0e7e-4216-8299-f289e35c1268",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Language - Spanish",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "WorkflowTypeId",
        "Key": "Language-Spanish",
        "Name": "Language - Spanish",
        "Description": "",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "c93cb430-8554-e599-4f49-d7f3ced2b2c7",
        "DefaultPersistedTextValue": "Spanish",
        "DefaultPersistedHtmlValue": "Spanish",
        "DefaultPersistedCondensedTextValue": "Spanish",
        "DefaultPersistedCondensedHtmlValue": "Spanish",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-12-21T14:56:26.177"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DefinedValueFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowType",
          "Type": 1,
          "Data": "2ca48320-594d-41e7-8111-65ba1b5d0c13"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DefinedValueFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.Workflow"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "34be9f6f-c1b6-45d3-94b6-e6df32f14081",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "AllowAddingNewValues",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ef0c7efd-0e7e-4216-8299-f289e35c1268"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f3701f14-f331-44ce-9088-4e93110ada1a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowmultiple",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ef0c7efd-0e7e-4216-8299-f289e35c1268"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "0ce299c4-dba3-4e0c-823c-ae877685aef2",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "definedtype",
        "Value": "95"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ef0c7efd-0e7e-4216-8299-f289e35c1268"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b201ddda-96e8-4b66-b32d-233320ad40db",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displaydescription",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ef0c7efd-0e7e-4216-8299-f289e35c1268"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "8cc81b92-b3a2-4b1e-8430-61dea603afa1",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enhancedselection",
        "Value": "True"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ef0c7efd-0e7e-4216-8299-f289e35c1268"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "21194bbf-bed4-4701-96c6-d2e849fa6531",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "includeInactive",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ef0c7efd-0e7e-4216-8299-f289e35c1268"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "3ae2d09b-df42-4d5c-bede-865da3ed7a1b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "RepeatColumns",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ef0c7efd-0e7e-4216-8299-f289e35c1268"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "24ed75c5-9806-4e16-be10-18e3233dedb9",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "SelectableDefinedValuesId",
        "Value": "968,969"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ef0c7efd-0e7e-4216-8299-f289e35c1268"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "891e7d4e-41af-47f6-9a05-81c505023d39",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 8,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T15:42:53.977",
        "ModifiedDateTime": "2022-12-20T16:08:16.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a8332c33-ecf4-4f7c-927e-f56c577d4f13"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ef0c7efd-0e7e-4216-8299-f289e35c1268"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "387ce1fe-c48a-4fc5-b1a6-7a722c919149",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Marital Status",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "MaritalStatus",
        "Name": "Marital Status",
        "Description": "",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-12-21T14:56:26.54"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DefinedValueFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DefinedValueFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "f6a7160d-884d-422c-9c3f-34413dff3089",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "AllowAddingNewValues",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "387ce1fe-c48a-4fc5-b1a6-7a722c919149"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "c9ffa177-2313-4d7c-869a-3c94b04a9b5b",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowmultiple",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "387ce1fe-c48a-4fc5-b1a6-7a722c919149"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "ed89d34e-64f9-48d5-8360-818074e2fc37",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "definedtype",
        "Value": "7"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "387ce1fe-c48a-4fc5-b1a6-7a722c919149"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "160f3fc4-6985-473d-bacd-d87b5fbfe5ef",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "displaydescription",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "387ce1fe-c48a-4fc5-b1a6-7a722c919149"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b26764d5-4d0b-4d94-997c-7c75262df112",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enhancedselection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "387ce1fe-c48a-4fc5-b1a6-7a722c919149"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7bb9a1d6-93da-4bd6-9513-008a2ba80218",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "includeInactive",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "387ce1fe-c48a-4fc5-b1a6-7a722c919149"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "8ff3100a-fdc0-4e2c-b25d-64884a76ea98",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "RepeatColumns",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "387ce1fe-c48a-4fc5-b1a6-7a722c919149"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "4afc0d03-af96-4bd2-8420-acac0143c933",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "SelectableDefinedValuesId",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "387ce1fe-c48a-4fc5-b1a6-7a722c919149"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "7c694cfd-e02f-4691-bdc1-fbc4b7370f8e",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 9,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-21T13:58:33.38",
        "ModifiedDateTime": "2022-12-21T13:58:33.38"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a8332c33-ecf4-4f7c-927e-f56c577d4f13"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "387ce1fe-c48a-4fc5-b1a6-7a722c919149"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "a5ecbdc5-c877-4fcd-b7b3-27a0a39ba4f8",
      "GenerateNewGuid": true,
      "Properties": {
        "AbbreviatedName": "Marital Status - es",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "ActivityTypeId",
        "Key": "MaritalStatus-es",
        "Name": "Marital Status - es",
        "Description": "",
        "Order": 7,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": "",
        "DefaultPersistedHtmlValue": "",
        "DefaultPersistedCondensedTextValue": "",
        "DefaultPersistedCondensedHtmlValue": "",
        "IsDefaultPersistedValueDirty": false,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": "",
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": "",
        "PostHtml": "",
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2022-12-21T14:56:26.603"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SelectSingleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.SelectSingleFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActivity"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "24638e69-35c5-4e09-b487-d6a0e0d5b5fb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "fieldtype",
        "Value": "ddl"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a5ecbdc5-c877-4fcd-b7b3-27a0a39ba4f8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2d94af27-5686-4672-9955-ec469765400a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "repeatColumns",
        "Value": ""
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a5ecbdc5-c877-4fcd-b7b3-27a0a39ba4f8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b1cabb37-cb6c-42f6-aded-2f783e8ad23e",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "values",
        "Value": "1^Casado,\n2^Desconocido,\n3^Único,\n4^Divorciado"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a5ecbdc5-c877-4fcd-b7b3-27a0a39ba4f8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "408b4bb6-425f-44f6-8cf8-db7fa187bdb9",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 10,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-21T13:58:33.38",
        "ModifiedDateTime": "2022-12-21T13:58:33.38"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a8332c33-ecf4-4f7c-927e-f56c577d4f13"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a5ecbdc5-c877-4fcd-b7b3-27a0a39ba4f8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "3a319cd7-756b-48b1-880c-68d04931c612",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Form - English",
        "Order": 6,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "cf129dbc-110d-4ce2-8727-67bc90ee5d3c",
        "CriteriaComparisonType": 2,
        "CriteriaValue": "es",
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.UserEntryForm"
        },
        {
          "Property": "WorkflowFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a8332c33-ecf4-4f7c-927e-f56c577d4f13"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "234910f2-a0db-4d7d-baf7-83c880ef30ae",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.UserEntryForm"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ef510a93-73f3-454b-a52e-8c9fd89ca1a0",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-12-20T14:33:53.52",
        "ModifiedDateTime": "2022-12-20T14:33:53.52"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "234910f2-a0db-4d7d-baf7-83c880ef30ae"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "3a319cd7-756b-48b1-880c-68d04931c612"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "c178113d-7c86-4229-8424-c6d0cf4a7e23",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-30T11:34:54.297"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.UserEntryForm"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionForm",
      "Guid": "a5370a33-9e14-4530-a932-ce05232f8b4f",
      "GenerateNewGuid": true,
      "Properties": {
        "IncludeActionsInNotification": true,
        "Header": "{%- assign WorkflowTypeId = 'Global' | PageParameter:'WorkflowTypeId' -%}\n{%- if WorkflowTypeId != empty -%}\n    {%- capture link -%}?WorkflowTypeId={{ WorkflowTypeId }}&lang=en{%- endcapture -%}\n{%- else -%}\n    {%- assign link = '?lang=en' -%}\n{%- endif -%}\n<a class=\"btn btn-primary\" href=\"{{ link }}\" style=\"float: right;\">English</a><br><br>",
        "Footer": "",
        "ActionAttributeGuid": null,
        "AllowNotes": false,
        "AllowPersonEntry": false,
        "PersonEntryPreHtml": "",
        "PersonEntryPostHtml": "",
        "PersonEntryCampusIsVisible": true,
        "PersonEntryAutofillCurrentPerson": true,
        "PersonEntryHideIfCurrentPersonKnown": false,
        "PersonEntrySpouseEntryOption": 0,
        "PersonEntryGenderEntryOption": 2,
        "PersonEntryEmailEntryOption": 2,
        "PersonEntryMobilePhoneEntryOption": 0,
        "PersonEntryBirthdateEntryOption": 0,
        "PersonEntryAddressEntryOption": 0,
        "PersonEntryMaritalStatusEntryOption": 0,
        "PersonEntryRaceEntryOption": 0,
        "PersonEntryEthnicityEntryOption": 0,
        "PersonEntrySpouseLabel": "Spouse",
        "PersonEntryPersonAttributeGuid": null,
        "PersonEntrySpouseAttributeGuid": null,
        "PersonEntryFamilyAttributeGuid": null,
        "PersonEntryTitle": null,
        "PersonEntryDescription": null,
        "PersonEntryShowHeadingSeparator": false,
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T15:31:06.717"
      },
      "Transforms": {
        "5df81bd2-6d4e-438e-98a8-6e756b738264": "Someter^fdc397cd-8b4a-436e-bea1-bce2e6717c03^^Su información se ha enviado correctamente.|"
      },
      "References": [
        {
          "Property": "PersonEntryConnectionStatusValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "b91ba046-bc1e-400c-b85d-638c1f4e0ce2"
        },
        {
          "Property": "PersonEntryRecordStatusValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "283999ec-7346-42e3-b807-bce9b2babb49"
        },
        {
          "Property": "PersonEntryGroupLocationTypeValueId",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "8c52e53c-2a66-435a-ae6e-5ee307d9a0dc"
        },
        {
          "Property": "Actions",
          "EntityType": "Rock.Model.DefinedValue",
          "Type": 1,
          "Data": "fdc397cd-8b4a-436e-bea1-bce2e6717c03"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "be35bb6a-9f3f-4ff1-ae27-27a736de0ad6",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 0,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a5370a33-9e14-4530-a932-ce05232f8b4f"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "cf129dbc-110d-4ce2-8727-67bc90ee5d3c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "fb53d1aa-f5d9-424a-8c72-6d4e20d35086",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 1,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a5370a33-9e14-4530-a932-ce05232f8b4f"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "7576e8c2-bd59-4b11-a2d6-a1e0e5ca28d9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "157dd7ab-f3a3-4164-9d17-577d0876c285",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 2,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": true,
        "PreHtml": "<div class=\"form-group required\">\n    <label class=\"control-label\">Nombre</label>",
        "PostHtml": "</div>",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T15:04:03.08"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a5370a33-9e14-4530-a932-ce05232f8b4f"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "75aae557-6463-4a64-9244-ed77a1681ec9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "12a41ac4-1f22-4352-a98d-c2afd857d702",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 3,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": true,
        "PreHtml": "<div class=\"form-group required\">\n    <label class=\"control-label\">Apellido</label>",
        "PostHtml": "</div>",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T15:04:03.08"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a5370a33-9e14-4530-a932-ce05232f8b4f"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "9465a817-ec02-491f-a4c7-dac92777b52a"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "411b0a74-96de-47a5-a503-bad5fa316109",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 4,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:57:18.177"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a5370a33-9e14-4530-a932-ce05232f8b4f"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "dee013f7-8bf4-4343-885a-3521d63ca53e"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "c0538c0f-684e-4cb2-a80b-beeb91deffa2",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 5,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": true,
        "PreHtml": "<div class=\"form-group required\">\n    <label class=\"control-label\">Teléfono</label>",
        "PostHtml": "</div>",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T15:04:03.08"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a5370a33-9e14-4530-a932-ce05232f8b4f"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "5ddf2c64-38b7-40d4-acb6-2321f9b70669"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "092a63ae-a8e9-4f99-8973-f8689affae55",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 6,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": true,
        "HideLabel": true,
        "PreHtml": "<div class=\"form-group required\">\n    <label class=\"control-label\">Color Favorito</label>",
        "PostHtml": "</div>",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T15:04:03.08"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a5370a33-9e14-4530-a932-ce05232f8b4f"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a57a8fa8-0249-424c-bf78-efb5d4534de9"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "686b5f76-be51-405d-93de-4fe683446165",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 7,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T15:42:53.977",
        "ModifiedDateTime": "2022-12-20T16:08:16.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a5370a33-9e14-4530-a932-ce05232f8b4f"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a14d778f-52e9-4800-abab-e98cb8c8f279"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "d10a28db-ce96-4e82-9948-11c9735e6572",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 8,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-20T15:42:53.977",
        "ModifiedDateTime": "2022-12-20T16:08:16.333"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a5370a33-9e14-4530-a932-ce05232f8b4f"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ef0c7efd-0e7e-4216-8299-f289e35c1268"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "0b1c3be6-2b7c-4740-b9ca-336f7b5fb828",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 9,
        "IsVisible": false,
        "IsReadOnly": true,
        "IsRequired": false,
        "HideLabel": false,
        "PreHtml": "",
        "PostHtml": "",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-21T13:58:33.38",
        "ModifiedDateTime": "2022-12-21T13:58:33.38"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a5370a33-9e14-4530-a932-ce05232f8b4f"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "387ce1fe-c48a-4fc5-b1a6-7a722c919149"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionFormAttribute",
      "Guid": "08ee392d-bb71-4d5b-9095-8386f871b0a7",
      "GenerateNewGuid": true,
      "Properties": {
        "Order": 10,
        "IsVisible": true,
        "IsReadOnly": false,
        "IsRequired": false,
        "HideLabel": true,
        "PreHtml": "<div class=\"form-group required\">\n    <label class=\"control-label\">Estado Civil</label>",
        "PostHtml": "</div>",
        "FieldVisibilityRulesJSON": null,
        "ColumnSize": null,
        "CreatedDateTime": "2022-12-21T13:58:33.38",
        "ModifiedDateTime": "2022-12-21T13:58:33.38"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "WorkflowActionFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a5370a33-9e14-4530-a932-ce05232f8b4f"
        },
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "a5ecbdc5-c877-4fcd-b7b3-27a0a39ba4f8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "e1717301-c350-468b-bcfc-a0422fd66ce8",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Form - Spanish",
        "Order": 7,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "cf129dbc-110d-4ce2-8727-67bc90ee5d3c",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "es",
        "CreatedDateTime": "2022-12-20T14:33:52.513",
        "ModifiedDateTime": "2022-12-20T14:33:52.513"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.UserEntryForm"
        },
        {
          "Property": "WorkflowFormId",
          "EntityType": "Rock.Model.WorkflowActionForm",
          "Type": 1,
          "Data": "a5370a33-9e14-4530-a932-ce05232f8b4f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "026d1642-e58a-4f91-b8a5-cdfea4f8a7b9",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-12-20T14:33:53.607",
        "ModifiedDateTime": "2022-12-20T14:33:53.607"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "234910f2-a0db-4d7d-baf7-83c880ef30ae"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "e1717301-c350-468b-bcfc-a0422fd66ce8"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "06930b13-7a1f-4724-add3-d675b492a249",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Get Person if not Logged in",
        "Order": 9,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "7576e8c2-bd59-4b11-a2d6-a1e0e5ca28d9",
        "CriteriaComparisonType": 32,
        "CriteriaValue": "",
        "CreatedDateTime": "2022-12-20T15:42:53.977",
        "ModifiedDateTime": "2022-12-21T14:06:18.34"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "fe0ea0f6-9612-4e7c-a1ef-adf0724f00bf",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "e065ca2a-7ed0-43c7-b33c-bc809729d42d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-12-20T15:42:54.467",
        "ModifiedDateTime": "2022-12-20T15:42:54.467"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "fe0ea0f6-9612-4e7c-a1ef-adf0724f00bf"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "06930b13-7a1f-4724-add3-d675b492a249"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "02a1ea9f-ab3f-4d1a-91c0-173fbe974bdc",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "First Name|Attribute Value",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "FirstName",
        "Name": "First Name|Attribute Value",
        "Description": "The first name or an attribute that contains the first name of the person. <span class='tip tip-lava'></span>",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b3ed24ef-d1b2-4ba0-9f12-34e5d9e06e58",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02a1ea9f-ab3f-4d1a-91c0-173fbe974bdc"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "84d63208-6211-42eb-bc56-607866202c62",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "75aae557-6463-4a64-9244-ed77a1681ec9",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T15:42:54.467",
        "ModifiedDateTime": "2022-12-20T15:42:54.467"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "02a1ea9f-ab3f-4d1a-91c0-173fbe974bdc"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "06930b13-7a1f-4724-add3-d675b492a249"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1cfe3b8b-7f1e-4498-8345-50133e4fdfdf",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-30T11:34:52.287"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "94a570d3-ec23-4eba-a412-f43f91d91e3f",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Last Name|Attribute Value",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "LastName",
        "Name": "Last Name|Attribute Value",
        "Description": "The last name or an attribute that contains the last name of the person. <span class='tip tip-lava'></span>",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "6b4e8982-f6bb-44a3-99f7-5bf13eb2740d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "94a570d3-ec23-4eba-a412-f43f91d91e3f"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "2854dc81-744e-4573-88bb-64b540432cff",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "9465a817-ec02-491f-a4c7-dac92777b52a",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T15:42:54.467",
        "ModifiedDateTime": "2022-12-20T15:42:54.467"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "94a570d3-ec23-4eba-a412-f43f91d91e3f"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "06930b13-7a1f-4724-add3-d675b492a249"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "42b3dad7-307a-4453-a7ea-674945da72b4",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Email Address|Attribute Value",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Email",
        "Name": "Email Address|Attribute Value",
        "Description": "The email address or an attribute that contains the email address of the person. <span class='tip tip-lava'></span>",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "7b010d86-7798-4ded-86b4-67283b9308a3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.EmailFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "42b3dad7-307a-4453-a7ea-674945da72b4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f230de8d-5b0e-48d5-864b-6379a0948664",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "dee013f7-8bf4-4343-885a-3521d63ca53e",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T15:42:54.467",
        "ModifiedDateTime": "2022-12-20T15:42:54.467"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "42b3dad7-307a-4453-a7ea-674945da72b4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "06930b13-7a1f-4724-add3-d675b492a249"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "726b15c8-ce50-42ad-a654-1955bc60a6aa",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Mobile Number|Attribute Value",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "MobileNumber",
        "Name": "Mobile Number|Attribute Value",
        "Description": "The mobile phone number or an attribute that contains the mobile phone number of the person ) <span class='tip tip-lava'></span>",
        "Order": 3,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-10-30T11:34:52.213",
        "ModifiedDateTime": "2020-10-30T11:34:52.213"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "fd965f24-4075-4bd0-8ffb-8eefdde5b917",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType|Rock.Field.Types.PhoneNumberFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "726b15c8-ce50-42ad-a654-1955bc60a6aa"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "8c6eeca6-96a6-45e3-9976-8aa709543565",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "5ddf2c64-38b7-40d4-acb6-2321f9b70669",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T15:42:54.467",
        "ModifiedDateTime": "2022-12-20T15:42:54.467"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "726b15c8-ce50-42ad-a654-1955bc60a6aa"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "06930b13-7a1f-4724-add3-d675b492a249"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "1824cca9-28ff-4c18-bad4-d72f71983d24",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Birth Day|Attribute Value",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "BirthDay",
        "Name": "Birth Day|Attribute Value",
        "Description": "The number corresponding to the birth day of a person or the attribute that contains the number corresponding to a birth day for a person  <span class='tip tip-lava'></span>",
        "Order": 4,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-10-30T11:34:52.22",
        "ModifiedDateTime": "2020-10-30T11:34:52.22"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "26299d7a-858b-4ef3-baa5-0a5f9bde48d3",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "1824cca9-28ff-4c18-bad4-d72f71983d24"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "ae7d515d-b4d8-4c0e-a88b-5786b39b1fed",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Birth Month|Attribute Value",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "BirthMonth",
        "Name": "Birth Month|Attribute Value",
        "Description": "The number corresponding to the birth month of a person or the attribute that contains the number corresponding to a birth month for a person  <span class='tip tip-lava'></span>",
        "Order": 5,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-10-30T11:34:52.23",
        "ModifiedDateTime": "2020-10-30T11:34:52.23"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "cd5e4490-a27d-4403-9f25-1d02b1d0278a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "ae7d515d-b4d8-4c0e-a88b-5786b39b1fed"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "78c35720-ed06-4d10-9854-2cc31118cba1",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Birth Year|Attribute Value",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "BirthYear",
        "Name": "Birth Year|Attribute Value",
        "Description": "The number corresponding to the birth year of a person or the attribute that contains the number corresponding to a birth year for a person  <span class='tip tip-lava'></span>",
        "Order": 6,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-10-30T11:34:52.237",
        "ModifiedDateTime": "2020-10-30T11:34:52.237"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "e8ed9e09-f0a1-4e31-9c1e-b03da0b76558",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.TextFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "78c35720-ed06-4d10-9854-2cc31118cba1"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "16307eea-9646-42f7-9a31-0b5933b3c53c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Person Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "PersonAttribute",
        "Name": "Person Attribute",
        "Description": "The person attribute to set the value to the person found or created.",
        "Order": 7,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-30T11:34:52.243"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2511fd0c-664d-411b-b823-6463da903fe1",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "16307eea-9646-42f7-9a31-0b5933b3c53c"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "f0786d92-efa0-4735-940e-2bd44fa2ecec",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "7576e8c2-bd59-4b11-a2d6-a1e0e5ca28d9",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T15:42:54.467",
        "ModifiedDateTime": "2022-12-20T15:42:54.467"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "16307eea-9646-42f7-9a31-0b5933b3c53c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "06930b13-7a1f-4724-add3-d675b492a249"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "35b6603a-20b3-4bc5-8320-52df3d527754",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Default Record Status",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "DefaultRecordStatus",
        "Name": "Default Record Status",
        "Description": "The record status to use when creating a new person",
        "Order": 8,
        "IsGridColumn": false,
        "DefaultValue": "283999EC-7346-42E3-B807-BCE9B2BABB49",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-30T11:34:52.253"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DefinedValueFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b061e34a-5104-4ce4-8d88-9d351a234c96",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "AllowAddingNewValues",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35b6603a-20b3-4bc5-8320-52df3d527754"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "2454dd1b-590f-4669-bef9-dce2d021839d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowmultiple",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35b6603a-20b3-4bc5-8320-52df3d527754"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "cb14fc6b-7a09-4394-86ce-e35d7cc0e5bf",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "definedtype",
        "Value": "2"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35b6603a-20b3-4bc5-8320-52df3d527754"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "43da3ec8-2e23-4a4b-819d-5745a6a356d0",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enhancedselection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35b6603a-20b3-4bc5-8320-52df3d527754"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "df7ea988-34ef-47d5-8fdb-4cc8a4c4e9a7",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "RepeatColumns",
        "Value": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35b6603a-20b3-4bc5-8320-52df3d527754"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "96dc0a5a-e85e-410b-a68f-390e19263e39",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "283999ec-7346-42e3-b807-bce9b2babb49",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T15:42:54.467",
        "ModifiedDateTime": "2022-12-20T15:42:54.467"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "35b6603a-20b3-4bc5-8320-52df3d527754"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "06930b13-7a1f-4724-add3-d675b492a249"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "203fa19a-50e0-449d-bb45-f12fc4adb600",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Default Connection Status",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "DefaultConnectionStatus",
        "Name": "Default Connection Status",
        "Description": "The connection status to use when creating a new person",
        "Order": 9,
        "IsGridColumn": false,
        "DefaultValue": "368DD475-242C-49C4-A42C-7278BE690CC2",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-30T11:34:52.263"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.DefinedValueFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "60e86acc-b8c6-41d0-9d2c-a60277fccef8",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "AllowAddingNewValues",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "203fa19a-50e0-449d-bb45-f12fc4adb600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "defeecca-b313-4717-bfe1-251b1fa88037",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowmultiple",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "203fa19a-50e0-449d-bb45-f12fc4adb600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "5916d2a8-5fd0-4c02-99be-6dd8a08c6154",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "definedtype",
        "Value": "4"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "203fa19a-50e0-449d-bb45-f12fc4adb600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "048d038e-fb8a-42f2-aa23-7749ac4c9d14",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "enhancedselection",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "203fa19a-50e0-449d-bb45-f12fc4adb600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "1c31d3c0-a3ba-421e-b53b-67c9b63a309d",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "RepeatColumns",
        "Value": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "203fa19a-50e0-449d-bb45-f12fc4adb600"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "692eb543-3969-4c04-8605-806a22c98af7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "368dd475-242c-49c4-a42c-7278be690cc2",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T15:42:54.467",
        "ModifiedDateTime": "2022-12-20T15:42:54.467"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "203fa19a-50e0-449d-bb45-f12fc4adb600"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "06930b13-7a1f-4724-add3-d675b492a249"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "cb3d18db-e19c-48c4-b9ed-0764373e2598",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Default Campus",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "DefaultCampus",
        "Name": "Default Campus",
        "Description": "The attribute value to use as the default campus when creating a new person.",
        "Order": 10,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-30T11:34:52.273"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "9d75fa44-97c2-45dd-84d3-9c0d8f76556a",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.CampusFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "cb3d18db-e19c-48c4-b9ed-0764373e2598"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "48f5e18a-f414-41c0-9f9f-a5da3a8ae4c5",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Update Email?",
        "IsSystem": false,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "UpdatePrimaryEmail",
        "Name": "Update Email?",
        "Description": "If a person is found matching the various attributes, but the primary email is different, should the person's primary email be updated?",
        "Order": 11,
        "IsGridColumn": false,
        "DefaultValue": "True",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": "",
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": "2020-10-30T11:34:52.28",
        "ModifiedDateTime": "2020-10-30T11:34:52.28"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.GetPersonFromFields"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "1e7f9399-858d-49f6-9f23-2c692a0b0a03",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "True",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": true,
        "CreatedDateTime": "2022-12-20T15:42:54.467",
        "ModifiedDateTime": "2022-12-20T15:42:54.467"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "48f5e18a-f414-41c0-9f9f-a5da3a8ae4c5"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "06930b13-7a1f-4724-add3-d675b492a249"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "b8d7d158-dd03-4624-b6ec-247580bc39e4",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Preferred Language Attribute on Person - English",
        "Order": 10,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "cf129dbc-110d-4ce2-8727-67bc90ee5d3c",
        "CriteriaComparisonType": 2,
        "CriteriaValue": "es",
        "CreatedDateTime": "2022-12-20T15:47:38.413",
        "ModifiedDateTime": "2022-12-21T14:06:18.34"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetPersonAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e5bac4a6-ff7f-4016-ba9c-72d16cb60184",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Active",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Active",
        "Name": "Active",
        "Description": "Should Service be used?",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "False",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.BooleanFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetPersonAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "0a841538-ce67-472b-91a1-ee49c0bf8fe5",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-12-20T15:47:38.51",
        "ModifiedDateTime": "2022-12-20T15:47:38.51"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e5bac4a6-ff7f-4016-ba9c-72d16cb60184"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "b8d7d158-dd03-4624-b6ec-247580bc39e4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "e456fb6f-05db-4826-a612-5b704bc4ea13",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Person",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Person",
        "Name": "Person",
        "Description": "Workflow attribute that contains the person to update.",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-30T11:34:53.103"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetPersonAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "420b4ec5-48c2-435f-8088-e80a6182c0e5",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "attributefieldtypes",
        "Value": "Rock.Field.Types.PersonFieldType"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e456fb6f-05db-4826-a612-5b704bc4ea13"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "41f7be96-8d80-4a3e-a00e-5849301cc07e",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "7576e8c2-bd59-4b11-a2d6-a1e0e5ca28d9",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T15:47:38.51",
        "ModifiedDateTime": "2022-12-20T15:47:38.51"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e456fb6f-05db-4826-a612-5b704bc4ea13"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "b8d7d158-dd03-4624-b6ec-247580bc39e4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "3f3bf3e6-ad53-491e-a40f-441f2afcbb5b",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Order",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Order",
        "Name": "Order",
        "Description": "The order that this service should be used (priority)",
        "Order": 0,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-30T11:34:53.123"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.IntegerFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetPersonAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "8f4bb00f-7fa2-41ad-8e90-81f4dfe2c762",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Person Attribute",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "PersonAttribute",
        "Name": "Person Attribute",
        "Description": "The person attribute that should be updated with the provided value.",
        "Order": 1,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": true,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": "2020-10-30T11:34:53.11"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.AttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetPersonAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b73f5051-59bb-43d9-88ee-4acbfd55c4bb",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "allowmultiple",
        "Value": "False"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8f4bb00f-7fa2-41ad-8e90-81f4dfe2c762"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeQualifier",
      "Guid": "b97ee693-7887-4c88-a930-1e6e651cad9c",
      "GenerateNewGuid": false,
      "Properties": {
        "IsSystem": false,
        "Key": "entitytype",
        "Value": "72657ED8-D16E-492E-AC12-144C5E7567E7"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8f4bb00f-7fa2-41ad-8e90-81f4dfe2c762"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b1378e92-e45c-4fa9-a197-a80d14ffa160",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "79a8bc27-e5ac-42d4-a75c-37cddec410ac",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T15:47:38.51",
        "ModifiedDateTime": "2022-12-20T15:47:38.51"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8f4bb00f-7fa2-41ad-8e90-81f4dfe2c762"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "b8d7d158-dd03-4624-b6ec-247580bc39e4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.Attribute",
      "Guid": "94689bde-493e-4869-a614-2d54822d747c",
      "GenerateNewGuid": false,
      "Properties": {
        "AbbreviatedName": "Value|Attribute Value",
        "IsSystem": true,
        "EntityTypeQualifierColumn": "EntityTypeId",
        "Key": "Value",
        "Name": "Value|Attribute Value",
        "Description": "The value or attribute value to set the person attribute to. <span class='tip tip-lava'></span>",
        "Order": 2,
        "IsGridColumn": false,
        "DefaultValue": "",
        "DefaultPersistedTextValue": null,
        "DefaultPersistedHtmlValue": null,
        "DefaultPersistedCondensedTextValue": null,
        "DefaultPersistedCondensedHtmlValue": null,
        "IsDefaultPersistedValueDirty": true,
        "IsMultiValue": false,
        "IsRequired": false,
        "IconCssClass": null,
        "AttributeColor": null,
        "AllowSearch": false,
        "IsIndexEnabled": false,
        "IsAnalytic": false,
        "IsAnalyticHistory": false,
        "IsActive": true,
        "EnableHistory": false,
        "PreHtml": null,
        "PostHtml": null,
        "IsPublic": false,
        "ShowOnBulk": false,
        "CreatedDateTime": null,
        "ModifiedDateTime": null
      },
      "Transforms": {},
      "References": [
        {
          "Property": "FieldTypeId",
          "EntityType": "Rock.Model.FieldType",
          "Type": 3,
          "Data": "Rock.Field.Types.WorkflowTextOrAttributeFieldType"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Model.WorkflowActionType"
        },
        {
          "Property": "EntityTypeQualifierValue",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetPersonAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "6d81db38-310e-40f0-a7de-8125d76b3c32",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "a14d778f-52e9-4800-abab-e98cb8c8f279",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T15:47:38.51",
        "ModifiedDateTime": "2022-12-20T15:47:38.51"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "94689bde-493e-4869-a614-2d54822d747c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "b8d7d158-dd03-4624-b6ec-247580bc39e4"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "2207ba02-06b4-4d38-9ee9-77017395c5f5",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Preferred Language Attribute on Person - Spanish",
        "Order": 11,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "cf129dbc-110d-4ce2-8727-67bc90ee5d3c",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "es",
        "CreatedDateTime": "2022-12-20T15:47:38.413",
        "ModifiedDateTime": "2022-12-21T14:06:18.34"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.SetPersonAttribute"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b9325497-3f79-4d3c-92b6-48248120948d",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-12-20T15:47:38.683",
        "ModifiedDateTime": "2022-12-20T15:47:38.683"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e5bac4a6-ff7f-4016-ba9c-72d16cb60184"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2207ba02-06b4-4d38-9ee9-77017395c5f5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c486c66c-35a5-44da-96f8-e286952815ce",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "7576e8c2-bd59-4b11-a2d6-a1e0e5ca28d9",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T15:47:38.683",
        "ModifiedDateTime": "2022-12-20T15:47:38.683"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "e456fb6f-05db-4826-a612-5b704bc4ea13"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2207ba02-06b4-4d38-9ee9-77017395c5f5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "bdd557d5-66dd-4da6-92fc-ad6432ded3bc",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "79a8bc27-e5ac-42d4-a75c-37cddec410ac",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T15:47:38.683",
        "ModifiedDateTime": "2022-12-20T15:47:38.683"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "8f4bb00f-7fa2-41ad-8e90-81f4dfe2c762"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2207ba02-06b4-4d38-9ee9-77017395c5f5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "ed50be50-fd6f-48fe-8fd2-14a4f3fd60a4",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "ef0c7efd-0e7e-4216-8299-f289e35c1268",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-20T15:47:38.683",
        "ModifiedDateTime": "2022-12-20T15:47:38.683"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "94689bde-493e-4869-a614-2d54822d747c"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "2207ba02-06b4-4d38-9ee9-77017395c5f5"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.WorkflowActionType",
      "Guid": "160d6c7e-20fc-44d1-aeef-40a4f6b5f279",
      "GenerateNewGuid": true,
      "Properties": {
        "Name": "Set Marital Status Defined Value if Spanish",
        "Order": 8,
        "IsActionCompletedOnSuccess": true,
        "IsActivityCompletedOnSuccess": false,
        "CriteriaAttributeGuid": "cf129dbc-110d-4ce2-8727-67bc90ee5d3c",
        "CriteriaComparisonType": 1,
        "CriteriaValue": "es",
        "CreatedDateTime": "2022-12-21T14:06:18.34",
        "ModifiedDateTime": "2022-12-21T14:06:18.34"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "ActivityTypeId",
          "EntityType": "Rock.Model.WorkflowActivityType",
          "Type": 1,
          "Data": "bcd8e188-8bf2-4610-ac4b-eb24aaca13df"
        },
        {
          "Property": "EntityTypeId",
          "EntityType": "Rock.Model.EntityType",
          "Type": 2,
          "Data": "Rock.Workflow.Action.RunLava"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "38d43690-9345-4409-8abf-1baba0548ea7",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "{% comment %}\n    Get the raw value from the Spanish single-select.\n    The raw value is whatever is before the '^' for each option in the single select.\n    I'm using numbers because it is a lot harder to put a typo in a short number than it is to compare it directly to the text.\n{% endcomment %}\n{%- assign status = Activity | Attribute:'MaritalStatus-es','RawValue' -%}\n{% comment %}\n    The following spits out the Guid for the defined value that corresponds to the selected value on the single-select.\n    Defined Values's Guids can be found in the SQL database.\n{% endcomment %}\n{%- if status == 1 -%}\n    5FE5A540-7D9F-433E-B47E-4229D1472248\n{%- elseif status == 2 -%}\n    DB239675-259B-454A-8A40-2A712EDF24C9\n{%- elseif status == 3 -%}\n    F19FC180-FE8F-4B72-A59C-8013E3B0EB0D\n{%- elseif status == 4 -%}\n    3B689240-24C2-434B-A7B9-A4A6CBA7928C\n{%- endif -%}",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-21T14:06:18.547",
        "ModifiedDateTime": "2022-12-21T14:21:10.563"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1f6f9d6-fdc5-489c-8261-4b9f45b3eed4"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "160d6c7e-20fc-44d1-aeef-40a4f6b5f279"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "b0f99135-7ac0-49fa-a248-25f382dce903",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "False",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": false,
        "CreatedDateTime": "2022-12-21T14:06:18.547",
        "ModifiedDateTime": "2022-12-21T14:06:18.547"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "f1924bdc-9b79-4018-9d4a-c3516c87a514"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "160d6c7e-20fc-44d1-aeef-40a4f6b5f279"
        }
      ]
    },
    {
      "EntityType": "Rock.Model.AttributeValue",
      "Guid": "c74003d8-0f8a-4fdc-b12e-532f2cc9142b",
      "GenerateNewGuid": true,
      "Properties": {
        "IsSystem": false,
        "Value": "387ce1fe-c48a-4fc5-b1a6-7a722c919149",
        "PersistedTextValue": "",
        "PersistedHtmlValue": "",
        "PersistedCondensedTextValue": "",
        "PersistedCondensedHtmlValue": "",
        "IsPersistedValueDirty": false,
        "ValueAsDateTime": null,
        "ValueAsNumeric": null,
        "ValueAsBoolean": null,
        "CreatedDateTime": "2022-12-21T14:06:18.547",
        "ModifiedDateTime": "2022-12-21T14:06:18.547"
      },
      "Transforms": {},
      "References": [
        {
          "Property": "AttributeId",
          "EntityType": "Rock.Model.Attribute",
          "Type": 1,
          "Data": "431273c6-342d-4030-adc7-7cdedc7f8b27"
        },
        {
          "Property": "EntityId",
          "EntityType": "Rock.Model.WorkflowActionType",
          "Type": 1,
          "Data": "160d6c7e-20fc-44d1-aeef-40a4f6b5f279"
        }
      ]
    }
  ],
  "RootEntities": [
    "2ca48320-594d-41e7-8111-65ba1b5d0c13"
  ]
}