{
    "baserow_template_version": 1,
    "name": "Performance Reviews",
    "icon": "iconoir-profile-circle",
    "keywords": [
        "employee review",
        "performance review",
        "staff review",
        "appraisal",
        "assessment",
        "performance assessment",
        "staff appraisal",
        "staff",
        "employee",
        "employees"
    ],
    "categories": [
        "Project Management",
        "Human Resources",
        "Professional"
    ],
    "export": [
        {
            "id": 24657,
            "name": "Performance Reviews",
            "order": 1,
            "type": "database",
            "tables": [
                {
                    "id": 53412,
                    "name": "Employees",
                    "order": 1,
                    "fields": [
                        {
                            "id": 306876,
                            "type": "formula",
                            "name": "ID number",
                            "order": 0,
                            "primary": true,
                            "date_show_tzinfo": null,
                            "date_include_time": null,
                            "date_format": null,
                            "error": null,
                            "number_decimal_places": null,
                            "date_time_format": null,
                            "nullable": true,
                            "date_force_timezone": null,
                            "array_formula_type": null,
                            "formula": "concat( \n  \"BR\", \n  if( \n    row_id() < 10, \n    concat(\"0000\", row_id()), \n    if( \n      row_id() < 100, \n      concat(\"000\", row_id()), \n      if( \n        row_id() < 1000, \n        concat(\"00\", row_id()), \n        if( \n          row_id() < 10000, \n          concat(\"0\", row_id()), \n          row_id() \n        ) \n      ) \n    ) \n  ) \n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 306885,
                            "type": "text",
                            "name": "Last name",
                            "order": 3,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 306886,
                            "type": "text",
                            "name": "First name",
                            "order": 4,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 306887,
                            "type": "text",
                            "name": "Middle initial",
                            "order": 5,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 306888,
                            "type": "phone_number",
                            "name": "Phone number",
                            "order": 6,
                            "primary": false
                        },
                        {
                            "id": 306889,
                            "type": "email",
                            "name": "Email",
                            "order": 7,
                            "primary": false
                        },
                        {
                            "id": 306899,
                            "type": "link_row",
                            "name": "Reviews",
                            "order": 10,
                            "primary": false,
                            "link_row_table_id": 53413,
                            "link_row_related_field_id": 306898,
                            "has_related_field": true
                        },
                        {
                            "id": 306944,
                            "type": "formula",
                            "name": "Full name",
                            "order": 11,
                            "primary": false,
                            "date_show_tzinfo": null,
                            "date_include_time": null,
                            "date_format": null,
                            "error": null,
                            "number_decimal_places": null,
                            "date_time_format": null,
                            "nullable": true,
                            "date_force_timezone": null,
                            "array_formula_type": null,
                            "formula": "concat(field('Last name'), ', ', field('First name'), ' ', field('Middle initial'))",
                            "formula_type": "text"
                        },
                        {
                            "id": 308317,
                            "type": "lookup",
                            "name": "Review periods completed",
                            "order": 12,
                            "primary": false,
                            "date_show_tzinfo": null,
                            "date_include_time": null,
                            "date_format": null,
                            "error": null,
                            "number_decimal_places": null,
                            "date_time_format": null,
                            "nullable": true,
                            "date_force_timezone": null,
                            "array_formula_type": "text",
                            "through_field_id": 306899,
                            "through_field_name": "Reviews",
                            "target_field_id": 306970,
                            "target_field_name": "Review period"
                        },
                        {
                            "id": 308541,
                            "type": "link_row",
                            "name": "Title",
                            "order": 13,
                            "primary": false,
                            "link_row_table_id": 53689,
                            "link_row_related_field_id": 308542,
                            "has_related_field": true
                        },
                        {
                            "id": 310143,
                            "type": "lookup",
                            "name": "Group",
                            "order": 15,
                            "primary": false,
                            "date_show_tzinfo": null,
                            "date_include_time": null,
                            "date_format": null,
                            "error": null,
                            "number_decimal_places": null,
                            "date_time_format": null,
                            "nullable": true,
                            "date_force_timezone": null,
                            "array_formula_type": "single_select",
                            "through_field_id": 308541,
                            "through_field_name": "Title",
                            "target_field_id": 310141,
                            "target_field_name": "Group"
                        },
                        {
                            "id": 310145,
                            "type": "formula",
                            "name": "Number of reviews",
                            "order": 16,
                            "primary": false,
                            "date_show_tzinfo": null,
                            "date_include_time": null,
                            "date_format": null,
                            "error": null,
                            "number_decimal_places": 0,
                            "date_time_format": null,
                            "nullable": true,
                            "date_force_timezone": null,
                            "array_formula_type": null,
                            "formula": "count(field('Reviews'))",
                            "formula_type": "number"
                        },
                        {
                            "id": 310146,
                            "type": "long_text",
                            "name": "Remarks",
                            "order": 17,
                            "primary": false
                        },
                        {
                            "id": 310147,
                            "type": "boolean",
                            "name": "Is active",
                            "order": 18,
                            "primary": false
                        },
                        {
                            "id": 310148,
                            "type": "last_modified",
                            "name": "Last modified",
                            "order": 19,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": "Asia/Singapore"
                        },
                        {
                            "id": 318904,
                            "type": "link_row",
                            "name": "Department",
                            "order": 20,
                            "primary": false,
                            "link_row_table_id": 55382,
                            "link_row_related_field_id": 318905,
                            "has_related_field": true
                        }
                    ],
                    "views": [
                        {
                            "id": 67226,
                            "type": "grid",
                            "name": "All employees",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 69897,
                                    "field_id": 306944,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 373674,
                                    "field_id": 306876,
                                    "width": 126,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 373681,
                                    "field_id": 306885,
                                    "width": 125,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 373682,
                                    "field_id": 306886,
                                    "width": 129,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 373683,
                                    "field_id": 306887,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 373684,
                                    "field_id": 306888,
                                    "width": 154,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 373685,
                                    "field_id": 306889,
                                    "width": 291,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 373712,
                                    "field_id": 306899,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 14,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 373733,
                                    "field_id": 306944,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 375666,
                                    "field_id": 308317,
                                    "width": 228,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 376055,
                                    "field_id": 308541,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378571,
                                    "field_id": 310143,
                                    "width": 145,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378572,
                                    "field_id": 310145,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 378573,
                                    "field_id": 310146,
                                    "width": 180,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378574,
                                    "field_id": 310147,
                                    "width": 114,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378575,
                                    "field_id": 310148,
                                    "width": 152,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 390844,
                                    "field_id": 318904,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 67236,
                            "type": "form",
                            "name": "Add new employee",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "public": true,
                            "title": "Employee Form",
                            "description": "Please complete this form per employee before filling up employee performance reviews.",
                            "cover_image": {
                                "name": "QVTr1ue74Ns6ryZNo5RxhuiSx5piF0sN_9171949ed32d40f75000b23d562923d2661f42a0a92e04cc0114d005b0bce113.jpg",
                                "original_name": "Sample-Header-Image.jpg"
                            },
                            "logo_image": {
                                "name": "lYDG5drE6f66QLMLevxiXXIENlF0z6u0_20da0b5612ec760acb959f7678de1a80e3ab0c17ccd8a6e95e3296cfaf7c3a9d.png",
                                "original_name": "Sample-Company-Logo.png"
                            },
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "We appreciate your time in completing the Employee Form. Continue to add additional personnel prior to conducting employee appraisals.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 15606,
                                    "field_id": 306876,
                                    "name": "",
                                    "description": "Please provide a unique company provided employee ID number. (ex. BR001)",
                                    "enabled": false,
                                    "required": true,
                                    "order": 0,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15607,
                                    "field_id": 306885,
                                    "name": "",
                                    "description": "Please enter the employee's surname in the space provided.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 1,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15608,
                                    "field_id": 306886,
                                    "name": "",
                                    "description": "Please enter the employee's first or given name in the space provided.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 2,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15609,
                                    "field_id": 306887,
                                    "name": "",
                                    "description": "Please enter the employee's middle name or initial in the space provided.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 3,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15859,
                                    "field_id": 308541,
                                    "name": "",
                                    "description": "Please select the employee's role or position in the organization in the space provided.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 4,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15610,
                                    "field_id": 306888,
                                    "name": "",
                                    "description": "Please enter the employee's mobile or telephone number in the space provided.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 5,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15611,
                                    "field_id": 306889,
                                    "name": "",
                                    "description": "Please enter the employee's email address in the space provided.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 6,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15614,
                                    "field_id": 306899,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 7,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15615,
                                    "field_id": 306944,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 8,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15755,
                                    "field_id": 308317,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 9,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15861,
                                    "field_id": 310143,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 10,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15862,
                                    "field_id": 310145,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 11,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15863,
                                    "field_id": 310146,
                                    "name": "Notes and remarks",
                                    "description": "Enter any remark about the employee in this section.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 12,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15864,
                                    "field_id": 310147,
                                    "name": "Employee status",
                                    "description": "Tick the checkbox if the employee is currently active or working with the organization.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 13,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15865,
                                    "field_id": 310148,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 14,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        },
                        {
                            "id": 67237,
                            "type": "gallery",
                            "name": "Active employees",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 11740,
                                    "field_id": 306944,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "field_options": [
                                {
                                    "id": 4950,
                                    "field_id": 306876,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 4951,
                                    "field_id": 306885,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 4952,
                                    "field_id": 306886,
                                    "hidden": false,
                                    "order": 2
                                },
                                {
                                    "id": 4953,
                                    "field_id": 306887,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 5157,
                                    "field_id": 308541,
                                    "hidden": false,
                                    "order": 4
                                },
                                {
                                    "id": 4954,
                                    "field_id": 306888,
                                    "hidden": true,
                                    "order": 5
                                },
                                {
                                    "id": 4955,
                                    "field_id": 306889,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 4958,
                                    "field_id": 306899,
                                    "hidden": true,
                                    "order": 9
                                },
                                {
                                    "id": 4959,
                                    "field_id": 306944,
                                    "hidden": true,
                                    "order": 10
                                },
                                {
                                    "id": 5149,
                                    "field_id": 308317,
                                    "hidden": false,
                                    "order": 11
                                },
                                {
                                    "id": 5265,
                                    "field_id": 310143,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 5266,
                                    "field_id": 310145,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 5267,
                                    "field_id": 310146,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 5268,
                                    "field_id": 310147,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 5269,
                                    "field_id": 310148,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 5935,
                                    "field_id": 318904,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 68085,
                            "type": "grid",
                            "name": "Employees with assessments",
                            "order": 4,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 19121,
                                    "field_id": 310145,
                                    "type": "higher_than",
                                    "value": "0"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 12011,
                                    "field_id": 306944,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 378785,
                                    "field_id": 306876,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378786,
                                    "field_id": 306885,
                                    "width": 128,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378787,
                                    "field_id": 306886,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378788,
                                    "field_id": 306887,
                                    "width": 145,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378789,
                                    "field_id": 306888,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378790,
                                    "field_id": 306889,
                                    "width": 278,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378791,
                                    "field_id": 306899,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378792,
                                    "field_id": 306944,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378793,
                                    "field_id": 308317,
                                    "width": 232,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378794,
                                    "field_id": 308541,
                                    "width": 179,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378795,
                                    "field_id": 310143,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378796,
                                    "field_id": 310145,
                                    "width": 187,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378797,
                                    "field_id": 310146,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378798,
                                    "field_id": 310147,
                                    "width": 117,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378799,
                                    "field_id": 310148,
                                    "width": 153,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 391237,
                                    "field_id": 318904,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 68088,
                            "type": "grid",
                            "name": "Employees without assessments",
                            "order": 5,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 19122,
                                    "field_id": 310145,
                                    "type": "empty",
                                    "value": ""
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 12012,
                                    "field_id": 306944,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 378807,
                                    "field_id": 306876,
                                    "width": 132,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378808,
                                    "field_id": 306885,
                                    "width": 128,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378809,
                                    "field_id": 306886,
                                    "width": 128,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378810,
                                    "field_id": 306887,
                                    "width": 144,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378811,
                                    "field_id": 306888,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378812,
                                    "field_id": 306889,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378813,
                                    "field_id": 306899,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378814,
                                    "field_id": 306944,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378815,
                                    "field_id": 308317,
                                    "width": 112,
                                    "hidden": true,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378816,
                                    "field_id": 308541,
                                    "width": 160,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378817,
                                    "field_id": 310143,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378818,
                                    "field_id": 310145,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378819,
                                    "field_id": 310146,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378820,
                                    "field_id": 310147,
                                    "width": 126,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378821,
                                    "field_id": 310148,
                                    "width": 150,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 391236,
                                    "field_id": 318904,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-03-17T02:47:01.007591+00:00",
                            "updated_on": "2023-02-08T13:37:12.184500+00:00",
                            "field_306876": null,
                            "field_306885": "Ranger",
                            "field_306886": "Joseph",
                            "field_306887": "J.",
                            "field_306888": "(312) 555-3890",
                            "field_306889": "joseph.ranger@awesomebrprojects.org",
                            "field_306899": [
                                1,
                                25
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                9
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Been with the company the longest.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-03-17T02:47:01.012115+00:00",
                            "updated_on": "2023-02-08T13:37:33.680764+00:00",
                            "field_306876": null,
                            "field_306885": "Wayne",
                            "field_306886": "Brandon",
                            "field_306887": "O.",
                            "field_306888": "(773) 555-5772",
                            "field_306889": "brandon.wayne@awesomebrprojects.org",
                            "field_306899": [
                                21,
                                45
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                5
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Gets the work done.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-03-17T03:35:37.689687+00:00",
                            "updated_on": "2023-02-08T13:37:27.047132+00:00",
                            "field_306876": null,
                            "field_306885": "Kent",
                            "field_306886": "Claire",
                            "field_306887": "G.",
                            "field_306888": "(312) 555-8833",
                            "field_306889": "claire.kent@awesomebrprojects.org",
                            "field_306899": [
                                2,
                                11,
                                22,
                                31
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                8
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Soft voice.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-03-17T03:37:09.079871+00:00",
                            "updated_on": "2023-02-08T13:36:58.726707+00:00",
                            "field_306876": null,
                            "field_306885": "Myers",
                            "field_306886": "Marlon",
                            "field_306887": "I.",
                            "field_306888": "(847) 555-5993",
                            "field_306889": "marlon.myers@awesomebrprojects.org",
                            "field_306899": [
                                5,
                                38
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                6
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Has the most awesome jokes.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-03-17T03:38:47.614150+00:00",
                            "updated_on": "2023-02-08T13:37:15.262809+00:00",
                            "field_306876": null,
                            "field_306885": "Jameson",
                            "field_306886": "Jonah",
                            "field_306887": "O.",
                            "field_306888": "(773) 555-7212",
                            "field_306889": "jonah.jameson@awesomebrprojects.org",
                            "field_306899": [
                                9,
                                29
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                3
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Green striped jacket.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 7,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-03-21T01:54:05.500233+00:00",
                            "updated_on": "2023-02-08T13:36:49.133452+00:00",
                            "field_306876": null,
                            "field_306885": "Osborne",
                            "field_306886": "Nelson",
                            "field_306887": "N.",
                            "field_306888": "(847) 555-3911",
                            "field_306889": "nelson.osborne@awesomebrprojects.org",
                            "field_306899": [
                                35,
                                39
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                9
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "That one with the cool glasses.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 8,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-03-21T01:57:50.402535+00:00",
                            "updated_on": "2023-02-08T13:36:40.508325+00:00",
                            "field_306876": null,
                            "field_306885": "Kyle",
                            "field_306886": "Sharon",
                            "field_306887": "O.",
                            "field_306888": "(847) 555-5252",
                            "field_306889": "sharon.kyle@awesomebrprojects.org",
                            "field_306899": [
                                13,
                                33
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                1
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Still close observation.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 9,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-03-21T02:03:33.626436+00:00",
                            "updated_on": "2023-02-08T13:36:51.426082+00:00",
                            "field_306876": null,
                            "field_306885": "Romanova",
                            "field_306886": "Natalie",
                            "field_306887": "G.",
                            "field_306888": "(773) 555-4099",
                            "field_306889": "natalie.romanova@awesomebrprojects.org",
                            "field_306899": [
                                17,
                                41
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                9
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "A martial arts expert.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 10,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-03-21T02:05:11.887841+00:00",
                            "updated_on": "2023-02-08T13:36:43.668768+00:00",
                            "field_306876": null,
                            "field_306885": "Walker",
                            "field_306886": "Pamela",
                            "field_306887": "D.",
                            "field_306888": "(773) 555-8753",
                            "field_306889": "pamela.walker@awesomebrproject.org",
                            "field_306899": [
                                20,
                                44
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                3
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Very popular, not sure why.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 11,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-03-21T03:24:48.759982+00:00",
                            "updated_on": "2023-02-08T13:32:29.153838+00:00",
                            "field_306876": null,
                            "field_306885": "Williams",
                            "field_306886": "Samuel",
                            "field_306887": "E.",
                            "field_306888": "(773) 555-3890",
                            "field_306889": "samuel.williams@awesomebrprojects.org",
                            "field_306899": [
                                23,
                                46
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                7
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Kid of a popular business tycoon.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 12,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-03-21T03:27:56.242003+00:00",
                            "updated_on": "2023-02-08T13:37:20.503165+00:00",
                            "field_306876": null,
                            "field_306885": "Rhodes",
                            "field_306886": "Harry",
                            "field_306887": "A.",
                            "field_306888": "(312) 555-1798",
                            "field_306889": "harry.rhodes@awesomebrprojects.org",
                            "field_306899": [
                                16,
                                40
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                7
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Nephew of the manager from the other team.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 14,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-03-21T03:32:16.124093+00:00",
                            "updated_on": "2023-02-08T13:37:41.578399+00:00",
                            "field_306876": null,
                            "field_306885": "Jones",
                            "field_306886": "Angelina",
                            "field_306887": "O.",
                            "field_306888": "(312) 555-3535",
                            "field_306889": "angelina.jones@awesomebrprojects.org",
                            "field_306899": [
                                10,
                                30
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                7
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Promising staff member.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 17,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-03-21T03:33:52.577821+00:00",
                            "updated_on": "2023-02-08T13:37:06.127328+00:00",
                            "field_306876": null,
                            "field_306885": "Shorre",
                            "field_306886": "Kelsey",
                            "field_306887": "C.",
                            "field_306888": "(847) 555-5882",
                            "field_306889": "kelsey.shorre@awesomebrprojects.org",
                            "field_306899": [
                                18,
                                42
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                7
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Still new but displayed potential.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 18,
                            "order": "15.00000000000000000000",
                            "created_on": "2022-03-21T03:36:14.146035+00:00",
                            "updated_on": "2023-02-08T13:36:55.553496+00:00",
                            "field_306876": null,
                            "field_306885": "Lopez",
                            "field_306886": "May",
                            "field_306887": "S.",
                            "field_306888": "(847) 555-8383",
                            "field_306889": "may.lopez@awesomebrprojects.org",
                            "field_306899": [
                                15,
                                37
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                5
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Friendly, gets a little chatty.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 20,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-03-21T03:39:01.298089+00:00",
                            "updated_on": "2023-02-08T13:37:30.792188+00:00",
                            "field_306876": null,
                            "field_306885": "Lang",
                            "field_306886": "Cassidy",
                            "field_306887": "S.",
                            "field_306888": "(847) 555-7171",
                            "field_306889": "casssidy.lang@awesomebrprojects.org",
                            "field_306899": [
                                14,
                                36
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                4
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Trying harder than teammates.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 21,
                            "order": "17.00000000000000000000",
                            "created_on": "2022-03-21T03:40:47.851900+00:00",
                            "updated_on": "2023-02-08T13:37:18.293681+00:00",
                            "field_306876": null,
                            "field_306885": "Drew",
                            "field_306886": "Jenny",
                            "field_306887": "E.",
                            "field_306888": "(312) 555-3339",
                            "field_306889": "jenny.drew@awesomeprojects.org",
                            "field_306899": [
                                6,
                                26,
                                48
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                5
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "That one who moved to the 7th floor.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 22,
                            "order": "18.00000000000000000000",
                            "created_on": "2022-03-21T03:43:11.670006+00:00",
                            "updated_on": "2023-02-08T13:32:26.746873+00:00",
                            "field_306876": null,
                            "field_306885": "Zorl",
                            "field_306886": "Kara",
                            "field_306887": "O.",
                            "field_306888": "(312) 555-2288",
                            "field_306889": "kara.zorl@awesomebrprojects.org",
                            "field_306899": [
                                24,
                                47
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                5
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Just asked for a review ahead of the schedule.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 23,
                            "order": "19.00000000000000000000",
                            "created_on": "2022-03-21T03:52:03.364043+00:00",
                            "updated_on": "2023-02-08T13:36:37.126743+00:00",
                            "field_306876": null,
                            "field_306885": "Knight",
                            "field_306886": "Stacy",
                            "field_306887": "J.",
                            "field_306888": "(312) 555-3232",
                            "field_306889": "stacy.knight@awesomebrprojects.org",
                            "field_306899": [
                                12,
                                32
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                2
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Stays close to the exit during lunch.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 24,
                            "order": "20.00000000000000000000",
                            "created_on": "2022-03-21T03:54:10.358247+00:00",
                            "updated_on": "2023-02-08T13:37:36.335077+00:00",
                            "field_306876": null,
                            "field_306885": "Tomaz",
                            "field_306886": "Ariana",
                            "field_306887": "C.",
                            "field_306888": "(312) 555-1177",
                            "field_306889": "ariana.tomaz@awesomebrprojects.org",
                            "field_306899": [
                                19,
                                43
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                1
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Starting to be more comfortable.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 25,
                            "order": "21.00000000000000000000",
                            "created_on": "2022-03-21T03:56:42.680913+00:00",
                            "updated_on": "2023-02-08T13:33:28.638507+00:00",
                            "field_306876": null,
                            "field_306885": "Gordon",
                            "field_306886": "Brandy",
                            "field_306887": "I.",
                            "field_306888": "(847) 555-3227",
                            "field_306889": "brandy.gordon@awesomebrprojects.org",
                            "field_306899": [
                                8,
                                28,
                                50
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                4
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Just joined the group last month.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 26,
                            "order": "22.00000000000000000000",
                            "created_on": "2022-03-21T03:59:30.324943+00:00",
                            "updated_on": "2023-02-08T13:33:33.505836+00:00",
                            "field_306876": null,
                            "field_306885": "Durgo",
                            "field_306886": "Lorna",
                            "field_306887": "O.",
                            "field_306888": "(312) 555-9789",
                            "field_306889": "lorna.durgo@awesomebrprojects.org",
                            "field_306899": [
                                7,
                                27,
                                49
                            ],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                8
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Heard singing so loud in the pantry. Nice voice.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 28,
                            "order": "24.00000000000000000000",
                            "created_on": "2022-03-22T06:46:05.436869+00:00",
                            "updated_on": "2023-02-08T13:37:23.662812+00:00",
                            "field_306876": null,
                            "field_306885": "Wayne",
                            "field_306886": "Daniel",
                            "field_306887": "N.",
                            "field_306888": "(773) 555-5773",
                            "field_306889": "daniel.wayne@awesomebrprojects.org",
                            "field_306899": [],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                8
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Secretive, very quiet.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                1
                            ]
                        },
                        {
                            "id": 29,
                            "order": "25.00000000000000000000",
                            "created_on": "2022-03-28T12:00:45.060717+00:00",
                            "updated_on": "2023-02-08T13:36:46.428318+00:00",
                            "field_306876": null,
                            "field_306885": "Zunady",
                            "field_306886": "Nina",
                            "field_306887": "A.",
                            "field_306888": "(847) 555-1223",
                            "field_306889": "nina.zunday@awesomebrprojects.org",
                            "field_306899": [],
                            "field_306944": null,
                            "field_308317": null,
                            "field_308541": [
                                11
                            ],
                            "field_310143": null,
                            "field_310145": null,
                            "field_310146": "Just joined last week to help HR.",
                            "field_310147": "true",
                            "field_310148": null,
                            "field_318904": [
                                5
                            ]
                        }
                    ]
                },
                {
                    "id": 55382,
                    "name": "Departments",
                    "order": 2,
                    "fields": [
                        {
                            "id": 318865,
                            "type": "text",
                            "name": "Department name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 318866,
                            "type": "link_row",
                            "name": "Assigned reviewers",
                            "order": 1,
                            "primary": false,
                            "link_row_table_id": 55380,
                            "link_row_related_field_id": 318868,
                            "has_related_field": true
                        },
                        {
                            "id": 318882,
                            "type": "formula",
                            "name": "Active reviewers",
                            "order": 3,
                            "primary": false,
                            "date_show_tzinfo": null,
                            "date_include_time": null,
                            "date_format": null,
                            "error": null,
                            "number_decimal_places": null,
                            "date_time_format": null,
                            "nullable": true,
                            "date_force_timezone": null,
                            "array_formula_type": "text",
                            "formula": "filter(lookup('Assigned reviewers', 'Full name'), lookup('Assigned reviewers', 'Is active'))",
                            "formula_type": "array"
                        },
                        {
                            "id": 318883,
                            "type": "boolean",
                            "name": "Is active",
                            "order": 4,
                            "primary": false
                        },
                        {
                            "id": 318905,
                            "type": "link_row",
                            "name": "Employees",
                            "order": 6,
                            "primary": false,
                            "link_row_table_id": 53412,
                            "link_row_related_field_id": 318904,
                            "has_related_field": true
                        }
                    ],
                    "views": [
                        {
                            "id": 70254,
                            "type": "grid",
                            "name": "All departments",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 12625,
                                    "field_id": 318865,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 390811,
                                    "field_id": 318865,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 390809,
                                    "field_id": 318866,
                                    "width": 307,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 390826,
                                    "field_id": 318882,
                                    "width": 222,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 390827,
                                    "field_id": 318883,
                                    "width": 112,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 390845,
                                    "field_id": 318905,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 70306,
                            "type": "gallery",
                            "name": "Active departments",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 20059,
                                    "field_id": 318883,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 14101,
                                    "field_id": 318865,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "field_options": [
                                {
                                    "id": 5928,
                                    "field_id": 318865,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5929,
                                    "field_id": 318866,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 5930,
                                    "field_id": 318882,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5931,
                                    "field_id": 318883,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 5932,
                                    "field_id": 318905,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-03-28T07:28:39.197395+00:00",
                            "updated_on": "2022-03-28T08:02:39.872979+00:00",
                            "field_318865": "Research and development",
                            "field_318866": [
                                2,
                                5,
                                6
                            ],
                            "field_318882": null,
                            "field_318883": "true",
                            "field_318905": [
                                21,
                                26,
                                25,
                                5,
                                14,
                                3,
                                20,
                                23,
                                18,
                                8,
                                4,
                                1,
                                7,
                                12,
                                10,
                                22,
                                28,
                                9,
                                24,
                                2,
                                11,
                                17
                            ]
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-03-28T07:28:39.200194+00:00",
                            "updated_on": "2022-03-28T08:02:40.853516+00:00",
                            "field_318865": "Finance",
                            "field_318866": [
                                2,
                                1
                            ],
                            "field_318882": null,
                            "field_318883": "true",
                            "field_318905": []
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-03-28T07:31:21.601677+00:00",
                            "updated_on": "2022-03-28T08:03:03.909364+00:00",
                            "field_318865": "Legal",
                            "field_318866": [
                                10,
                                4
                            ],
                            "field_318882": null,
                            "field_318883": "false",
                            "field_318905": []
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-03-28T07:31:33.564455+00:00",
                            "updated_on": "2022-03-28T13:51:08.240112+00:00",
                            "field_318865": "Logistics",
                            "field_318866": [
                                8,
                                12
                            ],
                            "field_318882": null,
                            "field_318883": "true",
                            "field_318905": []
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-03-28T07:31:37.740573+00:00",
                            "updated_on": "2022-03-28T13:51:21.907192+00:00",
                            "field_318865": "Human resources",
                            "field_318866": [
                                3,
                                11
                            ],
                            "field_318882": null,
                            "field_318883": "true",
                            "field_318905": [
                                29
                            ]
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-03-28T07:32:05.819453+00:00",
                            "updated_on": "2022-03-28T13:48:30.853637+00:00",
                            "field_318865": "Marketing",
                            "field_318866": [
                                10,
                                7
                            ],
                            "field_318882": null,
                            "field_318883": "true",
                            "field_318905": []
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-03-28T07:32:08.932247+00:00",
                            "updated_on": "2022-03-28T08:04:34.070809+00:00",
                            "field_318865": "Sales",
                            "field_318866": [
                                2,
                                9
                            ],
                            "field_318882": null,
                            "field_318883": "false",
                            "field_318905": []
                        }
                    ]
                },
                {
                    "id": 53689,
                    "name": "Titles",
                    "order": 3,
                    "fields": [
                        {
                            "id": 308455,
                            "type": "text",
                            "name": "Title",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 308456,
                            "type": "long_text",
                            "name": "Description",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 308542,
                            "type": "link_row",
                            "name": "Employees",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 53412,
                            "link_row_related_field_id": 308541,
                            "has_related_field": true
                        },
                        {
                            "id": 310141,
                            "type": "single_select",
                            "name": "Group",
                            "order": 4,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 58523,
                                    "value": "Software engineers",
                                    "color": "green",
                                    "order": 0
                                },
                                {
                                    "id": 58524,
                                    "value": "Quality analysts",
                                    "color": "blue",
                                    "order": 1
                                },
                                {
                                    "id": 58525,
                                    "value": "Business analysts",
                                    "color": "orange",
                                    "order": 2
                                },
                                {
                                    "id": 62739,
                                    "value": "Associate",
                                    "color": "gray",
                                    "order": 3
                                }
                            ]
                        },
                        {
                            "id": 310162,
                            "type": "lookup",
                            "name": "Members",
                            "order": 6,
                            "primary": false,
                            "date_show_tzinfo": null,
                            "date_include_time": null,
                            "date_format": null,
                            "error": null,
                            "number_decimal_places": null,
                            "date_time_format": null,
                            "nullable": true,
                            "date_force_timezone": null,
                            "array_formula_type": "text",
                            "through_field_id": 308542,
                            "through_field_name": "Employees",
                            "target_field_id": 306944,
                            "target_field_name": "Full name"
                        },
                        {
                            "id": 310267,
                            "type": "formula",
                            "name": "Number of members",
                            "order": 8,
                            "primary": false,
                            "date_show_tzinfo": null,
                            "date_include_time": null,
                            "date_format": null,
                            "error": null,
                            "number_decimal_places": 0,
                            "date_time_format": null,
                            "nullable": true,
                            "date_force_timezone": null,
                            "array_formula_type": null,
                            "formula": "count(field('Employees'))",
                            "formula_type": "number"
                        }
                    ],
                    "views": [
                        {
                            "id": 67652,
                            "type": "grid",
                            "name": "All company titles",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 13714,
                                    "field_id": 310141,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 375817,
                                    "field_id": 308455,
                                    "width": 252,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 375815,
                                    "field_id": 308456,
                                    "width": 296,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 376118,
                                    "field_id": 308542,
                                    "width": 270,
                                    "hidden": true,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378569,
                                    "field_id": 310141,
                                    "width": 157,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378590,
                                    "field_id": 310162,
                                    "width": 415,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378832,
                                    "field_id": 310267,
                                    "width": 191,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 68055,
                            "type": "gallery",
                            "name": "Business analyst titles",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 19106,
                                    "field_id": 310141,
                                    "type": "single_select_equal",
                                    "value": "58525"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "field_options": [
                                {
                                    "id": 5259,
                                    "field_id": 308455,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5260,
                                    "field_id": 308456,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5261,
                                    "field_id": 308542,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 5262,
                                    "field_id": 310141,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 5263,
                                    "field_id": 310162,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5273,
                                    "field_id": 310267,
                                    "hidden": false,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 68054,
                            "type": "gallery",
                            "name": "Quality analyst titles",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 19105,
                                    "field_id": 310141,
                                    "type": "single_select_equal",
                                    "value": "58524"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "field_options": [
                                {
                                    "id": 5253,
                                    "field_id": 308455,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5254,
                                    "field_id": 308456,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5255,
                                    "field_id": 308542,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 5256,
                                    "field_id": 310141,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 5257,
                                    "field_id": 310162,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5274,
                                    "field_id": 310267,
                                    "hidden": false,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 68053,
                            "type": "gallery",
                            "name": "Software engineer titles",
                            "order": 4,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 19104,
                                    "field_id": 310141,
                                    "type": "single_select_equal",
                                    "value": "58523"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "field_options": [
                                {
                                    "id": 5246,
                                    "field_id": 308455,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5247,
                                    "field_id": 308456,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5248,
                                    "field_id": 308542,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 5249,
                                    "field_id": 310141,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 5251,
                                    "field_id": 310162,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5275,
                                    "field_id": 310267,
                                    "hidden": false,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-03-18T12:57:35.475813+00:00",
                            "updated_on": "2022-04-16T02:54:31.259990+00:00",
                            "field_308455": "Associate Business Analyst",
                            "field_308456": "Assists their immediate business analysis supervisor and seniors with assigned tasks and responsibilities.",
                            "field_308542": [
                                8,
                                24
                            ],
                            "field_310141": 58525,
                            "field_310162": null,
                            "field_310267": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-03-18T12:57:35.478005+00:00",
                            "updated_on": "2022-04-16T02:56:13.090285+00:00",
                            "field_308455": "Business Analyst",
                            "field_308456": "The Business Analyst collaborates with stakeholders to analyze and document business processes for the system under development, to define functional requirements and high-level features, to elaborate on the details of the software project and requirements in order to establish the project's direction, and to assist in its implementation.",
                            "field_308542": [
                                23
                            ],
                            "field_310141": 58525,
                            "field_310162": null,
                            "field_310267": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-03-18T12:58:47.663974+00:00",
                            "updated_on": "2022-04-16T03:39:08.192141+00:00",
                            "field_308455": "Senior Business Analyst",
                            "field_308456": "Senior Business Analysts are responsible for supervising the rest of the business analysts while maintaining the same responsibilities as base-level business analysts. Furthermore, this role is considered an expert in their field.",
                            "field_308542": [
                                5,
                                10
                            ],
                            "field_310141": 58525,
                            "field_310162": null,
                            "field_310267": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-03-18T12:58:53.315466+00:00",
                            "updated_on": "2022-04-16T02:54:45.597795+00:00",
                            "field_308455": "Associate Quality Assurance Engineer",
                            "field_308456": "Assists their immediate quality assurance supervisor and seniors with assigned tasks and responsibilities.",
                            "field_308542": [
                                20,
                                25
                            ],
                            "field_310141": 58524,
                            "field_310162": null,
                            "field_310267": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-03-18T12:59:15.956955+00:00",
                            "updated_on": "2022-04-16T03:36:05.314443+00:00",
                            "field_308455": "Quality Assurance Engineer",
                            "field_308456": "A Quality Assurance Engineer creates tests to identify software defects prior to a product's launch. These tests entail additional responsibilities, such as developing and running new tests and communicating their results to stakeholders, with whom you will collaborate to fix program bugs or problems.",
                            "field_308542": [
                                2,
                                18,
                                21,
                                22
                            ],
                            "field_310141": 58524,
                            "field_310162": null,
                            "field_310267": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-03-18T12:59:28.966731+00:00",
                            "updated_on": "2022-04-16T03:36:50.351130+00:00",
                            "field_308455": "Senior Quality Assurance Engineer",
                            "field_308456": "Senior Quality Assurance Engineers are responsible for supervising the rest of the QA engineers while maintaining the same responsibilities as base-level Quality Assurance Engineers. Furthermore, this role is considered an expert in their field.",
                            "field_308542": [
                                4
                            ],
                            "field_310141": 58524,
                            "field_310162": null,
                            "field_310267": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-03-18T12:59:34.944070+00:00",
                            "updated_on": "2022-04-16T02:55:02.669531+00:00",
                            "field_308455": "Associate Software Engineer",
                            "field_308456": "Assists their immediate programming supervisor and seniors with assigned tasks and responsibilities.",
                            "field_308542": [
                                11,
                                12,
                                13,
                                14,
                                17
                            ],
                            "field_310141": 58523,
                            "field_310162": null,
                            "field_310267": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-03-18T12:59:50.158961+00:00",
                            "updated_on": "2022-04-16T03:37:20.372221+00:00",
                            "field_308455": "Software Engineer",
                            "field_308456": "Software Engineers are responsible for implementing engineering principles in the development of software. Their responsibilities include analyzing and modifying existing software as well as designing, building, and testing end-user applications that meet user requirements \u2014 all via software programming languages.",
                            "field_308542": [
                                3,
                                26,
                                28
                            ],
                            "field_310141": 58523,
                            "field_310162": null,
                            "field_310267": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-03-18T12:59:52.584214+00:00",
                            "updated_on": "2022-04-16T03:38:07.743077+00:00",
                            "field_308455": "Senior Software Engineer",
                            "field_308456": "Senior Software Engineers are responsible for supervising the rest of the software engineers while maintaining the same responsibilities as base-level engineers. Furthermore, this role is considered an expert in their field.",
                            "field_308542": [
                                1,
                                9,
                                7
                            ],
                            "field_310141": 58523,
                            "field_310162": null,
                            "field_310267": null
                        },
                        {
                            "id": 11,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-03-28T11:59:15.976136+00:00",
                            "updated_on": "2022-04-16T02:54:25.111031+00:00",
                            "field_308455": "Assistant Recruiter",
                            "field_308456": "Assists the company's recruiter in posting jobs and in sorting job applicants.",
                            "field_308542": [
                                29
                            ],
                            "field_310141": 62739,
                            "field_310162": null,
                            "field_310267": null
                        }
                    ]
                },
                {
                    "id": 53470,
                    "name": "Review periods",
                    "order": 4,
                    "fields": [
                        {
                            "id": 307260,
                            "type": "text",
                            "name": "Review period",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 307263,
                            "type": "link_row",
                            "name": "Reviews",
                            "order": 1,
                            "primary": false,
                            "link_row_table_id": 53413,
                            "link_row_related_field_id": 306970,
                            "has_related_field": true
                        },
                        {
                            "id": 312831,
                            "type": "formula",
                            "name": "Number of employees reviewed",
                            "order": 2,
                            "primary": false,
                            "date_show_tzinfo": null,
                            "date_include_time": null,
                            "date_format": null,
                            "error": null,
                            "number_decimal_places": 0,
                            "date_time_format": null,
                            "nullable": true,
                            "date_force_timezone": null,
                            "array_formula_type": null,
                            "formula": "if(count(field('Reviews'))>0, count(field('Reviews')), 0)",
                            "formula_type": "number"
                        }
                    ],
                    "views": [
                        {
                            "id": 67330,
                            "type": "grid",
                            "name": "All review periods",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 374315,
                                    "field_id": 307260,
                                    "width": 152,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 374316,
                                    "field_id": 307263,
                                    "width": 459,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 382056,
                                    "field_id": 312831,
                                    "width": 272,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                }
                            ]
                        },
                        {
                            "id": 68689,
                            "type": "gallery",
                            "name": "Review periods",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "field_options": [
                                {
                                    "id": 5410,
                                    "field_id": 307260,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5411,
                                    "field_id": 307263,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 5412,
                                    "field_id": 312831,
                                    "hidden": false,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-03-17T09:35:15.466604+00:00",
                            "updated_on": "2022-03-17T09:35:46.222426+00:00",
                            "field_307260": "2020/Q1",
                            "field_307263": [
                                1,
                                2,
                                5,
                                6,
                                7,
                                8,
                                9,
                                10,
                                11,
                                12,
                                13,
                                14,
                                15,
                                16,
                                17,
                                18,
                                19,
                                20,
                                21,
                                22,
                                23,
                                24,
                                35
                            ],
                            "field_312831": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-03-17T09:35:15.470362+00:00",
                            "updated_on": "2022-03-17T09:35:55.988964+00:00",
                            "field_307260": "2020/Q2",
                            "field_307263": [
                                25,
                                26,
                                27,
                                28,
                                29,
                                30,
                                31,
                                32,
                                33,
                                36,
                                37,
                                38,
                                39,
                                40,
                                41,
                                42,
                                43,
                                44,
                                45,
                                46,
                                47
                            ],
                            "field_312831": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-03-17T09:35:57.705177+00:00",
                            "updated_on": "2022-03-17T09:36:01.509253+00:00",
                            "field_307260": "2020/Q3",
                            "field_307263": [
                                48,
                                49,
                                50
                            ],
                            "field_312831": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-03-17T09:36:01.289570+00:00",
                            "updated_on": "2022-03-17T09:36:05.483244+00:00",
                            "field_307260": "2020/Q4",
                            "field_307263": [],
                            "field_312831": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-03-17T09:36:06.299928+00:00",
                            "updated_on": "2022-03-17T09:36:13.119347+00:00",
                            "field_307260": "2020/Annual",
                            "field_307263": [],
                            "field_312831": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-03-17T09:36:13.046369+00:00",
                            "updated_on": "2022-03-17T09:36:18.543088+00:00",
                            "field_307260": "2021/Q1",
                            "field_307263": [],
                            "field_312831": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-03-17T09:36:19.347177+00:00",
                            "updated_on": "2022-03-17T09:36:22.815974+00:00",
                            "field_307260": "2021/Q2",
                            "field_307263": [],
                            "field_312831": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-03-17T09:36:23.640283+00:00",
                            "updated_on": "2022-03-17T09:36:27.754673+00:00",
                            "field_307260": "2021/Q3",
                            "field_307263": [],
                            "field_312831": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-03-17T09:36:28.230503+00:00",
                            "updated_on": "2022-03-17T09:36:32.938971+00:00",
                            "field_307260": "2021/Q4",
                            "field_307263": [],
                            "field_312831": null
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-03-17T09:36:32.737983+00:00",
                            "updated_on": "2022-03-17T09:36:37.918346+00:00",
                            "field_307260": "2021/Annual",
                            "field_307263": [],
                            "field_312831": null
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-03-17T09:36:38.734593+00:00",
                            "updated_on": "2022-03-17T09:36:46.957353+00:00",
                            "field_307260": "2022/Q1",
                            "field_307263": [],
                            "field_312831": null
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-03-17T09:36:48.246423+00:00",
                            "updated_on": "2022-03-17T09:36:54.525744+00:00",
                            "field_307260": "2022/Q2",
                            "field_307263": [],
                            "field_312831": null
                        }
                    ]
                },
                {
                    "id": 55380,
                    "name": "Reviewers",
                    "order": 5,
                    "fields": [
                        {
                            "id": 318853,
                            "type": "text",
                            "name": "Full name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 318854,
                            "type": "email",
                            "name": "Email",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 318868,
                            "type": "link_row",
                            "name": "Department",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 55382,
                            "link_row_related_field_id": 318866,
                            "has_related_field": true
                        },
                        {
                            "id": 318880,
                            "type": "phone_number",
                            "name": "Phone number",
                            "order": 4,
                            "primary": false
                        },
                        {
                            "id": 318881,
                            "type": "boolean",
                            "name": "Is active",
                            "order": 5,
                            "primary": false
                        },
                        {
                            "id": 318892,
                            "type": "link_row",
                            "name": "Reviews",
                            "order": 6,
                            "primary": false,
                            "link_row_table_id": 53413,
                            "link_row_related_field_id": 318891,
                            "has_related_field": true
                        }
                    ],
                    "views": [
                        {
                            "id": 70250,
                            "type": "grid",
                            "name": "All reviewers",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 12623,
                                    "field_id": 318853,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 390799,
                                    "field_id": 318853,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 390797,
                                    "field_id": 318854,
                                    "width": 339,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 390816,
                                    "field_id": 318868,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 390824,
                                    "field_id": 318880,
                                    "width": 152,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 390825,
                                    "field_id": 318881,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 390833,
                                    "field_id": 318892,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 70360,
                            "type": "gallery",
                            "name": "Active reviewers",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 20066,
                                    "field_id": 318881,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 12651,
                                    "field_id": 318853,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "field_options": [
                                {
                                    "id": 5936,
                                    "field_id": 318853,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5937,
                                    "field_id": 318854,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5938,
                                    "field_id": 318868,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5939,
                                    "field_id": 318880,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5940,
                                    "field_id": 318881,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 5941,
                                    "field_id": 318892,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-03-28T07:11:58.664560+00:00",
                            "updated_on": "2022-03-28T07:45:44.959985+00:00",
                            "field_318853": "Collins, Jamaad",
                            "field_318854": "jamaad.collins@awesomebrprojects.org",
                            "field_318868": [
                                2
                            ],
                            "field_318880": "(312) 277-3091",
                            "field_318881": "true",
                            "field_318892": []
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-03-28T07:11:58.667654+00:00",
                            "updated_on": "2022-03-28T07:44:45.002611+00:00",
                            "field_318853": "Peters, Ireena",
                            "field_318854": "ireena.peters@awesomebrprojects.org",
                            "field_318868": [
                                1,
                                2,
                                7
                            ],
                            "field_318880": "(219) 391-2337",
                            "field_318881": "false",
                            "field_318892": []
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-03-28T07:36:05.186336+00:00",
                            "updated_on": "2022-03-28T07:45:14.099031+00:00",
                            "field_318853": "Carter, Breyann",
                            "field_318854": "breyann.carter@awesomebrprojects.org",
                            "field_318868": [
                                5
                            ],
                            "field_318880": "(312) 271-7095",
                            "field_318881": "true",
                            "field_318892": []
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-03-28T07:36:30.143223+00:00",
                            "updated_on": "2022-03-28T07:45:26.313228+00:00",
                            "field_318853": "Jones, Dandre",
                            "field_318854": "dandre.jone@awesomebrprojects.org",
                            "field_318868": [
                                3
                            ],
                            "field_318880": "(312) 273-7721",
                            "field_318881": "true",
                            "field_318892": []
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-03-28T07:36:59.150907+00:00",
                            "updated_on": "2022-03-28T07:46:26.279509+00:00",
                            "field_318853": "Dorsey, Jaslene",
                            "field_318854": "jaslene.dorsey@awesomebrprojects.org",
                            "field_318868": [
                                1
                            ],
                            "field_318880": "(708) 325-8373",
                            "field_318881": "true",
                            "field_318892": [
                                1,
                                6,
                                8,
                                10,
                                12,
                                14,
                                16,
                                18,
                                20,
                                23,
                                25,
                                27,
                                29,
                                31,
                                33,
                                36,
                                40,
                                42,
                                44,
                                46,
                                48,
                                50
                            ]
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-03-28T07:37:18.178549+00:00",
                            "updated_on": "2022-03-28T07:46:41.878689+00:00",
                            "field_318853": "Shaw, Kizzie",
                            "field_318854": "kizzie.shaw@awesomebrprojects.org",
                            "field_318868": [
                                1
                            ],
                            "field_318880": "(708) 375-1655",
                            "field_318881": "true",
                            "field_318892": [
                                5,
                                7,
                                9,
                                11,
                                13,
                                15,
                                17,
                                19,
                                21,
                                24,
                                26,
                                28,
                                30,
                                32,
                                35,
                                37,
                                39,
                                41,
                                43,
                                45,
                                47,
                                49
                            ]
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-03-28T07:37:23.422604+00:00",
                            "updated_on": "2022-03-28T07:47:00.748186+00:00",
                            "field_318853": "Saunders, Pavlina",
                            "field_318854": "pavlina.saunders@awesomebrprojects.org",
                            "field_318868": [
                                6
                            ],
                            "field_318880": "(708) 515-4317",
                            "field_318881": "true",
                            "field_318892": []
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-03-28T07:37:34.813295+00:00",
                            "updated_on": "2022-03-28T07:47:18.447265+00:00",
                            "field_318853": "Green, Remy",
                            "field_318854": "remy.green@awesomebrprojects.org",
                            "field_318868": [
                                4
                            ],
                            "field_318880": "(708) 701-0038",
                            "field_318881": "true",
                            "field_318892": []
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-03-28T07:38:20.965137+00:00",
                            "updated_on": "2022-03-28T07:47:45.772273+00:00",
                            "field_318853": "Taylor, Karver",
                            "field_318854": "karver.taylor@awesomebrprojects.org",
                            "field_318868": [
                                7
                            ],
                            "field_318880": "(773) 239-7880",
                            "field_318881": "true",
                            "field_318892": []
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-03-28T07:38:36.144270+00:00",
                            "updated_on": "2022-03-28T07:48:18.998614+00:00",
                            "field_318853": "Daniels, Cain",
                            "field_318854": "cain.daniels@awesomebrprojects.org",
                            "field_318868": [
                                3,
                                6
                            ],
                            "field_318880": "(872) 801-8573",
                            "field_318881": "false",
                            "field_318892": []
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-03-28T07:49:12.077549+00:00",
                            "updated_on": "2022-03-28T07:51:30.774797+00:00",
                            "field_318853": "Santiago, Jane",
                            "field_318854": "jane.santiago@awesomebrprojects.org",
                            "field_318868": [
                                5
                            ],
                            "field_318880": "(872) 888-7895",
                            "field_318881": "true",
                            "field_318892": []
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-03-28T07:49:43.464221+00:00",
                            "updated_on": "2022-03-28T07:51:31.582146+00:00",
                            "field_318853": "Dodd, Harvey",
                            "field_318854": "harvey.dodd@awesomebrprojects.org",
                            "field_318868": [
                                4
                            ],
                            "field_318880": "(872) 825-8252",
                            "field_318881": "true",
                            "field_318892": []
                        }
                    ]
                },
                {
                    "id": 53413,
                    "name": "Reviews",
                    "order": 6,
                    "fields": [
                        {
                            "id": 306879,
                            "type": "formula",
                            "name": "Review ID",
                            "order": 0,
                            "primary": true,
                            "date_show_tzinfo": null,
                            "date_include_time": null,
                            "date_format": null,
                            "error": null,
                            "number_decimal_places": null,
                            "date_time_format": null,
                            "nullable": true,
                            "date_force_timezone": null,
                            "array_formula_type": "text",
                            "formula": "upper( \n  concat( \n    \"R\", \n    left( \n      regex_replace( \n        field(\"Review period\"), \n        \"(/|-|:|\\s|\\t)\", \n        \"\" \n      ), \n      6 \n    ), \n    field(\"Employee ID number\"), \n    \"-\", \n    row_id() \n  ) \n)",
                            "formula_type": "array"
                        },
                        {
                            "id": 306898,
                            "type": "link_row",
                            "name": "Employee ID number",
                            "order": 4,
                            "primary": false,
                            "link_row_table_id": 53412,
                            "link_row_related_field_id": 306899,
                            "has_related_field": true
                        },
                        {
                            "id": 306900,
                            "type": "lookup",
                            "name": "Employee name",
                            "order": 5,
                            "primary": false,
                            "date_show_tzinfo": null,
                            "date_include_time": null,
                            "date_format": null,
                            "error": null,
                            "number_decimal_places": null,
                            "date_time_format": null,
                            "nullable": true,
                            "date_force_timezone": null,
                            "array_formula_type": "text",
                            "through_field_id": 306898,
                            "through_field_name": "Employee ID number",
                            "target_field_id": 306944,
                            "target_field_name": "Full name"
                        },
                        {
                            "id": 306970,
                            "type": "link_row",
                            "name": "Review period",
                            "order": 7,
                            "primary": false,
                            "link_row_table_id": 53470,
                            "link_row_related_field_id": 307263,
                            "has_related_field": true
                        },
                        {
                            "id": 306972,
                            "type": "formula",
                            "name": "Rating average",
                            "order": 9,
                            "primary": false,
                            "date_show_tzinfo": null,
                            "date_include_time": null,
                            "date_format": null,
                            "error": null,
                            "number_decimal_places": 2,
                            "date_time_format": null,
                            "nullable": true,
                            "date_force_timezone": null,
                            "array_formula_type": null,
                            "formula": "(field('Attendance and timekeeping') + \nfield('Creativity and innovation') + \nfield('Problem solving and resourcefulness') + \nfield('Communication skills') + \nfield('Interpersonal skills') + \nfield('Customer experience') + \nfield('Work ethic') + \nfield('Productivity') + \nfield('Accountability') + \nfield('Improvements and achievements')) / 10",
                            "formula_type": "number"
                        },
                        {
                            "id": 306974,
                            "type": "rating",
                            "name": "Attendance and timekeeping",
                            "order": 10,
                            "primary": false,
                            "max_value": 5,
                            "color": "dark-blue",
                            "style": "star"
                        },
                        {
                            "id": 306975,
                            "type": "rating",
                            "name": "Creativity and innovation",
                            "order": 11,
                            "primary": false,
                            "max_value": 5,
                            "color": "dark-blue",
                            "style": "star"
                        },
                        {
                            "id": 306976,
                            "type": "rating",
                            "name": "Problem solving and resourcefulness",
                            "order": 12,
                            "primary": false,
                            "max_value": 5,
                            "color": "dark-blue",
                            "style": "star"
                        },
                        {
                            "id": 306977,
                            "type": "rating",
                            "name": "Communication skills",
                            "order": 13,
                            "primary": false,
                            "max_value": 5,
                            "color": "dark-blue",
                            "style": "star"
                        },
                        {
                            "id": 306978,
                            "type": "rating",
                            "name": "Interpersonal skills",
                            "order": 14,
                            "primary": false,
                            "max_value": 5,
                            "color": "dark-blue",
                            "style": "star"
                        },
                        {
                            "id": 306979,
                            "type": "rating",
                            "name": "Customer experience",
                            "order": 15,
                            "primary": false,
                            "max_value": 5,
                            "color": "dark-blue",
                            "style": "star"
                        },
                        {
                            "id": 306980,
                            "type": "rating",
                            "name": "Work ethic",
                            "order": 16,
                            "primary": false,
                            "max_value": 5,
                            "color": "dark-blue",
                            "style": "star"
                        },
                        {
                            "id": 306981,
                            "type": "rating",
                            "name": "Productivity",
                            "order": 17,
                            "primary": false,
                            "max_value": 5,
                            "color": "dark-blue",
                            "style": "star"
                        },
                        {
                            "id": 307285,
                            "type": "rating",
                            "name": "Accountability",
                            "order": 26,
                            "primary": false,
                            "max_value": 5,
                            "color": "dark-blue",
                            "style": "star"
                        },
                        {
                            "id": 307303,
                            "type": "rating",
                            "name": "Improvements and achievements",
                            "order": 27,
                            "primary": false,
                            "max_value": 5,
                            "color": "dark-blue",
                            "style": "star"
                        },
                        {
                            "id": 310034,
                            "type": "formula",
                            "name": "Rating total (max 50)",
                            "order": 28,
                            "primary": false,
                            "date_show_tzinfo": null,
                            "date_include_time": null,
                            "date_format": null,
                            "error": null,
                            "number_decimal_places": 0,
                            "date_time_format": null,
                            "nullable": true,
                            "date_force_timezone": null,
                            "array_formula_type": null,
                            "formula": "field('Attendance and timekeeping') + \nfield('Creativity and innovation') + \nfield('Problem solving and resourcefulness') + \nfield('Communication skills') + \nfield('Interpersonal skills') + \nfield('Customer experience') + \nfield('Work ethic') + \nfield('Productivity') + \nfield('Accountability') + \nfield('Improvements and achievements')",
                            "formula_type": "number"
                        },
                        {
                            "id": 310035,
                            "type": "long_text",
                            "name": "Summary and recommendations",
                            "order": 29,
                            "primary": false
                        },
                        {
                            "id": 310363,
                            "type": "file",
                            "name": "Supporting documents",
                            "order": 30,
                            "primary": false
                        },
                        {
                            "id": 312844,
                            "type": "formula",
                            "name": "Assessment score",
                            "order": 32,
                            "primary": false,
                            "date_show_tzinfo": null,
                            "date_include_time": null,
                            "date_format": null,
                            "error": null,
                            "number_decimal_places": null,
                            "date_time_format": null,
                            "nullable": true,
                            "date_force_timezone": null,
                            "array_formula_type": null,
                            "formula": "if(field('Rating average')>=4.5,'\ud83d\udd35 FE - Far exceeds expectations', \nif(field('Rating average')>=3.75,'\ud83d\udfe2 EX - Exceeds expectations', \nif(field('Rating average')>=3,'\ud83d\udfe1 ME - Meets expectations', \nif(field('Rating average')>=2,'\ud83d\udfe0 DR - Development required', \nif(field('Rating average')<2,'\ud83d\udd34 IR - Improvement required', '')))))",
                            "formula_type": "text"
                        },
                        {
                            "id": 318891,
                            "type": "link_row",
                            "name": "Reviewer",
                            "order": 33,
                            "primary": false,
                            "link_row_table_id": 55380,
                            "link_row_related_field_id": 318892,
                            "has_related_field": true
                        },
                        {
                            "id": 318893,
                            "type": "last_modified",
                            "name": "Last modifed",
                            "order": 34,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": "Asia/Singapore"
                        }
                    ],
                    "views": [
                        {
                            "id": 67227,
                            "type": "grid",
                            "name": "All reviews",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 373677,
                                    "field_id": 306879,
                                    "width": 161,
                                    "hidden": false,
                                    "order": 20,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 373692,
                                    "field_id": 306898,
                                    "width": 197,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 373734,
                                    "field_id": 306900,
                                    "width": 168,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 373753,
                                    "field_id": 306970,
                                    "width": 160,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 373759,
                                    "field_id": 306972,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "min",
                                    "aggregation_raw_type": "min"
                                },
                                {
                                    "id": 373760,
                                    "field_id": 306974,
                                    "width": 250,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 373761,
                                    "field_id": 306975,
                                    "width": 230,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 373762,
                                    "field_id": 306976,
                                    "width": 308,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 373763,
                                    "field_id": 306977,
                                    "width": 208,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 373764,
                                    "field_id": 306978,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 373765,
                                    "field_id": 306979,
                                    "width": 207,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 373766,
                                    "field_id": 306980,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 373767,
                                    "field_id": 306981,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 374355,
                                    "field_id": 307285,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 374371,
                                    "field_id": 307303,
                                    "width": 276,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 378329,
                                    "field_id": 310034,
                                    "width": 198,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 378330,
                                    "field_id": 310035,
                                    "width": 331,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378954,
                                    "field_id": 310363,
                                    "width": 205,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 382067,
                                    "field_id": 312844,
                                    "width": 244,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 390831,
                                    "field_id": 318891,
                                    "width": 181,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 390832,
                                    "field_id": 318893,
                                    "width": 157,
                                    "hidden": false,
                                    "order": 21,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 67241,
                            "type": "form",
                            "name": "Create new employee review",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "public": true,
                            "title": "Employee Performance Review Form",
                            "description": "Companies and organizations regularly conduct staff performance appraisals. This is essential to managing teams and harmony in the workplace. These staff evaluations are traditionally performed quarterly, biannually, and/or annually.",
                            "cover_image": {
                                "name": "rpTRnaJHmCUHkh8TsZjWA1V422nPyLOt_66b46bcb567e9075c045f3f96b9ca11fa48399f3fc88037861f2d3b965e48aea.jpg",
                                "original_name": "Sample-Form-Headers.DaySkyline.jpg"
                            },
                            "logo_image": {
                                "name": "lYDG5drE6f66QLMLevxiXXIENlF0z6u0_20da0b5612ec760acb959f7678de1a80e3ab0c17ccd8a6e95e3296cfaf7c3a9d.png",
                                "original_name": "Sample-Company-Logo.png"
                            },
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "Thank you for completing the Staff Performance Review Form. Please get back to the \u201cReviews Grid\u201d under the Reviews Table of the Performance Review Database to validate your recent review and attach review files under the Supporting Documents field of your new record.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 15616,
                                    "field_id": 306879,
                                    "name": "",
                                    "description": "Please type in a new and unique review ID for this appraisal. You may apply your organization's standard to avoid duplicates. Example: Sales-BR099-2022/Q3",
                                    "enabled": false,
                                    "required": true,
                                    "order": 0,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15617,
                                    "field_id": 306898,
                                    "name": "Employee ID No.",
                                    "description": "Please select the employee ID number for the employee currently being reviewed. You may refer to the Employees Table and Employee Gallery for employee reference. Select or use Search to find the employee number for this review.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 1,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15621,
                                    "field_id": 306970,
                                    "name": "",
                                    "description": "Please select the appropriate review period for this assessment.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 2,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15624,
                                    "field_id": 306974,
                                    "name": "",
                                    "description": "Attendance and reliable time reporting are important factors in evaluating an individual's performance because these things are important in most professions.\r\rRating Scales:\r5 Stars = FE (Far Exceeds); \r4 Stars = EX (Exceeds Expectations); \r3 Stars = ME (Meets Expectations); \r2 Stars = DR (Development Required); \r1 Star = IR (Improvement Required).",
                                    "enabled": true,
                                    "required": true,
                                    "order": 3,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15625,
                                    "field_id": 306975,
                                    "name": "",
                                    "description": "This is important in the workplace because it allows for new ideas and creative thought. In a modern, forward-thinking company, creative thinking and new ideas are highly encouraged.\r\rRating Scales:\r5 Stars = FE (Far Exceeds); \r4 Stars = EX (Exceeds Expectations); \r3 Stars = ME (Meets Expectations); \r2 Stars = DR (Development Required); \r1 Star = IR (Improvement Required).",
                                    "enabled": true,
                                    "required": true,
                                    "order": 4,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15626,
                                    "field_id": 306976,
                                    "name": "",
                                    "description": "When you solve a problem, you figure out what caused it, look for possible solutions, prioritize and choose between them, and choose the most efficient solution.\r\rRating Scales:\r5 Stars = FE (Far Exceeds); \r4 Stars = EX (Exceeds Expectations); \r3 Stars = ME (Meets Expectations); \r2 Stars = DR (Development Required); \r1 Star = IR (Improvement Required).",
                                    "enabled": true,
                                    "required": true,
                                    "order": 5,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15627,
                                    "field_id": 306977,
                                    "name": "",
                                    "description": "In a dynamic work environment, communication is one of the most important parts of how things work together. It's important to be able to communicate well with supervisors, coworkers, and clients in a lot of different businesses. Communication that is clear makes people more comfortable with each other, which makes them more likely to share and exchange ideas. It also makes everyone more productive because it bridges the gap between departments and helps everyone work together. \r\rRating Scales:\u00a0 5 Stars = FE (Far Exceeds); \r4 Stars = EX (Exceeds Expectations); \r3 Stars = ME (Meets Expectations); \r2 Stars = DR (Development Required); \r1 Star = IR (Improvement Required).",
                                    "enabled": true,
                                    "required": true,
                                    "order": 6,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15628,
                                    "field_id": 306978,
                                    "name": "",
                                    "description": "People who have good interpersonal skills have a lot of different skills that are often needed for many jobs. While some people are born with good interpersonal skills, for others, they can be learned through experience and knowledge, and they can also be taught.\r\rRating Scales:\r5 Stars = FE (Far Exceeds); \r4 Stars = EX (Exceeds Expectations); \r3 Stars = ME (Meets Expectations); \r2 Stars = DR (Development Required); \r1 Star = IR (Improvement Required).",
                                    "enabled": true,
                                    "required": true,
                                    "order": 7,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15629,
                                    "field_id": 306979,
                                    "name": "",
                                    "description": "When you focus on your customers and give them good service, you can build long-term relationships with them. Employees need to learn skills that will help customers have a better experience. Customer can either be internal or external \u2013 project stakeholders can be viewed as customers or clients as well.\u00a0 Rating Scales:\u00a0 5 Stars = FE (Far Exceeds); \r4 Stars = EX (Exceeds Expectations); \r3 Stars = ME (Meets Expectations); \r2 Stars = DR (Development Required); \r1 Star = IR (Improvement Required).",
                                    "enabled": true,
                                    "required": true,
                                    "order": 8,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15630,
                                    "field_id": 306980,
                                    "name": "",
                                    "description": "There are a lot of things that make up an employee's work ethic, like working hard, being honest, and treating others with respect. By looking into an employee's ethics and morals, you can stop bad and demotivating behavior from spreading in the workplace.\r\rRating Scales:\r5 Stars = FE (Far Exceeds); \r4 Stars = EX (Exceeds Expectations); \r3 Stars = ME (Meets Expectations); \r2 Stars = DR (Development Required); \r1 Star = IR (Improvement Required).",
                                    "enabled": true,
                                    "required": true,
                                    "order": 9,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15631,
                                    "field_id": 306981,
                                    "name": "",
                                    "description": "Employees must remain productive during work hours in order to contribute to the company's goals. Likewise, productivity is a good indicator of an employee's engagement level. Productivity is determined by the quality and quantity of work performed by an employee in comparison to the standards established by the employer.\r\rRating Scales:\r5 Stars = FE (Far Exceeds); \r4 Stars = EX (Exceeds Expectations); \r3 Stars = ME (Meets Expectations); \r2 Stars = DR (Development Required); \r1 Star = IR (Improvement Required).",
                                    "enabled": true,
                                    "required": true,
                                    "order": 10,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15658,
                                    "field_id": 307285,
                                    "name": "",
                                    "description": "It's important for employees to try to be responsible for their work and own up to mistakes they make. They should also do their best to fix them as best they can. This makes efficient use of time and shows that an employee is trustworthy. Rating Scales:\r5 Stars = FE (Far Exceeds); \r4 Stars = EX (Exceeds Expectations); \r3 Stars = ME (Meets Expectations); \r2 Stars = DR (Development Required); \r1 Star = IR (Improvement Required).",
                                    "enabled": true,
                                    "required": true,
                                    "order": 11,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15674,
                                    "field_id": 307303,
                                    "name": "",
                                    "description": "Typically, employees have room for growth. It is also essential to account for and recognize employee accomplishments, whether they are related to project milestones or work initiatives.\r\rRating Scales:\r5 Stars = FE (Far Exceeds); \r4 Stars = EX (Exceeds Expectations); \r3 Stars = ME (Meets Expectations); \r2 Stars = DR (Development Required); \r1 Star = IR (Improvement Required).",
                                    "enabled": true,
                                    "required": true,
                                    "order": 12,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15877,
                                    "field_id": 310035,
                                    "name": "",
                                    "description": "This section is a summary of this assessment and, at the same time, allows the reviewer to include employee recommendations based on this employee's assessment.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 13,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 16801,
                                    "field_id": 318891,
                                    "name": "",
                                    "description": "Please select your name (or the reviewer's name who made this review) from the list below.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 14,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15618,
                                    "field_id": 306900,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 15,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15623,
                                    "field_id": 306972,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 16,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15876,
                                    "field_id": 310034,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 17,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 15878,
                                    "field_id": 310363,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 18,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 16038,
                                    "field_id": 312844,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 19,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 16802,
                                    "field_id": 318893,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 20,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        },
                        {
                            "id": 67331,
                            "type": "grid",
                            "name": "Reviews 2020/Q1",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 18802,
                                    "field_id": 306970,
                                    "type": "link_row_has",
                                    "value": "1"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 374320,
                                    "field_id": 306879,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 374321,
                                    "field_id": 306898,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 374322,
                                    "field_id": 306900,
                                    "width": 163,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 374323,
                                    "field_id": 306970,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 374324,
                                    "field_id": 306972,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 374325,
                                    "field_id": 306974,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 374326,
                                    "field_id": 306975,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 374327,
                                    "field_id": 306976,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 374328,
                                    "field_id": 306977,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 374329,
                                    "field_id": 306978,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 374330,
                                    "field_id": 306979,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 374331,
                                    "field_id": 306980,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 374332,
                                    "field_id": 306981,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 374356,
                                    "field_id": 307285,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378950,
                                    "field_id": 307303,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378951,
                                    "field_id": 310034,
                                    "width": 137,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378952,
                                    "field_id": 310035,
                                    "width": 271,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 378953,
                                    "field_id": 310363,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 382078,
                                    "field_id": 312844,
                                    "width": 212,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 417862,
                                    "field_id": 318891,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 417863,
                                    "field_id": 318893,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 68600,
                            "type": "grid",
                            "name": "Reviews 2020/Q2",
                            "order": 4,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 19306,
                                    "field_id": 306970,
                                    "type": "link_row_has",
                                    "value": "2"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 381714,
                                    "field_id": 306879,
                                    "width": 153,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381715,
                                    "field_id": 306898,
                                    "width": 142,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381716,
                                    "field_id": 306900,
                                    "width": 164,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381717,
                                    "field_id": 306970,
                                    "width": 163,
                                    "hidden": true,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381718,
                                    "field_id": 306972,
                                    "width": 152,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381719,
                                    "field_id": 306974,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381720,
                                    "field_id": 306975,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381721,
                                    "field_id": 306976,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381722,
                                    "field_id": 306977,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381723,
                                    "field_id": 306978,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381724,
                                    "field_id": 306979,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381725,
                                    "field_id": 306980,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381726,
                                    "field_id": 306981,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381727,
                                    "field_id": 307285,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381728,
                                    "field_id": 307303,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381729,
                                    "field_id": 310034,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381730,
                                    "field_id": 310035,
                                    "width": 275,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381731,
                                    "field_id": 310363,
                                    "width": 178,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 382083,
                                    "field_id": 312844,
                                    "width": 215,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 68606,
                            "type": "grid",
                            "name": "Reviews 2020/Q3",
                            "order": 5,
                            "ownership_type": "collaborative",
                            "created_by": null,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 19307,
                                    "field_id": 306970,
                                    "type": "link_row_has",
                                    "value": "3"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 381749,
                                    "field_id": 306879,
                                    "width": 147,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381750,
                                    "field_id": 306898,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381751,
                                    "field_id": 306900,
                                    "width": 164,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381752,
                                    "field_id": 306970,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381753,
                                    "field_id": 306972,
                                    "width": 152,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381754,
                                    "field_id": 306974,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381755,
                                    "field_id": 306975,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381756,
                                    "field_id": 306976,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381757,
                                    "field_id": 306977,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381758,
                                    "field_id": 306978,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381759,
                                    "field_id": 306979,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381760,
                                    "field_id": 306980,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381761,
                                    "field_id": 306981,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381762,
                                    "field_id": 307285,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381763,
                                    "field_id": 307303,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381764,
                                    "field_id": 310034,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381765,
                                    "field_id": 310035,
                                    "width": 270,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 381766,
                                    "field_id": 310363,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 382087,
                                    "field_id": 312844,
                                    "width": 191,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-03-17T02:47:19.423110+00:00",
                            "updated_on": "2022-03-28T11:07:50.305042+00:00",
                            "field_306879": null,
                            "field_306898": [
                                1
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 5,
                            "field_306975": 5,
                            "field_306976": 5,
                            "field_306977": 5,
                            "field_306978": 4,
                            "field_306979": 3,
                            "field_306980": 5,
                            "field_306981": 4,
                            "field_307285": 5,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Establishes well-thought-out goals and works tirelessly to achieve them.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 5,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-03-17T08:53:20.947997+00:00",
                            "updated_on": "2022-03-28T11:08:00.854302+00:00",
                            "field_306879": null,
                            "field_306898": [
                                4
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 3,
                            "field_306975": 4,
                            "field_306976": 4,
                            "field_306977": 4,
                            "field_306978": 4,
                            "field_306979": 3,
                            "field_306980": 3,
                            "field_306981": 5,
                            "field_307285": 4,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Promotes collaboration effectively to ensure that colleagues work collaboratively to meet deadlines.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 6,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-03-21T12:29:09.579153+00:00",
                            "updated_on": "2022-03-28T11:08:22.241096+00:00",
                            "field_306879": null,
                            "field_306898": [
                                21
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 5,
                            "field_306976": 4,
                            "field_306977": 5,
                            "field_306978": 4,
                            "field_306979": 5,
                            "field_306980": 4,
                            "field_306981": 5,
                            "field_307285": 4,
                            "field_307303": 5,
                            "field_310034": null,
                            "field_310035": "Consistently arrives on time, adheres to schedule, and takes a lunch break at the designated time.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 7,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-03-21T12:31:33.465208+00:00",
                            "updated_on": "2022-03-28T11:08:27.986370+00:00",
                            "field_306879": null,
                            "field_306898": [
                                26
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 5,
                            "field_306975": 4,
                            "field_306976": 5,
                            "field_306977": 4,
                            "field_306978": 5,
                            "field_306979": 4,
                            "field_306980": 5,
                            "field_306981": 4,
                            "field_307285": 5,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Possesses an extraordinary imagination and have generated some of the most inventive ideas ever seen.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 8,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-03-21T12:33:33.925971+00:00",
                            "updated_on": "2022-03-28T11:08:35.091003+00:00",
                            "field_306879": null,
                            "field_306898": [
                                25
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 5,
                            "field_306976": 4,
                            "field_306977": 5,
                            "field_306978": 4,
                            "field_306979": 5,
                            "field_306980": 4,
                            "field_306981": 5,
                            "field_307285": 2,
                            "field_307303": 3,
                            "field_310034": null,
                            "field_310035": "Provides employees with the resources and training necessary to perform their duties.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 9,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-03-21T12:35:21.076917+00:00",
                            "updated_on": "2022-03-28T11:08:42.518344+00:00",
                            "field_306879": null,
                            "field_306898": [
                                5
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 5,
                            "field_306975": 3,
                            "field_306976": 3,
                            "field_306977": 3,
                            "field_306978": 3,
                            "field_306979": 3,
                            "field_306980": 4,
                            "field_306981": 3,
                            "field_307285": 5,
                            "field_307303": 3,
                            "field_310034": null,
                            "field_310035": "Very precise in directions and communicates effectively as expected of every team member.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 10,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-03-21T12:36:39.673030+00:00",
                            "updated_on": "2022-03-28T11:08:48.900409+00:00",
                            "field_306879": null,
                            "field_306898": [
                                14
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 2,
                            "field_306975": 5,
                            "field_306976": 5,
                            "field_306977": 5,
                            "field_306978": 4,
                            "field_306979": 5,
                            "field_306980": 3,
                            "field_306981": 5,
                            "field_307285": 5,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Demonstrates respect for others and ensures that everyone has an equal opportunity to express their views.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 11,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-03-21T12:38:03.249837+00:00",
                            "updated_on": "2022-03-28T14:10:20.080240+00:00",
                            "field_306879": null,
                            "field_306898": [
                                3
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 4,
                            "field_306976": 4,
                            "field_306977": 4,
                            "field_306978": 4,
                            "field_306979": 4,
                            "field_306980": 4,
                            "field_306981": 4,
                            "field_307285": 4,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Exceeded our expectations by completing additional work despite the compressed schedule.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 12,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-03-21T12:39:22.053261+00:00",
                            "updated_on": "2022-03-28T11:09:00.480360+00:00",
                            "field_306879": null,
                            "field_306898": [
                                23
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 3,
                            "field_306976": 4,
                            "field_306977": 3,
                            "field_306978": 4,
                            "field_306979": 3,
                            "field_306980": 4,
                            "field_306981": 3,
                            "field_307285": 4,
                            "field_307303": 3,
                            "field_310034": null,
                            "field_310035": "Follows up with existing and new clients on a regular basis to ensure clients feel valued and are reminded of our existence.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 13,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-03-21T12:40:52.246571+00:00",
                            "updated_on": "2022-03-28T11:09:04.982426+00:00",
                            "field_306879": null,
                            "field_306898": [
                                8
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 5,
                            "field_306975": 4,
                            "field_306976": 5,
                            "field_306977": 4,
                            "field_306978": 5,
                            "field_306979": 4,
                            "field_306980": 5,
                            "field_306981": 4,
                            "field_307285": 5,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Extremely articulate and communicates ideas and opinions succinctly, leaving no room for misunderstanding.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 14,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-03-21T12:52:36.753675+00:00",
                            "updated_on": "2022-03-28T11:09:10.256682+00:00",
                            "field_306879": null,
                            "field_306898": [
                                20
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 5,
                            "field_306976": 5,
                            "field_306977": 4,
                            "field_306978": 4,
                            "field_306979": 5,
                            "field_306980": 5,
                            "field_306981": 4,
                            "field_307285": 4,
                            "field_307303": 5,
                            "field_310034": null,
                            "field_310035": "Extremely punctual and appreciates the value of other people's time. Never arrived late for a meeting.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 15,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-03-21T12:54:38.421206+00:00",
                            "updated_on": "2022-03-28T11:09:16.407367+00:00",
                            "field_306879": null,
                            "field_306898": [
                                18
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 3,
                            "field_306975": 3,
                            "field_306976": 2,
                            "field_306977": 3,
                            "field_306978": 4,
                            "field_306979": 3,
                            "field_306980": 2,
                            "field_306981": 4,
                            "field_307285": 2,
                            "field_307303": 3,
                            "field_310034": null,
                            "field_310035": "Shares your knowledge of industry trends and best practices in order to improve job performance.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 16,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-03-21T13:00:09.437714+00:00",
                            "updated_on": "2022-03-28T11:09:22.221570+00:00",
                            "field_306879": null,
                            "field_306898": [
                                12
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 2,
                            "field_306975": 2,
                            "field_306976": 2,
                            "field_306977": 2,
                            "field_306978": 1,
                            "field_306979": 2,
                            "field_306980": 1,
                            "field_306981": 2,
                            "field_307285": 1,
                            "field_307303": 1,
                            "field_310034": null,
                            "field_310035": "Appears to struggle with expressing own emotions and feelings, which frequently results in misunderstandings.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 17,
                            "order": "15.00000000000000000000",
                            "created_on": "2022-03-21T13:03:24.723380+00:00",
                            "updated_on": "2022-03-28T11:09:28.381570+00:00",
                            "field_306879": null,
                            "field_306898": [
                                9
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 3,
                            "field_306975": 4,
                            "field_306976": 4,
                            "field_306977": 4,
                            "field_306978": 3,
                            "field_306979": 3,
                            "field_306980": 4,
                            "field_306981": 4,
                            "field_307285": 4,
                            "field_307303": 3,
                            "field_310034": null,
                            "field_310035": "Utilizes innovative thinking to carry out the company's vision.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 18,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-03-21T14:25:21.226813+00:00",
                            "updated_on": "2022-03-28T11:09:34.685858+00:00",
                            "field_306879": null,
                            "field_306898": [
                                17
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 4,
                            "field_306976": 4,
                            "field_306977": 5,
                            "field_306978": 5,
                            "field_306979": 5,
                            "field_306980": 4,
                            "field_306981": 4,
                            "field_307285": 4,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Rapidly adapts to changes in the manner in which required duties are performed.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 19,
                            "order": "17.00000000000000000000",
                            "created_on": "2022-03-21T14:26:40.598184+00:00",
                            "updated_on": "2022-03-28T11:09:39.241955+00:00",
                            "field_306879": null,
                            "field_306898": [
                                24
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 3,
                            "field_306975": 3,
                            "field_306976": 3,
                            "field_306977": 4,
                            "field_306978": 4,
                            "field_306979": 4,
                            "field_306980": 4,
                            "field_306981": 3,
                            "field_307285": 4,
                            "field_307303": 3,
                            "field_310034": null,
                            "field_310035": "Is a constructive communicator who is capable of effectively and succinctly discussing difficult issues.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 20,
                            "order": "18.00000000000000000000",
                            "created_on": "2022-03-21T14:27:52.387835+00:00",
                            "updated_on": "2022-03-28T11:09:43.824904+00:00",
                            "field_306879": null,
                            "field_306898": [
                                10
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 5,
                            "field_306975": 5,
                            "field_306976": 5,
                            "field_306977": 5,
                            "field_306978": 5,
                            "field_306979": 5,
                            "field_306980": 5,
                            "field_306981": 5,
                            "field_307285": 5,
                            "field_307303": 5,
                            "field_310034": null,
                            "field_310035": "Assumes responsibility for the company's success and accepts accountability for one's own actions and contributions as a team member.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 21,
                            "order": "19.00000000000000000000",
                            "created_on": "2022-03-21T14:29:09.549735+00:00",
                            "updated_on": "2022-03-28T11:09:51.805141+00:00",
                            "field_306879": null,
                            "field_306898": [
                                2
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 5,
                            "field_306975": 5,
                            "field_306976": 5,
                            "field_306977": 3,
                            "field_306978": 3,
                            "field_306979": 3,
                            "field_306980": 5,
                            "field_306981": 5,
                            "field_307285": 5,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Contributes positively to the company's overall performance through consistent and high-quality work.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 23,
                            "order": "21.00000000000000000000",
                            "created_on": "2022-03-21T15:43:49.797052+00:00",
                            "updated_on": "2022-03-28T11:09:57.119976+00:00",
                            "field_306879": null,
                            "field_306898": [
                                11
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 3,
                            "field_306975": 2,
                            "field_306976": 3,
                            "field_306977": 2,
                            "field_306978": 3,
                            "field_306979": 2,
                            "field_306980": 3,
                            "field_306981": 3,
                            "field_307285": 2,
                            "field_307303": 3,
                            "field_310034": null,
                            "field_310035": "Makes ineffective contributions to the team's activities.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 24,
                            "order": "22.00000000000000000000",
                            "created_on": "2022-03-21T15:45:56.677947+00:00",
                            "updated_on": "2022-03-28T11:08:10.317368+00:00",
                            "field_306879": null,
                            "field_306898": [
                                22
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 5,
                            "field_306975": 4,
                            "field_306976": 5,
                            "field_306977": 4,
                            "field_306978": 5,
                            "field_306979": 4,
                            "field_306980": 5,
                            "field_306981": 4,
                            "field_307285": 5,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Contributes positively to the company's overall performance through consistent and high-quality work.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 25,
                            "order": "23.00000000000000000000",
                            "created_on": "2022-03-21T15:50:55.823016+00:00",
                            "updated_on": "2022-03-28T11:10:11.768188+00:00",
                            "field_306879": null,
                            "field_306898": [
                                1
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 4,
                            "field_306976": 4,
                            "field_306977": 4,
                            "field_306978": 4,
                            "field_306979": 4,
                            "field_306980": 4,
                            "field_306981": 4,
                            "field_307285": 4,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Understands how to work effectively with others to solve problems.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 26,
                            "order": "24.00000000000000000000",
                            "created_on": "2022-03-21T15:53:32.519566+00:00",
                            "updated_on": "2022-03-28T11:10:27.410001+00:00",
                            "field_306879": null,
                            "field_306898": [
                                21
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 4,
                            "field_306976": 5,
                            "field_306977": 5,
                            "field_306978": 4,
                            "field_306979": 4,
                            "field_306980": 5,
                            "field_306981": 5,
                            "field_307285": 4,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Is a strong team player, as evidenced by displaying a willingness to assist and contribute as needed.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 27,
                            "order": "25.00000000000000000000",
                            "created_on": "2022-03-21T15:54:57.325046+00:00",
                            "updated_on": "2022-03-28T11:10:32.721759+00:00",
                            "field_306879": null,
                            "field_306898": [
                                26
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 3,
                            "field_306975": 4,
                            "field_306976": 3,
                            "field_306977": 4,
                            "field_306978": 3,
                            "field_306979": 4,
                            "field_306980": 3,
                            "field_306981": 4,
                            "field_307285": 3,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Possesses an extraordinary imagination and have generated some of the most imaginative concepts we've ever seen.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 28,
                            "order": "26.00000000000000000000",
                            "created_on": "2022-03-21T15:56:11.407430+00:00",
                            "updated_on": "2022-03-28T11:10:37.208387+00:00",
                            "field_306879": null,
                            "field_306898": [
                                25
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 3,
                            "field_306975": 4,
                            "field_306976": 3,
                            "field_306977": 4,
                            "field_306978": 3,
                            "field_306979": 4,
                            "field_306980": 3,
                            "field_306981": 4,
                            "field_307285": 3,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Extremely articulate and concise in explanations of ideas and opinions, leaving no room for misunderstanding.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 29,
                            "order": "27.00000000000000000000",
                            "created_on": "2022-03-21T15:57:10.355609+00:00",
                            "updated_on": "2022-03-28T14:10:48.785349+00:00",
                            "field_306879": null,
                            "field_306898": [
                                5
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 3,
                            "field_306975": 4,
                            "field_306976": 4,
                            "field_306977": 3,
                            "field_306978": 3,
                            "field_306979": 4,
                            "field_306980": 4,
                            "field_306981": 3,
                            "field_307285": 4,
                            "field_307303": 3,
                            "field_310034": null,
                            "field_310035": "Utilizes inventiveness to carry out the company's vision.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 30,
                            "order": "28.00000000000000000000",
                            "created_on": "2022-03-21T15:58:08.530731+00:00",
                            "updated_on": "2022-03-28T11:10:46.689430+00:00",
                            "field_306879": null,
                            "field_306898": [
                                14
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 5,
                            "field_306976": 5,
                            "field_306977": 4,
                            "field_306978": 4,
                            "field_306979": 5,
                            "field_306980": 5,
                            "field_306981": 4,
                            "field_307285": 4,
                            "field_307303": 5,
                            "field_310034": null,
                            "field_310035": "Adapts quickly to changes in the manner in which required duties are performed.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 31,
                            "order": "29.00000000000000000000",
                            "created_on": "2022-03-21T15:59:09.448813+00:00",
                            "updated_on": "2022-03-28T11:10:51.748528+00:00",
                            "field_306879": null,
                            "field_306898": [
                                3
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 4,
                            "field_306976": 3,
                            "field_306977": 3,
                            "field_306978": 4,
                            "field_306979": 4,
                            "field_306980": 4,
                            "field_306981": 4,
                            "field_307285": 4,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Through consistent and high-quality work, positively contributes to the company's overall performance.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 32,
                            "order": "30.00000000000000000000",
                            "created_on": "2022-03-21T16:00:22.902243+00:00",
                            "updated_on": "2022-03-28T11:10:56.464768+00:00",
                            "field_306879": null,
                            "field_306898": [
                                23
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 5,
                            "field_306975": 4,
                            "field_306976": 5,
                            "field_306977": 4,
                            "field_306978": 5,
                            "field_306979": 4,
                            "field_306980": 5,
                            "field_306981": 4,
                            "field_307285": 5,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Shows others respect and ensures that everyone has an equal opportunity to express themselves.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 33,
                            "order": "31.00000000000000000000",
                            "created_on": "2022-03-21T16:01:40.289075+00:00",
                            "updated_on": "2022-03-28T11:11:01.542933+00:00",
                            "field_306879": null,
                            "field_306898": [
                                8
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 5,
                            "field_306975": 4,
                            "field_306976": 5,
                            "field_306977": 4,
                            "field_306978": 5,
                            "field_306979": 4,
                            "field_306980": 5,
                            "field_306981": 4,
                            "field_307285": 5,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Always arrives on time, adheres to the schedule, and takes a lunch break at the designated time.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 35,
                            "order": "32.00000000000000000000",
                            "created_on": "2022-03-22T05:12:01.545681+00:00",
                            "updated_on": "2022-03-28T11:11:51.390278+00:00",
                            "field_306879": null,
                            "field_306898": [
                                7
                            ],
                            "field_306900": null,
                            "field_306970": [
                                1
                            ],
                            "field_306972": null,
                            "field_306974": 3,
                            "field_306975": 5,
                            "field_306976": 5,
                            "field_306977": 3,
                            "field_306978": 3,
                            "field_306979": 3,
                            "field_306980": 3,
                            "field_306981": 5,
                            "field_307285": 3,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Very technical and resourceful employee.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 36,
                            "order": "33.00000000000000000000",
                            "created_on": "2022-03-22T06:09:15.643363+00:00",
                            "updated_on": "2022-03-28T11:11:16.626187+00:00",
                            "field_306879": null,
                            "field_306898": [
                                20
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 4,
                            "field_306976": 4,
                            "field_306977": 4,
                            "field_306978": 4,
                            "field_306979": 4,
                            "field_306980": 4,
                            "field_306981": 4,
                            "field_307285": 4,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Possesses an extraordinary imagination and has generated some of the most imaginative concepts we've ever seen.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 37,
                            "order": "34.00000000000000000000",
                            "created_on": "2022-03-22T06:10:37.357264+00:00",
                            "updated_on": "2022-03-28T11:11:25.747136+00:00",
                            "field_306879": null,
                            "field_306898": [
                                18
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 5,
                            "field_306975": 4,
                            "field_306976": 5,
                            "field_306977": 4,
                            "field_306978": 5,
                            "field_306979": 4,
                            "field_306980": 5,
                            "field_306981": 4,
                            "field_307285": 5,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Precise in directions and communicates effectively with team members about what is expected of them.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 38,
                            "order": "35.00000000000000000000",
                            "created_on": "2022-03-22T06:11:54.612072+00:00",
                            "updated_on": "2022-03-28T11:11:30.535137+00:00",
                            "field_306879": null,
                            "field_306898": [
                                4
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 3,
                            "field_306975": 2,
                            "field_306976": 1,
                            "field_306977": 2,
                            "field_306978": 3,
                            "field_306979": 2,
                            "field_306980": 3,
                            "field_306981": 2,
                            "field_307285": 1,
                            "field_307303": 2,
                            "field_310034": null,
                            "field_310035": "Very ineffective at contributing to the activities of the teams.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [],
                            "field_318893": null
                        },
                        {
                            "id": 39,
                            "order": "36.00000000000000000000",
                            "created_on": "2022-03-22T06:15:51.633211+00:00",
                            "updated_on": "2022-03-28T11:11:38.697909+00:00",
                            "field_306879": null,
                            "field_306898": [
                                7
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 5,
                            "field_306976": 5,
                            "field_306977": 3,
                            "field_306978": 3,
                            "field_306979": 2,
                            "field_306980": 3,
                            "field_306981": 5,
                            "field_307285": 3,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Utilizes inventiveness to carry out the company's vision.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 40,
                            "order": "37.00000000000000000000",
                            "created_on": "2022-03-22T06:22:02.864618+00:00",
                            "updated_on": "2022-03-28T11:12:03.347263+00:00",
                            "field_306879": null,
                            "field_306898": [
                                12
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 2,
                            "field_306975": 3,
                            "field_306976": 2,
                            "field_306977": 2,
                            "field_306978": 1,
                            "field_306979": 1,
                            "field_306980": 1,
                            "field_306981": 3,
                            "field_307285": 1,
                            "field_307303": 2,
                            "field_310034": null,
                            "field_310035": "Has a proclivity for not listening to and considering the views of others.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 41,
                            "order": "38.00000000000000000000",
                            "created_on": "2022-03-22T06:23:31.670563+00:00",
                            "updated_on": "2022-03-28T11:12:09.460209+00:00",
                            "field_306879": null,
                            "field_306898": [
                                9
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 5,
                            "field_306976": 5,
                            "field_306977": 3,
                            "field_306978": 4,
                            "field_306979": 3,
                            "field_306980": 4,
                            "field_306981": 5,
                            "field_307285": 4,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Assumes responsibility for the success of the business and accepts accountability for one's own actions and contributions as a team member.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 42,
                            "order": "39.00000000000000000000",
                            "created_on": "2022-03-22T06:27:48.774665+00:00",
                            "updated_on": "2022-03-28T11:12:16.459933+00:00",
                            "field_306879": null,
                            "field_306898": [
                                17
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 5,
                            "field_306976": 4,
                            "field_306977": 5,
                            "field_306978": 4,
                            "field_306979": 5,
                            "field_306980": 4,
                            "field_306981": 5,
                            "field_307285": 4,
                            "field_307303": 5,
                            "field_310034": null,
                            "field_310035": "Through consistent and high-quality work, positively contributes to the company's overall performance.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 43,
                            "order": "40.00000000000000000000",
                            "created_on": "2022-03-22T06:29:35.120407+00:00",
                            "updated_on": "2022-03-28T11:12:21.571904+00:00",
                            "field_306879": null,
                            "field_306898": [
                                24
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 3,
                            "field_306975": 3,
                            "field_306976": 3,
                            "field_306977": 3,
                            "field_306978": 3,
                            "field_306979": 3,
                            "field_306980": 3,
                            "field_306981": 3,
                            "field_307285": 3,
                            "field_307303": 3,
                            "field_310034": null,
                            "field_310035": "This employee seems to have been uninspired in the last quarter.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 44,
                            "order": "41.00000000000000000000",
                            "created_on": "2022-03-22T06:30:47.284487+00:00",
                            "updated_on": "2022-03-28T11:12:26.594377+00:00",
                            "field_306879": null,
                            "field_306898": [
                                10
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 4,
                            "field_306976": 4,
                            "field_306977": 4,
                            "field_306978": 3,
                            "field_306979": 4,
                            "field_306980": 4,
                            "field_306981": 4,
                            "field_307285": 4,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Shares expertise on industry trends and best practices in order to improve job performance.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 45,
                            "order": "42.00000000000000000000",
                            "created_on": "2022-03-22T06:31:53.957865+00:00",
                            "updated_on": "2022-03-28T11:12:31.155753+00:00",
                            "field_306879": null,
                            "field_306898": [
                                2
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 5,
                            "field_306975": 5,
                            "field_306976": 5,
                            "field_306977": 3,
                            "field_306978": 3,
                            "field_306979": 4,
                            "field_306980": 5,
                            "field_306981": 5,
                            "field_307285": 5,
                            "field_307303": 5,
                            "field_310034": null,
                            "field_310035": "Truly precise in directions and communicates effectively with team members about what is expected of them.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 46,
                            "order": "43.00000000000000000000",
                            "created_on": "2022-03-22T06:33:03.106910+00:00",
                            "updated_on": "2022-03-28T11:12:36.976926+00:00",
                            "field_306879": null,
                            "field_306898": [
                                11
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 3,
                            "field_306975": 2,
                            "field_306976": 3,
                            "field_306977": 2,
                            "field_306978": 3,
                            "field_306979": 2,
                            "field_306980": 3,
                            "field_306981": 2,
                            "field_307285": 3,
                            "field_307303": 2,
                            "field_310034": null,
                            "field_310035": "Appears to have difficulty expressing own emotions and feelings, which frequently results in miscommunications.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 47,
                            "order": "44.00000000000000000000",
                            "created_on": "2022-03-22T06:34:08.382686+00:00",
                            "updated_on": "2022-03-28T11:10:20.888131+00:00",
                            "field_306879": null,
                            "field_306898": [
                                22
                            ],
                            "field_306900": null,
                            "field_306970": [
                                2
                            ],
                            "field_306972": null,
                            "field_306974": 5,
                            "field_306975": 4,
                            "field_306976": 4,
                            "field_306977": 5,
                            "field_306978": 5,
                            "field_306979": 5,
                            "field_306980": 5,
                            "field_306981": 4,
                            "field_307285": 5,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Communicates with existing and new clients on a regular basis to ensure clients feel valued and are reminded of our existence.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 48,
                            "order": "45.00000000000000000000",
                            "created_on": "2022-03-22T06:39:09.034426+00:00",
                            "updated_on": "2022-03-28T11:12:47.363537+00:00",
                            "field_306879": null,
                            "field_306898": [
                                21
                            ],
                            "field_306900": null,
                            "field_306970": [
                                3
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 5,
                            "field_306976": 4,
                            "field_306977": 5,
                            "field_306978": 4,
                            "field_306979": 5,
                            "field_306980": 4,
                            "field_306981": 5,
                            "field_307285": 4,
                            "field_307303": 5,
                            "field_310034": null,
                            "field_310035": "Is a constructive communicator capable of effectively and succinctly discussing difficult issues.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 49,
                            "order": "46.00000000000000000000",
                            "created_on": "2022-03-22T06:40:21.568197+00:00",
                            "updated_on": "2022-03-28T11:12:53.905967+00:00",
                            "field_306879": null,
                            "field_306898": [
                                26
                            ],
                            "field_306900": null,
                            "field_306970": [
                                3
                            ],
                            "field_306972": null,
                            "field_306974": 5,
                            "field_306975": 4,
                            "field_306976": 5,
                            "field_306977": 4,
                            "field_306978": 5,
                            "field_306979": 4,
                            "field_306980": 5,
                            "field_306981": 4,
                            "field_307285": 5,
                            "field_307303": 4,
                            "field_310034": null,
                            "field_310035": "Equips employees with the tools and training necessary to carry out their responsibilities.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                6
                            ],
                            "field_318893": null
                        },
                        {
                            "id": 50,
                            "order": "47.00000000000000000000",
                            "created_on": "2022-03-22T06:41:51.189260+00:00",
                            "updated_on": "2022-03-28T11:12:59.485917+00:00",
                            "field_306879": null,
                            "field_306898": [
                                25
                            ],
                            "field_306900": null,
                            "field_306970": [
                                3
                            ],
                            "field_306972": null,
                            "field_306974": 4,
                            "field_306975": 3,
                            "field_306976": 4,
                            "field_306977": 3,
                            "field_306978": 4,
                            "field_306979": 3,
                            "field_306980": 4,
                            "field_306981": 3,
                            "field_307285": 4,
                            "field_307303": 3,
                            "field_310034": null,
                            "field_310035": "Demonstrates respect for others and ensures that everyone has an equal opportunity to express their opinions.",
                            "field_310363": [
                                {
                                    "name": "JbZnhZWfg2bi12ApabfEnWQamFs4TTeq_57ec2ddfc42fb93cd5e0a992fa56d3ba72877a5dff3cc03608bbf189a829a784.docx",
                                    "visible_name": "SupportingReviewDocument.docx",
                                    "original_name": "SupportingReviewDocument.docx"
                                }
                            ],
                            "field_312844": null,
                            "field_318891": [
                                5
                            ],
                            "field_318893": null
                        }
                    ]
                }
            ]
        }
    ]
}
