{
  "baserow_template_version": 1,
  "name": "Risk Assessment and Management",
  "icon": "iconoir-check-circle",
  "keywords": [
    "risk assessment",
    "risk analysis",
    "risk management",
    "risk response",
    "risk plan",
    "generic assessment"
  ],
  "categories": [
    "Project Management",
    "Professional"
  ],
  "export": [
    {
      "id": 33133,
      "name": "Risk Assessment and Management",
      "order": 1,
      "type": "database",
      "tables": [
        {
          "id": 78013,
          "name": "Risks",
          "order": 1,
          "fields": [
            {
              "id": 474623,
              "type": "text",
              "name": "Title",
              "order": 0,
              "primary": true,
              "text_default": ""
            },
            {
              "id": 474624,
              "type": "link_row",
              "name": "Department",
              "order": 1,
              "primary": false,
              "link_row_table_id": 78008,
              "link_row_related_field_id": 474646,
              "has_related_field": true
            },
            {
              "id": 474647,
              "type": "long_text",
              "name": "Description",
              "order": 3,
              "primary": false
            },
            {
              "id": 474648,
              "type": "long_text",
              "name": "Consequences",
              "order": 4,
              "primary": false
            },
            {
              "id": 474755,
              "type": "single_select",
              "name": "Probability",
              "order": 5,
              "primary": false,
              "select_options": [
                {
                  "id": 164865,
                  "value": "Rare",
                  "color": "green",
                  "order": 0
                },
                {
                  "id": 164866,
                  "value": "Unlikely",
                  "color": "gray",
                  "order": 1
                },
                {
                  "id": 164867,
                  "value": "Possible",
                  "color": "blue",
                  "order": 2
                },
                {
                  "id": 164868,
                  "value": "Probable",
                  "color": "orange",
                  "order": 3
                },
                {
                  "id": 164869,
                  "value": "Almost certain",
                  "color": "red",
                  "order": 4
                }
              ]
            },
            {
              "id": 474756,
              "type": "single_select",
              "name": "Impact",
              "order": 6,
              "primary": false,
              "select_options": [
                {
                  "id": 164870,
                  "value": "Very low",
                  "color": "light-green",
                  "order": 0
                },
                {
                  "id": 164871,
                  "value": "Low",
                  "color": "light-gray",
                  "order": 1
                },
                {
                  "id": 164872,
                  "value": "Medium",
                  "color": "light-blue",
                  "order": 2
                },
                {
                  "id": 164873,
                  "value": "High",
                  "color": "light-orange",
                  "order": 3
                },
                {
                  "id": 164874,
                  "value": "Very high",
                  "color": "light-red",
                  "order": 4
                }
              ]
            },
            {
              "id": 474757,
              "type": "formula",
              "name": "Risk rating",
              "order": 7,
              "primary": false,
              "error": null,
              "date_format": null,
              "date_include_time": null,
              "date_time_format": null,
              "number_decimal_places": null,
              "array_formula_type": null,
              "formula": "if( \n  and( \n    field(\"Risk rating raw\") > 0, \n    field(\"Risk rating raw\") < 4 \n  ), \n  \"\ud83d\udd37 Minimal\", \n  if( \n    and( \n        field(\"Risk rating raw\") >= 4, \n        field(\"Risk rating raw\") < 10 \n    ), \n    \"\ud83d\udd14 Moderate\", \n    if( \n      and( \n        field(\"Risk rating raw\") >= 10, \n        field(\"Risk rating raw\") < 16 \n      ), \n      \"\u26a0\ufe0f Severe\", \n      if( \n        field(\"Risk rating raw\") >= 16, \n        \"\ud83d\uded1 Critical\", \n        \"\" \n      ) \n    ) \n  ) \n)",
              "formula_type": "text"
            },
            {
              "id": 474758,
              "type": "long_text",
              "name": "Control activities",
              "order": 8,
              "primary": false
            },
            {
              "id": 474759,
              "type": "link_row",
              "name": "Control owner",
              "order": 9,
              "primary": false,
              "link_row_table_id": 78007,
              "link_row_related_field_id": 474760,
              "has_related_field": true
            },
            {
              "id": 474761,
              "type": "number",
              "name": "Expected success rate (%)",
              "order": 10,
              "primary": false,
              "number_decimal_places": 0,
              "number_negative": false
            },
            {
              "id": 474762,
              "type": "link_row",
              "name": "Control supervisor",
              "order": 11,
              "primary": false,
              "link_row_table_id": 78007,
              "link_row_related_field_id": 474763,
              "has_related_field": true
            },
            {
              "id": 474764,
              "type": "formula",
              "name": "Residual risk rating",
              "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": "if( \n  and( \n    field(\"Residual rating raw\") > 0, \n    field(\"Residual rating raw\") < 4 \n  ), \n  \"\ud83d\udd37 Minimal\", \n  if( \n    and( \n        field(\"Residual rating raw\") >= 4, \n        field(\"Residual rating raw\") < 10 \n    ), \n    \"\ud83d\udd14 Moderate\", \n    if( \n      and( \n        field(\"Residual rating raw\") >= 10, \n        field(\"Residual rating raw\") < 16 \n      ), \n      \"\u26a0\ufe0f Severe\", \n      if( \n        field(\"Residual rating raw\") >= 16, \n        \"\ud83d\uded1 Critical\", \n        if( \n          field(\"Risk rating raw\") = 0, \n          \"\", \n          \"\u2705 No risk\" \n        ) \n      ) \n    ) \n  ) \n)",
              "formula_type": "text"
            },
            {
              "id": 474765,
              "type": "long_text",
              "name": "Contingency",
              "order": 13,
              "primary": false
            },
            {
              "id": 474766,
              "type": "link_row",
              "name": "Updates",
              "order": 14,
              "primary": false,
              "link_row_table_id": 78014,
              "link_row_related_field_id": 474627,
              "has_related_field": true
            },
            {
              "id": 474767,
              "type": "single_select",
              "name": "Status",
              "order": 15,
              "primary": false,
              "select_options": [
                {
                  "id": 164875,
                  "value": "Open",
                  "color": "dark-red",
                  "order": 0
                },
                {
                  "id": 164876,
                  "value": "Resolved",
                  "color": "dark-green",
                  "order": 1
                }
              ]
            },
            {
              "id": 474768,
              "type": "created_on",
              "name": "Log date",
              "order": 16,
              "primary": false,
              "date_format": "ISO",
              "date_include_time": true,
              "date_time_format": "24",
              "timezone": "Asia/Singapore"
            },
            {
              "id": 474773,
              "type": "file",
              "name": "Attachments",
              "order": 17,
              "primary": false
            },
            {
              "id": 474791,
              "type": "formula",
              "name": "Risk rating raw",
              "order": 18,
              "primary": false,
              "error": null,
              "date_format": null,
              "date_include_time": null,
              "date_time_format": null,
              "number_decimal_places": 0,
              "array_formula_type": null,
              "formula": "multiply(\n  if(\n    totext(field(\"Probability\")) = \"Rare\", \n    1, \n    if(\n      totext(field(\"Probability\")) = \"Unlikely\", \n      2, \n      if(\n        totext(field(\"Probability\")) = \"Possible\", \n        3, \n        if(\n          totext(field(\"Probability\")) = \"Probable\", \n          4, \n          if(\n            totext(field(\"Probability\")) = \"Almost certain\", \n            5, \n            0 \n          ) \n        ) \n      ) \n    ) \n  ), \n  if(\n    totext(field(\"Impact\")) = \"Very low\", \n    1, \n    if(\n      totext(field(\"Impact\")) = \"Low\", \n      2, \n      if(\n        totext(field(\"Impact\")) = \"Medium\", \n        3, \n        if(\n          totext(field(\"Impact\")) = \"High\", \n          4, \n          if(\n            totext(field(\"Impact\")) = \"Very high\", \n            5, \n            0 \n          ) \n        ) \n      ) \n    ) \n  ) \n)",
              "formula_type": "number"
            },
            {
              "id": 474818,
              "type": "formula",
              "name": "Residual rating raw",
              "order": 19,
              "primary": false,
              "error": null,
              "date_format": null,
              "date_include_time": null,
              "date_time_format": null,
              "number_decimal_places": 2,
              "array_formula_type": null,
              "formula": "minus( \n  field(\"Risk rating raw\"), \n  multiply( \n    field(\"Risk rating raw\"), \n    divide( \n      when_empty( \n        field(\"Expected success rate (%)\"), \n        0\n      ), \n      100\n    ) \n  ) \n)",
              "formula_type": "number"
            }
          ],
          "views": [
            {
              "id": 102960,
              "type": "grid",
              "name": "All risks",
              "order": 1,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [],
              "sortings": [
                {
                  "id": 24385,
                  "field_id": 474623,
                  "order": "ASC"
                }
              ],
              "decorations": [
                {
                  "id": 240,
                  "type": "left_border_color",
                  "value_provider_type": "conditional_color",
                  "value_provider_conf": {
                    "colors": [
                      {
                        "color": "dark-red",
                        "filters": [
                          {
                            "id": "2314b7eb-21d3-42ff-bc98-f89ec3689ced",
                            "type": "contains",
                            "field": 474757,
                            "value": "\ud83d\uded1"
                          }
                        ],
                        "operator": "AND",
                        "id": "4376ff3a-682d-4d94-a151-21f6f4faa03b"
                      }
                    ]
                  },
                  "order": 1
                }
              ],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 610793,
                  "field_id": 474623,
                  "width": 293,
                  "hidden": false,
                  "order": 17,
                  "aggregation_type": "unique_count",
                  "aggregation_raw_type": "unique_count"
                },
                {
                  "id": 610791,
                  "field_id": 474624,
                  "width": 171,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "not_empty_percentage",
                  "aggregation_raw_type": "empty_count"
                },
                {
                  "id": 610876,
                  "field_id": 474647,
                  "width": 200,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 610877,
                  "field_id": 474648,
                  "width": 200,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "not_empty_percentage",
                  "aggregation_raw_type": "empty_count"
                },
                {
                  "id": 610909,
                  "field_id": 474755,
                  "width": 144,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "not_empty_percentage",
                  "aggregation_raw_type": "empty_count"
                },
                {
                  "id": 610910,
                  "field_id": 474756,
                  "width": 116,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "not_empty_percentage",
                  "aggregation_raw_type": "empty_count"
                },
                {
                  "id": 610911,
                  "field_id": 474757,
                  "width": 128,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "not_empty_percentage",
                  "aggregation_raw_type": "empty_count"
                },
                {
                  "id": 610912,
                  "field_id": 474758,
                  "width": 200,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 610913,
                  "field_id": 474759,
                  "width": 149,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "not_empty_percentage",
                  "aggregation_raw_type": "empty_count"
                },
                {
                  "id": 610914,
                  "field_id": 474761,
                  "width": 217,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "average",
                  "aggregation_raw_type": "average"
                },
                {
                  "id": 610970,
                  "field_id": 474762,
                  "width": 175,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 610971,
                  "field_id": 474764,
                  "width": 179,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 610981,
                  "field_id": 474765,
                  "width": 200,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 611001,
                  "field_id": 474766,
                  "width": 146,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "not_empty_percentage",
                  "aggregation_raw_type": "empty_count"
                },
                {
                  "id": 611002,
                  "field_id": 474767,
                  "width": 116,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "not_empty_percentage",
                  "aggregation_raw_type": "empty_count"
                },
                {
                  "id": 611003,
                  "field_id": 474768,
                  "width": 148,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 611009,
                  "field_id": 474773,
                  "width": 140,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 611045,
                  "field_id": 474791,
                  "width": 152,
                  "hidden": true,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 611071,
                  "field_id": 474818,
                  "width": 180,
                  "hidden": true,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 103281,
              "type": "grid",
              "name": "Critical risks",
              "order": 2,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 36215,
                  "field_id": 474757,
                  "type": "contains",
                  "value": "\ud83d\uded1"
                },
                {
                  "id": 36216,
                  "field_id": 474767,
                  "type": "single_select_equal",
                  "value": "164875"
                }
              ],
              "sortings": [
                {
                  "id": 23920,
                  "field_id": 474623,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 612988,
                  "field_id": 474623,
                  "width": 278,
                  "hidden": false,
                  "order": 18,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612989,
                  "field_id": 474624,
                  "width": 200,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612990,
                  "field_id": 474647,
                  "width": 200,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612991,
                  "field_id": 474648,
                  "width": 200,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612992,
                  "field_id": 474755,
                  "width": 200,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612993,
                  "field_id": 474756,
                  "width": 200,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612994,
                  "field_id": 474757,
                  "width": 200,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612995,
                  "field_id": 474758,
                  "width": 200,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612996,
                  "field_id": 474759,
                  "width": 200,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612997,
                  "field_id": 474761,
                  "width": 200,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612998,
                  "field_id": 474762,
                  "width": 200,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612999,
                  "field_id": 474764,
                  "width": 200,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613000,
                  "field_id": 474765,
                  "width": 200,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613001,
                  "field_id": 474766,
                  "width": 144,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613002,
                  "field_id": 474767,
                  "width": 200,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613003,
                  "field_id": 474768,
                  "width": 200,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613004,
                  "field_id": 474773,
                  "width": 200,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613005,
                  "field_id": 474791,
                  "width": 200,
                  "hidden": true,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613006,
                  "field_id": 474818,
                  "width": 200,
                  "hidden": true,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 103282,
              "type": "grid",
              "name": "Severe risks",
              "order": 3,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 36221,
                  "field_id": 474757,
                  "type": "contains",
                  "value": "\u26a0\ufe0f"
                },
                {
                  "id": 36222,
                  "field_id": 474767,
                  "type": "single_select_equal",
                  "value": "164875"
                }
              ],
              "sortings": [
                {
                  "id": 23921,
                  "field_id": 474623,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 613007,
                  "field_id": 474623,
                  "width": 267,
                  "hidden": false,
                  "order": 18,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613008,
                  "field_id": 474624,
                  "width": 181,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613009,
                  "field_id": 474647,
                  "width": 200,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613010,
                  "field_id": 474648,
                  "width": 200,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613011,
                  "field_id": 474755,
                  "width": 132,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613012,
                  "field_id": 474756,
                  "width": 105,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613013,
                  "field_id": 474757,
                  "width": 125,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613014,
                  "field_id": 474758,
                  "width": 200,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613015,
                  "field_id": 474759,
                  "width": 175,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613016,
                  "field_id": 474761,
                  "width": 220,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613017,
                  "field_id": 474762,
                  "width": 176,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613018,
                  "field_id": 474764,
                  "width": 179,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613019,
                  "field_id": 474765,
                  "width": 200,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613020,
                  "field_id": 474766,
                  "width": 128,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613021,
                  "field_id": 474767,
                  "width": 115,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613022,
                  "field_id": 474768,
                  "width": 148,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613023,
                  "field_id": 474773,
                  "width": 139,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613024,
                  "field_id": 474791,
                  "width": 152,
                  "hidden": true,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613025,
                  "field_id": 474818,
                  "width": 178,
                  "hidden": true,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 103283,
              "type": "grid",
              "name": "Moderate risks",
              "order": 4,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 36223,
                  "field_id": 474757,
                  "type": "contains",
                  "value": "\ud83d\udd14"
                },
                {
                  "id": 36224,
                  "field_id": 474767,
                  "type": "single_select_equal",
                  "value": "164875"
                }
              ],
              "sortings": [
                {
                  "id": 23923,
                  "field_id": 474623,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 613026,
                  "field_id": 474623,
                  "width": 200,
                  "hidden": false,
                  "order": 18,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613027,
                  "field_id": 474624,
                  "width": 180,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613028,
                  "field_id": 474647,
                  "width": 200,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613029,
                  "field_id": 474648,
                  "width": 200,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613030,
                  "field_id": 474755,
                  "width": 128,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613031,
                  "field_id": 474756,
                  "width": 104,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613032,
                  "field_id": 474757,
                  "width": 125,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613033,
                  "field_id": 474758,
                  "width": 200,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613034,
                  "field_id": 474759,
                  "width": 168,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613035,
                  "field_id": 474761,
                  "width": 216,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613036,
                  "field_id": 474762,
                  "width": 176,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613037,
                  "field_id": 474764,
                  "width": 177,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613038,
                  "field_id": 474765,
                  "width": 200,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613039,
                  "field_id": 474766,
                  "width": 130,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613040,
                  "field_id": 474767,
                  "width": 103,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613041,
                  "field_id": 474768,
                  "width": 148,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613042,
                  "field_id": 474773,
                  "width": 140,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613043,
                  "field_id": 474791,
                  "width": 155,
                  "hidden": true,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613044,
                  "field_id": 474818,
                  "width": 182,
                  "hidden": true,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 103284,
              "type": "grid",
              "name": "Minimal risks",
              "order": 5,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 36225,
                  "field_id": 474757,
                  "type": "contains",
                  "value": "\ud83d\udd37"
                },
                {
                  "id": 36226,
                  "field_id": 474767,
                  "type": "single_select_equal",
                  "value": "164875"
                }
              ],
              "sortings": [
                {
                  "id": 23925,
                  "field_id": 474623,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 613045,
                  "field_id": 474623,
                  "width": 269,
                  "hidden": false,
                  "order": 18,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613046,
                  "field_id": 474624,
                  "width": 184,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613047,
                  "field_id": 474647,
                  "width": 200,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613048,
                  "field_id": 474648,
                  "width": 200,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613049,
                  "field_id": 474755,
                  "width": 127,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613050,
                  "field_id": 474756,
                  "width": 104,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613051,
                  "field_id": 474757,
                  "width": 127,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613052,
                  "field_id": 474758,
                  "width": 200,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613053,
                  "field_id": 474759,
                  "width": 165,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613054,
                  "field_id": 474761,
                  "width": 217,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613055,
                  "field_id": 474762,
                  "width": 200,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613056,
                  "field_id": 474764,
                  "width": 177,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613057,
                  "field_id": 474765,
                  "width": 200,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613058,
                  "field_id": 474766,
                  "width": 122,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613059,
                  "field_id": 474767,
                  "width": 102,
                  "hidden": false,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613060,
                  "field_id": 474768,
                  "width": 150,
                  "hidden": false,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613061,
                  "field_id": 474773,
                  "width": 142,
                  "hidden": false,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613062,
                  "field_id": 474791,
                  "width": 157,
                  "hidden": true,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613063,
                  "field_id": 474818,
                  "width": 179,
                  "hidden": true,
                  "order": 17,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 103279,
              "type": "form",
              "name": "Add risk assessment",
              "order": 6,
              "public": false,
              "title": "Add risk assessment",
              "description": "",
              "cover_image": {
                "name": "idA8Lf7PNK92EQbajP8en0TNcuvN3hjy_0814b0ff27af445836757a60f2335d2f70fcb637a3002bef9e65436ee52894fe.jpg",
                "original_name": "Header_MeetingTable.01.jpg"
              },
              "logo_image": null,
              "submit_text": "Submit",
              "submit_action": "MESSAGE",
              "submit_action_message": "The risk assessment was successfully added to the database. To add more, please reload this page.",
              "submit_action_redirect_url": "",
              "field_options": [
                {
                  "id": 33545,
                  "field_id": 474623,
                  "name": "",
                  "description": "Please enter a unique title for this risk assessment.",
                  "enabled": true,
                  "required": true,
                  "order": 0,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33546,
                  "field_id": 474624,
                  "name": "",
                  "description": "Select which department\u00a0this\u00a0risk\u00a0assessment\u00a0is\u00a0for.",
                  "enabled": true,
                  "required": true,
                  "order": 1,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33547,
                  "field_id": 474647,
                  "name": "",
                  "description": "Describe the details or the specific definition of the risk.",
                  "enabled": true,
                  "required": true,
                  "order": 2,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33548,
                  "field_id": 474648,
                  "name": "",
                  "description": "State all implications and how the risk will affect operations, including what or who will be impacted if the risk is not mitigated.",
                  "enabled": true,
                  "required": true,
                  "order": 3,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33549,
                  "field_id": 474755,
                  "name": "",
                  "description": "Select the likelihood\u00a0of\u00a0this\u00a0risk\u00a0occurring.",
                  "enabled": true,
                  "required": true,
                  "order": 4,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33550,
                  "field_id": 474756,
                  "name": "",
                  "description": "Select the level of potential impact or severity of this risk.",
                  "enabled": true,
                  "required": true,
                  "order": 5,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33552,
                  "field_id": 474758,
                  "name": "",
                  "description": "Define a detailed list or plan of activities that must be undertaken to control or mitigate this risk.",
                  "enabled": true,
                  "required": false,
                  "order": 6,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33553,
                  "field_id": 474759,
                  "name": "",
                  "description": "Please select the risk manager in charge of leading and implementing the control activities.",
                  "enabled": true,
                  "required": true,
                  "order": 7,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33555,
                  "field_id": 474762,
                  "name": "",
                  "description": "Specify a different manager who has been tasked with peer reviewing, monitoring, or tracking the resolution of this risk.",
                  "enabled": true,
                  "required": false,
                  "order": 8,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33554,
                  "field_id": 474761,
                  "name": "",
                  "description": "Please enter the chance (success rate in percentage) that the planned control activities will resolve the risk. E.g., 100 or 75.",
                  "enabled": true,
                  "required": true,
                  "order": 9,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33557,
                  "field_id": 474765,
                  "name": "",
                  "description": "If the control activities don't work, define another plan that will be used or write down procedures to be implemented.",
                  "enabled": true,
                  "required": false,
                  "order": 10,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33558,
                  "field_id": 474766,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 11,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33559,
                  "field_id": 474767,
                  "name": "",
                  "description": "Please select the current state of this risk assessment.",
                  "enabled": true,
                  "required": true,
                  "order": 12,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33551,
                  "field_id": 474757,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 13,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33556,
                  "field_id": 474764,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 14,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33560,
                  "field_id": 474768,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 15,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33561,
                  "field_id": 474773,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 16,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33562,
                  "field_id": 474791,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 17,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33563,
                  "field_id": 474818,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 18,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                }
              ]
            },
            {
              "id": 103288,
              "type": "kanban",
              "name": "Risks by probability",
              "order": 7,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 36229,
                  "field_id": 474767,
                  "type": "single_select_equal",
                  "value": "164875"
                }
              ],
              "sortings": [],
              "decorations": [],
              "public": false,
              "single_select_field_id": 474755,
              "field_options": [
                {
                  "id": 9137,
                  "field_id": 474623,
                  "hidden": false,
                  "order": 0
                },
                {
                  "id": 9143,
                  "field_id": 474757,
                  "hidden": false,
                  "order": 1
                },
                {
                  "id": 9138,
                  "field_id": 474624,
                  "hidden": false,
                  "order": 2
                },
                {
                  "id": 9139,
                  "field_id": 474647,
                  "hidden": true,
                  "order": 3
                },
                {
                  "id": 9140,
                  "field_id": 474648,
                  "hidden": true,
                  "order": 4
                },
                {
                  "id": 9141,
                  "field_id": 474755,
                  "hidden": true,
                  "order": 5
                },
                {
                  "id": 9142,
                  "field_id": 474756,
                  "hidden": true,
                  "order": 6
                },
                {
                  "id": 9144,
                  "field_id": 474758,
                  "hidden": true,
                  "order": 7
                },
                {
                  "id": 9145,
                  "field_id": 474759,
                  "hidden": false,
                  "order": 8
                },
                {
                  "id": 9146,
                  "field_id": 474761,
                  "hidden": true,
                  "order": 9
                },
                {
                  "id": 9147,
                  "field_id": 474762,
                  "hidden": true,
                  "order": 10
                },
                {
                  "id": 9148,
                  "field_id": 474764,
                  "hidden": true,
                  "order": 11
                },
                {
                  "id": 9149,
                  "field_id": 474765,
                  "hidden": true,
                  "order": 12
                },
                {
                  "id": 9150,
                  "field_id": 474766,
                  "hidden": true,
                  "order": 13
                },
                {
                  "id": 9151,
                  "field_id": 474767,
                  "hidden": true,
                  "order": 14
                },
                {
                  "id": 9152,
                  "field_id": 474768,
                  "hidden": true,
                  "order": 15
                },
                {
                  "id": 9153,
                  "field_id": 474773,
                  "hidden": true,
                  "order": 16
                },
                {
                  "id": 9154,
                  "field_id": 474791,
                  "hidden": true,
                  "order": 17
                },
                {
                  "id": 9155,
                  "field_id": 474818,
                  "hidden": true,
                  "order": 18
                }
              ]
            },
            {
              "id": 103289,
              "type": "kanban",
              "name": "Risks by impact",
              "order": 8,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 36230,
                  "field_id": 474767,
                  "type": "single_select_equal",
                  "value": "164875"
                }
              ],
              "sortings": [],
              "decorations": [],
              "public": false,
              "single_select_field_id": 474756,
              "field_options": [
                {
                  "id": 9156,
                  "field_id": 474623,
                  "hidden": false,
                  "order": 0
                },
                {
                  "id": 9162,
                  "field_id": 474757,
                  "hidden": false,
                  "order": 1
                },
                {
                  "id": 9157,
                  "field_id": 474624,
                  "hidden": false,
                  "order": 2
                },
                {
                  "id": 9158,
                  "field_id": 474647,
                  "hidden": true,
                  "order": 3
                },
                {
                  "id": 9159,
                  "field_id": 474648,
                  "hidden": true,
                  "order": 4
                },
                {
                  "id": 9160,
                  "field_id": 474755,
                  "hidden": true,
                  "order": 5
                },
                {
                  "id": 9161,
                  "field_id": 474756,
                  "hidden": true,
                  "order": 6
                },
                {
                  "id": 9163,
                  "field_id": 474758,
                  "hidden": true,
                  "order": 7
                },
                {
                  "id": 9164,
                  "field_id": 474759,
                  "hidden": false,
                  "order": 8
                },
                {
                  "id": 9165,
                  "field_id": 474761,
                  "hidden": true,
                  "order": 9
                },
                {
                  "id": 9166,
                  "field_id": 474762,
                  "hidden": true,
                  "order": 10
                },
                {
                  "id": 9167,
                  "field_id": 474764,
                  "hidden": true,
                  "order": 11
                },
                {
                  "id": 9168,
                  "field_id": 474765,
                  "hidden": true,
                  "order": 12
                },
                {
                  "id": 9169,
                  "field_id": 474766,
                  "hidden": true,
                  "order": 13
                },
                {
                  "id": 9170,
                  "field_id": 474767,
                  "hidden": true,
                  "order": 14
                },
                {
                  "id": 9171,
                  "field_id": 474768,
                  "hidden": true,
                  "order": 15
                },
                {
                  "id": 9172,
                  "field_id": 474773,
                  "hidden": true,
                  "order": 16
                },
                {
                  "id": 9173,
                  "field_id": 474791,
                  "hidden": true,
                  "order": 17
                },
                {
                  "id": 9174,
                  "field_id": 474818,
                  "hidden": true,
                  "order": 18
                }
              ]
            },
            {
              "id": 103285,
              "type": "kanban",
              "name": "Risks by status",
              "order": 9,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [],
              "sortings": [],
              "decorations": [],
              "public": false,
              "single_select_field_id": 474767,
              "field_options": [
                {
                  "id": 9118,
                  "field_id": 474623,
                  "hidden": false,
                  "order": 0
                },
                {
                  "id": 9124,
                  "field_id": 474757,
                  "hidden": false,
                  "order": 1
                },
                {
                  "id": 9119,
                  "field_id": 474624,
                  "hidden": false,
                  "order": 2
                },
                {
                  "id": 9120,
                  "field_id": 474647,
                  "hidden": true,
                  "order": 3
                },
                {
                  "id": 9121,
                  "field_id": 474648,
                  "hidden": true,
                  "order": 4
                },
                {
                  "id": 9122,
                  "field_id": 474755,
                  "hidden": true,
                  "order": 5
                },
                {
                  "id": 9123,
                  "field_id": 474756,
                  "hidden": true,
                  "order": 6
                },
                {
                  "id": 9125,
                  "field_id": 474758,
                  "hidden": true,
                  "order": 7
                },
                {
                  "id": 9126,
                  "field_id": 474759,
                  "hidden": false,
                  "order": 8
                },
                {
                  "id": 9127,
                  "field_id": 474761,
                  "hidden": true,
                  "order": 9
                },
                {
                  "id": 9128,
                  "field_id": 474762,
                  "hidden": true,
                  "order": 10
                },
                {
                  "id": 9129,
                  "field_id": 474764,
                  "hidden": true,
                  "order": 11
                },
                {
                  "id": 9130,
                  "field_id": 474765,
                  "hidden": true,
                  "order": 12
                },
                {
                  "id": 9131,
                  "field_id": 474766,
                  "hidden": true,
                  "order": 13
                },
                {
                  "id": 9132,
                  "field_id": 474767,
                  "hidden": true,
                  "order": 14
                },
                {
                  "id": 9133,
                  "field_id": 474768,
                  "hidden": true,
                  "order": 15
                },
                {
                  "id": 9134,
                  "field_id": 474773,
                  "hidden": true,
                  "order": 16
                },
                {
                  "id": 9135,
                  "field_id": 474791,
                  "hidden": true,
                  "order": 17
                },
                {
                  "id": 9136,
                  "field_id": 474818,
                  "hidden": true,
                  "order": 18
                }
              ]
            }
          ],
          "rows": [
            {
              "id": 1,
              "order": "1.00000000000000000000",
              "created_on": "2022-07-03T15:23:24.939010+00:00",
              "updated_on": "2022-07-06T09:59:31.095221+00:00",
              "field_474623": "Revenue not meeting Q2 targets",
              "field_474624": [
                7
              ],
              "field_474647": "The industry was reported to have entered a downward trend in Q2 of this year. Our company should mitigate this risk by cutting costs on non-essential items.",
              "field_474648": "Our revenue numbers will decrease. Worst case scenario is will have to terminate some of our projects",
              "field_474755": 164868,
              "field_474756": 164873,
              "field_474757": null,
              "field_474758": "1. Send a memo to both operations and management about this risk.\u00a0\n2. Go over all purchase requests.\n3. Put all non-essential purchase requests on hold.",
              "field_474759": [
                10
              ],
              "field_474761": "90",
              "field_474762": [
                22
              ],
              "field_474764": null,
              "field_474765": "If the controls fails. We have no choice but reduce some projects.",
              "field_474766": [
                5
              ],
              "field_474767": 164876,
              "field_474768": null,
              "field_474773": [],
              "field_474791": null,
              "field_474818": null
            },
            {
              "id": 3,
              "order": "3.00000000000000000000",
              "created_on": "2022-07-03T16:59:37.196378+00:00",
              "updated_on": "2022-07-06T12:03:02.580138+00:00",
              "field_474623": "Moving of equipment and supplies to offices pose risk on staff",
              "field_474624": [
                4
              ],
              "field_474647": "There were requests to move equipment and supplies from one office to another. Moving them manually without the appropriate tools could be risky for our staff.",
              "field_474648": "Possible staff injuries may occur. \nPossible damages to equipment and supplies.",
              "field_474755": 164867,
              "field_474756": 164873,
              "field_474757": null,
              "field_474758": "1. Acquire moving equipment. \n2. Properly schedule transfers.",
              "field_474759": [
                4
              ],
              "field_474761": "100",
              "field_474762": [
                18
              ],
              "field_474764": null,
              "field_474765": "Provide training to our own staff.",
              "field_474766": [
                3,
                4
              ],
              "field_474767": 164876,
              "field_474768": null,
              "field_474773": [],
              "field_474791": null,
              "field_474818": null
            },
            {
              "id": 2,
              "order": "4.00000000000000000000",
              "created_on": "2022-07-03T15:23:24.942786+00:00",
              "updated_on": "2022-07-06T10:33:04.828318+00:00",
              "field_474623": "Building's electrical cabinet is getting old and outdated",
              "field_474624": [
                4
              ],
              "field_474647": "The building's electrical cabinet, along with its instruments, is getting old, worn out, and outdated. For several years, our business has acquired tools and equipment that are more demanding of our current electrical load.",
              "field_474648": "Damages to property. \nFire hazard.\nInjuries to employees.\nEquipment downtime could result in putting operations on hold.",
              "field_474755": 164869,
              "field_474756": 164874,
              "field_474757": null,
              "field_474758": "1. Make a list of all the equipment and their power requirements.\n2. Seek professional advice and recommendations.\n3. Obtain a second opinion.\n4. Engage the services of professionals to upgrade our electrical cabinet.",
              "field_474759": [
                18
              ],
              "field_474761": "100",
              "field_474762": [
                2
              ],
              "field_474764": null,
              "field_474765": "Put on hold all requests for more equipment.",
              "field_474766": [
                12,
                14
              ],
              "field_474767": 164875,
              "field_474768": null,
              "field_474773": [],
              "field_474791": null,
              "field_474818": null
            },
            {
              "id": 4,
              "order": "5.00000000000000000000",
              "created_on": "2022-07-06T10:23:54.347269+00:00",
              "updated_on": "2022-07-06T11:30:25.050480+00:00",
              "field_474623": "Several reported bugs on Project X",
              "field_474624": [
                1
              ],
              "field_474647": "Our product, Project X, has been receiving a lot of bug reports from our QA team. Some customers have noticed some of the reported bugs as well.",
              "field_474648": "Deteriorating quality of Project X. \nMore external customers will start to notice.\nIt could affect our brand.\nWe could loose customers.\nProject X could be terminated.",
              "field_474755": 164867,
              "field_474756": 164873,
              "field_474757": null,
              "field_474758": "1. Request that our QA team conduct additional tests.\n2. Identify critical bugs and prioritize their resolution.\n3. Have our software engineers address the bugs in order of priority.\u00a0\n4. Release a statement to customers that we are fixing the reported issues.\u00a0\n5. Decide on a launch date.",
              "field_474759": [
                20
              ],
              "field_474761": "75",
              "field_474762": [
                12
              ],
              "field_474764": null,
              "field_474765": "Offer discounts and vouchers to affected customers.",
              "field_474766": [
                10,
                11
              ],
              "field_474767": 164875,
              "field_474768": null,
              "field_474773": [
                {
                  "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                  "visible_name": "sample_error_log.png",
                  "original_name": "sample_error_log.png"
                }
              ],
              "field_474791": null,
              "field_474818": null
            },
            {
              "id": 5,
              "order": "6.00000000000000000000",
              "created_on": "2022-07-06T10:33:06.633839+00:00",
              "updated_on": "2022-07-06T11:18:50.055492+00:00",
              "field_474623": "Bugs reported on Project Y",
              "field_474624": [
                1
              ],
              "field_474647": "There were a few bugs reported after the release of Project Y. They were not critical issues.",
              "field_474648": "Although the reported bugs were not critical, there is a possibility that they could lead to more complicated issues.\n\nIf left unattended, customers may notice.",
              "field_474755": 164867,
              "field_474756": 164872,
              "field_474757": null,
              "field_474758": "1. Assign this bug to a team with a light workload.\n2. Have our QA team ready.\n3. Make the fixes available quietly.",
              "field_474759": [
                3
              ],
              "field_474761": "100",
              "field_474762": [
                8
              ],
              "field_474764": null,
              "field_474765": "Add more resources to address the reported bugs.",
              "field_474766": [
                7
              ],
              "field_474767": 164875,
              "field_474768": null,
              "field_474773": [
                {
                  "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                  "visible_name": "sample_error_log.png",
                  "original_name": "sample_error_log.png"
                }
              ],
              "field_474791": null,
              "field_474818": null
            },
            {
              "id": 7,
              "order": "8.00000000000000000000",
              "created_on": "2022-07-06T11:19:03.739692+00:00",
              "updated_on": "2022-07-06T11:24:03.879646+00:00",
              "field_474623": "The icon proposed for Project Z does not match",
              "field_474624": [
                1
              ],
              "field_474647": "The icon used for Project Z does not match our brand. Recommendations from Marketing were raised.",
              "field_474648": "This could affect our brand, albeit not too seriously.",
              "field_474755": 164866,
              "field_474756": 164870,
              "field_474757": null,
              "field_474758": "1. Have the R&D department meet with Marketing.\n2. Stick with our brand.",
              "field_474759": [
                9
              ],
              "field_474761": "100",
              "field_474762": [
                23
              ],
              "field_474764": null,
              "field_474765": "Get another software engineer to work on this.",
              "field_474766": [],
              "field_474767": 164875,
              "field_474768": null,
              "field_474773": [],
              "field_474791": null,
              "field_474818": null
            },
            {
              "id": 8,
              "order": "9.00000000000000000000",
              "created_on": "2022-07-06T11:24:24.423189+00:00",
              "updated_on": "2022-07-06T11:30:02.890713+00:00",
              "field_474623": "Python released an update that could break Project T",
              "field_474624": [
                1
              ],
              "field_474647": "Python released an update that fixed a bug but could break the workarounds we implemented on Project T.",
              "field_474648": "More bugs will be reported, and customers will start to notice. \nSales can get affected.",
              "field_474755": 164869,
              "field_474756": 164872,
              "field_474757": null,
              "field_474758": "1. Request that the Project T manager prioritize this risk.\n2. Prepare our QA.\n3. Schedule a silent release of the fixes as soon as possible.",
              "field_474759": [
                2
              ],
              "field_474761": "90",
              "field_474762": [
                22
              ],
              "field_474764": null,
              "field_474765": "Do not use Python's recent updates.",
              "field_474766": [
                8,
                9
              ],
              "field_474767": 164875,
              "field_474768": null,
              "field_474773": [
                {
                  "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                  "visible_name": "sample_error_log.png",
                  "original_name": "sample_error_log.png"
                }
              ],
              "field_474791": null,
              "field_474818": null
            },
            {
              "id": 9,
              "order": "10.00000000000000000000",
              "created_on": "2022-07-06T11:30:43.318807+00:00",
              "updated_on": "2022-07-06T11:37:05.440110+00:00",
              "field_474623": "Customer X was said to be involved in a scandal.",
              "field_474624": [
                6
              ],
              "field_474647": "Customer X was part of a recent tech scandal. Other providers are pulling their support for Customer X.",
              "field_474648": "This can affect our business and brand. \nSales could be affected.",
              "field_474755": 164867,
              "field_474756": 164872,
              "field_474757": null,
              "field_474758": "1. Speak with our attorney.\n2. Be prepared for a minor shift in how we market our products.\n3. Orient our sales team to the changes.",
              "field_474759": [
                7
              ],
              "field_474761": "90",
              "field_474762": [
                29
              ],
              "field_474764": null,
              "field_474765": "Prepare for promos.",
              "field_474766": [
                1,
                2
              ],
              "field_474767": 164876,
              "field_474768": null,
              "field_474773": [],
              "field_474791": null,
              "field_474818": null
            },
            {
              "id": 10,
              "order": "11.00000000000000000000",
              "created_on": "2022-07-06T11:37:27.389461+00:00",
              "updated_on": "2022-07-06T11:48:59.241379+00:00",
              "field_474623": "A couple of our software engineers are planning to leave",
              "field_474624": [
                5
              ],
              "field_474647": "There has been some chatter regarding potential departures among our software engineers.\nApparently, they're being recruited by a firm from out of state.",
              "field_474648": "If this turns out to be true, then eight of our products will be affected. Especially considering how rare their skill sets are in the workplace.",
              "field_474755": 164868,
              "field_474756": 164873,
              "field_474757": null,
              "field_474758": "1. Confirm this news with our out-of-state contacts.\n2. Conduct research on current industry rates.\n3. Talk to our employees about the possibility of increased salaries.\n4. Ask employees if we can help them improve their working environment.",
              "field_474759": [
                14
              ],
              "field_474761": "80",
              "field_474762": [
                5
              ],
              "field_474764": null,
              "field_474765": "If we're not able to convince our employees, we prepare for training documentation.\u00a0\nAsk HR to start pooling candidates.",
              "field_474766": [
                15,
                16,
                17
              ],
              "field_474767": 164875,
              "field_474768": null,
              "field_474773": [],
              "field_474791": null,
              "field_474818": null
            },
            {
              "id": 11,
              "order": "12.00000000000000000000",
              "created_on": "2022-07-06T11:49:28.560536+00:00",
              "updated_on": "2022-07-06T11:56:31.137100+00:00",
              "field_474623": "Inflation rate is spiking",
              "field_474624": [
                2
              ],
              "field_474647": "Due to conflicts outside the country, it was reported that a surge in inflation was inevitable.",
              "field_474648": "This could affect our merchandise sales.",
              "field_474755": 164867,
              "field_474756": 164872,
              "field_474757": null,
              "field_474758": "1. Have Finance review our accounts.\n2. Schedule a meeting with Sales.\n3. Seek out better suppliers.\n4. Adjust our merchandise prices.",
              "field_474759": [
                25
              ],
              "field_474761": "90",
              "field_474762": [
                29
              ],
              "field_474764": null,
              "field_474765": "We just have to keep on looking for better suppliers. Contact our network.",
              "field_474766": [],
              "field_474767": 164875,
              "field_474768": null,
              "field_474773": [],
              "field_474791": null,
              "field_474818": null
            }
          ]
        },
        {
          "id": 78007,
          "name": "Managers",
          "order": 2,
          "fields": [
            {
              "id": 474566,
              "type": "text",
              "name": "Name",
              "order": 0,
              "primary": true,
              "text_default": ""
            },
            {
              "id": 474570,
              "type": "phone_number",
              "name": "Phone number",
              "order": 6,
              "primary": false
            },
            {
              "id": 474571,
              "type": "email",
              "name": "Email",
              "order": 7,
              "primary": false
            },
            {
              "id": 474578,
              "type": "long_text",
              "name": "Remarks",
              "order": 17,
              "primary": false
            },
            {
              "id": 474579,
              "type": "boolean",
              "name": "Is active",
              "order": 18,
              "primary": false
            },
            {
              "id": 474581,
              "type": "link_row",
              "name": "Department",
              "order": 20,
              "primary": false,
              "link_row_table_id": 78008,
              "link_row_related_field_id": 474586,
              "has_related_field": true
            },
            {
              "id": 474629,
              "type": "file",
              "name": "Photo",
              "order": 21,
              "primary": false
            },
            {
              "id": 474630,
              "type": "single_select",
              "name": "Level",
              "order": 22,
              "primary": false,
              "select_options": [
                {
                  "id": 164790,
                  "value": "Mid-level",
                  "color": "light-gray",
                  "order": 0
                },
                {
                  "id": 164791,
                  "value": "Assistant",
                  "color": "light-gray",
                  "order": 1
                },
                {
                  "id": 164792,
                  "value": "Senior",
                  "color": "light-gray",
                  "order": 2
                },
                {
                  "id": 164793,
                  "value": "Executive",
                  "color": "light-gray",
                  "order": 3
                },
                {
                  "id": 164794,
                  "value": "Partner stakeholder",
                  "color": "light-gray",
                  "order": 4
                }
              ]
            },
            {
              "id": 474631,
              "type": "text",
              "name": "Local extension number",
              "order": 23,
              "primary": false,
              "text_default": ""
            },
            {
              "id": 474632,
              "type": "formula",
              "name": "Risk count",
              "order": 24,
              "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 risks'))",
              "formula_type": "number"
            },
            {
              "id": 474633,
              "type": "formula",
              "name": "No. of critical risks",
              "order": 25,
              "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(\n  filter(\n    lookup(\"Related risks\", \"Risk rating raw\"), \n    lookup(\"Related risks\", \"Risk rating raw\") >= 16\n  )\n)",
              "formula_type": "number"
            },
            {
              "id": 474634,
              "type": "formula",
              "name": "No. of severe risks",
              "order": 26,
              "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(\n  filter(\n    lookup(\"Related risks\", \"Risk rating raw\"), \n    and( \n        lookup(\"Related risks\", \"Risk rating raw\") >= 10, \n        lookup(\"Related risks\", \"Risk rating raw\") < 16 \n    ) \n  )\n)",
              "formula_type": "number"
            },
            {
              "id": 474635,
              "type": "formula",
              "name": "No. of moderate risks",
              "order": 27,
              "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(\n  filter(\n    lookup(\"Related risks\", \"Risk rating raw\"), \n    and( \n        lookup(\"Related risks\", \"Risk rating raw\") >= 4, \n        lookup(\"Related risks\", \"Risk rating raw\") < 10 \n    ) \n  )\n)",
              "formula_type": "number"
            },
            {
              "id": 474636,
              "type": "formula",
              "name": "No. of minimal risks",
              "order": 28,
              "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(\n  filter(\n    lookup(\"Related risks\", \"Risk rating raw\"), \n    and( \n        lookup(\"Related risks\", \"Risk rating raw\") > 0, \n        lookup(\"Related risks\", \"Risk rating raw\") < 4 \n    ) \n  )\n)",
              "formula_type": "number"
            },
            {
              "id": 474760,
              "type": "link_row",
              "name": "Related risks",
              "order": 30,
              "primary": false,
              "link_row_table_id": 78013,
              "link_row_related_field_id": 474759,
              "has_related_field": true
            },
            {
              "id": 474763,
              "type": "link_row",
              "name": "Related monitoring",
              "order": 31,
              "primary": false,
              "link_row_table_id": 78013,
              "link_row_related_field_id": 474762,
              "has_related_field": true
            },
            {
              "id": 474780,
              "type": "link_row",
              "name": "Related updates",
              "order": 32,
              "primary": false,
              "link_row_table_id": 78014,
              "link_row_related_field_id": 474779,
              "has_related_field": true
            }
          ],
          "views": [
            {
              "id": 102939,
              "type": "grid",
              "name": "All managers",
              "order": 1,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [],
              "sortings": [
                {
                  "id": 23795,
                  "field_id": 474566,
                  "order": "ASC"
                }
              ],
              "decorations": [
                {
                  "id": 236,
                  "type": "left_border_color",
                  "value_provider_type": "conditional_color",
                  "value_provider_conf": {
                    "colors": [
                      {
                        "color": "dark-orange",
                        "filters": [
                          {
                            "id": "de1539e2-b14f-49bf-8270-d775fc01b501",
                            "type": "higher_than",
                            "field": 474632,
                            "value": "0"
                          }
                        ],
                        "operator": "AND",
                        "id": "a279a03b-048c-424a-a722-fb9ecbe5dc14"
                      }
                    ]
                  },
                  "order": 1
                }
              ],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 610612,
                  "field_id": 474566,
                  "width": 154,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "unique_count",
                  "aggregation_raw_type": "unique_count"
                },
                {
                  "id": 610616,
                  "field_id": 474570,
                  "width": 154,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 610617,
                  "field_id": 474571,
                  "width": 291,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 610624,
                  "field_id": 474578,
                  "width": 180,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 610625,
                  "field_id": 474579,
                  "width": 114,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 610627,
                  "field_id": 474581,
                  "width": 179,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 610797,
                  "field_id": 474629,
                  "width": 100,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 610798,
                  "field_id": 474630,
                  "width": 175,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 610799,
                  "field_id": 474631,
                  "width": 208,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 610800,
                  "field_id": 474632,
                  "width": 124,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "sum",
                  "aggregation_raw_type": "sum"
                },
                {
                  "id": 610801,
                  "field_id": 474633,
                  "width": 172,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "sum",
                  "aggregation_raw_type": "sum"
                },
                {
                  "id": 610802,
                  "field_id": 474634,
                  "width": 174,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "sum",
                  "aggregation_raw_type": "sum"
                },
                {
                  "id": 610803,
                  "field_id": 474635,
                  "width": 192,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "sum",
                  "aggregation_raw_type": "sum"
                },
                {
                  "id": 610835,
                  "field_id": 474636,
                  "width": 182,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "sum",
                  "aggregation_raw_type": "sum"
                },
                {
                  "id": 611038,
                  "field_id": 474760,
                  "width": 200,
                  "hidden": true,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 611039,
                  "field_id": 474763,
                  "width": 200,
                  "hidden": true,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 611040,
                  "field_id": 474780,
                  "width": 200,
                  "hidden": true,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 103220,
              "type": "grid",
              "name": "Critical risk managers",
              "order": 2,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 36189,
                  "field_id": 474633,
                  "type": "higher_than",
                  "value": "0"
                }
              ],
              "sortings": [
                {
                  "id": 23902,
                  "field_id": 474566,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 612616,
                  "field_id": 474566,
                  "width": 160,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612617,
                  "field_id": 474570,
                  "width": 152,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612618,
                  "field_id": 474571,
                  "width": 200,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612619,
                  "field_id": 474578,
                  "width": 200,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612620,
                  "field_id": 474579,
                  "width": 111,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612621,
                  "field_id": 474581,
                  "width": 193,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612622,
                  "field_id": 474629,
                  "width": 100,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612623,
                  "field_id": 474630,
                  "width": 126,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612624,
                  "field_id": 474631,
                  "width": 210,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612625,
                  "field_id": 474632,
                  "width": 124,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612626,
                  "field_id": 474633,
                  "width": 172,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612627,
                  "field_id": 474634,
                  "width": 173,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612628,
                  "field_id": 474635,
                  "width": 192,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612629,
                  "field_id": 474636,
                  "width": 183,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612630,
                  "field_id": 474760,
                  "width": 200,
                  "hidden": true,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612631,
                  "field_id": 474763,
                  "width": 200,
                  "hidden": true,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612632,
                  "field_id": 474780,
                  "width": 200,
                  "hidden": true,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 103223,
              "type": "grid",
              "name": "Severe risk managers",
              "order": 3,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 36190,
                  "field_id": 474634,
                  "type": "higher_than",
                  "value": "0"
                }
              ],
              "sortings": [
                {
                  "id": 23903,
                  "field_id": 474566,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 612639,
                  "field_id": 474566,
                  "width": 131,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612640,
                  "field_id": 474570,
                  "width": 156,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612641,
                  "field_id": 474571,
                  "width": 200,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612642,
                  "field_id": 474578,
                  "width": 200,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612643,
                  "field_id": 474579,
                  "width": 112,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612644,
                  "field_id": 474581,
                  "width": 183,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612645,
                  "field_id": 474629,
                  "width": 100,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612646,
                  "field_id": 474630,
                  "width": 145,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612647,
                  "field_id": 474631,
                  "width": 209,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612648,
                  "field_id": 474632,
                  "width": 126,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612649,
                  "field_id": 474633,
                  "width": 172,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612650,
                  "field_id": 474634,
                  "width": 174,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612651,
                  "field_id": 474635,
                  "width": 192,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612652,
                  "field_id": 474636,
                  "width": 184,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612653,
                  "field_id": 474760,
                  "width": 200,
                  "hidden": true,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612654,
                  "field_id": 474763,
                  "width": 200,
                  "hidden": true,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612655,
                  "field_id": 474780,
                  "width": 200,
                  "hidden": true,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 103225,
              "type": "grid",
              "name": "Moderate risk managers",
              "order": 4,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 36191,
                  "field_id": 474635,
                  "type": "higher_than",
                  "value": "0"
                }
              ],
              "sortings": [
                {
                  "id": 23904,
                  "field_id": 474566,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 612660,
                  "field_id": 474566,
                  "width": 156,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612661,
                  "field_id": 474570,
                  "width": 153,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612662,
                  "field_id": 474571,
                  "width": 200,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612663,
                  "field_id": 474578,
                  "width": 200,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612664,
                  "field_id": 474579,
                  "width": 110,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612665,
                  "field_id": 474581,
                  "width": 184,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612666,
                  "field_id": 474629,
                  "width": 100,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612667,
                  "field_id": 474630,
                  "width": 159,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612668,
                  "field_id": 474631,
                  "width": 208,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612669,
                  "field_id": 474632,
                  "width": 125,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612670,
                  "field_id": 474633,
                  "width": 172,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612671,
                  "field_id": 474634,
                  "width": 173,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612672,
                  "field_id": 474635,
                  "width": 192,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612673,
                  "field_id": 474636,
                  "width": 184,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612674,
                  "field_id": 474760,
                  "width": 200,
                  "hidden": true,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612675,
                  "field_id": 474763,
                  "width": 200,
                  "hidden": true,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612676,
                  "field_id": 474780,
                  "width": 200,
                  "hidden": true,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 103226,
              "type": "grid",
              "name": "Minimal risk managers",
              "order": 5,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 36232,
                  "field_id": 474636,
                  "type": "higher_than",
                  "value": "0"
                }
              ],
              "sortings": [
                {
                  "id": 23905,
                  "field_id": 474566,
                  "order": "ASC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 612677,
                  "field_id": 474566,
                  "width": 153,
                  "hidden": false,
                  "order": 16,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612678,
                  "field_id": 474570,
                  "width": 152,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612679,
                  "field_id": 474571,
                  "width": 200,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612680,
                  "field_id": 474578,
                  "width": 200,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612681,
                  "field_id": 474579,
                  "width": 110,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612682,
                  "field_id": 474581,
                  "width": 187,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612683,
                  "field_id": 474629,
                  "width": 100,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612684,
                  "field_id": 474630,
                  "width": 158,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612685,
                  "field_id": 474631,
                  "width": 208,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612686,
                  "field_id": 474632,
                  "width": 125,
                  "hidden": false,
                  "order": 8,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612687,
                  "field_id": 474633,
                  "width": 172,
                  "hidden": false,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612688,
                  "field_id": 474634,
                  "width": 173,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612689,
                  "field_id": 474635,
                  "width": 192,
                  "hidden": false,
                  "order": 11,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612690,
                  "field_id": 474636,
                  "width": 182,
                  "hidden": false,
                  "order": 12,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612691,
                  "field_id": 474760,
                  "width": 200,
                  "hidden": true,
                  "order": 13,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612692,
                  "field_id": 474763,
                  "width": 200,
                  "hidden": true,
                  "order": 14,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 612693,
                  "field_id": 474780,
                  "width": 200,
                  "hidden": true,
                  "order": 15,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 102941,
              "type": "gallery",
              "name": "Active managers",
              "order": 6,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 36178,
                  "field_id": 474579,
                  "type": "boolean",
                  "value": "1"
                }
              ],
              "sortings": [
                {
                  "id": 23794,
                  "field_id": 474566,
                  "order": "ASC"
                }
              ],
              "decorations": [
                {
                  "id": 235,
                  "type": "left_border_color",
                  "value_provider_type": "conditional_color",
                  "value_provider_conf": {
                    "colors": [
                      {
                        "color": "dark-orange",
                        "filters": [
                          {
                            "id": "6d848466-7f29-4ed4-9ac8-3775ac198e0d",
                            "type": "higher_than",
                            "field": 474632,
                            "value": "0"
                          }
                        ],
                        "operator": "AND",
                        "id": "4f8775b5-63ba-4d7b-abb6-debfb46a2a10"
                      }
                    ]
                  },
                  "order": 1
                }
              ],
              "public": false,
              "card_cover_image_field_id": 474629,
              "field_options": [
                {
                  "id": 17974,
                  "field_id": 474566,
                  "hidden": false,
                  "order": 0
                },
                {
                  "id": 18023,
                  "field_id": 474630,
                  "hidden": false,
                  "order": 1
                },
                {
                  "id": 18024,
                  "field_id": 474631,
                  "hidden": false,
                  "order": 2
                },
                {
                  "id": 17979,
                  "field_id": 474570,
                  "hidden": true,
                  "order": 3
                },
                {
                  "id": 17980,
                  "field_id": 474571,
                  "hidden": false,
                  "order": 4
                },
                {
                  "id": 17986,
                  "field_id": 474578,
                  "hidden": true,
                  "order": 5
                },
                {
                  "id": 17987,
                  "field_id": 474579,
                  "hidden": true,
                  "order": 6
                },
                {
                  "id": 17989,
                  "field_id": 474581,
                  "hidden": true,
                  "order": 7
                },
                {
                  "id": 18022,
                  "field_id": 474629,
                  "hidden": true,
                  "order": 8
                },
                {
                  "id": 18025,
                  "field_id": 474632,
                  "hidden": false,
                  "order": 9
                },
                {
                  "id": 18026,
                  "field_id": 474633,
                  "hidden": true,
                  "order": 10
                },
                {
                  "id": 18027,
                  "field_id": 474634,
                  "hidden": true,
                  "order": 11
                },
                {
                  "id": 18028,
                  "field_id": 474635,
                  "hidden": true,
                  "order": 12
                },
                {
                  "id": 18029,
                  "field_id": 474636,
                  "hidden": true,
                  "order": 13
                },
                {
                  "id": 18030,
                  "field_id": 474760,
                  "hidden": true,
                  "order": 14
                },
                {
                  "id": 18031,
                  "field_id": 474763,
                  "hidden": true,
                  "order": 15
                },
                {
                  "id": 18032,
                  "field_id": 474780,
                  "hidden": true,
                  "order": 16
                }
              ]
            },
            {
              "id": 103218,
              "type": "kanban",
              "name": "Managers by level",
              "order": 7,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 36187,
                  "field_id": 474579,
                  "type": "boolean",
                  "value": "1"
                }
              ],
              "sortings": [],
              "decorations": [
                {
                  "id": 239,
                  "type": "left_border_color",
                  "value_provider_type": "conditional_color",
                  "value_provider_conf": {
                    "colors": [
                      {
                        "color": "dark-orange",
                        "filters": [
                          {
                            "id": "58cd2212-01bc-4c65-b006-c0e7e7e5a8b0",
                            "type": "higher_than",
                            "field": 474632,
                            "value": "0"
                          }
                        ],
                        "operator": "AND",
                        "id": "4b48d91a-bfdc-4aba-ae9e-bf6d3695e54d"
                      }
                    ]
                  },
                  "order": 1
                }
              ],
              "public": false,
              "single_select_field_id": 474630,
              "card_cover_image_field_id": 474629,
              "field_options": [
                {
                  "id": 9090,
                  "field_id": 474566,
                  "hidden": false,
                  "order": 0
                },
                {
                  "id": 9098,
                  "field_id": 474631,
                  "hidden": false,
                  "order": 1
                },
                {
                  "id": 9091,
                  "field_id": 474570,
                  "hidden": false,
                  "order": 2
                },
                {
                  "id": 9092,
                  "field_id": 474571,
                  "hidden": true,
                  "order": 3
                },
                {
                  "id": 9093,
                  "field_id": 474578,
                  "hidden": true,
                  "order": 4
                },
                {
                  "id": 9094,
                  "field_id": 474579,
                  "hidden": true,
                  "order": 5
                },
                {
                  "id": 9095,
                  "field_id": 474581,
                  "hidden": false,
                  "order": 6
                },
                {
                  "id": 9096,
                  "field_id": 474629,
                  "hidden": true,
                  "order": 7
                },
                {
                  "id": 9097,
                  "field_id": 474630,
                  "hidden": true,
                  "order": 8
                },
                {
                  "id": 9099,
                  "field_id": 474632,
                  "hidden": false,
                  "order": 9
                },
                {
                  "id": 9100,
                  "field_id": 474633,
                  "hidden": true,
                  "order": 10
                },
                {
                  "id": 9101,
                  "field_id": 474634,
                  "hidden": true,
                  "order": 11
                },
                {
                  "id": 9102,
                  "field_id": 474635,
                  "hidden": true,
                  "order": 12
                },
                {
                  "id": 9103,
                  "field_id": 474636,
                  "hidden": true,
                  "order": 13
                },
                {
                  "id": 9104,
                  "field_id": 474760,
                  "hidden": true,
                  "order": 14
                },
                {
                  "id": 9105,
                  "field_id": 474763,
                  "hidden": true,
                  "order": 15
                },
                {
                  "id": 9106,
                  "field_id": 474780,
                  "hidden": true,
                  "order": 16
                }
              ]
            },
            {
              "id": 103219,
              "type": "form",
              "name": "Add a manager",
              "order": 8,
              "public": false,
              "title": "Add a manager",
              "description": "",
              "cover_image": {
                "name": "zRdE3VrRWu1RZjdiYtCfffW5UbR4ET0w_d42a51d13b8303a0fd9895fe5037d429d8acb57e90ab43e32372b66faa4565eb.jpg",
                "original_name": "Header_Formal_Ties.01.jpg"
              },
              "logo_image": null,
              "submit_text": "Submit",
              "submit_action": "MESSAGE",
              "submit_action_message": "A manager was successfully added to the database. To add more managers, please reload this page.",
              "submit_action_redirect_url": "",
              "field_options": [
                {
                  "id": 33509,
                  "field_id": 474566,
                  "name": "",
                  "description": "Please enter the risk manager's full name.",
                  "enabled": true,
                  "required": true,
                  "order": 0,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33516,
                  "field_id": 474630,
                  "name": "",
                  "description": "Please specify the risk manager's level from the selection below.",
                  "enabled": true,
                  "required": true,
                  "order": 1,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33514,
                  "field_id": 474581,
                  "name": "",
                  "description": "Please select the department this manager belongs to.",
                  "enabled": true,
                  "required": true,
                  "order": 2,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33517,
                  "field_id": 474631,
                  "name": "",
                  "description": "Enter the manager's business phone extension number.",
                  "enabled": true,
                  "required": false,
                  "order": 3,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33510,
                  "field_id": 474570,
                  "name": "",
                  "description": "Enter the manager's current phone number.",
                  "enabled": true,
                  "required": false,
                  "order": 4,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33511,
                  "field_id": 474571,
                  "name": "",
                  "description": "Please enter the manager's email address.",
                  "enabled": true,
                  "required": false,
                  "order": 5,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33512,
                  "field_id": 474578,
                  "name": "",
                  "description": "Write down any notes or remarks about this manager.",
                  "enabled": true,
                  "required": false,
                  "order": 6,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33513,
                  "field_id": 474579,
                  "name": "",
                  "description": "Please tick the checkbox below if this manager is still active.",
                  "enabled": true,
                  "required": false,
                  "order": 7,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33515,
                  "field_id": 474629,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 8,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33518,
                  "field_id": 474632,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 9,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33519,
                  "field_id": 474633,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 10,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33520,
                  "field_id": 474634,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 11,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33521,
                  "field_id": 474635,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 12,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33522,
                  "field_id": 474636,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 13,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33523,
                  "field_id": 474760,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 14,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33524,
                  "field_id": 474763,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 15,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33525,
                  "field_id": 474780,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 16,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                }
              ]
            }
          ],
          "rows": [
            {
              "id": 1,
              "order": "1.00000000000000000000",
              "created_on": "2022-03-17T02:47:01.007591+00:00",
              "updated_on": "2022-07-06T10:01:09.777619+00:00",
              "field_474566": "Ranger, Joseph D.",
              "field_474570": "(312) 555-3890",
              "field_474571": "joseph.ranger@awesomebrprojects.org",
              "field_474578": "Been with the company for quite a while. But left to look for greener pastures.",
              "field_474579": "false",
              "field_474581": [
                1
              ],
              "field_474629": [
                {
                  "name": "eFoLZor5tbTsBrrvg95E9FdX9qyczP01_da3dd507538b1f018710ad98e6cfb5a310ac38b5839991d68d04de643d4c4cc4.jpg",
                  "visible_name": "Man.01.jpg",
                  "original_name": "Man.01.jpg"
                }
              ],
              "field_474630": 164790,
              "field_474631": "x38901",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [],
              "field_474763": [],
              "field_474780": []
            },
            {
              "id": 2,
              "order": "2.00000000000000000000",
              "created_on": "2022-03-17T02:47:01.012115+00:00",
              "updated_on": "2022-07-03T16:08:41.962726+00:00",
              "field_474566": "Wayne, Brandon B.",
              "field_474570": "(773) 555-5772",
              "field_474571": "brandon.wayne@awesomebrprojects.org",
              "field_474578": "Gets the work done.",
              "field_474579": "true",
              "field_474581": [
                1
              ],
              "field_474629": [
                {
                  "name": "gpv4ranrGkmrRY11SyYYop6x8Gy3erTM_1e09d56823a3c161ccdd760cd0e863bfc8917f6d540c4017f51b6c504d8d9b04.jpg",
                  "visible_name": "Man.29jpg.jpg",
                  "original_name": "Man.29jpg.jpg"
                }
              ],
              "field_474630": 164793,
              "field_474631": "x57722",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [
                8
              ],
              "field_474763": [
                2
              ],
              "field_474780": [
                8,
                14
              ]
            },
            {
              "id": 3,
              "order": "3.00000000000000000000",
              "created_on": "2022-03-17T03:35:37.689687+00:00",
              "updated_on": "2022-07-03T16:08:51.305747+00:00",
              "field_474566": "Kent, Claire M.",
              "field_474570": "(312) 555-8833",
              "field_474571": "claire.kent@awesomebrprojects.org",
              "field_474578": "Soft voice.",
              "field_474579": "true",
              "field_474581": [
                1
              ],
              "field_474629": [
                {
                  "name": "CE3z3vdCpC3GpxuOa4xkPi3XaoiaFfAx_46f5081557b701f74b5d9d6b4d0e05ccc805e654ce316722f5e2e4b51fa2994b.jpg",
                  "visible_name": "Woman.57.jpg",
                  "original_name": "Woman.57.jpg"
                }
              ],
              "field_474630": 164791,
              "field_474631": "x88333",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [
                5
              ],
              "field_474763": [],
              "field_474780": []
            },
            {
              "id": 4,
              "order": "4.00000000000000000000",
              "created_on": "2022-03-17T03:37:09.079871+00:00",
              "updated_on": "2022-07-05T19:13:10.713944+00:00",
              "field_474566": "Myers, Marlon M.",
              "field_474570": "(847) 555-5993",
              "field_474571": "marlon.myers@awesomebrprojects.org",
              "field_474578": "Has the most awesome jokes.",
              "field_474579": "true",
              "field_474581": [
                4
              ],
              "field_474629": [
                {
                  "name": "0fJxhhSbffUgv19GbYVFG9FGZBMOhMRd_9280c14e270c9e641b748ecfe5da0b4a3d4ba5b141a394a249febc2bb7ebb19c.jpg",
                  "visible_name": "Man.30.jpg",
                  "original_name": "Man.30.jpg"
                }
              ],
              "field_474630": 164792,
              "field_474631": "x59935",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [
                3
              ],
              "field_474763": [],
              "field_474780": [
                3
              ]
            },
            {
              "id": 5,
              "order": "5.00000000000000000000",
              "created_on": "2022-03-17T03:38:47.614150+00:00",
              "updated_on": "2022-07-03T16:09:15.961910+00:00",
              "field_474566": "Jameson, Jonah J.",
              "field_474570": "(773) 555-7212",
              "field_474571": "jonah.jameson@awesomebrprojects.org",
              "field_474578": "Green striped jacket.",
              "field_474579": "true",
              "field_474581": [
                1
              ],
              "field_474629": [
                {
                  "name": "rrTx5pTLJOULTEQ6kRjKZ7cTKvMTLMSQ_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
                  "visible_name": "Man.48.jpg",
                  "original_name": "Man.48.jpg"
                }
              ],
              "field_474630": 164793,
              "field_474631": "x72127",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [],
              "field_474763": [
                10
              ],
              "field_474780": [
                16
              ]
            },
            {
              "id": 7,
              "order": "6.00000000000000000000",
              "created_on": "2022-03-21T01:54:05.500233+00:00",
              "updated_on": "2022-07-05T19:11:55.057023+00:00",
              "field_474566": "Osborne, Nelson G.",
              "field_474570": "(847) 555-3911",
              "field_474571": "nelson.osborne@awesomebrprojects.org",
              "field_474578": "That one with the cool glasses.",
              "field_474579": "true",
              "field_474581": [
                6
              ],
              "field_474629": [
                {
                  "name": "fvGUj3iP6Qf5f7G6OUE7VB3BSwMtuNL3_f5655d271d69c92a6c501fd99769c28869cb0e3f9f4626ee5fe07f590cf519e8.jpg",
                  "visible_name": "Man.07.jpg",
                  "original_name": "Man.07.jpg"
                }
              ],
              "field_474630": 164793,
              "field_474631": "x39118",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [
                9
              ],
              "field_474763": [],
              "field_474780": [
                1
              ]
            },
            {
              "id": 8,
              "order": "7.00000000000000000000",
              "created_on": "2022-03-21T01:57:50.402535+00:00",
              "updated_on": "2022-07-03T16:13:49.726738+00:00",
              "field_474566": "Kyle, Sharon C.",
              "field_474570": "(847) 555-5252",
              "field_474571": "sharon.kyle@awesomebrprojects.org",
              "field_474578": "Always busy.",
              "field_474579": "true",
              "field_474581": [
                1
              ],
              "field_474629": [
                {
                  "name": "YTj8EMBtiF8PivKpwynpWxQ9lzotd9cd_7d8fcdd9a406997bfc59d87ef2fa2407e184c86a0eefc106ca70a6b45cb5efe9.jpg",
                  "visible_name": "Woman.56.jpg",
                  "original_name": "Woman.56.jpg"
                }
              ],
              "field_474630": 164792,
              "field_474631": "x52529",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [],
              "field_474763": [
                5
              ],
              "field_474780": [
                7
              ]
            },
            {
              "id": 9,
              "order": "8.00000000000000000000",
              "created_on": "2022-03-21T02:03:33.626436+00:00",
              "updated_on": "2022-07-03T16:09:44.693755+00:00",
              "field_474566": "Romanova, Natalie W.",
              "field_474570": "(773) 555-4099",
              "field_474571": "natalie.romanova@awesomebrprojects.org",
              "field_474578": "A martial arts expert.",
              "field_474579": "true",
              "field_474581": [
                1
              ],
              "field_474629": [
                {
                  "name": "YJg28ThrKGNIRjMNKHBDvcXf8Lwpw8ZW_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
                  "visible_name": "Woman.55.jpg",
                  "original_name": "Woman.55.jpg"
                }
              ],
              "field_474630": 164791,
              "field_474631": "x40990",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [
                7
              ],
              "field_474763": [],
              "field_474780": []
            },
            {
              "id": 10,
              "order": "9.00000000000000000000",
              "created_on": "2022-03-21T02:05:11.887841+00:00",
              "updated_on": "2022-07-05T19:16:03.818947+00:00",
              "field_474566": "Walker, Pamela C.",
              "field_474570": "(773) 555-8753",
              "field_474571": "pamela.walker@awesomebrproject.org",
              "field_474578": "Very popular, not sure why.",
              "field_474579": "true",
              "field_474581": [
                7
              ],
              "field_474629": [
                {
                  "name": "X9NXItZGi1wJIga1nnHiB3OqTXaJ3p8B_c8cf8456ad3882bf1c06c8d66066bb68c795263e4361c4856289a2092518ac78.jpg",
                  "visible_name": "Woman.54.jpg",
                  "original_name": "Woman.54.jpg"
                }
              ],
              "field_474630": 164790,
              "field_474631": "x87531",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [
                1
              ],
              "field_474763": [],
              "field_474780": [
                5
              ]
            },
            {
              "id": 11,
              "order": "10.00000000000000000000",
              "created_on": "2022-03-21T03:24:48.759982+00:00",
              "updated_on": "2022-07-03T16:10:09.537621+00:00",
              "field_474566": "Williams, Samuel W.",
              "field_474570": "(773) 555-3890",
              "field_474571": "samuel.williams@awesomebrprojects.org",
              "field_474578": "Kid of a popular business tycoon.",
              "field_474579": "true",
              "field_474581": [
                1
              ],
              "field_474629": [
                {
                  "name": "5UI4558n8HGROkpJjKeGKYJTSNje0RFs_cd66d5feb2215aef8e913bfc6b638a8ef9d97bad4ee528518535c360105bca86.jpg",
                  "visible_name": "Man.06.jpg",
                  "original_name": "Man.06.jpg"
                }
              ],
              "field_474630": 164791,
              "field_474631": "x38902",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [],
              "field_474763": [],
              "field_474780": []
            },
            {
              "id": 12,
              "order": "11.00000000000000000000",
              "created_on": "2022-03-21T03:27:56.242003+00:00",
              "updated_on": "2022-07-05T19:13:34.722971+00:00",
              "field_474566": "Rhodes, Harry W.",
              "field_474570": "(312) 555-1798",
              "field_474571": "harry.rhodes@awesomebrprojects.org",
              "field_474578": "Nephew of the manager from the other team.",
              "field_474579": "true",
              "field_474581": [
                6
              ],
              "field_474629": [
                {
                  "name": "aYgEEYmhNdW43yVVuSXwE3ZBAH6xXIhR_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
                  "visible_name": "Man.18.jpg",
                  "original_name": "Man.18.jpg"
                }
              ],
              "field_474630": 164792,
              "field_474631": "x17983",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [],
              "field_474763": [
                4
              ],
              "field_474780": [
                11
              ]
            },
            {
              "id": 14,
              "order": "13.00000000000000000000",
              "created_on": "2022-03-21T03:32:16.124093+00:00",
              "updated_on": "2022-07-05T19:12:27.637337+00:00",
              "field_474566": "Jones, Angelina F.",
              "field_474570": "(312) 555-3535",
              "field_474571": "angelina.jones@awesomebrprojects.org",
              "field_474578": "Promising leader.",
              "field_474579": "true",
              "field_474581": [
                5
              ],
              "field_474629": [
                {
                  "name": "GNrOyTGNwetIQkTcz60mqDEIXWW5ETd1_454da00f71f877a9fc6e009fd2baf224b64739d11fe6bc00c1858d9160c3842d.jpg",
                  "visible_name": "Woman.53.jpg",
                  "original_name": "Woman.53.jpg"
                }
              ],
              "field_474630": 164792,
              "field_474631": "x35355",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [
                10
              ],
              "field_474763": [],
              "field_474780": [
                15,
                17
              ]
            },
            {
              "id": 17,
              "order": "14.00000000000000000000",
              "created_on": "2022-03-21T03:33:52.577821+00:00",
              "updated_on": "2022-07-03T16:14:37.613591+00:00",
              "field_474566": "Shorre, Kelsey L.",
              "field_474570": "(847) 555-5882",
              "field_474571": "kelsey.shorre@awesomebrprojects.org",
              "field_474578": "Displayed good potential.",
              "field_474579": "true",
              "field_474581": [
                1
              ],
              "field_474629": [
                {
                  "name": "VYZg91QO5HdFBLAzXwtAPLzqXPWRm3Af_9e3030d0486af97de330271eeeb585100ecbc2b1056a15fc1c4abf1347f7ef30.jpg",
                  "visible_name": "Woman.52.jpg",
                  "original_name": "Woman.52.jpg"
                }
              ],
              "field_474630": 164792,
              "field_474631": "x58827",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [],
              "field_474763": [],
              "field_474780": []
            },
            {
              "id": 18,
              "order": "15.00000000000000000000",
              "created_on": "2022-03-21T03:36:14.146035+00:00",
              "updated_on": "2022-07-05T19:11:42.712797+00:00",
              "field_474566": "Lopez, May E.",
              "field_474570": "(847) 555-8383",
              "field_474571": "may.lopez@awesomebrprojects.org",
              "field_474578": "Friendly, gets a little chatty.",
              "field_474579": "true",
              "field_474581": [
                4
              ],
              "field_474629": [
                {
                  "name": "DKFi5uEhnKedpIoqMp1EBq2xuKBIKXHu_567504f73c70405771879c6331ab20c2a1121d5fa1240e3af31d40fc86d3ed32.jpg",
                  "visible_name": "Woman.48.jpg",
                  "original_name": "Woman.48.jpg"
                }
              ],
              "field_474630": 164793,
              "field_474631": "x83838",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [
                2
              ],
              "field_474763": [
                3
              ],
              "field_474780": [
                4,
                12
              ]
            },
            {
              "id": 20,
              "order": "16.00000000000000000000",
              "created_on": "2022-03-21T03:39:01.298089+00:00",
              "updated_on": "2022-07-03T16:11:13.096759+00:00",
              "field_474566": "Lang, Cassidy S.",
              "field_474570": "(847) 555-7171",
              "field_474571": "casssidy.lang@awesomebrprojects.org",
              "field_474578": "Trying harder than teammates.",
              "field_474579": "true",
              "field_474581": [
                1
              ],
              "field_474629": [
                {
                  "name": "5xRSasijW3k3KXUhtXyOgHpamkm8ZuWK_10be169649a8ad620fb806e3c5c2af9e2641084e68dae5873f52a92b2f560f88.jpg",
                  "visible_name": "Woman.44.jpg",
                  "original_name": "Woman.44.jpg"
                }
              ],
              "field_474630": 164792,
              "field_474631": "x71719",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [
                4
              ],
              "field_474763": [],
              "field_474780": [
                10
              ]
            },
            {
              "id": 21,
              "order": "17.00000000000000000000",
              "created_on": "2022-03-21T03:40:47.851900+00:00",
              "updated_on": "2022-07-05T19:11:13.788130+00:00",
              "field_474566": "Drew, Jenny S.",
              "field_474570": "(312) 555-3339",
              "field_474571": "jenny.drew@awesomeprojects.org",
              "field_474578": "That one who moved to the 7th floor.",
              "field_474579": "true",
              "field_474581": [
                5
              ],
              "field_474629": [
                {
                  "name": "0uyDkdfXKGHcByvKOkAByVdQ7BSOHCAr_256ba7a31422ce6ac6ad24491ee05567f3cd4a2c048b2f3da8e249c3bb9c4fd2.jpg",
                  "visible_name": "Woman.50.jpg",
                  "original_name": "Woman.50.jpg"
                }
              ],
              "field_474630": 164793,
              "field_474631": "x33390",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [],
              "field_474763": [],
              "field_474780": []
            },
            {
              "id": 22,
              "order": "18.00000000000000000000",
              "created_on": "2022-03-21T03:43:11.670006+00:00",
              "updated_on": "2022-07-05T19:15:50.033433+00:00",
              "field_474566": "Zorl, Kara P.",
              "field_474570": "(312) 555-2288",
              "field_474571": "kara.zorl@awesomebrprojects.org",
              "field_474578": "Just asked for a review ahead of the schedule.",
              "field_474579": "true",
              "field_474581": [
                7
              ],
              "field_474629": [
                {
                  "name": "02SCLNHjgaVLttarhWF7SVJV1j3m3dAz_d90cefccd910c72c07e4a4c063b1efb2754096aba613352a8dbc0b90d813d65d.jpg",
                  "visible_name": "Woman.37.jpg",
                  "original_name": "Woman.37.jpg"
                }
              ],
              "field_474630": 164792,
              "field_474631": "x22881",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [],
              "field_474763": [
                1,
                8
              ],
              "field_474780": [
                9
              ]
            },
            {
              "id": 23,
              "order": "19.00000000000000000000",
              "created_on": "2022-03-21T03:52:03.364043+00:00",
              "updated_on": "2022-07-05T19:12:44.490277+00:00",
              "field_474566": "Knight, Stacy P.",
              "field_474570": "(312) 555-3232",
              "field_474571": "stacy.knight@awesomebrprojects.org",
              "field_474578": "Stays close to the exit during lunch.",
              "field_474579": "true",
              "field_474581": [
                6
              ],
              "field_474629": [
                {
                  "name": "MjUyBQyq5h0r7JiEyeJCrsqLISpin9TZ_3b646612bfffd2bdaf0c7ba785fb6443133bfdad6d9c167efcfad3000a5ece7c.jpg",
                  "visible_name": "Woman.39.jpg",
                  "original_name": "Woman.39.jpg"
                }
              ],
              "field_474630": 164791,
              "field_474631": "x32322",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [],
              "field_474763": [
                7
              ],
              "field_474780": []
            },
            {
              "id": 24,
              "order": "20.00000000000000000000",
              "created_on": "2022-03-21T03:54:10.358247+00:00",
              "updated_on": "2022-07-05T19:13:56.561710+00:00",
              "field_474566": "Tomaz, Ariana I.",
              "field_474570": "(312) 555-1177",
              "field_474571": "ariana.tomaz@awesomebrprojects.org",
              "field_474578": "Work is starting to be more comfortable.",
              "field_474579": "true",
              "field_474581": [
                5
              ],
              "field_474629": [
                {
                  "name": "FS46T69dfc94nHl5hxkBsSHwKkrXTMt8_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
                  "visible_name": "Woman.27.jpg",
                  "original_name": "Woman.27.jpg"
                }
              ],
              "field_474630": 164790,
              "field_474631": "x11773",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [],
              "field_474763": [],
              "field_474780": []
            },
            {
              "id": 25,
              "order": "21.00000000000000000000",
              "created_on": "2022-03-21T03:56:42.680913+00:00",
              "updated_on": "2022-07-06T11:54:39.630428+00:00",
              "field_474566": "Gordon, Brandy B.",
              "field_474570": "(847) 555-3227",
              "field_474571": "brandy.gordon@awesomebrprojects.org",
              "field_474578": "Just joined the group last month.",
              "field_474579": "true",
              "field_474581": [
                2
              ],
              "field_474629": [
                {
                  "name": "b0HtpPoQnBHI5vXAYksatyMcxWCzGR7X_519c13b1553af866a155f467644c8d682b7e1f456f4c1a812bd2da9f5e1500a5.jpg",
                  "visible_name": "Woman.47.jpg",
                  "original_name": "Woman.47.jpg"
                }
              ],
              "field_474630": 164792,
              "field_474631": "x32275",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [
                11
              ],
              "field_474763": [],
              "field_474780": []
            },
            {
              "id": 26,
              "order": "22.00000000000000000000",
              "created_on": "2022-03-21T03:59:30.324943+00:00",
              "updated_on": "2022-07-03T16:12:32.104330+00:00",
              "field_474566": "Durgo, Lorna D.",
              "field_474570": "(312) 555-9789",
              "field_474571": "lorna.durgo@awesomebrprojects.org",
              "field_474578": "Heard singing so loud in the pantry. Nice voice.",
              "field_474579": "true",
              "field_474581": [
                1
              ],
              "field_474629": [
                {
                  "name": "5lEHRmQy32pDLQfjp5cf7uTJPAN0m3RH_5a23a8bf0a502f7af5c902b4567fd419dc1fd21248b48a8a276a4cbff4123638.jpg",
                  "visible_name": "Woman.26.jpg",
                  "original_name": "Woman.26.jpg"
                }
              ],
              "field_474630": 164794,
              "field_474631": "x97897",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [],
              "field_474763": [],
              "field_474780": []
            },
            {
              "id": 28,
              "order": "24.00000000000000000000",
              "created_on": "2022-03-22T06:46:05.436869+00:00",
              "updated_on": "2022-07-05T19:14:18.719258+00:00",
              "field_474566": "Wayne, Daniel R.",
              "field_474570": "(773) 555-5773",
              "field_474571": "daniel.wayne@awesomebrprojects.org",
              "field_474578": "Secretive, very quiet.",
              "field_474579": "true",
              "field_474581": [
                6
              ],
              "field_474629": [
                {
                  "name": "kpvm8PvAMu5It0mGgbCPrU3vAJEV1Xnm_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
                  "visible_name": "Man.11.jpg",
                  "original_name": "Man.11.jpg"
                }
              ],
              "field_474630": 164791,
              "field_474631": "x57738",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [],
              "field_474763": [],
              "field_474780": []
            },
            {
              "id": 29,
              "order": "25.00000000000000000000",
              "created_on": "2022-03-28T12:00:45.060717+00:00",
              "updated_on": "2022-07-05T19:15:38.628201+00:00",
              "field_474566": "Zunady, Nina N.",
              "field_474570": "(847) 555-1223",
              "field_474571": "nina.zunday@awesomebrprojects.org",
              "field_474578": "Just joined last week to help HR.",
              "field_474579": "true",
              "field_474581": [
                7
              ],
              "field_474629": [
                {
                  "name": "LBasrspjZHKwVX48PqfzUCaWxrNHYMIp_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
                  "visible_name": "Woman.12.jpg",
                  "original_name": "Woman.12.jpg"
                }
              ],
              "field_474630": 164794,
              "field_474631": "x12239",
              "field_474632": null,
              "field_474633": null,
              "field_474634": null,
              "field_474635": null,
              "field_474636": null,
              "field_474760": [],
              "field_474763": [
                9,
                11
              ],
              "field_474780": [
                2
              ]
            }
          ]
        },
        {
          "id": 78008,
          "name": "Departments",
          "order": 3,
          "fields": [
            {
              "id": 474582,
              "type": "text",
              "name": "Name",
              "order": 0,
              "primary": true,
              "text_default": ""
            },
            {
              "id": 474585,
              "type": "boolean",
              "name": "Is active",
              "order": 4,
              "primary": false
            },
            {
              "id": 474586,
              "type": "link_row",
              "name": "Related managers",
              "order": 6,
              "primary": false,
              "link_row_table_id": 78007,
              "link_row_related_field_id": 474581,
              "has_related_field": true
            },
            {
              "id": 474638,
              "type": "long_text",
              "name": "Description",
              "order": 7,
              "primary": false
            },
            {
              "id": 474639,
              "type": "formula",
              "name": "Manager 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 managers'))",
              "formula_type": "number"
            },
            {
              "id": 474640,
              "type": "formula",
              "name": "Risk count",
              "order": 9,
              "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 risks'))",
              "formula_type": "number"
            },
            {
              "id": 474641,
              "type": "formula",
              "name": "No. of critical risks",
              "order": 10,
              "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(\n  filter(\n    lookup(\"Related risks\", \"Risk rating raw\"), \n    lookup(\"Related risks\", \"Risk rating raw\") >= 16\n  )\n)",
              "formula_type": "number"
            },
            {
              "id": 474642,
              "type": "formula",
              "name": "No. of severe risks",
              "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(\n  filter(\n    lookup(\"Related risks\", \"Risk rating raw\"), \n    and( \n        lookup(\"Related risks\", \"Risk rating raw\") >= 10, \n        lookup(\"Related risks\", \"Risk rating raw\") < 16 \n    ) \n  )\n)",
              "formula_type": "number"
            },
            {
              "id": 474643,
              "type": "formula",
              "name": "No. of moderate risks",
              "order": 12,
              "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(\n  filter(\n    lookup(\"Related risks\", \"Risk rating raw\"), \n    and( \n        lookup(\"Related risks\", \"Risk rating raw\") >= 4, \n        lookup(\"Related risks\", \"Risk rating raw\") < 10 \n    ) \n  )\n)",
              "formula_type": "number"
            },
            {
              "id": 474644,
              "type": "formula",
              "name": "No. of minimal risks",
              "order": 13,
              "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(\n  filter(\n    lookup(\"Related risks\", \"Risk rating raw\"), \n    and( \n        lookup(\"Related risks\", \"Risk rating raw\") > 0, \n        lookup(\"Related risks\", \"Risk rating raw\") < 4 \n    ) \n  )\n)",
              "formula_type": "number"
            },
            {
              "id": 474646,
              "type": "link_row",
              "name": "Related risks",
              "order": 15,
              "primary": false,
              "link_row_table_id": 78013,
              "link_row_related_field_id": 474624,
              "has_related_field": true
            }
          ],
          "views": [
            {
              "id": 102944,
              "type": "grid",
              "name": "All departments",
              "order": 1,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [],
              "sortings": [
                {
                  "id": 23796,
                  "field_id": 474582,
                  "order": "ASC"
                }
              ],
              "decorations": [
                {
                  "id": 237,
                  "type": "left_border_color",
                  "value_provider_type": "conditional_color",
                  "value_provider_conf": {
                    "colors": [
                      {
                        "color": "dark-orange",
                        "filters": [
                          {
                            "id": "55e5350e-a80f-4fcf-8289-cc938a0ec4ea",
                            "type": "higher_than",
                            "field": 474640,
                            "value": "0"
                          }
                        ],
                        "operator": "AND",
                        "id": "47eeeb82-3ded-4c78-83b4-2fc09ebd76bf"
                      }
                    ]
                  },
                  "order": 1
                }
              ],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 610660,
                  "field_id": 474582,
                  "width": 200,
                  "hidden": false,
                  "order": 10,
                  "aggregation_type": "unique_count",
                  "aggregation_raw_type": "unique_count"
                },
                {
                  "id": 610663,
                  "field_id": 474585,
                  "width": 112,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "checked_percentage",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 610664,
                  "field_id": 474586,
                  "width": 172,
                  "hidden": true,
                  "order": 9,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 610837,
                  "field_id": 474638,
                  "width": 200,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 610838,
                  "field_id": 474639,
                  "width": 154,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "sum",
                  "aggregation_raw_type": "sum"
                },
                {
                  "id": 610839,
                  "field_id": 474640,
                  "width": 124,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "sum",
                  "aggregation_raw_type": "sum"
                },
                {
                  "id": 610840,
                  "field_id": 474641,
                  "width": 173,
                  "hidden": false,
                  "order": 4,
                  "aggregation_type": "sum",
                  "aggregation_raw_type": "sum"
                },
                {
                  "id": 610841,
                  "field_id": 474642,
                  "width": 173,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "sum",
                  "aggregation_raw_type": "sum"
                },
                {
                  "id": 610842,
                  "field_id": 474643,
                  "width": 192,
                  "hidden": false,
                  "order": 6,
                  "aggregation_type": "sum",
                  "aggregation_raw_type": "sum"
                },
                {
                  "id": 610874,
                  "field_id": 474644,
                  "width": 182,
                  "hidden": false,
                  "order": 7,
                  "aggregation_type": "sum",
                  "aggregation_raw_type": "sum"
                },
                {
                  "id": 611037,
                  "field_id": 474646,
                  "width": 169,
                  "hidden": true,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 102945,
              "type": "gallery",
              "name": "Active departments",
              "order": 2,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [
                {
                  "id": 35998,
                  "field_id": 474585,
                  "type": "boolean",
                  "value": "1"
                }
              ],
              "sortings": [
                {
                  "id": 23776,
                  "field_id": 474582,
                  "order": "ASC"
                }
              ],
              "decorations": [
                {
                  "id": 238,
                  "type": "left_border_color",
                  "value_provider_type": "conditional_color",
                  "value_provider_conf": {
                    "colors": [
                      {
                        "color": "dark-orange",
                        "filters": [
                          {
                            "id": "20ce22d1-197a-485a-a26e-fcc2e324ae63",
                            "type": "higher_than",
                            "field": 474640,
                            "value": "0"
                          }
                        ],
                        "operator": "AND",
                        "id": "35f1cda8-4da6-4cd4-a987-7260c6a94595"
                      }
                    ]
                  },
                  "order": 1
                }
              ],
              "public": false,
              "field_options": [
                {
                  "id": 17990,
                  "field_id": 474582,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 17993,
                  "field_id": 474585,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 17994,
                  "field_id": 474586,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 18033,
                  "field_id": 474638,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 18034,
                  "field_id": 474639,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 18035,
                  "field_id": 474640,
                  "hidden": false,
                  "order": 32767
                },
                {
                  "id": 18036,
                  "field_id": 474641,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 18037,
                  "field_id": 474642,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 18038,
                  "field_id": 474643,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 18039,
                  "field_id": 474644,
                  "hidden": true,
                  "order": 32767
                },
                {
                  "id": 18040,
                  "field_id": 474646,
                  "hidden": true,
                  "order": 32767
                }
              ]
            }
          ],
          "rows": [
            {
              "id": 1,
              "order": "1.00000000000000000000",
              "created_on": "2022-03-28T07:28:39.197395+00:00",
              "updated_on": "2022-07-03T16:20:53.948825+00:00",
              "field_474582": "Research and development",
              "field_474585": "true",
              "field_474586": [
                1,
                2,
                3,
                5,
                8,
                9,
                11,
                17,
                20,
                26
              ],
              "field_474638": "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_474639": null,
              "field_474640": null,
              "field_474641": null,
              "field_474642": null,
              "field_474643": null,
              "field_474644": null,
              "field_474646": [
                4,
                5,
                7,
                8
              ]
            },
            {
              "id": 2,
              "order": "2.00000000000000000000",
              "created_on": "2022-03-28T07:28:39.200194+00:00",
              "updated_on": "2022-07-03T16:21:03.705674+00:00",
              "field_474582": "Finance",
              "field_474585": "true",
              "field_474586": [
                25
              ],
              "field_474638": "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_474639": null,
              "field_474640": null,
              "field_474641": null,
              "field_474642": null,
              "field_474643": null,
              "field_474644": null,
              "field_474646": [
                11
              ]
            },
            {
              "id": 3,
              "order": "3.00000000000000000000",
              "created_on": "2022-03-28T07:31:21.601677+00:00",
              "updated_on": "2022-07-03T16:21:11.889962+00:00",
              "field_474582": "Legal",
              "field_474585": "false",
              "field_474586": [],
              "field_474638": "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_474639": null,
              "field_474640": null,
              "field_474641": null,
              "field_474642": null,
              "field_474643": null,
              "field_474644": null,
              "field_474646": []
            },
            {
              "id": 4,
              "order": "4.00000000000000000000",
              "created_on": "2022-03-28T07:31:33.564455+00:00",
              "updated_on": "2022-07-03T16:21:20.977558+00:00",
              "field_474582": "Logistics",
              "field_474585": "true",
              "field_474586": [
                18,
                4
              ],
              "field_474638": "Our liaison officers and logistical partners fall under the purview of this department.",
              "field_474639": null,
              "field_474640": null,
              "field_474641": null,
              "field_474642": null,
              "field_474643": null,
              "field_474644": null,
              "field_474646": [
                2,
                3
              ]
            },
            {
              "id": 5,
              "order": "5.00000000000000000000",
              "created_on": "2022-03-28T07:31:37.740573+00:00",
              "updated_on": "2022-07-03T16:21:29.707136+00:00",
              "field_474582": "Human resources",
              "field_474585": "true",
              "field_474586": [
                21,
                14,
                24
              ],
              "field_474638": "This department handles every aspect of the recruitment and hiring processes.",
              "field_474639": null,
              "field_474640": null,
              "field_474641": null,
              "field_474642": null,
              "field_474643": null,
              "field_474644": null,
              "field_474646": [
                10
              ]
            },
            {
              "id": 6,
              "order": "6.00000000000000000000",
              "created_on": "2022-03-28T07:32:05.819453+00:00",
              "updated_on": "2022-07-03T16:21:37.082340+00:00",
              "field_474582": "Marketing",
              "field_474585": "true",
              "field_474586": [
                7,
                23,
                12,
                28
              ],
              "field_474638": "Our organization's press releases and branding are handled by the marketing department.",
              "field_474639": null,
              "field_474640": null,
              "field_474641": null,
              "field_474642": null,
              "field_474643": null,
              "field_474644": null,
              "field_474646": [
                9
              ]
            },
            {
              "id": 7,
              "order": "7.00000000000000000000",
              "created_on": "2022-03-28T07:32:08.932247+00:00",
              "updated_on": "2022-07-05T19:15:14.481178+00:00",
              "field_474582": "Sales",
              "field_474585": "true",
              "field_474586": [
                29,
                22,
                10
              ],
              "field_474638": "This department manages sales and sales strategies and is a vital part of the organization.",
              "field_474639": null,
              "field_474640": null,
              "field_474641": null,
              "field_474642": null,
              "field_474643": null,
              "field_474644": null,
              "field_474646": [
                1
              ]
            }
          ]
        },
        {
          "id": 78014,
          "name": "Updates",
          "order": 4,
          "fields": [
            {
              "id": 474626,
              "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(\"U\", totext(row_id()))",
              "formula_type": "text"
            },
            {
              "id": 474627,
              "type": "link_row",
              "name": "Risk",
              "order": 1,
              "primary": false,
              "link_row_table_id": 78013,
              "link_row_related_field_id": 474766,
              "has_related_field": true
            },
            {
              "id": 474777,
              "type": "created_on",
              "name": "Log date",
              "order": 3,
              "primary": false,
              "date_format": "ISO",
              "date_include_time": true,
              "date_time_format": "24",
              "timezone": "Asia/Singapore"
            },
            {
              "id": 474778,
              "type": "long_text",
              "name": "Description",
              "order": 4,
              "primary": false
            },
            {
              "id": 474779,
              "type": "link_row",
              "name": "Updated by",
              "order": 5,
              "primary": false,
              "link_row_table_id": 78007,
              "link_row_related_field_id": 474780,
              "has_related_field": true
            },
            {
              "id": 474781,
              "type": "file",
              "name": "Attachments",
              "order": 6,
              "primary": false
            },
            {
              "id": 475878,
              "type": "formula",
              "name": "Title for sorting",
              "order": 7,
              "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('Risk')), \"\")",
              "formula_type": "text"
            }
          ],
          "views": [
            {
              "id": 102961,
              "type": "grid",
              "name": "All updates",
              "order": 1,
              "filter_type": "AND",
              "filters_disabled": false,
              "filters": [],
              "sortings": [
                {
                  "id": 23926,
                  "field_id": 475878,
                  "order": "ASC"
                },
                {
                  "id": 23927,
                  "field_id": 474777,
                  "order": "DESC"
                }
              ],
              "decorations": [],
              "public": false,
              "row_identifier_type": "id",
              "field_options": [
                {
                  "id": 610796,
                  "field_id": 474626,
                  "width": 100,
                  "hidden": false,
                  "order": 5,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 610794,
                  "field_id": 474627,
                  "width": 200,
                  "hidden": false,
                  "order": 0,
                  "aggregation_type": "not_empty_percentage",
                  "aggregation_raw_type": "empty_count"
                },
                {
                  "id": 611010,
                  "field_id": 474777,
                  "width": 148,
                  "hidden": false,
                  "order": 1,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 611011,
                  "field_id": 474778,
                  "width": 188,
                  "hidden": false,
                  "order": 2,
                  "aggregation_type": "not_empty_percentage",
                  "aggregation_raw_type": "empty_count"
                },
                {
                  "id": 611014,
                  "field_id": 474779,
                  "width": 154,
                  "hidden": false,
                  "order": 3,
                  "aggregation_type": "not_empty_percentage",
                  "aggregation_raw_type": "empty_count"
                },
                {
                  "id": 611019,
                  "field_id": 474781,
                  "width": 140,
                  "hidden": false,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                },
                {
                  "id": 613074,
                  "field_id": 475878,
                  "width": 154,
                  "hidden": true,
                  "order": 32767,
                  "aggregation_type": "",
                  "aggregation_raw_type": ""
                }
              ]
            },
            {
              "id": 103290,
              "type": "form",
              "name": "Add an update",
              "order": 2,
              "public": false,
              "title": "Add an update",
              "description": "",
              "cover_image": {
                "name": "ugkMkDj0ChNUlZlkktNeLCPDIZVwVM1W_4109f374f4203ba22248c58ee6182364d8b2152daf3ddc62ce087e83fefc53c0.jpg",
                "original_name": "Header_DeskPostits.jpg"
              },
              "logo_image": null,
              "submit_text": "Submit",
              "submit_action": "MESSAGE",
              "submit_action_message": "The update was successfully added to the database. To add more, please reload this page.",
              "submit_action_redirect_url": "",
              "field_options": [
                {
                  "id": 33566,
                  "field_id": 474626,
                  "name": "",
                  "description": "Please enter a unique numeric identifier for this update record.",
                  "enabled": false,
                  "required": true,
                  "order": 32767,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33567,
                  "field_id": 474627,
                  "name": "",
                  "description": "Please\u00a0select the risk\u00a0assessment\u00a0for\u00a0which\u00a0this\u00a0update\u00a0is\u00a0intended.",
                  "enabled": true,
                  "required": true,
                  "order": 32767,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33568,
                  "field_id": 474777,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 32767,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33569,
                  "field_id": 474778,
                  "name": "",
                  "description": "Write down the specific or detailed information regarding this update.",
                  "enabled": true,
                  "required": true,
                  "order": 32767,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33570,
                  "field_id": 474779,
                  "name": "",
                  "description": "Please select the risk manager who provided this update.",
                  "enabled": true,
                  "required": true,
                  "order": 32767,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 33571,
                  "field_id": 474781,
                  "name": "",
                  "description": "",
                  "enabled": false,
                  "required": true,
                  "order": 32767,
                  "show_when_matching_conditions": false,
                  "condition_type": "AND",
                  "conditions": []
                },
                {
                  "id": 34010,
                  "field_id": 475878,
                  "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-07-03T15:23:33.422358+00:00",
              "updated_on": "2022-07-06T12:00:37.028602+00:00",
              "field_474626": null,
              "field_474627": [
                9
              ],
              "field_474777": null,
              "field_474778": "All control activities were completed earlier than expected.",
              "field_474779": [
                7
              ],
              "field_474781": [],
              "field_475878": null
            },
            {
              "id": 2,
              "order": "2.00000000000000000000",
              "created_on": "2022-07-03T15:23:33.424696+00:00",
              "updated_on": "2022-07-06T12:08:26.112272+00:00",
              "field_474626": null,
              "field_474627": [
                9
              ],
              "field_474777": null,
              "field_474778": "The customer is still dealing with the scandal; fortunately, marketing has mitigated the risk on our side.",
              "field_474779": [
                29
              ],
              "field_474781": [],
              "field_475878": null
            },
            {
              "id": 3,
              "order": "3.00000000000000000000",
              "created_on": "2022-07-06T12:02:08.152706+00:00",
              "updated_on": "2022-07-06T12:04:58.103632+00:00",
              "field_474626": null,
              "field_474627": [
                3
              ],
              "field_474777": null,
              "field_474778": "Our moving equipment was delivered early. Plus, our staff were trained well.",
              "field_474779": [
                4
              ],
              "field_474781": [],
              "field_475878": null
            },
            {
              "id": 4,
              "order": "4.00000000000000000000",
              "created_on": "2022-07-06T12:05:02.640753+00:00",
              "updated_on": "2022-07-06T12:05:49.385678+00:00",
              "field_474626": null,
              "field_474627": [
                3
              ],
              "field_474777": null,
              "field_474778": "Verified that the risk was addressed.",
              "field_474779": [
                18
              ],
              "field_474781": [],
              "field_475878": null
            },
            {
              "id": 5,
              "order": "5.00000000000000000000",
              "created_on": "2022-07-06T12:05:56.603974+00:00",
              "updated_on": "2022-07-06T12:07:03.882093+00:00",
              "field_474626": null,
              "field_474627": [
                1
              ],
              "field_474777": null,
              "field_474778": "We have successfully cut costs for Q2.",
              "field_474779": [
                10
              ],
              "field_474781": [],
              "field_475878": null
            },
            {
              "id": 7,
              "order": "6.00000000000000000000",
              "created_on": "2022-07-06T12:07:30.888891+00:00",
              "updated_on": "2022-07-06T12:08:48.500788+00:00",
              "field_474626": null,
              "field_474627": [
                5
              ],
              "field_474777": null,
              "field_474778": "QA reported a big improvement on Project Y.",
              "field_474779": [
                8
              ],
              "field_474781": [
                {
                  "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                  "visible_name": "sample_error_log.png",
                  "original_name": "sample_error_log.png"
                }
              ],
              "field_475878": null
            },
            {
              "id": 8,
              "order": "7.00000000000000000000",
              "created_on": "2022-07-06T12:08:55.645995+00:00",
              "updated_on": "2022-07-06T12:11:05.813558+00:00",
              "field_474626": null,
              "field_474627": [
                8
              ],
              "field_474777": null,
              "field_474778": "Most of the affected modules were updated. The release for fixes was already scheduled.",
              "field_474779": [
                2
              ],
              "field_474781": [
                {
                  "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                  "visible_name": "sample_error_log.png",
                  "original_name": "sample_error_log.png"
                }
              ],
              "field_475878": null
            },
            {
              "id": 9,
              "order": "8.00000000000000000000",
              "created_on": "2022-07-06T12:11:07.249860+00:00",
              "updated_on": "2022-07-06T12:11:55.541676+00:00",
              "field_474626": null,
              "field_474627": [
                8
              ],
              "field_474777": null,
              "field_474778": "QA team cleared all products.",
              "field_474779": [
                22
              ],
              "field_474781": [
                {
                  "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                  "visible_name": "sample_error_log.png",
                  "original_name": "sample_error_log.png"
                }
              ],
              "field_475878": null
            },
            {
              "id": 10,
              "order": "9.00000000000000000000",
              "created_on": "2022-07-06T12:11:58.881268+00:00",
              "updated_on": "2022-07-06T12:13:32.633949+00:00",
              "field_474626": null,
              "field_474627": [
                4
              ],
              "field_474777": null,
              "field_474778": "We are halfway to our resolutions.",
              "field_474779": [
                20
              ],
              "field_474781": [
                {
                  "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                  "visible_name": "sample_error_log.png",
                  "original_name": "sample_error_log.png"
                }
              ],
              "field_475878": null
            },
            {
              "id": 11,
              "order": "10.00000000000000000000",
              "created_on": "2022-07-06T12:13:34.491627+00:00",
              "updated_on": "2022-07-06T12:14:30.419789+00:00",
              "field_474626": null,
              "field_474627": [
                4
              ],
              "field_474777": null,
              "field_474778": "The QA team has already started testing some of the submitted fixes.",
              "field_474779": [
                12
              ],
              "field_474781": [
                {
                  "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                  "visible_name": "sample_error_log.png",
                  "original_name": "sample_error_log.png"
                }
              ],
              "field_475878": null
            },
            {
              "id": 12,
              "order": "11.00000000000000000000",
              "created_on": "2022-07-06T12:14:53.503478+00:00",
              "updated_on": "2022-07-06T12:15:43.104976+00:00",
              "field_474626": null,
              "field_474627": [
                2
              ],
              "field_474777": null,
              "field_474778": "Done with assessments and proceeding with hiring professionals.",
              "field_474779": [
                18
              ],
              "field_474781": [],
              "field_475878": null
            },
            {
              "id": 14,
              "order": "12.00000000000000000000",
              "created_on": "2022-07-06T12:16:09.902072+00:00",
              "updated_on": "2022-07-06T12:16:48.497559+00:00",
              "field_474626": null,
              "field_474627": [
                2
              ],
              "field_474777": null,
              "field_474778": "Found a reliable professional for this task.",
              "field_474779": [
                2
              ],
              "field_474781": [],
              "field_475878": null
            },
            {
              "id": 15,
              "order": "13.00000000000000000000",
              "created_on": "2022-07-06T12:17:15.540362+00:00",
              "updated_on": "2022-07-06T12:17:57.870452+00:00",
              "field_474626": null,
              "field_474627": [
                10
              ],
              "field_474777": null,
              "field_474778": "Done with industry research.",
              "field_474779": [
                14
              ],
              "field_474781": [],
              "field_475878": null
            },
            {
              "id": 16,
              "order": "14.00000000000000000000",
              "created_on": "2022-07-06T12:17:59.273361+00:00",
              "updated_on": "2022-07-06T12:18:28.363065+00:00",
              "field_474626": null,
              "field_474627": [
                10
              ],
              "field_474777": null,
              "field_474778": "Have not heard from our contact yet.",
              "field_474779": [
                5
              ],
              "field_474781": [],
              "field_475878": null
            },
            {
              "id": 17,
              "order": "15.00000000000000000000",
              "created_on": "2022-07-06T12:18:38.066160+00:00",
              "updated_on": "2022-07-06T12:19:34.160882+00:00",
              "field_474626": null,
              "field_474627": [
                10
              ],
              "field_474777": null,
              "field_474778": "Did initial talks with our employees. Noted some concerns.",
              "field_474779": [
                14
              ],
              "field_474781": [],
              "field_475878": null
            }
          ]
        }
      ]
    }
  ]
}
