{
    "baserow_template_version": 1,
    "name": "Interview Questions",
    "icon": "iconoir-chat-bubble-question",
    "keywords": [
        "interviews",
        "interview questions",
        "hiring questions",
        "screening questions",
        "interview sessions"
    ],
    "categories": [
        "HR and Recruiting"
    ],
    "export": [
        {
            "id": 40975,
            "name": "Interview Questions",
            "order": 1,
            "type": "database",
            "tables": [
                {
                    "id": 105166,
                    "name": "Questions",
                    "order": 1,
                    "fields": [
                        {
                            "id": 660825,
                            "type": "formula",
                            "name": "ID",
                            "order": 0,
                            "primary": true,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "concat( \n  \"Q\", \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": 660827,
                            "type": "link_row",
                            "name": "Department",
                            "order": 2,
                            "primary": false,
                            "link_row_table_id": 99545,
                            "link_row_related_field_id": null,
                            "has_related_field": false
                        },
                        {
                            "id": 660828,
                            "type": "link_row",
                            "name": "Role",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 99544,
                            "link_row_related_field_id": null,
                            "has_related_field": false
                        },
                        {
                            "id": 660829,
                            "type": "long_text",
                            "name": "Question",
                            "order": 4,
                            "primary": false
                        },
                        {
                            "id": 660830,
                            "type": "link_row",
                            "name": "Prepared by",
                            "order": 5,
                            "primary": false,
                            "link_row_table_id": 99543,
                            "link_row_related_field_id": null,
                            "has_related_field": false
                        },
                        {
                            "id": 660831,
                            "type": "created_on",
                            "name": "Date added",
                            "order": 6,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 660832,
                            "type": "last_modified",
                            "name": "Date updated",
                            "order": 7,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 660833,
                            "type": "formula",
                            "name": "Answer count",
                            "order": 8,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 0,
                            "array_formula_type": null,
                            "formula": "count(field(\"Related answers\"))",
                            "formula_type": "number"
                        },
                        {
                            "id": 660834,
                            "type": "single_select",
                            "name": "Type",
                            "order": 9,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 273996,
                                    "value": "Behavioral",
                                    "color": "light-blue",
                                    "order": 0
                                },
                                {
                                    "id": 273998,
                                    "value": "Situational",
                                    "color": "light-orange",
                                    "order": 1
                                },
                                {
                                    "id": 273997,
                                    "value": "Communication",
                                    "color": "light-gray",
                                    "order": 2
                                },
                                {
                                    "id": 273995,
                                    "value": "Skill-based",
                                    "color": "light-green",
                                    "order": 3
                                }
                            ]
                        },
                        {
                            "id": 660835,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 10,
                            "primary": false
                        },
                        {
                            "id": 660837,
                            "type": "formula",
                            "name": "Department for sorting",
                            "order": 12,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "join(totext(field(\"Department\")), \"\")",
                            "formula_type": "text"
                        },
                        {
                            "id": 660838,
                            "type": "formula",
                            "name": "Role for sorting",
                            "order": 13,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "join(totext(field(\"Role\")), \"\")",
                            "formula_type": "text"
                        },
                        {
                            "id": 661198,
                            "type": "link_row",
                            "name": "Related answers",
                            "order": 14,
                            "primary": false,
                            "link_row_table_id": 105207,
                            "link_row_related_field_id": 661186,
                            "has_related_field": true
                        }
                    ],
                    "views": [
                        {
                            "id": 152668,
                            "type": "grid",
                            "name": "All questions",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 43720,
                                    "field_id": 660837,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43721,
                                    "field_id": 660838,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4407,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "f5203889-b09f-4fa2-8f12-f684376d6e53",
                                                        "type": "lower_than",
                                                        "field": 660833,
                                                        "value": "1"
                                                    },
                                                    {
                                                        "id": "f2652b22-b09f-4ff0-a76d-5ccea52eb491",
                                                        "type": "empty",
                                                        "field": 660833,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "OR",
                                                "id": "0fefc58e-f51e-4589-bf27-d6c40240fc53"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 925654,
                                    "field_id": 660825,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 925656,
                                    "field_id": 660827,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 925657,
                                    "field_id": 660828,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 925658,
                                    "field_id": 660829,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 925659,
                                    "field_id": 660830,
                                    "width": 136,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 925660,
                                    "field_id": 660831,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 925661,
                                    "field_id": 660832,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 925662,
                                    "field_id": 660833,
                                    "width": 147,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 925663,
                                    "field_id": 660834,
                                    "width": 154,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 925664,
                                    "field_id": 660835,
                                    "width": 181,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 925666,
                                    "field_id": 660837,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 925667,
                                    "field_id": 660838,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926569,
                                    "field_id": 661198,
                                    "width": 161,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 152808,
                            "type": "grid",
                            "name": "Questions for Assistant Recruiters",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58577,
                                    "field_id": 660827,
                                    "type": "link_row_has",
                                    "value": "5"
                                },
                                {
                                    "id": 58578,
                                    "field_id": 660828,
                                    "type": "link_row_has",
                                    "value": "10"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43722,
                                    "field_id": 660837,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43723,
                                    "field_id": 660838,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4410,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "f5203889-b09f-4fa2-8f12-f684376d6e53",
                                                        "type": "lower_than",
                                                        "field": 660833,
                                                        "value": "1"
                                                    },
                                                    {
                                                        "id": "f2652b22-b09f-4ff0-a76d-5ccea52eb491",
                                                        "type": "empty",
                                                        "field": 660833,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "OR",
                                                "id": "416b5263-98cd-49c4-9c7c-4efc61643384"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 926584,
                                    "field_id": 660825,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 926585,
                                    "field_id": 660827,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926586,
                                    "field_id": 660828,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926587,
                                    "field_id": 660829,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926588,
                                    "field_id": 660830,
                                    "width": 136,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926589,
                                    "field_id": 660831,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926590,
                                    "field_id": 660832,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926591,
                                    "field_id": 660833,
                                    "width": 147,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 926592,
                                    "field_id": 660834,
                                    "width": 154,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926593,
                                    "field_id": 660835,
                                    "width": 181,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926594,
                                    "field_id": 660837,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926595,
                                    "field_id": 660838,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926596,
                                    "field_id": 661198,
                                    "width": 161,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 152809,
                            "type": "grid",
                            "name": "Questions for Associate Quality Assurance Engineers",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58579,
                                    "field_id": 660827,
                                    "type": "link_row_has",
                                    "value": "1"
                                },
                                {
                                    "id": 58580,
                                    "field_id": 660828,
                                    "type": "link_row_has",
                                    "value": "4"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43724,
                                    "field_id": 660837,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43725,
                                    "field_id": 660838,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4411,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "f5203889-b09f-4fa2-8f12-f684376d6e53",
                                                        "type": "lower_than",
                                                        "field": 660833,
                                                        "value": "1"
                                                    },
                                                    {
                                                        "id": "f2652b22-b09f-4ff0-a76d-5ccea52eb491",
                                                        "type": "empty",
                                                        "field": 660833,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "OR",
                                                "id": "54729049-cd82-4851-b8a3-c890d99a4895"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 926597,
                                    "field_id": 660825,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 926598,
                                    "field_id": 660827,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926599,
                                    "field_id": 660828,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926600,
                                    "field_id": 660829,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926601,
                                    "field_id": 660830,
                                    "width": 136,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926602,
                                    "field_id": 660831,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926603,
                                    "field_id": 660832,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926604,
                                    "field_id": 660833,
                                    "width": 147,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 926605,
                                    "field_id": 660834,
                                    "width": 154,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926606,
                                    "field_id": 660835,
                                    "width": 181,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926607,
                                    "field_id": 660837,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926608,
                                    "field_id": 660838,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926609,
                                    "field_id": 661198,
                                    "width": 161,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 152810,
                            "type": "grid",
                            "name": "Questions for Customer Service Officers",
                            "order": 4,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58581,
                                    "field_id": 660827,
                                    "type": "link_row_has",
                                    "value": "7"
                                },
                                {
                                    "id": 58582,
                                    "field_id": 660828,
                                    "type": "link_row_has",
                                    "value": "18"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43726,
                                    "field_id": 660837,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43727,
                                    "field_id": 660838,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4412,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "f5203889-b09f-4fa2-8f12-f684376d6e53",
                                                        "type": "lower_than",
                                                        "field": 660833,
                                                        "value": "1"
                                                    },
                                                    {
                                                        "id": "f2652b22-b09f-4ff0-a76d-5ccea52eb491",
                                                        "type": "empty",
                                                        "field": 660833,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "OR",
                                                "id": "5f91b0bd-58e1-4677-9a00-d6446a726de0"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 926610,
                                    "field_id": 660825,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 926611,
                                    "field_id": 660827,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926612,
                                    "field_id": 660828,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926613,
                                    "field_id": 660829,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926614,
                                    "field_id": 660830,
                                    "width": 136,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926615,
                                    "field_id": 660831,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926616,
                                    "field_id": 660832,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926617,
                                    "field_id": 660833,
                                    "width": 147,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 926618,
                                    "field_id": 660834,
                                    "width": 154,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926619,
                                    "field_id": 660835,
                                    "width": 181,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926620,
                                    "field_id": 660837,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926621,
                                    "field_id": 660838,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926622,
                                    "field_id": 661198,
                                    "width": 161,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 152811,
                            "type": "grid",
                            "name": "Questions for Software Engineers",
                            "order": 5,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58583,
                                    "field_id": 660827,
                                    "type": "link_row_has",
                                    "value": "1"
                                },
                                {
                                    "id": 58584,
                                    "field_id": 660828,
                                    "type": "link_row_has",
                                    "value": "8"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43728,
                                    "field_id": 660837,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43729,
                                    "field_id": 660838,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4413,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "f5203889-b09f-4fa2-8f12-f684376d6e53",
                                                        "type": "lower_than",
                                                        "field": 660833,
                                                        "value": "1"
                                                    },
                                                    {
                                                        "id": "f2652b22-b09f-4ff0-a76d-5ccea52eb491",
                                                        "type": "empty",
                                                        "field": 660833,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "OR",
                                                "id": "5c3eedde-f484-4e55-8992-fc577d7c917e"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 926623,
                                    "field_id": 660825,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 926624,
                                    "field_id": 660827,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926625,
                                    "field_id": 660828,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926626,
                                    "field_id": 660829,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926627,
                                    "field_id": 660830,
                                    "width": 136,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926628,
                                    "field_id": 660831,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926629,
                                    "field_id": 660832,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926630,
                                    "field_id": 660833,
                                    "width": 147,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 926631,
                                    "field_id": 660834,
                                    "width": 154,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926632,
                                    "field_id": 660835,
                                    "width": 181,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926633,
                                    "field_id": 660837,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926634,
                                    "field_id": 660838,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926635,
                                    "field_id": 661198,
                                    "width": 161,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 152812,
                            "type": "form",
                            "name": "Add a question",
                            "order": 6,
                            "public": false,
                            "title": "Add an interview question",
                            "description": "",
                            "cover_image": {
                                "name": "35TA6vphEAdvXNbW4JVNpnLdLKKMmiMY_9311f2c09ee9655d4f08f912eea0344f02763fec8722ac83073e831b87c2a7c7.jpg",
                                "original_name": "Header.Questions.01.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "Thank you for using this form. To add more interview questions, please reload this page.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 79053,
                                    "field_id": 660825,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79054,
                                    "field_id": 660827,
                                    "name": "",
                                    "description": "Please select the department for which this interview question is intended.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79055,
                                    "field_id": 660828,
                                    "name": "",
                                    "description": "Please choose the role or job title for which this interview question is aimed.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79056,
                                    "field_id": 660829,
                                    "name": "",
                                    "description": "Input the interview question in the space provided here. You are free to include explanations and other information.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79057,
                                    "field_id": 660830,
                                    "name": "",
                                    "description": "Select the name of the employee who created or prepared this question.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79058,
                                    "field_id": 660831,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79059,
                                    "field_id": 660832,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79060,
                                    "field_id": 660833,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79061,
                                    "field_id": 660834,
                                    "name": "",
                                    "description": "Please indicate the type of this question.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79062,
                                    "field_id": 660835,
                                    "name": "",
                                    "description": "Write down any remarks or comments about this interview question.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79063,
                                    "field_id": 660837,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79064,
                                    "field_id": 660838,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79065,
                                    "field_id": 661198,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        },
                        {
                            "id": 152813,
                            "type": "kanban",
                            "name": "By type",
                            "order": 7,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 660834,
                            "field_options": [
                                {
                                    "id": 32163,
                                    "field_id": 660825,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 32164,
                                    "field_id": 660827,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 32165,
                                    "field_id": 660828,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 32166,
                                    "field_id": 660829,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 32167,
                                    "field_id": 660830,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 32168,
                                    "field_id": 660831,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 32169,
                                    "field_id": 660832,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 32170,
                                    "field_id": 660833,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 32171,
                                    "field_id": 660834,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 32172,
                                    "field_id": 660835,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 32173,
                                    "field_id": 660837,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 32174,
                                    "field_id": 660838,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 32175,
                                    "field_id": 661198,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.309723+00:00",
                            "updated_on": "2022-10-06T19:28:05.964762+00:00",
                            "field_660825": null,
                            "field_660827": [
                                1
                            ],
                            "field_660828": [
                                8
                            ],
                            "field_660829": "What programming languages do you know?",
                            "field_660830": [
                                9
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273995,
                            "field_660835": "We'd like to hear this answered.",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                1,
                                19
                            ]
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.309819+00:00",
                            "updated_on": "2022-10-06T19:28:09.156901+00:00",
                            "field_660825": null,
                            "field_660827": [
                                1
                            ],
                            "field_660828": [
                                8
                            ],
                            "field_660829": "What are your ideas on functional and object-oriented programming, two paradigms that fall into the imperative camp, as opposed to the declarative ones?",
                            "field_660830": [
                                9
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273995,
                            "field_660835": "",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                2,
                                20
                            ]
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.309876+00:00",
                            "updated_on": "2022-10-06T19:28:09.261649+00:00",
                            "field_660825": null,
                            "field_660827": [
                                1
                            ],
                            "field_660828": [
                                8
                            ],
                            "field_660829": "What do you think of the \"Agile\" method of developing software, and what is it?",
                            "field_660830": [
                                9
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273995,
                            "field_660835": "",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                3,
                                21
                            ]
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.309925+00:00",
                            "updated_on": "2022-10-06T19:28:09.717667+00:00",
                            "field_660825": null,
                            "field_660827": [
                                1
                            ],
                            "field_660828": [
                                8
                            ],
                            "field_660829": "When an error occurs, how do you ensure that it is handled?",
                            "field_660830": [
                                9
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273995,
                            "field_660835": "",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                4,
                                22
                            ]
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.309970+00:00",
                            "updated_on": "2022-10-06T19:28:10.159628+00:00",
                            "field_660825": null,
                            "field_660827": [
                                1
                            ],
                            "field_660828": [
                                8
                            ],
                            "field_660829": "What ways are there to figure out how long and how much a software project will cost?",
                            "field_660830": [
                                9
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273995,
                            "field_660835": "Not a critical question to ask.",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                5,
                                23
                            ]
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310011+00:00",
                            "updated_on": "2022-10-06T19:28:10.654374+00:00",
                            "field_660825": null,
                            "field_660827": [
                                1
                            ],
                            "field_660828": [
                                8
                            ],
                            "field_660829": "What exactly is software configuration management?",
                            "field_660830": [
                                9
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273995,
                            "field_660835": "",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                6,
                                24
                            ]
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310055+00:00",
                            "updated_on": "2022-10-06T19:28:11.168986+00:00",
                            "field_660825": null,
                            "field_660827": [
                                1
                            ],
                            "field_660828": [
                                8
                            ],
                            "field_660829": "To what extent are Threads and Processes dissimilar, and how do they work together?",
                            "field_660830": [
                                9
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273995,
                            "field_660835": "",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                7,
                                25
                            ]
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310086+00:00",
                            "updated_on": "2022-10-06T19:28:12.988531+00:00",
                            "field_660825": null,
                            "field_660827": [
                                1
                            ],
                            "field_660828": [
                                8
                            ],
                            "field_660829": "In plain English, please break down what cloud computing is for someone who isn't in the field.",
                            "field_660830": [
                                9
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273997,
                            "field_660835": "This is optional.",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                8,
                                26
                            ]
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310115+00:00",
                            "updated_on": "2022-10-06T19:28:24.640625+00:00",
                            "field_660825": null,
                            "field_660827": [
                                5
                            ],
                            "field_660828": [
                                10
                            ],
                            "field_660829": "Please introduce yourself and tell me about yourself.",
                            "field_660830": [
                                7
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273996,
                            "field_660835": "Mandatory question.",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                9
                            ]
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310143+00:00",
                            "updated_on": "2022-10-06T19:28:26.018895+00:00",
                            "field_660825": null,
                            "field_660827": [
                                5
                            ],
                            "field_660828": [
                                10
                            ],
                            "field_660829": "What makes you want to work for us?",
                            "field_660830": [
                                7
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273996,
                            "field_660835": "",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                10
                            ]
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310172+00:00",
                            "updated_on": "2022-10-06T19:28:26.503664+00:00",
                            "field_660825": null,
                            "field_660827": [
                                5
                            ],
                            "field_660828": [
                                10
                            ],
                            "field_660829": "Tell me about your decision to leave your current place of employment.",
                            "field_660830": [
                                7
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273996,
                            "field_660835": "",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                11
                            ]
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310199+00:00",
                            "updated_on": "2022-10-06T19:28:26.996793+00:00",
                            "field_660825": null,
                            "field_660827": [
                                5
                            ],
                            "field_660828": [
                                10
                            ],
                            "field_660829": "Do you have an example of a time when you made a mistake at work or in school that you would be willing to share?",
                            "field_660830": [
                                7
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273998,
                            "field_660835": "This is optional.",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                12
                            ]
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310227+00:00",
                            "updated_on": "2022-10-06T19:28:27.400460+00:00",
                            "field_660825": null,
                            "field_660827": [
                                5
                            ],
                            "field_660828": [
                                10
                            ],
                            "field_660829": "When you think ahead five years, where do you hope to be?",
                            "field_660830": [
                                7
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273996,
                            "field_660835": "",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                13
                            ]
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310256+00:00",
                            "updated_on": "2022-10-06T19:28:44.353206+00:00",
                            "field_660825": null,
                            "field_660827": [
                                1
                            ],
                            "field_660828": [
                                4
                            ],
                            "field_660829": "To what extent do Quality Assurance, Quality Control, and Testing vary from one another?",
                            "field_660830": [
                                14
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273995,
                            "field_660835": "",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                14,
                                37
                            ]
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310283+00:00",
                            "updated_on": "2022-10-06T19:28:46.557714+00:00",
                            "field_660825": null,
                            "field_660827": [
                                1
                            ],
                            "field_660828": [
                                4
                            ],
                            "field_660829": "Could you perhaps explain what is meant by the terms \"bug leak\" and \"bug release\"?",
                            "field_660830": [
                                14
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273995,
                            "field_660835": "This one is optional.",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                15,
                                38
                            ]
                        },
                        {
                            "id": 16,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310312+00:00",
                            "updated_on": "2022-10-06T19:28:46.970520+00:00",
                            "field_660825": null,
                            "field_660827": [
                                1
                            ],
                            "field_660828": [
                                4
                            ],
                            "field_660829": "Explain the concept of a traceability matrix.",
                            "field_660830": [
                                14
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273995,
                            "field_660835": "",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                16,
                                39
                            ]
                        },
                        {
                            "id": 17,
                            "order": "17.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310339+00:00",
                            "updated_on": "2022-10-06T19:28:47.473918+00:00",
                            "field_660825": null,
                            "field_660827": [
                                1
                            ],
                            "field_660828": [
                                4
                            ],
                            "field_660829": "Explain what QA is and how it fits into the software development process.",
                            "field_660830": [
                                14
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273995,
                            "field_660835": "",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                17,
                                40
                            ]
                        },
                        {
                            "id": 18,
                            "order": "18.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310368+00:00",
                            "updated_on": "2022-10-06T19:28:48.008872+00:00",
                            "field_660825": null,
                            "field_660827": [
                                1
                            ],
                            "field_660828": [
                                4
                            ],
                            "field_660829": "A test plan is defined as what exactly?",
                            "field_660830": [
                                14
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273995,
                            "field_660835": "",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                18,
                                41
                            ]
                        },
                        {
                            "id": 19,
                            "order": "19.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310395+00:00",
                            "updated_on": "2022-10-06T19:28:55.055239+00:00",
                            "field_660825": null,
                            "field_660827": [
                                7
                            ],
                            "field_660828": [
                                18
                            ],
                            "field_660829": "What, in your opinion, constitutes excellent service to customers?",
                            "field_660830": [
                                5
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273995,
                            "field_660835": "",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                27,
                                32
                            ]
                        },
                        {
                            "id": 20,
                            "order": "20.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310422+00:00",
                            "updated_on": "2022-10-06T19:28:56.905010+00:00",
                            "field_660825": null,
                            "field_660827": [
                                7
                            ],
                            "field_660828": [
                                18
                            ],
                            "field_660829": "If you could elaborate on why you think consumers select our company's products or services, we'd greatly appreciate it.",
                            "field_660830": [
                                5
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273997,
                            "field_660835": "Encourage the interviewee to elaborate further.",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                28,
                                33
                            ]
                        },
                        {
                            "id": 21,
                            "order": "21.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310450+00:00",
                            "updated_on": "2022-10-06T19:28:57.379733+00:00",
                            "field_660825": null,
                            "field_660827": [
                                7
                            ],
                            "field_660828": [
                                18
                            ],
                            "field_660829": "Do you have experience with any programs used to manage client relations?",
                            "field_660830": [
                                5
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273995,
                            "field_660835": "",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                29,
                                34
                            ]
                        },
                        {
                            "id": 22,
                            "order": "22.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310477+00:00",
                            "updated_on": "2022-10-06T19:28:57.917898+00:00",
                            "field_660825": null,
                            "field_660827": [
                                7
                            ],
                            "field_660828": [
                                18
                            ],
                            "field_660829": "Can you please tell me if it's possible to combine customer relationship management (CRM) with social media platforms?",
                            "field_660830": [
                                5
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273995,
                            "field_660835": "",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                30,
                                35
                            ]
                        },
                        {
                            "id": 23,
                            "order": "23.00000000000000000000",
                            "created_on": "2022-10-06T15:47:09.310505+00:00",
                            "updated_on": "2022-10-06T19:28:58.240597+00:00",
                            "field_660825": null,
                            "field_660827": [
                                7
                            ],
                            "field_660828": [
                                18
                            ],
                            "field_660829": "When a customer disagreement escalates, what steps do you take to calm them down?",
                            "field_660830": [
                                5
                            ],
                            "field_660831": null,
                            "field_660832": null,
                            "field_660833": null,
                            "field_660834": 273998,
                            "field_660835": "Please ask the interviewee this question.",
                            "field_660837": null,
                            "field_660838": null,
                            "field_661198": [
                                31,
                                36
                            ]
                        }
                    ]
                },
                {
                    "id": 105207,
                    "name": "Sample answers",
                    "order": 2,
                    "fields": [
                        {
                            "id": 661183,
                            "type": "formula",
                            "name": "ID",
                            "order": 0,
                            "primary": true,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "concat(\"A\", row_id())",
                            "formula_type": "text"
                        },
                        {
                            "id": 661186,
                            "type": "link_row",
                            "name": "Question ID",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 105166,
                            "link_row_related_field_id": 661198,
                            "has_related_field": true
                        },
                        {
                            "id": 661189,
                            "type": "lookup",
                            "name": "Question",
                            "order": 6,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": "text",
                            "through_field_id": 661186,
                            "through_field_name": "Question ID",
                            "target_field_id": 660829,
                            "target_field_name": "Question"
                        },
                        {
                            "id": 661190,
                            "type": "long_text",
                            "name": "Answer",
                            "order": 7,
                            "primary": false
                        },
                        {
                            "id": 661193,
                            "type": "created_on",
                            "name": "Date added",
                            "order": 10,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 661194,
                            "type": "last_modified",
                            "name": "Date updated",
                            "order": 11,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 661195,
                            "type": "formula",
                            "name": "Group bgcolor",
                            "order": 12,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "join( \n  if( \n    or( \n      trunc(tonumber(right(totext(field(\"Question ID\")), 1))) = 1, \n      trunc(tonumber(right(totext(field(\"Question ID\")), 1))) = 6 \n    ), \n    \"S\", \n    if( \n      or( \n        trunc(tonumber(right(totext(field(\"Question ID\")), 1))) = 2, \n        trunc(tonumber(right(totext(field(\"Question ID\")), 1))) = 7 \n      ), \n      \"Y\", \n      if( \n        or( \n          trunc(tonumber(right(totext(field(\"Question ID\")), 1))) = 3, \n          trunc(tonumber(right(totext(field(\"Question ID\")), 1))) = 8 \n        ), \n        \"G\", \n        if( \n          or( \n            trunc(tonumber(right(totext(field(\"Question ID\")), 1))) = 4, \n            trunc(tonumber(right(totext(field(\"Question ID\")), 1))) = 9 \n          ), \n          \"R\", \n          \"B\" \n        ) \n      ) \n    ) \n  ), \n  \"\" \n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 661197,
                            "type": "formula",
                            "name": "Question ID for sorting",
                            "order": 14,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "join(totext(field(\"Question ID\")), \"\")",
                            "formula_type": "text"
                        }
                    ],
                    "views": [
                        {
                            "id": 152803,
                            "type": "grid",
                            "name": "All answers",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 43717,
                                    "field_id": 661197,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4409,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-gray",
                                                "filters": [
                                                    {
                                                        "id": "4916b81e-faed-40d0-a179-490ff33b8a03",
                                                        "type": "equal",
                                                        "field": 661195,
                                                        "value": "S"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "a58f177c-8a09-4008-b228-22d38d78fbce"
                                            },
                                            {
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "9362b11f-6957-421c-bcc4-34021754e5c0",
                                                        "type": "equal",
                                                        "field": 661195,
                                                        "value": "Y"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "7eaf88f6-e356-4e33-8e82-7659df71159f"
                                            },
                                            {
                                                "color": "light-green",
                                                "filters": [
                                                    {
                                                        "id": "8364e96c-b822-4882-a890-b60f67755524",
                                                        "type": "equal",
                                                        "field": 661195,
                                                        "value": "G"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e"
                                            },
                                            {
                                                "color": "light-blue",
                                                "filters": [
                                                    {
                                                        "id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
                                                        "type": "equal",
                                                        "field": 661195,
                                                        "value": "B"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "346878cf-4056-4b1f-870b-3602d2bb69d3"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 926552,
                                    "field_id": 661183,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 926555,
                                    "field_id": 661186,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926558,
                                    "field_id": 661189,
                                    "width": 168,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926559,
                                    "field_id": 661190,
                                    "width": 426,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926562,
                                    "field_id": 661193,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926563,
                                    "field_id": 661194,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926564,
                                    "field_id": 661195,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 926566,
                                    "field_id": 661197,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 152814,
                            "type": "form",
                            "name": "Add answer",
                            "order": 2,
                            "public": false,
                            "title": "Add a sample interview answer",
                            "description": "",
                            "cover_image": {
                                "name": "OxHKukvPsBxVV0z6awzsRMiL5V6FxsgP_5c74616571e0104a2f465d56a8cc7617157a5532c5a58329612218474658c4b6.jpg",
                                "original_name": "Header.Typing.01.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "Thank you for using this form. To add more sample interview answers, please reload this page.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 79066,
                                    "field_id": 661183,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79067,
                                    "field_id": 661186,
                                    "name": "",
                                    "description": "Please indicate the Question ID that corresponds to this sample interview answer.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79068,
                                    "field_id": 661189,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79069,
                                    "field_id": 661190,
                                    "name": "",
                                    "description": "Fill in the blank space below with a sample response or answer to the interview question given, which is referred to by the Question ID you chose above.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79070,
                                    "field_id": 661193,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79071,
                                    "field_id": 661194,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79072,
                                    "field_id": 661195,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 79073,
                                    "field_id": 661197,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.368746+00:00",
                            "updated_on": "2022-10-06T19:52:12.369002+00:00",
                            "field_661183": null,
                            "field_661186": [
                                1
                            ],
                            "field_661189": null,
                            "field_661190": "I know how to use Java, C++, JavaScript, C#, Ruby, and Python very well. Java, C#, and Python are the ones I feel the most comfortable working with. In my last job, I mostly used Java to make apps that worked on a number of different platforms. I was able to get more done when making apps and software for data analytics by using Python.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.368825+00:00",
                            "updated_on": "2022-10-06T19:52:12.372266+00:00",
                            "field_661183": null,
                            "field_661186": [
                                2
                            ],
                            "field_661189": null,
                            "field_661190": "When we were given the job of updating the browser client for an old project, it used an object-oriented approach, and many of the custom controls got most of their functionality from a structure of growing inheritance. Since this was the case, we decided to take a more direct approach. After the switch, there were a lot fewer state-related problems because there was no longer a need to manually update the interface in response to events. This is almost always the most common bug that users report.\n\nBut there were a few places where we needed to change things. We put in caching measures to avoid having to recalculate things too often, but they were getting too complicated, especially in the more dynamic, performance-sensitive parts of the program.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.368858+00:00",
                            "updated_on": "2022-10-06T19:52:12.374701+00:00",
                            "field_661183": null,
                            "field_661186": [
                                3
                            ],
                            "field_661189": null,
                            "field_661190": "An integral part of the agile software development methodology is the practice of delivering working software in small, regular increments. The project is divided into manageable chunks, or \"sprints,\" each of which has a deadline and must be finished within that timeframe. We had great success with the process when I was in a similar job before. We worked in two-week sprints and discussed issues as they came up.\n\nFurthermore, we had daily stand-up meetings to share updates on the team's progress. However, instead of serving as a moment for our team to sync, our meetings increasingly morphed into standard status meetings for our team lead. Even so, the goal of the approach was met, which was to make it easier to release better software more often.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.368888+00:00",
                            "updated_on": "2022-10-06T19:52:12.380025+00:00",
                            "field_661183": null,
                            "field_661186": [
                                4
                            ],
                            "field_661189": null,
                            "field_661190": "Some of the ways that come to mind are writing tests, wrapping the code to catch exceptions, returning logs, try/catch statements, and a few other framework-related methods.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.368917+00:00",
                            "updated_on": "2022-10-06T19:52:12.382768+00:00",
                            "field_661183": null,
                            "field_661186": [
                                5
                            ],
                            "field_661189": null,
                            "field_661190": "The most popular techniques are decomposition and empirical.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.368947+00:00",
                            "updated_on": "2022-10-06T19:52:12.386218+00:00",
                            "field_661183": null,
                            "field_661186": [
                                6
                            ],
                            "field_661189": null,
                            "field_661190": "What we call \"software configuration management\" is the process of keeping tabs on and regulating any and all modifications made to a piece of software.\n\nThe purpose of change control is to make sure that any modifications made to a system are created in accordance with established policies and procedures.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.368994+00:00",
                            "updated_on": "2022-10-06T19:52:12.388859+00:00",
                            "field_661183": null,
                            "field_661186": [
                                7
                            ],
                            "field_661189": null,
                            "field_661190": "To put it simply, a process is a specific instance of a computer program. There can be several threads within a single program.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369042+00:00",
                            "updated_on": "2022-10-06T19:52:12.390978+00:00",
                            "field_661183": null,
                            "field_661186": [
                                8
                            ],
                            "field_661189": null,
                            "field_661190": "Cloud computing refers to a method of storing, retrieving information, and running applications from remote servers rather than locally installed ones. Rather than keeping data on your own computer, you keep it on the computers of companies like Google and Amazon that offer cloud services.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369081+00:00",
                            "updated_on": "2022-10-06T19:52:12.393130+00:00",
                            "field_661183": null,
                            "field_661186": [
                                9
                            ],
                            "field_661189": null,
                            "field_661190": "Hey, I've been working as a professional for more than five years, and in that time I've built up a good network of other professionals. I just finished up a contract with a big company that works with big businesses. My portfolio also includes a wide range of skills that I've picked up while working on different projects. Aside from that, I'm also a farmer who loves growing food and living in a way that doesn't harm the environment.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369134+00:00",
                            "updated_on": "2022-10-06T19:52:12.395293+00:00",
                            "field_661183": null,
                            "field_661186": [
                                10
                            ],
                            "field_661189": null,
                            "field_661190": "It's always been my goal to work for a company as big as yours. I have heard a lot of good things about your business since I was in college. On top of that, your company's goals are in line with the skills I have gained in my professional life. I think I can help you with your business and that I can be a good addition to your company.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369186+00:00",
                            "updated_on": "2022-10-06T19:52:12.397266+00:00",
                            "field_661183": null,
                            "field_661186": [
                                11
                            ],
                            "field_661189": null,
                            "field_661190": "I am grateful for the opportunities my current company has given me to expand my skillset, and I believe that the past year at a small startup has given me a head start on developing my leadership potential. My goal at this point is to take the knowledge and experience I've gained here and apply it to a larger company, where I can maybe advance my career.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369230+00:00",
                            "updated_on": "2022-10-06T19:52:12.399931+00:00",
                            "field_661183": null,
                            "field_661186": [
                                12
                            ],
                            "field_661189": null,
                            "field_661190": "When I was first promoted to team leader, I tried to do too much on my own and ended up being both overwhelmed and ineffective. My staff complained to me that they didn't feel heard, and that there was a general lack of teamwork. I realized early on that in order to be an effective team leader, I would need to master the art of delegating responsibilities and coordinating efforts with my colleagues.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369277+00:00",
                            "updated_on": "2022-10-06T19:52:12.402309+00:00",
                            "field_661183": null,
                            "field_661186": [
                                13
                            ],
                            "field_661189": null,
                            "field_661190": "Within the next five years, I hope to have taken on a leadership role in a team and be responsible for driving organic growth at a firm of medium or large size. While I have spent most of my career working on the \"how to\" of technical development, I would like to shift my focus to strategy, which is what really propels long-term success. Following some professional experience, my ultimate career ambition is to direct the technical strategy of a firm in order to achieve its acquisition and revenue objectives.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369328+00:00",
                            "updated_on": "2022-10-06T19:52:12.404874+00:00",
                            "field_661183": null,
                            "field_661186": [
                                14
                            ],
                            "field_661189": null,
                            "field_661190": "The term \"quality assurance\" refers to the procedure whereby a group or company plans and defines the means by which its quality (testing) operations will be managed and executed. This approach establishes and monitors the project's quality criteria.\n\nTo perform quality control, one must search for bugs and make improvements to the program. In most cases, QA chooses the techniques QC employs. The testing group's primary responsibility is ensuring high quality.\n\nThe term \"testing\" refers to the act of searching for errors. Ultimately, it ensures that the developed software satisfies both the customer and the company's requirements.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369368+00:00",
                            "updated_on": "2022-10-06T19:52:12.407646+00:00",
                            "field_661183": null,
                            "field_661186": [
                                15
                            ],
                            "field_661189": null,
                            "field_661190": "When real users find a problem that wasn't found by the testing team, this is called \"bug leakage.\" It's called a \"bug release\" when a software tester puts a product on the market even though they know it has bugs. These bugs aren't a big deal and are bugs with low priority and low severity. When clients care more about getting the software when they need it, on time, than about getting the program when it was meant to be, with bugs fixed for free.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 16,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369397+00:00",
                            "updated_on": "2022-10-06T19:52:12.412075+00:00",
                            "field_661183": null,
                            "field_661186": [
                                16
                            ],
                            "field_661189": null,
                            "field_661190": "In order to track how changes to test cases affect user needs, a \"traceability matrix\" is maintained. The primary goal of the Traceability Matrix is to ensure that all possible test cases are executed during software testing, hence eliminating any possibility of a missing feature.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 17,
                            "order": "17.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369426+00:00",
                            "updated_on": "2022-10-06T19:52:12.414674+00:00",
                            "field_661183": null,
                            "field_661186": [
                                17
                            ],
                            "field_661189": null,
                            "field_661190": "Quality Assurance. QA. The quality assurance team ensures high standards are met by keeping a close eye on all stages of development. With the help of QA, we make sure the results are what we anticipate them to be.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 18,
                            "order": "18.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369455+00:00",
                            "updated_on": "2022-10-06T19:52:12.416870+00:00",
                            "field_661183": null,
                            "field_661186": [
                                18
                            ],
                            "field_661189": null,
                            "field_661190": "To ensure a high-quality final result, your team should follow the steps outlined in the Test Plan. Many tasks, including writing a product description, creating an SRS, or writing Use Case documents, feed into creating the Test Plan document, which lays out the steps to be taken for testing the project's upcoming milestones. The Test Lead or Test Manager will often draft this document, and its primary purpose is to lay out the specifics of the testing process, including what should be tested, when it should be tested, and who will do the various tests.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 19,
                            "order": "19.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369484+00:00",
                            "updated_on": "2022-10-06T19:52:12.419140+00:00",
                            "field_661183": null,
                            "field_661186": [
                                1
                            ],
                            "field_661189": null,
                            "field_661190": "To name a few, I am fluent in Java, C++, JavaScript, C#, Ruby, and Python. Among the programming languages, Java, C#, and Python are the ones with which I am most familiar. In my previous position, I relied heavily on Java to develop cross-platform apps. Using Python, I was able to get more done in terms of developing apps and software for data analytics.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 20,
                            "order": "20.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369512+00:00",
                            "updated_on": "2022-10-06T19:52:12.421778+00:00",
                            "field_661183": null,
                            "field_661186": [
                                2
                            ],
                            "field_661189": null,
                            "field_661190": "After being tasked with modernizing the browser client for an older project, we discovered that it took an object-oriented approach, and that many of the custom controls relied heavily on a hierarchical structure of increasing inheritance to perform their primary tasks. Given this reality, we settled on making our move more bluntly. Because the interface no longer needed to be manually updated in response to events, a significant number of state-related issues vanished after the switch was made. In almost all cases, this is the most frequently mentioned problem by users.\n\nWe did, however, need to make some adjustments. We implemented caching measures to reduce the frequency of calculations, but they grew too complex, especially in the more dynamic and performance-critical parts of the program.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 21,
                            "order": "21.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369540+00:00",
                            "updated_on": "2022-10-06T19:52:12.424545+00:00",
                            "field_661183": null,
                            "field_661186": [
                                3
                            ],
                            "field_661189": null,
                            "field_661190": "The practice of releasing iterations of working software at regular intervals is fundamental to the agile software development methodology. Rather than tackling the entire thing at once, the project is broken up into smaller, more manageable pieces called \"sprints,\" each of which has its own deadline and must be completed in a certain amount of time. When I was in a role similar to this before, we used this method with great success. We met every two weeks for \"sprints,\" during which time we worked together and talked about any problems that arose.\n\nIn addition, we held daily stand-up meetings where everyone was informed of the team's progress. Our meetings started out as a time for our team to synchronize, but they gradually turned into routine status updates for our team leader. The approach succeeded in its intended simplification of improved software releases at regular intervals.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 22,
                            "order": "22.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369568+00:00",
                            "updated_on": "2022-10-06T19:52:12.428323+00:00",
                            "field_661183": null,
                            "field_661186": [
                                4
                            ],
                            "field_661189": null,
                            "field_661190": "Methods that come to mind are test-writing, code-wrapping to catch exceptions, log-returning, try/catch statements, and a few others that are related to the framework.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 23,
                            "order": "23.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369595+00:00",
                            "updated_on": "2022-10-06T19:52:12.430716+00:00",
                            "field_661183": null,
                            "field_661186": [
                                5
                            ],
                            "field_661189": null,
                            "field_661190": "Decomposition and empirical methods are the two that have gained the most traction.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 24,
                            "order": "24.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369623+00:00",
                            "updated_on": "2022-10-06T19:52:12.433177+00:00",
                            "field_661183": null,
                            "field_661186": [
                                6
                            ],
                            "field_661189": null,
                            "field_661190": "To monitor and control all of the changes made to a piece of software is what we call \"software configuration management.\"\n\nAssuring that any and all changes to a system are made in accordance with predetermined norms and regulations is what change control is all about.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 25,
                            "order": "25.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369651+00:00",
                            "updated_on": "2022-10-06T19:52:12.437871+00:00",
                            "field_661183": null,
                            "field_661186": [
                                7
                            ],
                            "field_661189": null,
                            "field_661190": "A process, in its simplest definition, is a single running copy of a computer program. Multiple threads may be running simultaneously in a single program.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 26,
                            "order": "26.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369679+00:00",
                            "updated_on": "2022-10-06T19:52:12.440198+00:00",
                            "field_661183": null,
                            "field_661186": [
                                8
                            ],
                            "field_661189": null,
                            "field_661190": "The term \"cloud computing\" is used to describe the practice of utilizing the Internet as a central data storage and processing hub, rather than on-premises hardware and software. When using cloud services, such as those provided by Google and Amazon, you store data on the servers of those companies rather than on your own local machine.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 27,
                            "order": "27.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369718+00:00",
                            "updated_on": "2022-10-06T19:52:12.442284+00:00",
                            "field_661183": null,
                            "field_661186": [
                                19
                            ],
                            "field_661189": null,
                            "field_661190": "Helping a customer through the buying process, ensuring they fully understand the product, or pointing them in the right way are all examples of consumer service. This is an adaptable position.\n\nIn order to provide complete customer satisfaction, customer service goes above and beyond expectations. What really helps us grow is when satisfied customers recommend us to their circle of acquaintances.\n\nProviding excellent service means always putting the consumer first. Clients are reliably appeased by the efforts of customer service representatives. Your first impression will be formed based on how you look and act. As a customer service representative, it is your duty to foster positive relationships with clients in order to increase sales, promote brand loyalty, and keep existing customers happy.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 28,
                            "order": "28.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369746+00:00",
                            "updated_on": "2022-10-06T19:52:12.444571+00:00",
                            "field_661183": null,
                            "field_661186": [
                                20
                            ],
                            "field_661189": null,
                            "field_661190": "As someone who considers themselves to be technologically aware, it has been vitally crucial for me to learn how to navigate my way through software solutions and mobile applications, as well as the convenience with which they may be used. I really appreciate that this company develops things that are both well-designed and constructed so that they can be used by a wide variety of people. As a result of my experience with a number of your items, I am confident that I can provide accurate representation of the quality of those products to buyers.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 29,
                            "order": "29.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369774+00:00",
                            "updated_on": "2022-10-06T19:52:12.447567+00:00",
                            "field_661183": null,
                            "field_661186": [
                                21
                            ],
                            "field_661189": null,
                            "field_661190": "At my most recent employer, we used a classic point-of-sale (POS) system. I am able to pick up new information very quickly, and I would be delighted to receive instruction on additional software packages in order to broaden my skill set and improve my ability to carry out the duties of the position.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 30,
                            "order": "30.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369803+00:00",
                            "updated_on": "2022-10-06T19:52:12.449851+00:00",
                            "field_661183": null,
                            "field_661186": [
                                22
                            ],
                            "field_661189": null,
                            "field_661190": "Indeed, it is possible to link customer relationship management software with social media platforms. The application focuses on how to better involve customers through social media.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 31,
                            "order": "31.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369837+00:00",
                            "updated_on": "2022-10-06T19:52:12.452428+00:00",
                            "field_661183": null,
                            "field_661186": [
                                23
                            ],
                            "field_661189": null,
                            "field_661190": "For me, the first step in calming down a frantic client is to attentively hear them out. I take a few deep breaths whenever they get loud and try to remind myself that it won't last forever. Once the customer is done talking, I tell them I appreciate them trusting me with their problems and that I understand how they feel. A common question I pose is what they would like to see the company do to try to fix the problem. My experience has shown that this is an effective method for calming the customer down enough to begin solving the underlying issue.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 32,
                            "order": "32.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369864+00:00",
                            "updated_on": "2022-10-06T19:52:12.455700+00:00",
                            "field_661183": null,
                            "field_661186": [
                                19
                            ],
                            "field_661189": null,
                            "field_661190": "Helping a customer through the buying process, explaining complex features, or answering questions about the company are all examples of consumer service. It's a role with a lot of room for flexibility.\n\nThe company's dedication to the happiness of its customers is second to none. It's all about word-of-mouth marketing, where satisfied customers recommend us to their circle of acquaintances.\n\nWhen providing service, remember that the consumer always comes first. Agents providing customer service are responsible for maintaining happy clients. Being the first person someone sees or talks to, your physical appearance and manner provide a lasting impression. When it comes to customer service, it's all about the consumer, thus it's your job to forge lasting bonds with your clientele in order to guarantee their satisfaction and, in turn, elevate your company's standing in the marketplace.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 33,
                            "order": "33.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369900+00:00",
                            "updated_on": "2022-10-06T19:52:12.458141+00:00",
                            "field_661183": null,
                            "field_661186": [
                                20
                            ],
                            "field_661189": null,
                            "field_661190": "Being familiar with various software solutions and mobile applications, as well as their relative ease of use, has been significant for me as someone who considers themselves to be technologically savvy. One of my favorite things about this business is that its products are designed with a wide variety of consumers in mind. Having put several of your products through their paces, I feel confident giving them an honest assessment of the quality they provide.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 34,
                            "order": "34.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369928+00:00",
                            "updated_on": "2022-10-06T19:52:12.461619+00:00",
                            "field_661183": null,
                            "field_661186": [
                                21
                            ],
                            "field_661189": null,
                            "field_661190": "The POS system we used at my most recent job was a traditional one. Since I have a good memory and can learn new things fast, I would greatly appreciate being shown how to use any additional software that will help me better fulfill my job responsibilities.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 35,
                            "order": "35.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369955+00:00",
                            "updated_on": "2022-10-06T19:52:12.466282+00:00",
                            "field_661183": null,
                            "field_661186": [
                                22
                            ],
                            "field_661189": null,
                            "field_661190": "The answer is yes; CRM and SNS can work together. The application increases customer engagement through social media.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 36,
                            "order": "36.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.369983+00:00",
                            "updated_on": "2022-10-06T19:52:12.468679+00:00",
                            "field_661183": null,
                            "field_661186": [
                                23
                            ],
                            "field_661189": null,
                            "field_661190": "In order to calm down agitated clients, I first pay close attention to what they have to say. When they get angry, I take a few deep breaths and try to bring myself back to a state of composure. After the customer is done talking, I tell them I appreciate them trusting me with their problems and that I understand how they feel. Once I've established the severity of the problem, I ask the customer what they would like to see the company do to try to fix it. I've found this to be an effective method for calming irate customers down enough to begin solving their actual issues.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 37,
                            "order": "37.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.370012+00:00",
                            "updated_on": "2022-10-06T19:52:12.477012+00:00",
                            "field_661183": null,
                            "field_661186": [
                                14
                            ],
                            "field_661189": null,
                            "field_661190": "Quality assurance is the process by which a group or company plans and defines how its quality operations (like testing) will be managed and carried out. This method sets and checks the project's quality standards.\n\nTo do quality control, you have to look for bugs and find ways to make the program better. Most of the time, QC uses techniques chosen by QA. The testing group's main job is to make sure the quality is good.\n\n\"Testing\" is the process of looking for mistakes. In the end, it makes sure that the software developed meets both the customer's and the company's needs.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 38,
                            "order": "38.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.370040+00:00",
                            "updated_on": "2022-10-06T19:52:12.479423+00:00",
                            "field_661183": null,
                            "field_661186": [
                                15
                            ],
                            "field_661189": null,
                            "field_661190": "The term \"bug leakage\" refers to the situation that occurs when actual users discover issues that were missed by the testing team. A \"bug release\" occurs when a software tester sends a product to production despite being aware of its flaws. These are minor issues with low priority and severity. When customers are more concerned about having the software when they need it, on schedule, than they are about having a bug-free version of the program when it was originally intended.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 39,
                            "order": "39.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.370067+00:00",
                            "updated_on": "2022-10-06T19:52:12.482176+00:00",
                            "field_661183": null,
                            "field_661186": [
                                16
                            ],
                            "field_661189": null,
                            "field_661190": "Using a \"traceability matrix,\" we can keep tabs on how revisions to our test cases influence the requirements of our end users. The Traceability Matrix is used during software testing to guarantee that every feasible test case is run, hence ruling out the potential of any crucial functionality being overlooked.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 40,
                            "order": "40.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.370095+00:00",
                            "updated_on": "2022-10-06T19:52:12.485694+00:00",
                            "field_661183": null,
                            "field_661186": [
                                17
                            ],
                            "field_661189": null,
                            "field_661190": "The process of making sure something is of a certain standard. The quality assurance group monitors the entire production process to make sure that the required criteria are met at each step. Through quality assurance, we guarantee that the outcomes match our expectations.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        },
                        {
                            "id": 41,
                            "order": "41.00000000000000000000",
                            "created_on": "2022-10-06T19:38:33.370123+00:00",
                            "updated_on": "2022-10-06T19:52:12.489141+00:00",
                            "field_661183": null,
                            "field_661186": [
                                18
                            ],
                            "field_661189": null,
                            "field_661190": "In order to produce a high-quality end result, your team should stick to the procedures specified in the Test Plan. The Test Plan document, which outlines the actions to be followed for testing the next project milestones, is the result of a number of preceding tasks, such as producing a product description, developing an SRS, or writing Use Case documents. This document is usually prepared by the Test Lead or Test Manager and its major function is to detail the testing procedure, including what should be tested, when it should be tested, and who will execute the various tests.",
                            "field_661193": null,
                            "field_661194": null,
                            "field_661195": null,
                            "field_661197": null
                        }
                    ]
                },
                {
                    "id": 99543,
                    "name": "Employees",
                    "order": 3,
                    "fields": [
                        {
                            "id": 621712,
                            "type": "formula",
                            "name": "Full name",
                            "order": 0,
                            "primary": true,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "regex_replace( \n  concat( \n    field(\"First name\"), \n    \" \", \n    field(\"Middle initial\"), \n    if(isblank(field(\"Middle initial\")), \n      \"\", \n      \". \" \n    ), \n    field(\"Last name\")), \n  \"  \", \n  \" \"\n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 621713,
                            "type": "text",
                            "name": "Last name",
                            "order": 1,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 621714,
                            "type": "text",
                            "name": "First name",
                            "order": 2,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 621715,
                            "type": "text",
                            "name": "Middle initial",
                            "order": 3,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 621716,
                            "type": "link_row",
                            "name": "Title",
                            "order": 4,
                            "primary": false,
                            "link_row_table_id": 99544,
                            "link_row_related_field_id": 621735,
                            "has_related_field": true
                        },
                        {
                            "id": 621717,
                            "type": "link_row",
                            "name": "Department",
                            "order": 5,
                            "primary": false,
                            "link_row_table_id": 99545,
                            "link_row_related_field_id": 621741,
                            "has_related_field": true
                        },
                        {
                            "id": 621718,
                            "type": "link_row",
                            "name": "Office location",
                            "order": 6,
                            "primary": false,
                            "link_row_table_id": 99546,
                            "link_row_related_field_id": 621746,
                            "has_related_field": true
                        },
                        {
                            "id": 621719,
                            "type": "file",
                            "name": "Photo",
                            "order": 7,
                            "primary": false
                        },
                        {
                            "id": 621720,
                            "type": "text",
                            "name": "Local extension number",
                            "order": 8,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 621721,
                            "type": "phone_number",
                            "name": "Phone number",
                            "order": 9,
                            "primary": false
                        },
                        {
                            "id": 621722,
                            "type": "email",
                            "name": "Email",
                            "order": 10,
                            "primary": false
                        },
                        {
                            "id": 621723,
                            "type": "text",
                            "name": "Address",
                            "order": 11,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 621724,
                            "type": "text",
                            "name": "Zip code",
                            "order": 12,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 621727,
                            "type": "long_text",
                            "name": "Remarks",
                            "order": 15,
                            "primary": false
                        },
                        {
                            "id": 621728,
                            "type": "date",
                            "name": "Start date",
                            "order": 16,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24"
                        },
                        {
                            "id": 621729,
                            "type": "single_select",
                            "name": "Status",
                            "order": 17,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 255320,
                                    "value": "Full-time",
                                    "color": "dark-green",
                                    "order": 0
                                },
                                {
                                    "id": 255321,
                                    "value": "Part-time",
                                    "color": "dark-blue",
                                    "order": 1
                                },
                                {
                                    "id": 255322,
                                    "value": "Seasonal",
                                    "color": "dark-red",
                                    "order": 2
                                },
                                {
                                    "id": 255323,
                                    "value": "Temporary",
                                    "color": "dark-gray",
                                    "order": 3
                                }
                            ]
                        },
                        {
                            "id": 621731,
                            "type": "boolean",
                            "name": "Is active",
                            "order": 19,
                            "primary": false
                        },
                        {
                            "id": 621732,
                            "type": "date",
                            "name": "End date",
                            "order": 20,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24"
                        }
                    ],
                    "views": [
                        {
                            "id": 142086,
                            "type": "grid",
                            "name": "All employees",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 38920,
                                    "field_id": 621713,
                                    "order": "ASC"
                                },
                                {
                                    "id": 38921,
                                    "field_id": 621714,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 859301,
                                    "field_id": 621712,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 859302,
                                    "field_id": 621713,
                                    "width": 129,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859303,
                                    "field_id": 621714,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859304,
                                    "field_id": 621715,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859305,
                                    "field_id": 621716,
                                    "width": 170,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859306,
                                    "field_id": 621717,
                                    "width": 169,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859307,
                                    "field_id": 621718,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859308,
                                    "field_id": 621719,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859309,
                                    "field_id": 621720,
                                    "width": 208,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859310,
                                    "field_id": 621721,
                                    "width": 153,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859311,
                                    "field_id": 621722,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859312,
                                    "field_id": 621723,
                                    "width": 240,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859313,
                                    "field_id": 621724,
                                    "width": 118,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859316,
                                    "field_id": 621727,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859317,
                                    "field_id": 621728,
                                    "width": 123,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859318,
                                    "field_id": 621729,
                                    "width": 106,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859320,
                                    "field_id": 621731,
                                    "width": 110,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "checked_count",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 859321,
                                    "field_id": 621732,
                                    "width": 117,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                }
                            ]
                        },
                        {
                            "id": 142087,
                            "type": "form",
                            "name": "Add new employee",
                            "order": 2,
                            "public": false,
                            "title": "Add new employee",
                            "description": "",
                            "cover_image": {
                                "name": "WOSfiS2InLF6f0H570KWekxsTsaKnKlK_85d919a71bbf58dd3b55f6d7c634573f36cd86251b71b9bf84ff1370703769ff.jpg",
                                "original_name": "Header.Clients.01.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "Thank you for using this form. To add more employees, please refresh this page.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 68826,
                                    "field_id": 621719,
                                    "name": "",
                                    "description": "You can add a photo of the employee here.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 0,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68820,
                                    "field_id": 621713,
                                    "name": "",
                                    "description": "Enter the employee's surname.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 1,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68821,
                                    "field_id": 621714,
                                    "name": "",
                                    "description": "Enter the employee's given name.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 2,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68822,
                                    "field_id": 621715,
                                    "name": "",
                                    "description": "Please indicate the employees middle initial.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 3,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68823,
                                    "field_id": 621716,
                                    "name": "",
                                    "description": "Please select the employee's role or designation from the selection below.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 4,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68824,
                                    "field_id": 621717,
                                    "name": "",
                                    "description": "Please indicate the department this employee belongs to.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 5,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68825,
                                    "field_id": 621718,
                                    "name": "",
                                    "description": "Select the assigned office location for this employee.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 6,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68827,
                                    "field_id": 621720,
                                    "name": "",
                                    "description": "Please enter the local or extension number assigned to this employee.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 7,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68828,
                                    "field_id": 621721,
                                    "name": "",
                                    "description": "Enter the employee's current phone or mobile number.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 8,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68829,
                                    "field_id": 621722,
                                    "name": "",
                                    "description": "Please enter the employee's email address.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 9,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68830,
                                    "field_id": 621723,
                                    "name": "",
                                    "description": "Enter the employee's current home address.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 10,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68831,
                                    "field_id": 621724,
                                    "name": "",
                                    "description": "Please indicate the zip code of the employee's address.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 11,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68834,
                                    "field_id": 621727,
                                    "name": "",
                                    "description": "Fill in any notes or remarks about this employee.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 12,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68835,
                                    "field_id": 621728,
                                    "name": "",
                                    "description": "Please enter the date this employee joined the organization.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 13,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68836,
                                    "field_id": 621729,
                                    "name": "",
                                    "description": "Select the employee's employment status.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 14,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68838,
                                    "field_id": 621731,
                                    "name": "",
                                    "description": "Please indicate whether this employee is still with the organization.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 15,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68819,
                                    "field_id": 621712,
                                    "name": "",
                                    "description": "Please enter the unique company-provided employee ID number assigned to this employee. ex: BR00001",
                                    "enabled": false,
                                    "required": true,
                                    "order": 16,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 68839,
                                    "field_id": 621732,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 17,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        },
                        {
                            "id": 142088,
                            "type": "gallery",
                            "name": "Active employees",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 53634,
                                    "field_id": 621731,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 621719,
                            "field_options": [
                                {
                                    "id": 45087,
                                    "field_id": 621712,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 45089,
                                    "field_id": 621713,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 45090,
                                    "field_id": 621714,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 45091,
                                    "field_id": 621715,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 45092,
                                    "field_id": 621716,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 45093,
                                    "field_id": 621717,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 45094,
                                    "field_id": 621718,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 45095,
                                    "field_id": 621719,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 45096,
                                    "field_id": 621720,
                                    "hidden": false,
                                    "order": 9
                                },
                                {
                                    "id": 45097,
                                    "field_id": 621721,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 45098,
                                    "field_id": 621722,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 45099,
                                    "field_id": 621723,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 45100,
                                    "field_id": 621724,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 45103,
                                    "field_id": 621727,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 45104,
                                    "field_id": 621728,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 45105,
                                    "field_id": 621729,
                                    "hidden": false,
                                    "order": 18
                                },
                                {
                                    "id": 45106,
                                    "field_id": 621731,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 45107,
                                    "field_id": 621732,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 142089,
                            "type": "gallery",
                            "name": "Full-time employees",
                            "order": 4,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 53635,
                                    "field_id": 621729,
                                    "type": "single_select_equal",
                                    "value": "255320"
                                },
                                {
                                    "id": 53636,
                                    "field_id": 621731,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 621719,
                            "field_options": [
                                {
                                    "id": 45108,
                                    "field_id": 621712,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 45110,
                                    "field_id": 621713,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 45111,
                                    "field_id": 621714,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 45112,
                                    "field_id": 621715,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 45113,
                                    "field_id": 621716,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 45114,
                                    "field_id": 621717,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 45115,
                                    "field_id": 621718,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 45116,
                                    "field_id": 621719,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 45117,
                                    "field_id": 621720,
                                    "hidden": false,
                                    "order": 9
                                },
                                {
                                    "id": 45118,
                                    "field_id": 621721,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 45119,
                                    "field_id": 621722,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 45120,
                                    "field_id": 621723,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 45121,
                                    "field_id": 621724,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 45124,
                                    "field_id": 621727,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 45125,
                                    "field_id": 621728,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 45126,
                                    "field_id": 621729,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 45127,
                                    "field_id": 621731,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 45128,
                                    "field_id": 621732,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 142090,
                            "type": "gallery",
                            "name": "Part-time employees",
                            "order": 5,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 53637,
                                    "field_id": 621729,
                                    "type": "single_select_equal",
                                    "value": "255321"
                                },
                                {
                                    "id": 53638,
                                    "field_id": 621731,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 621719,
                            "field_options": [
                                {
                                    "id": 45129,
                                    "field_id": 621712,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 45131,
                                    "field_id": 621713,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 45132,
                                    "field_id": 621714,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 45133,
                                    "field_id": 621715,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 45134,
                                    "field_id": 621716,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 45135,
                                    "field_id": 621717,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 45136,
                                    "field_id": 621718,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 45137,
                                    "field_id": 621719,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 45138,
                                    "field_id": 621720,
                                    "hidden": false,
                                    "order": 9
                                },
                                {
                                    "id": 45139,
                                    "field_id": 621721,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 45140,
                                    "field_id": 621722,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 45141,
                                    "field_id": 621723,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 45142,
                                    "field_id": 621724,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 45145,
                                    "field_id": 621727,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 45146,
                                    "field_id": 621728,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 45147,
                                    "field_id": 621729,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 45148,
                                    "field_id": 621731,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 45149,
                                    "field_id": 621732,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 142091,
                            "type": "gallery",
                            "name": "Seasonal employees",
                            "order": 6,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 53639,
                                    "field_id": 621729,
                                    "type": "single_select_equal",
                                    "value": "255322"
                                },
                                {
                                    "id": 53640,
                                    "field_id": 621731,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 621719,
                            "field_options": [
                                {
                                    "id": 45150,
                                    "field_id": 621712,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 45152,
                                    "field_id": 621713,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 45153,
                                    "field_id": 621714,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 45154,
                                    "field_id": 621715,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 45155,
                                    "field_id": 621716,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 45156,
                                    "field_id": 621717,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 45157,
                                    "field_id": 621718,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 45158,
                                    "field_id": 621719,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 45159,
                                    "field_id": 621720,
                                    "hidden": false,
                                    "order": 9
                                },
                                {
                                    "id": 45160,
                                    "field_id": 621721,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 45161,
                                    "field_id": 621722,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 45162,
                                    "field_id": 621723,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 45163,
                                    "field_id": 621724,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 45166,
                                    "field_id": 621727,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 45167,
                                    "field_id": 621728,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 45168,
                                    "field_id": 621729,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 45169,
                                    "field_id": 621731,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 45170,
                                    "field_id": 621732,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 142092,
                            "type": "gallery",
                            "name": "Temporary employees",
                            "order": 7,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 53641,
                                    "field_id": 621729,
                                    "type": "single_select_equal",
                                    "value": "255323"
                                },
                                {
                                    "id": 53642,
                                    "field_id": 621731,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 621719,
                            "field_options": [
                                {
                                    "id": 45171,
                                    "field_id": 621712,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 45173,
                                    "field_id": 621713,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 45174,
                                    "field_id": 621714,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 45175,
                                    "field_id": 621715,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 45176,
                                    "field_id": 621716,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 45177,
                                    "field_id": 621717,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 45178,
                                    "field_id": 621718,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 45179,
                                    "field_id": 621719,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 45180,
                                    "field_id": 621720,
                                    "hidden": false,
                                    "order": 9
                                },
                                {
                                    "id": 45181,
                                    "field_id": 621721,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 45182,
                                    "field_id": 621722,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 45183,
                                    "field_id": 621723,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 45184,
                                    "field_id": 621724,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 45187,
                                    "field_id": 621727,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 45188,
                                    "field_id": 621728,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 45189,
                                    "field_id": 621729,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 45190,
                                    "field_id": 621731,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 45191,
                                    "field_id": 621732,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 142093,
                            "type": "kanban",
                            "name": "Employees by status",
                            "order": 8,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 53643,
                                    "field_id": 621731,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 621729,
                            "card_cover_image_field_id": 621719,
                            "field_options": [
                                {
                                    "id": 25863,
                                    "field_id": 621712,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 25865,
                                    "field_id": 621713,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 25866,
                                    "field_id": 621714,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 25867,
                                    "field_id": 621715,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 25868,
                                    "field_id": 621716,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 25869,
                                    "field_id": 621717,
                                    "hidden": true,
                                    "order": 6
                                },
                                {
                                    "id": 25870,
                                    "field_id": 621718,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 25871,
                                    "field_id": 621719,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 25872,
                                    "field_id": 621720,
                                    "hidden": true,
                                    "order": 9
                                },
                                {
                                    "id": 25873,
                                    "field_id": 621721,
                                    "hidden": true,
                                    "order": 10
                                },
                                {
                                    "id": 25874,
                                    "field_id": 621722,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 25875,
                                    "field_id": 621723,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 25876,
                                    "field_id": 621724,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 25879,
                                    "field_id": 621727,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 25880,
                                    "field_id": 621728,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 25881,
                                    "field_id": 621729,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 25882,
                                    "field_id": 621731,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 25883,
                                    "field_id": 621732,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-11T02:41:08.429516+00:00",
                            "updated_on": "2022-10-03T07:18:58.026983+00:00",
                            "field_621712": null,
                            "field_621713": "Fitzpatrick",
                            "field_621714": "Janice",
                            "field_621715": "D",
                            "field_621716": [
                                12
                            ],
                            "field_621717": [
                                8
                            ],
                            "field_621718": [
                                2
                            ],
                            "field_621719": [
                                {
                                    "name": "upKbtHN9lLybPDzua6MBByvzgAJZ2Fui_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
                                    "visible_name": "Woman.16.jpg",
                                    "original_name": "Woman.16.jpg"
                                }
                            ],
                            "field_621720": "x2083",
                            "field_621721": "(510) 476-1189",
                            "field_621722": "janice.fitzpatrick@brgeemailz.net",
                            "field_621723": "1053 Thompson Drive, Union City, California",
                            "field_621724": "94587",
                            "field_621727": "Started this company with friends.",
                            "field_621728": "2012-01-08",
                            "field_621729": 255320,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-11T02:41:08.431669+00:00",
                            "updated_on": "2022-10-03T07:19:17.826277+00:00",
                            "field_621712": null,
                            "field_621713": "Pullen",
                            "field_621714": "Cinda",
                            "field_621715": "O",
                            "field_621716": [
                                13
                            ],
                            "field_621717": [
                                8
                            ],
                            "field_621718": [
                                2
                            ],
                            "field_621719": [
                                {
                                    "name": "RVLB3BKHhwtVuAG47bw33zbQvd4iI5sh_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
                                    "visible_name": "Woman.36.jpg",
                                    "original_name": "Woman.36.jpg"
                                }
                            ],
                            "field_621720": "x8170",
                            "field_621721": "(213) 743-1636",
                            "field_621722": "cinda.pullen@brgeemailz.net",
                            "field_621723": "3486 Canis Heights Drive, Los Angeles, California",
                            "field_621724": "90007",
                            "field_621727": "Joined to build something wonderful.",
                            "field_621728": "2012-01-08",
                            "field_621729": 255320,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-11T19:39:33.168366+00:00",
                            "updated_on": "2022-10-03T07:19:03.563659+00:00",
                            "field_621712": null,
                            "field_621713": "Best",
                            "field_621714": "Clayton",
                            "field_621715": "I",
                            "field_621716": [
                                14
                            ],
                            "field_621717": [
                                8
                            ],
                            "field_621718": [
                                2
                            ],
                            "field_621719": [
                                {
                                    "name": "41wtSFwg9iFCZ7Sjq3gU8Nb6p3bw5YT8_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg",
                                    "visible_name": "Man.33.jpg",
                                    "original_name": "Man.33.jpg"
                                }
                            ],
                            "field_621720": "x1528",
                            "field_621721": "(916) 478-0153",
                            "field_621722": "clayton.best@brgeemailz.net",
                            "field_621723": "3380 Park Avenue, Elk Grove, California",
                            "field_621724": "95624",
                            "field_621727": "Saw the same vision as the other founders.",
                            "field_621728": "2012-01-08",
                            "field_621729": 255320,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-05-11T19:39:45.735708+00:00",
                            "updated_on": "2022-10-03T07:18:53.304050+00:00",
                            "field_621712": null,
                            "field_621713": "Mahon",
                            "field_621714": "Lane",
                            "field_621715": "O",
                            "field_621716": [
                                15
                            ],
                            "field_621717": [
                                8
                            ],
                            "field_621718": [
                                2
                            ],
                            "field_621719": [
                                {
                                    "name": "aYgEEYmhNdW43yVVuSXwE3ZBAH6xXIhR_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
                                    "visible_name": "Man.18.jpg",
                                    "original_name": "Man.18.jpg"
                                }
                            ],
                            "field_621720": "x8338",
                            "field_621721": "(925) 250-4627",
                            "field_621722": "lane.mahon@brgeemailz.net",
                            "field_621723": "1669 Water Street, Dublin, California",
                            "field_621724": "94568",
                            "field_621727": "Believes in the potential of the company.",
                            "field_621728": "2012-01-08",
                            "field_621729": 255320,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-05-11T19:39:54.036617+00:00",
                            "updated_on": "2022-10-03T07:19:20.375431+00:00",
                            "field_621712": null,
                            "field_621713": "Ecker",
                            "field_621714": "Allie",
                            "field_621715": "O",
                            "field_621716": [
                                16
                            ],
                            "field_621717": [
                                8
                            ],
                            "field_621718": [
                                2
                            ],
                            "field_621719": [
                                {
                                    "name": "LBasrspjZHKwVX48PqfzUCaWxrNHYMIp_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
                                    "visible_name": "Woman.12.jpg",
                                    "original_name": "Woman.12.jpg"
                                }
                            ],
                            "field_621720": "x9008",
                            "field_621721": "(949) 873-7292",
                            "field_621722": "allie.ecker@brgeemailz.net",
                            "field_621723": "1522 Hillcrest Lane, Los Angeles, California",
                            "field_621724": "90017",
                            "field_621727": "Having fun with the job and responsibilities.",
                            "field_621728": "2012-01-08",
                            "field_621729": 255320,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-05-11T19:40:00.883007+00:00",
                            "updated_on": "2022-10-03T07:18:38.211376+00:00",
                            "field_621712": null,
                            "field_621713": "Nickson",
                            "field_621714": "Thomas",
                            "field_621715": "J",
                            "field_621716": [
                                17
                            ],
                            "field_621717": [
                                4
                            ],
                            "field_621718": [
                                2
                            ],
                            "field_621719": [
                                {
                                    "name": "kpvm8PvAMu5It0mGgbCPrU3vAJEV1Xnm_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
                                    "visible_name": "Man.11.jpg",
                                    "original_name": "Man.11.jpg"
                                }
                            ],
                            "field_621720": "x5557",
                            "field_621721": "(916) 336-7017",
                            "field_621722": "thomas.nickson@brgeemailz.net",
                            "field_621723": "898 Pearl Street, Sacramento, California",
                            "field_621724": "95814",
                            "field_621727": "Focused on the future of this company.",
                            "field_621728": "2012-01-08",
                            "field_621729": 255320,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-05-11T19:40:08.785002+00:00",
                            "updated_on": "2022-10-03T07:18:46.897012+00:00",
                            "field_621712": null,
                            "field_621713": "Garcia",
                            "field_621714": "Paul",
                            "field_621715": "N",
                            "field_621716": [
                                11
                            ],
                            "field_621717": [
                                5
                            ],
                            "field_621718": [
                                1
                            ],
                            "field_621719": [
                                {
                                    "name": "baAGJJPygHskwhdHsjq2dVmiP9mNRjlD_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg",
                                    "visible_name": "Man.13.jpg",
                                    "original_name": "Man.13.jpg"
                                }
                            ],
                            "field_621720": "x9834",
                            "field_621721": "(916) 910-4721",
                            "field_621722": "paul.garcia@brgeemailz.net",
                            "field_621723": "4695 Woodland Terrace, Sacramento, California",
                            "field_621724": "95814",
                            "field_621727": "Has been working hard doing multiple tasks for this company.",
                            "field_621728": "2012-01-08",
                            "field_621729": 255320,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-05-11T19:40:16.141926+00:00",
                            "updated_on": "2022-10-03T07:18:42.025433+00:00",
                            "field_621712": null,
                            "field_621713": "Tran",
                            "field_621714": "Rodney",
                            "field_621715": "D",
                            "field_621716": [
                                10
                            ],
                            "field_621717": [
                                5
                            ],
                            "field_621718": [
                                1
                            ],
                            "field_621719": [
                                {
                                    "name": "outMquPR0iT3RKfl04hZkKphuGeFdJj4_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg",
                                    "visible_name": "Man.35.jpg",
                                    "original_name": "Man.35.jpg"
                                }
                            ],
                            "field_621720": "x5049",
                            "field_621721": "(408) 451-1453",
                            "field_621722": "rodney.tran@brgeemailz.net",
                            "field_621723": "567 Ford Street, San Jose, California",
                            "field_621724": "95131",
                            "field_621727": "Stayed with the founders since joining.",
                            "field_621728": "2019-07-30",
                            "field_621729": 255321,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-05-11T19:40:26.829669+00:00",
                            "updated_on": "2022-10-03T07:19:02.297919+00:00",
                            "field_621712": null,
                            "field_621713": "Johns",
                            "field_621714": "Donald",
                            "field_621715": "S",
                            "field_621716": [
                                9
                            ],
                            "field_621717": [
                                1
                            ],
                            "field_621718": [
                                5
                            ],
                            "field_621719": [
                                {
                                    "name": "rrTx5pTLJOULTEQ6kRjKZ7cTKvMTLMSQ_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
                                    "visible_name": "Man.48.jpg",
                                    "original_name": "Man.48.jpg"
                                }
                            ],
                            "field_621720": "x6300",
                            "field_621721": "(805) 367-1199",
                            "field_621722": "donald.johns@brgeemailz.net",
                            "field_621723": "414 Euclid Avenue, Oxnard, California",
                            "field_621724": "93030",
                            "field_621727": "An experienced and highly skilled individual in this industry.",
                            "field_621728": "2012-01-31",
                            "field_621729": 255320,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-05-11T19:40:31.663881+00:00",
                            "updated_on": "2022-10-03T07:18:57.194197+00:00",
                            "field_621712": null,
                            "field_621713": "Marshall",
                            "field_621714": "John",
                            "field_621715": "E",
                            "field_621716": [
                                9
                            ],
                            "field_621717": [
                                1
                            ],
                            "field_621718": [
                                5
                            ],
                            "field_621719": [
                                {
                                    "name": "n20mZykpXaHFMO7n6ZsZmxjeqoVml8RO_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
                                    "visible_name": "Man.03.jpg",
                                    "original_name": "Man.03.jpg"
                                }
                            ],
                            "field_621720": "x6302",
                            "field_621721": "(323) 207-7576",
                            "field_621722": "john.marshall@brgeemailz.net",
                            "field_621723": "1028 Rosemont Avenue, Anaheim, California",
                            "field_621724": "92801",
                            "field_621727": "Common friend of the founders.",
                            "field_621728": "2012-01-31",
                            "field_621729": 255322,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-05-11T19:40:39.587277+00:00",
                            "updated_on": "2022-10-03T07:18:48.778589+00:00",
                            "field_621712": null,
                            "field_621713": "Robicheaux",
                            "field_621714": "Michael",
                            "field_621715": "S",
                            "field_621716": [
                                8
                            ],
                            "field_621717": [
                                1
                            ],
                            "field_621718": [
                                5
                            ],
                            "field_621719": [
                                {
                                    "name": "zC3DkDSc46Gwyq0dFNDft3uutdqfcJPD_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg",
                                    "visible_name": "Man.28.jpg",
                                    "original_name": "Man.28.jpg"
                                }
                            ],
                            "field_621720": "x1942",
                            "field_621721": "(707) 840-5210",
                            "field_621722": "michael.robicheaux@brgeemailz.net",
                            "field_621723": "792 Pretty View Lane, Mckinleyville, California",
                            "field_621724": "95519",
                            "field_621727": "Found his resume online.",
                            "field_621728": "2019-07-30",
                            "field_621729": 255320,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-05-11T19:40:46.306898+00:00",
                            "updated_on": "2022-10-03T07:19:18.802931+00:00",
                            "field_621712": null,
                            "field_621713": "Lopez",
                            "field_621714": "Bran",
                            "field_621715": "C",
                            "field_621716": [
                                8
                            ],
                            "field_621717": [
                                1
                            ],
                            "field_621718": [
                                5
                            ],
                            "field_621719": [
                                {
                                    "name": "uph2w90D4m883aD7ylXVwEhshEjKTCXw_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg",
                                    "visible_name": "Man.20.jpg",
                                    "original_name": "Man.20.jpg"
                                }
                            ],
                            "field_621720": "x4802",
                            "field_621721": "(650) 869-3623",
                            "field_621722": "bran.lopez@brgeemailz.net",
                            "field_621723": "3637 Duck Creek Road, San Bruno, California",
                            "field_621724": "94066",
                            "field_621727": "A reliable addition to the company.",
                            "field_621728": "2019-07-30",
                            "field_621729": 255320,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-05-11T19:40:54.760610+00:00",
                            "updated_on": "2022-10-03T07:18:41.138022+00:00",
                            "field_621712": null,
                            "field_621713": "Wright",
                            "field_621714": "Ronald",
                            "field_621715": "E",
                            "field_621716": [
                                7
                            ],
                            "field_621717": [
                                1
                            ],
                            "field_621718": [
                                5
                            ],
                            "field_621719": [
                                {
                                    "name": "mzWtz5STDpCrf5qeNJ6Scn65hdx1RtXR_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
                                    "visible_name": "Man.09.jpg",
                                    "original_name": "Man.09.jpg"
                                }
                            ],
                            "field_621720": "x9259",
                            "field_621721": "(925) 413-4033",
                            "field_621722": "donald.wright@brgeemailz.net",
                            "field_621723": "858 Park Street, San Francisco, California",
                            "field_621724": "94108",
                            "field_621727": "Worked part-time since 2019.",
                            "field_621728": "2019-07-30",
                            "field_621729": 255321,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-05-11T19:41:01.712553+00:00",
                            "updated_on": "2022-10-03T07:18:49.934198+00:00",
                            "field_621712": null,
                            "field_621713": "Tye",
                            "field_621714": "Leroy",
                            "field_621715": "I",
                            "field_621716": [
                                5
                            ],
                            "field_621717": [
                                1
                            ],
                            "field_621718": [
                                5
                            ],
                            "field_621719": [
                                {
                                    "name": "xnXCQd4INIJkbOnxK4yBegodzoBLh8GX_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
                                    "visible_name": "Man.02.jpg",
                                    "original_name": "Man.02.jpg"
                                }
                            ],
                            "field_621720": "x9887",
                            "field_621721": "(510) 808-7208",
                            "field_621722": "leroy.tye@brgeemailz.net",
                            "field_621723": "4647 Green Avenue, Oakland, California",
                            "field_621724": "94612",
                            "field_621727": "Dedicated his career to the company.",
                            "field_621728": "2012-01-31",
                            "field_621729": 255320,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2022-05-11T19:41:06.453197+00:00",
                            "updated_on": "2022-10-03T07:18:47.826070+00:00",
                            "field_621712": null,
                            "field_621713": "Mott",
                            "field_621714": "Nora",
                            "field_621715": "G",
                            "field_621716": [
                                4
                            ],
                            "field_621717": [
                                1
                            ],
                            "field_621718": [
                                5
                            ],
                            "field_621719": [
                                {
                                    "name": "YJg28ThrKGNIRjMNKHBDvcXf8Lwpw8ZW_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
                                    "visible_name": "Woman.55.jpg",
                                    "original_name": "Woman.55.jpg"
                                }
                            ],
                            "field_621720": "x0314",
                            "field_621721": "(818) 240-6675",
                            "field_621722": "nora.mott@brgeemailz.net",
                            "field_621723": "2105 New York Avenue, Glendale, California",
                            "field_621724": "91204",
                            "field_621727": "Hardworking individual.",
                            "field_621728": "2019-07-30",
                            "field_621729": 255321,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 16,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-05-11T19:41:10.813481+00:00",
                            "updated_on": "2022-10-03T07:19:01.242133+00:00",
                            "field_621712": null,
                            "field_621713": "Cunningham",
                            "field_621714": "Elizabeth",
                            "field_621715": "G",
                            "field_621716": [
                                4
                            ],
                            "field_621717": [
                                1
                            ],
                            "field_621718": [
                                5
                            ],
                            "field_621719": [
                                {
                                    "name": "FS46T69dfc94nHl5hxkBsSHwKkrXTMt8_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
                                    "visible_name": "Woman.27.jpg",
                                    "original_name": "Woman.27.jpg"
                                }
                            ],
                            "field_621720": "x2084",
                            "field_621721": "(323) 930-9329",
                            "field_621722": "elizabeth.cunningham@brgeemailz.net",
                            "field_621723": "1609 Hillhaven Drive, Los Angeles, California",
                            "field_621724": "90036",
                            "field_621727": "Always helpful to colleagues.",
                            "field_621728": "2019-07-30",
                            "field_621729": 255322,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 17,
                            "order": "17.00000000000000000000",
                            "created_on": "2022-05-11T19:41:16.077611+00:00",
                            "updated_on": "2022-10-03T07:18:43.130682+00:00",
                            "field_621712": null,
                            "field_621713": "Rethman",
                            "field_621714": "Richard",
                            "field_621715": "A",
                            "field_621716": [
                                3
                            ],
                            "field_621717": [
                                1
                            ],
                            "field_621718": [
                                3
                            ],
                            "field_621719": [
                                {
                                    "name": "vBJTvoC4ZECTYycqfjSWRAr6xlCU1cPI_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
                                    "visible_name": "Man.31.jpg",
                                    "original_name": "Man.31.jpg"
                                }
                            ],
                            "field_621720": "x3210",
                            "field_621721": "(626) 585-3240",
                            "field_621722": "richard.rethman@brgeemailz.net",
                            "field_621723": "3633 Nickel Road, Pasadena, California",
                            "field_621724": "91101",
                            "field_621727": "Help the company since the start of the operation.",
                            "field_621728": "2012-01-31",
                            "field_621729": 255320,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 18,
                            "order": "18.00000000000000000000",
                            "created_on": "2022-05-11T19:41:20.237265+00:00",
                            "updated_on": "2022-10-03T07:18:55.957567+00:00",
                            "field_621712": null,
                            "field_621713": "Castillo",
                            "field_621714": "Jonathan",
                            "field_621715": "O",
                            "field_621716": [
                                17
                            ],
                            "field_621717": [
                                2
                            ],
                            "field_621718": [
                                1
                            ],
                            "field_621719": [
                                {
                                    "name": "c5bo3rb3mL3Y8yYpis5M6SLgJxAuESzN_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
                                    "visible_name": "Man.27.jpg",
                                    "original_name": "Man.27.jpg"
                                }
                            ],
                            "field_621720": "x4050",
                            "field_621721": "(714) 674-5259",
                            "field_621722": "jonathan.castillo@brgeemailz.net",
                            "field_621723": "2014 Alpaca Way, Brea, California",
                            "field_621724": "92621",
                            "field_621727": "Has been very productive.",
                            "field_621728": "2012-01-31",
                            "field_621729": 255320,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 19,
                            "order": "19.00000000000000000000",
                            "created_on": "2022-05-11T19:41:28.309129+00:00",
                            "updated_on": "2022-10-03T07:19:00.240921+00:00",
                            "field_621712": null,
                            "field_621713": "Rothman",
                            "field_621714": "Eric",
                            "field_621715": "N",
                            "field_621716": [
                                17
                            ],
                            "field_621717": [
                                2
                            ],
                            "field_621718": [
                                1
                            ],
                            "field_621719": [
                                {
                                    "name": "XrzVKfwMYQfwpB8kUTcEcmo7YxsAOY0B_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg",
                                    "visible_name": "Man.15.jpg",
                                    "original_name": "Man.15.jpg"
                                }
                            ],
                            "field_621720": "x2313",
                            "field_621721": "(619) 525-2361",
                            "field_621722": "eric.rothman@brgeemailz.net",
                            "field_621723": "678 Poplar Avenue, San Diego, California",
                            "field_621724": "92101",
                            "field_621727": "Very prolific individual. Ask him anything.",
                            "field_621728": "2012-01-31",
                            "field_621729": 255320,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 20,
                            "order": "20.00000000000000000000",
                            "created_on": "2022-05-11T19:41:33.394918+00:00",
                            "updated_on": "2022-10-03T07:18:54.681881+00:00",
                            "field_621712": null,
                            "field_621713": "Triplett",
                            "field_621714": "Judith",
                            "field_621715": "J",
                            "field_621716": [
                                17
                            ],
                            "field_621717": [
                                6
                            ],
                            "field_621718": [
                                3
                            ],
                            "field_621719": [
                                {
                                    "name": "EyeKZr7MzYFAkV7rveT6MsLXFkE26gRu_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg",
                                    "visible_name": "Woman.38.jpg",
                                    "original_name": "Woman.38.jpg"
                                }
                            ],
                            "field_621720": "x4750",
                            "field_621721": "(323) 762-0628",
                            "field_621722": "judith.triplett@brgeemailz.net",
                            "field_621723": "3358 Southside Lane, Los Angeles, California",
                            "field_621724": "90017",
                            "field_621727": "Joyful and the life of the party.",
                            "field_621728": "2012-01-31",
                            "field_621729": 255320,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 21,
                            "order": "21.00000000000000000000",
                            "created_on": "2022-05-11T19:41:44.628479+00:00",
                            "updated_on": "2022-10-03T07:18:51.040440+00:00",
                            "field_621712": null,
                            "field_621713": "Hogan",
                            "field_621714": "Lena",
                            "field_621715": "O",
                            "field_621716": [
                                18
                            ],
                            "field_621717": [
                                7
                            ],
                            "field_621718": [
                                1
                            ],
                            "field_621719": [
                                {
                                    "name": "DDkXYykQsjvrS7HFIlaojVOYZjCbIUxA_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg",
                                    "visible_name": "Woman.17.jpg",
                                    "original_name": "Woman.17.jpg"
                                }
                            ],
                            "field_621720": "x0720",
                            "field_621721": "(559) 949-6790",
                            "field_621722": "lena.hogan@brgeemailz.net",
                            "field_621723": "2400 Half and Half Drive, Alpaugh, California",
                            "field_621724": "93219",
                            "field_621727": "Cheerful individual - brings a lot of jokes everyday.",
                            "field_621728": "2019-07-30",
                            "field_621729": 255323,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 22,
                            "order": "22.00000000000000000000",
                            "created_on": "2022-05-11T19:41:49.427338+00:00",
                            "updated_on": "2022-10-03T07:18:40.045114+00:00",
                            "field_621712": null,
                            "field_621713": "Love",
                            "field_621714": "Sandra",
                            "field_621715": "O",
                            "field_621716": [
                                18
                            ],
                            "field_621717": [
                                7
                            ],
                            "field_621718": [
                                1
                            ],
                            "field_621719": [
                                {
                                    "name": "eW8Z85AICkru3wqVV8DK7xih6FmrGFGD_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg",
                                    "visible_name": "Woman.23.jpg",
                                    "original_name": "Woman.23.jpg"
                                }
                            ],
                            "field_621720": "x1950",
                            "field_621721": "(559) 592-9157",
                            "field_621722": "sandra.love@brgeemailz.net",
                            "field_621723": "3294 Chicago Avenue, Exeter, California",
                            "field_621724": "93221",
                            "field_621727": "Great with customers. Always knew what to communicate.",
                            "field_621728": "2019-07-30",
                            "field_621729": 255323,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 23,
                            "order": "23.00000000000000000000",
                            "created_on": "2022-05-11T19:41:59.705324+00:00",
                            "updated_on": "2022-10-03T07:18:52.067965+00:00",
                            "field_621712": null,
                            "field_621713": "Mazon",
                            "field_621714": "Latisha",
                            "field_621715": "C",
                            "field_621716": [
                                18
                            ],
                            "field_621717": [
                                7
                            ],
                            "field_621718": [
                                1
                            ],
                            "field_621719": [
                                {
                                    "name": "3ZIEfynQs4H3PBrgsD8azEAvnLiNy8uH_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg",
                                    "visible_name": "Woman.46.jpg",
                                    "original_name": "Woman.46.jpg"
                                }
                            ],
                            "field_621720": "x5470",
                            "field_621721": "(530) 540-8012",
                            "field_621722": "latisha.mazon@brgeemailz.net",
                            "field_621723": "4381 Hill Croft Farm Road, Chico, California",
                            "field_621724": "95926",
                            "field_621727": "Very athletic, joins a lot of sport activities.",
                            "field_621728": "2019-07-30",
                            "field_621729": 255323,
                            "field_621731": "true",
                            "field_621732": null
                        },
                        {
                            "id": 24,
                            "order": "24.00000000000000000000",
                            "created_on": "2022-05-18T13:24:38.080771+00:00",
                            "updated_on": "2022-10-03T07:18:59.978670+00:00",
                            "field_621712": null,
                            "field_621713": "Dradder",
                            "field_621714": "Jane",
                            "field_621715": "A",
                            "field_621716": [
                                18
                            ],
                            "field_621717": [
                                7
                            ],
                            "field_621718": [
                                1
                            ],
                            "field_621719": [
                                {
                                    "name": "djIQu7BRzcdGXktcL965otQxbRToKQmF_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg",
                                    "visible_name": "Woman.02.jpg",
                                    "original_name": "Woman.02.jpg"
                                }
                            ],
                            "field_621720": "x9899",
                            "field_621721": "(720) 555-2389",
                            "field_621722": "jane.rudder@brgeemailz.net",
                            "field_621723": "902 Park Street, San Francisco, California",
                            "field_621724": "94108",
                            "field_621727": "Joined and left in just a couple of weeks.",
                            "field_621728": "2020-01-30",
                            "field_621729": 255323,
                            "field_621731": "false",
                            "field_621732": "2020-02-15"
                        }
                    ]
                },
                {
                    "id": 99544,
                    "name": "Titles",
                    "order": 4,
                    "fields": [
                        {
                            "id": 621733,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 621734,
                            "type": "long_text",
                            "name": "Description",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 621735,
                            "type": "link_row",
                            "name": "Related employees",
                            "order": 2,
                            "primary": false,
                            "link_row_table_id": 99543,
                            "link_row_related_field_id": 621716,
                            "has_related_field": true
                        },
                        {
                            "id": 621736,
                            "type": "formula",
                            "name": "Employee count",
                            "order": 3,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 0,
                            "array_formula_type": null,
                            "formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
                            "formula_type": "number"
                        },
                        {
                            "id": 621737,
                            "type": "single_select",
                            "name": "Level",
                            "order": 4,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 255324,
                                    "value": "Junior",
                                    "color": "gray",
                                    "order": 0
                                },
                                {
                                    "id": 255325,
                                    "value": "Mid-level",
                                    "color": "red",
                                    "order": 1
                                },
                                {
                                    "id": 255326,
                                    "value": "Senior",
                                    "color": "orange",
                                    "order": 2
                                },
                                {
                                    "id": 255327,
                                    "value": "Director/Executive",
                                    "color": "green",
                                    "order": 3
                                }
                            ]
                        }
                    ],
                    "views": [
                        {
                            "id": 142094,
                            "type": "grid",
                            "name": "All titles",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 859322,
                                    "field_id": 621733,
                                    "width": 255,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 859323,
                                    "field_id": 621734,
                                    "width": 452,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859324,
                                    "field_id": 621735,
                                    "width": 184,
                                    "hidden": true,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859325,
                                    "field_id": 621736,
                                    "width": 160,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                },
                                {
                                    "id": 859326,
                                    "field_id": 621737,
                                    "width": 152,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 142095,
                            "type": "grid",
                            "name": "Business analysis",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 53644,
                                    "field_id": 621733,
                                    "type": "contains",
                                    "value": "Business Analyst"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 859327,
                                    "field_id": 621733,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 859328,
                                    "field_id": 621734,
                                    "width": 404,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859329,
                                    "field_id": 621735,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859330,
                                    "field_id": 621736,
                                    "width": 160,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 142096,
                            "type": "grid",
                            "name": "Quality assurance",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 53645,
                                    "field_id": 621733,
                                    "type": "contains",
                                    "value": "Quality Assurance"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 859331,
                                    "field_id": 621733,
                                    "width": 257,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 859332,
                                    "field_id": 621734,
                                    "width": 373,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859333,
                                    "field_id": 621735,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859334,
                                    "field_id": 621736,
                                    "width": 160,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 142097,
                            "type": "grid",
                            "name": "Software engineering",
                            "order": 4,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 53646,
                                    "field_id": 621733,
                                    "type": "contains",
                                    "value": "Software Engineer"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 859335,
                                    "field_id": 621733,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 859336,
                                    "field_id": 621734,
                                    "width": 387,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859337,
                                    "field_id": 621735,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859338,
                                    "field_id": 621736,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 142098,
                            "type": "grid",
                            "name": "Human resources",
                            "order": 5,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 53647,
                                    "field_id": 621733,
                                    "type": "contains",
                                    "value": "Recruiter"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 859339,
                                    "field_id": 621733,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 859340,
                                    "field_id": 621734,
                                    "width": 370,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859341,
                                    "field_id": 621735,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859342,
                                    "field_id": 621736,
                                    "width": 162,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 142099,
                            "type": "grid",
                            "name": "Executive",
                            "order": 6,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 53648,
                                    "field_id": 621733,
                                    "type": "contains",
                                    "value": "Chief"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 859343,
                                    "field_id": 621733,
                                    "width": 170,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 859344,
                                    "field_id": 621734,
                                    "width": 393,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859345,
                                    "field_id": 621735,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859346,
                                    "field_id": 621736,
                                    "width": 160,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 142100,
                            "type": "kanban",
                            "name": "By level",
                            "order": 7,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [
                                {
                                    "id": 2804,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "ff72b76f-f974-48a9-86d0-3f803994a667",
                                                        "type": "empty",
                                                        "field": 621736,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "324e5233-6577-4e56-a602-17c8f96496cb"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "single_select_field_id": 621737,
                            "field_options": [
                                {
                                    "id": 25884,
                                    "field_id": 621733,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 25885,
                                    "field_id": 621734,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 25886,
                                    "field_id": 621735,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 25887,
                                    "field_id": 621736,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 25888,
                                    "field_id": 621737,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-11T02:41:33.211871+00:00",
                            "updated_on": "2022-06-10T12:09:24.288942+00:00",
                            "field_621733": "Associate Business Analyst",
                            "field_621734": "Assists their immediate business analysis supervisor and seniors with assigned tasks and responsibilities.",
                            "field_621735": [],
                            "field_621736": null,
                            "field_621737": 255324
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-11T02:41:33.214232+00:00",
                            "updated_on": "2022-06-10T12:09:27.899231+00:00",
                            "field_621733": "Business Analyst",
                            "field_621734": "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_621735": [],
                            "field_621736": null,
                            "field_621737": 255325
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-11T12:47:39.394826+00:00",
                            "updated_on": "2022-06-10T12:09:30.105347+00:00",
                            "field_621733": "Senior Business Analyst",
                            "field_621734": "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_621735": [
                                17
                            ],
                            "field_621736": null,
                            "field_621737": 255326
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-05-11T12:47:49.228480+00:00",
                            "updated_on": "2022-06-10T12:09:32.587847+00:00",
                            "field_621733": "Associate Quality Assurance Engineer",
                            "field_621734": "Assists their immediate quality assurance supervisor and seniors with assigned tasks and responsibilities.",
                            "field_621735": [
                                15,
                                16
                            ],
                            "field_621736": null,
                            "field_621737": 255324
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-05-11T12:47:55.769066+00:00",
                            "updated_on": "2022-06-10T12:09:34.687424+00:00",
                            "field_621733": "Quality Assurance Engineer",
                            "field_621734": "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_621735": [
                                14
                            ],
                            "field_621736": null,
                            "field_621737": 255325
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-05-11T12:48:07.331844+00:00",
                            "updated_on": "2022-06-10T12:09:36.572786+00:00",
                            "field_621733": "Senior Quality Assurance Engineer",
                            "field_621734": "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_621735": [],
                            "field_621736": null,
                            "field_621737": 255326
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-05-11T12:48:09.825191+00:00",
                            "updated_on": "2022-06-10T12:09:38.950430+00:00",
                            "field_621733": "Associate Software Engineer",
                            "field_621734": "Assists their immediate programming supervisor and seniors with assigned tasks and responsibilities.",
                            "field_621735": [
                                13
                            ],
                            "field_621736": null,
                            "field_621737": 255324
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-05-11T12:48:19.622836+00:00",
                            "updated_on": "2022-06-10T12:09:40.832866+00:00",
                            "field_621733": "Software Engineer",
                            "field_621734": "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 — all via software programming languages.",
                            "field_621735": [
                                11,
                                12
                            ],
                            "field_621736": null,
                            "field_621737": 255325
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-05-11T12:48:24.635844+00:00",
                            "updated_on": "2022-06-10T12:09:42.703758+00:00",
                            "field_621733": "Senior Software Engineer",
                            "field_621734": "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_621735": [
                                9,
                                10
                            ],
                            "field_621736": null,
                            "field_621737": 255326
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-05-11T12:48:32.083899+00:00",
                            "updated_on": "2022-06-10T12:09:45.291228+00:00",
                            "field_621733": "Assistant Recruiter",
                            "field_621734": "Assists the company's recruiter in posting jobs and in sorting job applicants.",
                            "field_621735": [
                                8
                            ],
                            "field_621736": null,
                            "field_621737": 255324
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-05-11T12:48:33.511207+00:00",
                            "updated_on": "2022-06-10T12:09:49.625986+00:00",
                            "field_621733": "Lead Recruiter",
                            "field_621734": "Creates templates for job recruitment and manages staffing requirements of all the departments.",
                            "field_621735": [
                                7
                            ],
                            "field_621736": null,
                            "field_621737": 255326
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-05-11T13:09:26.406116+00:00",
                            "updated_on": "2022-06-10T12:09:57.157183+00:00",
                            "field_621733": "Chief Executive Officer",
                            "field_621734": "CEOs are accountable for overseeing the overall operations of their companies. This may involve assigning and guiding agendas, driving profitability, managing the organizational structure and direction of the company, and engaging with the board.",
                            "field_621735": [
                                1
                            ],
                            "field_621736": null,
                            "field_621737": 255327
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-05-11T13:09:38.540591+00:00",
                            "updated_on": "2022-06-10T12:09:59.258599+00:00",
                            "field_621733": "Chief Technical Officer",
                            "field_621734": "The CTO is responsible for making all executive decisions concerning a company's technology interests. They are responsible for articulating the company's technological vision, implementing technology initiatives, and ensuring that the company's technological resources are matched with its business requirements.",
                            "field_621735": [
                                2
                            ],
                            "field_621736": null,
                            "field_621737": 255327
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-05-11T13:09:57.577061+00:00",
                            "updated_on": "2022-06-10T12:10:01.615032+00:00",
                            "field_621733": "Chief Financial Officer",
                            "field_621734": "Chief financial officers are in charge of an organization's finances. They are responsible for anticipating the organization's financial health based on financial and operational data and reports provided by the finance and accounting departments, as well as advising the CEO and board of directors on strategic direction.",
                            "field_621735": [
                                3
                            ],
                            "field_621736": null,
                            "field_621737": 255327
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2022-05-11T13:15:19.402852+00:00",
                            "updated_on": "2022-06-10T12:10:04.058830+00:00",
                            "field_621733": "Chief Marketing Officer",
                            "field_621734": "A Chief Marketing Officer is responsible for directing the organization's marketing and advertising planning, development, and implementation. They play a crucial part in the success of a firm and have essential tasks ranging from creative input to business strategy.",
                            "field_621735": [
                                4
                            ],
                            "field_621736": null,
                            "field_621737": 255327
                        },
                        {
                            "id": 16,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-05-11T13:16:38.502786+00:00",
                            "updated_on": "2022-06-10T12:10:07.302193+00:00",
                            "field_621733": "Chief Sales Officer",
                            "field_621734": "The CSO is the leader of an organization's whole sales department and directs and oversees all activities connected to producing sales. A CSO's daily responsibilities include supervising, planning, and directing daily sales initiatives, as well as maintaining sales goals.",
                            "field_621735": [
                                5
                            ],
                            "field_621736": null,
                            "field_621737": 255327
                        },
                        {
                            "id": 17,
                            "order": "17.00000000000000000000",
                            "created_on": "2022-05-11T13:16:46.666595+00:00",
                            "updated_on": "2022-06-10T12:10:14.068065+00:00",
                            "field_621733": "Administrative Officer",
                            "field_621734": "Administrative officers are responsible for administrative duties such as answering telephone calls, organizing meetings, producing reports, and filing papers. In addition, they may be responsible for managing inventories, keeping company records, processing budget and office reports, invoicing, and providing customer service.",
                            "field_621735": [
                                6,
                                18,
                                19,
                                20
                            ],
                            "field_621736": null,
                            "field_621737": 255326
                        },
                        {
                            "id": 18,
                            "order": "18.00000000000000000000",
                            "created_on": "2022-05-11T13:19:16.716101+00:00",
                            "updated_on": "2022-06-10T12:10:16.914288+00:00",
                            "field_621733": "Customer Service Officer",
                            "field_621734": "Customer service officers serve as the public face of a firm and interact directly with customers to answer their queries or provide additional assistance as necessary. They operate in every industry with a customer base. They assist clients with complaints and concerns, provide product and service information, accept purchases, and process returns.",
                            "field_621735": [
                                21,
                                22,
                                23,
                                24
                            ],
                            "field_621736": null,
                            "field_621737": 255325
                        }
                    ]
                },
                {
                    "id": 99545,
                    "name": "Departments",
                    "order": 5,
                    "fields": [
                        {
                            "id": 621738,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 621739,
                            "type": "long_text",
                            "name": "Description",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 621740,
                            "type": "boolean",
                            "name": "Is active",
                            "order": 2,
                            "primary": false
                        },
                        {
                            "id": 621741,
                            "type": "link_row",
                            "name": "Related employees",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 99543,
                            "link_row_related_field_id": 621717,
                            "has_related_field": true
                        },
                        {
                            "id": 621742,
                            "type": "formula",
                            "name": "Employee count",
                            "order": 4,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 0,
                            "array_formula_type": null,
                            "formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
                            "formula_type": "number"
                        }
                    ],
                    "views": [
                        {
                            "id": 142101,
                            "type": "grid",
                            "name": "All departments",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 38927,
                                    "field_id": 621738,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 859347,
                                    "field_id": 621738,
                                    "width": 197,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 859348,
                                    "field_id": 621739,
                                    "width": 389,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859349,
                                    "field_id": 621740,
                                    "width": 111,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 859350,
                                    "field_id": 621741,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859351,
                                    "field_id": 621742,
                                    "width": 161,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 142102,
                            "type": "gallery",
                            "name": "Active departments",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 53649,
                                    "field_id": 621740,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 38928,
                                    "field_id": 621738,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "field_options": [
                                {
                                    "id": 45192,
                                    "field_id": 621738,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 45193,
                                    "field_id": 621739,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 45194,
                                    "field_id": 621740,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 45195,
                                    "field_id": 621741,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 45196,
                                    "field_id": 621742,
                                    "hidden": false,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-11T02:41:19.049943+00:00",
                            "updated_on": "2022-05-11T12:59:37.838843+00:00",
                            "field_621738": "Research and development",
                            "field_621739": "The research and development division is responsible for the majority of this company's operations. Here, software development is administered. It is divided into various project teams.",
                            "field_621740": "true",
                            "field_621741": [
                                9,
                                10,
                                11,
                                12,
                                13,
                                14,
                                15,
                                16,
                                17
                            ],
                            "field_621742": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-11T02:41:19.052216+00:00",
                            "updated_on": "2022-05-11T13:01:13.853660+00:00",
                            "field_621738": "Finance",
                            "field_621739": "The finance team and auditors of the company report to this department. The Finance department is responsible for the financial records and audits of the company.",
                            "field_621740": "true",
                            "field_621741": [
                                18,
                                19
                            ],
                            "field_621742": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-11T12:56:07.011287+00:00",
                            "updated_on": "2022-05-11T13:02:59.083947+00:00",
                            "field_621738": "Legal",
                            "field_621739": "The legal department provides legal expertise that is advantageous to the strategies and planning of the organization. This department has a small seasonal workforce.",
                            "field_621740": "false",
                            "field_621741": [],
                            "field_621742": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-05-11T12:56:28.839469+00:00",
                            "updated_on": "2022-05-11T13:04:20.628038+00:00",
                            "field_621738": "Logistics",
                            "field_621739": "Our liaison officers and logistical partners fall under the purview of this department.",
                            "field_621740": "true",
                            "field_621741": [
                                6
                            ],
                            "field_621742": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-05-11T12:56:34.887700+00:00",
                            "updated_on": "2022-05-11T13:05:21.164320+00:00",
                            "field_621738": "Human resources",
                            "field_621739": "This department handles every aspect of the recruitment and hiring processes.",
                            "field_621740": "true",
                            "field_621741": [
                                7,
                                8
                            ],
                            "field_621742": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-05-11T12:56:42.270630+00:00",
                            "updated_on": "2022-05-11T13:06:14.070588+00:00",
                            "field_621738": "Marketing",
                            "field_621739": "Our organization's press releases and branding are handled by the marketing department.",
                            "field_621740": "true",
                            "field_621741": [
                                20
                            ],
                            "field_621742": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-05-11T12:56:55.273921+00:00",
                            "updated_on": "2022-05-11T13:07:45.941998+00:00",
                            "field_621738": "Sales",
                            "field_621739": "This department manages sales and sales strategies and is a vital part of the organization.",
                            "field_621740": "true",
                            "field_621741": [
                                21,
                                22,
                                23,
                                24
                            ],
                            "field_621742": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-05-11T12:57:20.768808+00:00",
                            "updated_on": "2022-05-11T13:09:14.090224+00:00",
                            "field_621738": "Executive",
                            "field_621739": "This department is in charge of the most important strategic planning and decision-making. This division is responsible for making all corporate-wide decisions.",
                            "field_621740": "true",
                            "field_621741": [
                                1,
                                2,
                                3,
                                4,
                                5
                            ],
                            "field_621742": null
                        }
                    ]
                },
                {
                    "id": 99546,
                    "name": "Office locations",
                    "order": 6,
                    "fields": [
                        {
                            "id": 621743,
                            "type": "text",
                            "name": "Location",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 621744,
                            "type": "file",
                            "name": "Photo",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 621745,
                            "type": "text",
                            "name": "Street",
                            "order": 2,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 621746,
                            "type": "link_row",
                            "name": "Related employees",
                            "order": 5,
                            "primary": false,
                            "link_row_table_id": 99543,
                            "link_row_related_field_id": 621718,
                            "has_related_field": true
                        },
                        {
                            "id": 621747,
                            "type": "text",
                            "name": "City",
                            "order": 7,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 621748,
                            "type": "text",
                            "name": "State",
                            "order": 8,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 621749,
                            "type": "text",
                            "name": "Zip code",
                            "order": 9,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 621750,
                            "type": "phone_number",
                            "name": "Phone number",
                            "order": 10,
                            "primary": false
                        },
                        {
                            "id": 621751,
                            "type": "formula",
                            "name": "Employee count",
                            "order": 11,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 0,
                            "array_formula_type": null,
                            "formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
                            "formula_type": "number"
                        },
                        {
                            "id": 621752,
                            "type": "number",
                            "name": "Floor",
                            "order": 12,
                            "primary": false,
                            "number_decimal_places": 0,
                            "number_negative": false
                        }
                    ],
                    "views": [
                        {
                            "id": 142103,
                            "type": "grid",
                            "name": "All locations",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 38929,
                                    "field_id": 621743,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 859352,
                                    "field_id": 621743,
                                    "width": 189,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 859353,
                                    "field_id": 621744,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859354,
                                    "field_id": 621745,
                                    "width": 166,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859355,
                                    "field_id": 621746,
                                    "width": 179,
                                    "hidden": true,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859356,
                                    "field_id": 621747,
                                    "width": 129,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859357,
                                    "field_id": 621748,
                                    "width": 101,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859358,
                                    "field_id": 621749,
                                    "width": 114,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859359,
                                    "field_id": 621750,
                                    "width": 153,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 859360,
                                    "field_id": 621751,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                },
                                {
                                    "id": 859361,
                                    "field_id": 621752,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 142104,
                            "type": "gallery",
                            "name": "Locations",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 38930,
                                    "field_id": 621743,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 621744,
                            "field_options": [
                                {
                                    "id": 45197,
                                    "field_id": 621743,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 45198,
                                    "field_id": 621744,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 45199,
                                    "field_id": 621745,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 45200,
                                    "field_id": 621746,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 45201,
                                    "field_id": 621747,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 45202,
                                    "field_id": 621748,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 45203,
                                    "field_id": 621749,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 45204,
                                    "field_id": 621750,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 45205,
                                    "field_id": 621751,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 56938,
                                    "field_id": 621752,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-11T02:48:16.461812+00:00",
                            "updated_on": "2022-06-08T20:09:35.391028+00:00",
                            "field_621743": "One world square",
                            "field_621744": [
                                {
                                    "name": "wIrXjgq4XdiCievnpjKd9bJ1UHkx0NO5_c45b4ddb5b1f81ba679f156c52156cffd2447456425a4d03a356d4619dc078b2.jpg",
                                    "visible_name": "Offices.03.jpg",
                                    "original_name": "Offices.03.jpg"
                                }
                            ],
                            "field_621745": "5812 Poplar Avenue",
                            "field_621746": [
                                7,
                                8,
                                18,
                                19,
                                21,
                                22,
                                23,
                                24
                            ],
                            "field_621747": "San Diego",
                            "field_621748": "California",
                            "field_621749": "92111",
                            "field_621750": "(519) 587-3851",
                            "field_621751": null,
                            "field_621752": "2"
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-11T02:48:16.463896+00:00",
                            "updated_on": "2022-06-08T20:09:31.023230+00:00",
                            "field_621743": "Net cube - executive floors",
                            "field_621744": [
                                {
                                    "name": "8NEid0bOwwoREaQyiIqkHrPYmykjv8vR_de53387c30e13446fff1cbb98ea5ade7a8db8a9526e34661bd68788cc8915b2a.jpg",
                                    "visible_name": "Offices.02.jpg",
                                    "original_name": "Offices.02.jpg"
                                }
                            ],
                            "field_621745": "1735 Zimmerman Lane",
                            "field_621746": [
                                1,
                                2,
                                3,
                                4,
                                5,
                                6
                            ],
                            "field_621747": "Los Angeles",
                            "field_621748": "California",
                            "field_621749": "90017",
                            "field_621750": "(213) 375-9873",
                            "field_621751": null,
                            "field_621752": "18"
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-11T10:45:09.866120+00:00",
                            "updated_on": "2022-06-08T20:09:32.375140+00:00",
                            "field_621743": "Net cube - operations 3F",
                            "field_621744": [
                                {
                                    "name": "lx852ySRLHvwkY8sfbk5IqQJ0YeWLmqw_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
                                    "visible_name": "Offices.01.jpg",
                                    "original_name": "Offices.01.jpg"
                                }
                            ],
                            "field_621745": "1735 Zimmerman Lane",
                            "field_621746": [
                                17,
                                20
                            ],
                            "field_621747": "Los Angeles",
                            "field_621748": "California",
                            "field_621749": "90017",
                            "field_621750": "(213) 375-9875",
                            "field_621751": null,
                            "field_621752": "3"
                        },
                        {
                            "id": 5,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-06-08T11:07:36.413128+00:00",
                            "updated_on": "2022-06-08T20:09:34.015972+00:00",
                            "field_621743": "Net cube - operations 5F",
                            "field_621744": [
                                {
                                    "name": "lx852ySRLHvwkY8sfbk5IqQJ0YeWLmqw_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
                                    "visible_name": "Offices.01.jpg",
                                    "original_name": "Offices.01.jpg"
                                }
                            ],
                            "field_621745": "1735 Zimmerman Lane",
                            "field_621746": [
                                9,
                                10,
                                11,
                                12,
                                13,
                                14,
                                15,
                                16
                            ],
                            "field_621747": "Los Angeles",
                            "field_621748": "California",
                            "field_621749": "90017",
                            "field_621750": "(213) 375-9877",
                            "field_621751": null,
                            "field_621752": "5"
                        }
                    ]
                }
            ]
        }
    ]
}