diff --git a/backend/templates/business-goal-tracker-okrs.json b/backend/templates/business-goal-tracker-okrs.json
index 4a6e8ca9e..c7ac102fd 100644
--- a/backend/templates/business-goal-tracker-okrs.json
+++ b/backend/templates/business-goal-tracker-okrs.json
@@ -31,16 +31,16 @@
                             "name": "ID",
                             "order": 0,
                             "primary": true,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "concat( \n  \"OBJ\", \n  if( \n    row_id() < 10, \n    concat(\"0000\", row_id()), \n    if( \n      row_id() < 100, \n      concat(\"000\", row_id()), \n      if( \n        row_id() < 1000, \n        concat(\"00\", row_id()), \n        if( \n          row_id() < 10000, \n          concat(\"0\", row_id()), \n          row_id() \n        ) \n      ) \n    ) \n  ) \n)",
                             "formula_type": "text"
                         },
@@ -110,16 +110,16 @@
                             "name": "Key result count",
                             "order": 8,
                             "primary": false,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "if( \n  or( \n    isblank(join(field(\"Related key results\"), \"\")), \n    length(join(field(\"Related key results\"), \"\")) < 1 \n  ), \n  \"N/A\", \n  count(field(\"Related key results\")) \n)",
                             "formula_type": "text"
                         },
@@ -137,16 +137,16 @@
                             "name": "Department for sorting",
                             "order": 12,
                             "primary": false,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "join(totext(field(\"Department\")), \"\")",
                             "formula_type": "text"
                         },
@@ -176,16 +176,16 @@
                             "name": "Progress status (%)",
                             "order": 16,
                             "primary": false,
-                            "number_decimal_places": 2,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": 2,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "round( \n  avg( \n    filter( \n      lookup(\"Related key results\", \"Progress status (%)\"), \n      and( \n        totext(lookup(\"Related key results\", \"Status\")) != \"New\", \n        totext(lookup(\"Related key results\", \"Status\")) != \"Cancelled\" \n      ) \n    ) \n  ), \n  2 \n)",
                             "formula_type": "number"
                         },
@@ -195,16 +195,16 @@
                             "name": "Is department leader match",
                             "order": 18,
                             "primary": false,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "if( \n  any(lookup(\"Leader\", \"Department\") = field(\"Department\")), \n  True, \n  False \n)",
                             "formula_type": "boolean"
                         },
@@ -277,16 +277,16 @@
                             "name": "Status",
                             "order": 21,
                             "primary": false,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "if( \n  or( \n    isblank(join(field(\"Related key results\"), \"\")), \n    length(join(field(\"Related key results\"), \"\")) < 1 \n  ), \n  \"\", \n  if( \n    any(totext(lookup(\"Related key results\", \"Status\")) = \"Missed\"), \n    \"\u274c Missed\", \n    if( \n      every(totext(lookup(\"Related key results\", \"Status\")) = \"Cancelled\"), \n      \"\u2702\ufe0f Cancelled\", \n      if( \n        every(totext(lookup(\"Related key results\", \"Status\")) = \"On hold\"), \n        \"\ud83e\udd76 On hold\", \n        if( \n          or( \n            every(totext(lookup(\"Related key results\", \"Status\")) = \"Completed\"), \n            avg(lookup(\"Related key results\", \"Progress status (%)\")) = 100 \n          ), \n          \"\ud83c\udfc6 Achieved\", \n          if( \n            or( \n              every(totext(lookup(\"Related key results\", \"Status\")) = \"In progress\"), \n              avg(lookup(\"Related key results\", \"Progress status (%)\")) > 0 \n            ), \n            \"\u23f3 In progress\", \n            if( \n              every(totext(lookup(\"Related key results\", \"Status\")) = \"New\"), \n              \"\ud83d\udca1 New\", \n              if( \n                every(totext(lookup(\"Related key results\", \"Status\")) = \"Scheduled\"), \n                \"\ud83d\udcc6 Scheduled\", \n                if( \n                  any(totext(lookup(\"Related key results\", \"Status\")) = \"Scheduled\"), \n                  \"\ud83d\udcc6 Scheduled\", \n                  \"\ud83d\udca1 New\" \n                ) \n              ) \n            ) \n            ) \n          ) \n      ) \n    ) \n  ) \n)",
                             "formula_type": "text"
                         },
@@ -296,16 +296,16 @@
                             "name": "Department name",
                             "order": 22,
                             "primary": false,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": true,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "through_field_id": 9537,
                             "target_field_id": 9612,
                             "rollup_function": "min"
@@ -316,16 +316,16 @@
                             "name": "Leader name",
                             "order": 23,
                             "primary": false,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": true,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "through_field_id": 9540,
                             "target_field_id": 9583,
                             "rollup_function": "min"
@@ -612,7 +612,7 @@
                             "id": 4359,
                             "type": "grid",
                             "name": "All objectives in progress",
-                            "order": 2,
+                            "order": 3,
                             "ownership_type": "collaborative",
                             "owned_by": null,
                             "filter_type": "AND",
@@ -896,7 +896,7 @@
                             "id": 4360,
                             "type": "grid",
                             "name": "All objectives grouped by Department",
-                            "order": 3,
+                            "order": 4,
                             "ownership_type": "collaborative",
                             "owned_by": null,
                             "filter_type": "AND",
@@ -1178,7 +1178,7 @@
                             "id": 4361,
                             "type": "grid",
                             "name": "All objectives grouped by Leader",
-                            "order": 4,
+                            "order": 5,
                             "ownership_type": "collaborative",
                             "owned_by": null,
                             "filter_type": "AND",
@@ -1460,7 +1460,7 @@
                             "id": 4362,
                             "type": "grid",
                             "name": "All objectives grouped by Status",
-                            "order": 5,
+                            "order": 6,
                             "ownership_type": "collaborative",
                             "owned_by": null,
                             "filter_type": "AND",
@@ -1742,7 +1742,7 @@
                             "id": 4363,
                             "type": "grid",
                             "name": "Objectives for 2024-Q1",
-                            "order": 6,
+                            "order": 7,
                             "ownership_type": "collaborative",
                             "owned_by": null,
                             "filter_type": "AND",
@@ -2026,7 +2026,7 @@
                             "id": 4364,
                             "type": "grid",
                             "name": "Objectives for 2024-Q2",
-                            "order": 7,
+                            "order": 8,
                             "ownership_type": "collaborative",
                             "owned_by": null,
                             "filter_type": "AND",
@@ -2310,7 +2310,7 @@
                             "id": 4365,
                             "type": "grid",
                             "name": "Objectives for 2024-Q3",
-                            "order": 8,
+                            "order": 9,
                             "ownership_type": "collaborative",
                             "owned_by": null,
                             "filter_type": "AND",
@@ -2594,7 +2594,7 @@
                             "id": 4366,
                             "type": "kanban",
                             "name": "By target period",
-                            "order": 9,
+                            "order": 10,
                             "ownership_type": "collaborative",
                             "owned_by": null,
                             "filter_type": "AND",
@@ -2787,7 +2787,7 @@
                             "id": 4367,
                             "type": "form",
                             "name": "Add objective",
-                            "order": 10,
+                            "order": 11,
                             "ownership_type": "collaborative",
                             "owned_by": null,
                             "public": false,
@@ -3820,16 +3820,16 @@
                             "name": "ID",
                             "order": 0,
                             "primary": true,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "concat( \n  \"KR\", \n  if( \n    row_id() < 10, \n    concat(\"0000\", row_id()), \n    if( \n      row_id() < 100, \n      concat(\"000\", row_id()), \n      if( \n        row_id() < 1000, \n        concat(\"00\", row_id()), \n        if( \n          row_id() < 10000, \n          concat(\"0\", row_id()), \n          row_id() \n        ) \n      ) \n    ) \n  ) \n)",
                             "formula_type": "text"
                         },
@@ -3889,16 +3889,16 @@
                             "name": "Group bgcolor",
                             "order": 12,
                             "primary": false,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "join( \n  if( \n    or( \n      trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 1, \n      trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 6 \n    ), \n    \"S\", \n    if( \n      or( \n        trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 2, \n        trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 7 \n      ), \n      \"Y\", \n      if( \n        or( \n          trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 3, \n          trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 8 \n        ), \n        \"G\", \n        if( \n          or( \n            trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 4, \n            trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 9 \n          ), \n          \"R\", \n          \"B\" \n        ) \n      ) \n    ) \n  ), \n  \"\" \n)",
                             "formula_type": "text"
                         },
@@ -3908,16 +3908,16 @@
                             "name": "Objective ID for sorting",
                             "order": 14,
                             "primary": false,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "join(totext(field(\"Objective ID\")), \"\")",
                             "formula_type": "text"
                         },
@@ -3997,16 +3997,16 @@
                             "name": "Update count",
                             "order": 18,
                             "primary": false,
-                            "number_decimal_places": 0,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": 0,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "through_field_id": 9564
                         },
                         {
@@ -4059,16 +4059,16 @@
                             "name": "Department",
                             "order": 23,
                             "primary": false,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": true,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "through_field_id": 9555,
                             "target_field_id": 9537,
                             "rollup_function": "min"
@@ -4079,16 +4079,16 @@
                             "name": "Target period",
                             "order": 24,
                             "primary": false,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "join(totext(lookup(\"Objective ID\", \"Target period\")), \"\")",
                             "formula_type": "text"
                         },
@@ -4098,16 +4098,16 @@
                             "name": "Leader name",
                             "order": 25,
                             "primary": false,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": true,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "through_field_id": 9568,
                             "target_field_id": 9583,
                             "rollup_function": "min"
@@ -8711,16 +8711,16 @@
                             "name": "ID",
                             "order": 0,
                             "primary": true,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "concat( \n  \"U\", \n  if( \n    row_id() < 10, \n    concat(\"0000\", row_id()), \n    if( \n      row_id() < 100, \n      concat(\"000\", row_id()), \n      if( \n        row_id() < 1000, \n        concat(\"00\", row_id()), \n        if( \n          row_id() < 10000, \n          concat(\"0\", row_id()), \n          row_id() \n        ) \n      ) \n    ) \n  ) \n)",
                             "formula_type": "text"
                         },
@@ -8790,16 +8790,16 @@
                             "name": "Key result ID for sorting",
                             "order": 7,
                             "primary": false,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "join(totext(field(\"Key result ID\")), \"\")",
                             "formula_type": "text"
                         },
@@ -8809,16 +8809,16 @@
                             "name": "Group bgcolor",
                             "order": 8,
                             "primary": false,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "join( \n  if( \n    or( \n      trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 1, \n      trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 6 \n    ), \n    \"S\", \n    if( \n      or( \n        trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 2, \n        trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 7 \n      ), \n      \"Y\", \n      if( \n        or( \n          trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 3, \n          trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 8 \n        ), \n        \"G\", \n        if( \n          or( \n            trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 4, \n            trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 9 \n          ), \n          \"R\", \n          \"B\" \n        ) \n      ) \n    ) \n  ), \n  \"\" \n)",
                             "formula_type": "text"
                         },
@@ -8828,16 +8828,16 @@
                             "name": "Target period for filter",
                             "order": 9,
                             "primary": false,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "join(lookup(\"Key result ID\", \"Target period\"), \"\")",
                             "formula_type": "text"
                         }
@@ -11321,16 +11321,16 @@
                             "name": "Objectives supervising",
                             "order": 22,
                             "primary": false,
-                            "number_decimal_places": 0,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": 0,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "through_field_id": 9602
                         },
                         {
@@ -11379,16 +11379,16 @@
                             "name": "Key results linked",
                             "order": 27,
                             "primary": false,
-                            "number_decimal_places": 0,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": 0,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "add( \n  count(field(\"Related key results as lead\")), \n  count(field(\"Related key results as member\")) \n)",
                             "formula_type": "number"
                         },
@@ -11398,16 +11398,16 @@
                             "name": "Department name",
                             "order": 28,
                             "primary": false,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": true,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "through_field_id": 9585,
                             "target_field_id": 9612,
                             "rollup_function": "min"
@@ -11418,16 +11418,16 @@
                             "name": "Office locations name",
                             "order": 29,
                             "primary": false,
-                            "number_decimal_places": null,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": null,
                             "date_force_timezone": null,
                             "nullable": true,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "through_field_id": 9586,
                             "target_field_id": 9620,
                             "rollup_function": "min"
@@ -15107,16 +15107,16 @@
                             "name": "Employee count",
                             "order": 3,
                             "primary": false,
-                            "number_decimal_places": 0,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": 0,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
                             "formula_type": "number"
                         },
@@ -15918,16 +15918,16 @@
                             "name": "Employee count",
                             "order": 4,
                             "primary": false,
-                            "number_decimal_places": 0,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": 0,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
                             "formula_type": "number"
                         },
@@ -15947,16 +15947,16 @@
                             "name": "Objective count",
                             "order": 6,
                             "primary": false,
-                            "number_decimal_places": 0,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": 0,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "through_field_id": 9617
                         },
                         {
@@ -15965,16 +15965,16 @@
                             "name": "Objectives progress (%)",
                             "order": 7,
                             "primary": false,
-                            "number_decimal_places": 2,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": 2,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "avg( \n  filter( \n    lookup(\"Related objectives\", \"Progress status (%)\"), \n    and( \n      isblank(lookup(\"Related objectives\", \"Status\")) = False, \n      and( \n        contains(totext(lookup(\"Related objectives\", \"Status\")), \"Cancelled\") = False, \n        and( \n          contains(totext(lookup(\"Related objectives\", \"Status\")), \"New\") = False, \n          contains(totext(lookup(\"Related objectives\", \"Status\")), \"Scheduled\") = False \n        ) \n      ) \n    ) \n  ) \n)",
                             "formula_type": "number"
                         }
@@ -16409,16 +16409,16 @@
                             "name": "Employee count",
                             "order": 11,
                             "primary": false,
-                            "number_decimal_places": 0,
-                            "date_time_format": null,
+                            "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "array_formula_type": null,
                             "duration_format": null,
                             "date_format": null,
-                            "date_show_tzinfo": null,
-                            "error": null,
+                            "number_decimal_places": 0,
                             "date_force_timezone": null,
                             "nullable": false,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "error": null,
                             "formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
                             "formula_type": "number"
                         },
@@ -16889,7 +16889,7 @@
                             "page_parameters": [],
                             "navigate_to_url": "",
                             "target": "self",
-                            "url": ""
+                            "url": "'/home'"
                         }
                     ]
                 },
@@ -17310,6 +17310,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "0cbdb96c-7fa6-4382-abec-16e76bf7cb80",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -17317,6 +17318,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "e4d0460d-8596-4dfb-8cce-1dfc58d817a5",
                                     "name": "Leader",
                                     "type": "text",
                                     "config": {
@@ -17324,6 +17326,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "abe04422-7f6a-4048-a613-79e9377b8a5b",
                                     "name": "Progress",
                                     "type": "text",
                                     "config": {
@@ -17331,6 +17334,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "69e6900e-546c-4043-be1d-44c5f0fd3a55",
                                     "name": "Status",
                                     "type": "text",
                                     "config": {
@@ -17338,6 +17342,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "622520d5-a5f7-44bd-9a32-fe6f67ecee7e",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -17410,6 +17415,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "15a47ada-098c-4806-9b99-166e36d6da70",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -17417,6 +17423,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "9937073c-15f9-4d01-8d0c-fe960fcece4f",
                                     "name": "Target period",
                                     "type": "text",
                                     "config": {
@@ -17424,6 +17431,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "4093008d-0801-480a-b228-66ab8338acb3",
                                     "name": "Progress",
                                     "type": "text",
                                     "config": {
@@ -17431,6 +17439,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "323ea5b7-3f02-44f2-b1aa-8be3a417a09a",
                                     "name": "Status",
                                     "type": "text",
                                     "config": {
@@ -17438,6 +17447,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "50fbf12a-4460-4fde-a38a-4cf658b8874b",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -17537,6 +17547,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "703b99f2-6e91-4689-aa8e-0b7b5ae69fac",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -17544,6 +17555,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "70c7a89e-4353-41c8-b37f-8c0533cd25ea",
                                     "name": "Progress",
                                     "type": "text",
                                     "config": {
@@ -17551,6 +17563,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "7bc25a31-acf8-457b-8e48-1ddce9614e9b",
                                     "name": "Status",
                                     "type": "text",
                                     "config": {
@@ -17558,6 +17571,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "851f13f2-c701-4db7-9424-0f638962cdca",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -17630,6 +17644,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "9a5be727-0ce7-4375-96e1-47d4d82f1d09",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -17637,6 +17652,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ab4dc68c-b1cf-492e-b50e-69bcaeac8a81",
                                     "name": "Progress",
                                     "type": "text",
                                     "config": {
@@ -17644,6 +17660,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "b041cf2d-4042-4a7f-a3f4-699b77aebac7",
                                     "name": "Status",
                                     "type": "text",
                                     "config": {
@@ -17651,6 +17668,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "1d60fd63-0fe6-4ff4-98d6-e98587bd0895",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -18200,6 +18218,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "1c2e85d2-e1a7-49e9-bf71-6a6e18db32d5",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -18207,6 +18226,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "5746fc3c-b395-4500-ad34-360122af5cb3",
                                     "name": "Leader",
                                     "type": "text",
                                     "config": {
@@ -18214,6 +18234,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "85f3fb0e-76e9-4b69-b2d0-9701e34f0e68",
                                     "name": "Progress",
                                     "type": "text",
                                     "config": {
@@ -18221,6 +18242,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "aedf0925-80d9-4ea8-aa55-82d973f16786",
                                     "name": "Status",
                                     "type": "text",
                                     "config": {
@@ -18228,6 +18250,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "15a93e30-001f-4be3-a4b2-50a44af22683",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -18708,6 +18731,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "9447d7a2-5550-43a1-ba30-0aeaff0b15b6",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -18715,6 +18739,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ab8070e4-00d4-4a93-b2b0-3df8abcb39fd",
                                     "name": "Leader",
                                     "type": "text",
                                     "config": {
@@ -18722,6 +18747,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "1b47cf52-ca8f-4cc3-b5c2-d61fc5b53d59",
                                     "name": "Progress",
                                     "type": "text",
                                     "config": {
@@ -18729,6 +18755,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "16e939ef-6f02-4ab8-92e4-572ea5aa19d8",
                                     "name": "Status",
                                     "type": "text",
                                     "config": {
@@ -18736,6 +18763,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "08f5334e-0ddd-49f1-bd00-03d356470086",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -19216,6 +19244,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "475323a2-10de-4844-95da-3dab5b80a65b",
                                     "name": "Name",
                                     "type": "text",
                                     "config": {
@@ -19223,6 +19252,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "32ff3658-7d9c-475d-8f8d-60fd0a0f82f7",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -19230,6 +19260,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "92c7a759-7529-4fea-a0f3-bf667f59423c",
                                     "name": "Departments",
                                     "type": "text",
                                     "config": {
@@ -19237,6 +19268,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "71558655-accd-4e1d-859a-876b69f674ee",
                                     "name": "Location",
                                     "type": "text",
                                     "config": {
@@ -19244,6 +19276,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "4550a75f-cf9c-4e8a-b074-6120432a208e",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -19982,6 +20015,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "ef3e160a-ca96-4a7d-87b7-3d5b3f179c7e",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -19989,6 +20023,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "fb7a842d-6ed4-433c-93dd-b9c9f51d7820",
                                     "name": "Leader",
                                     "type": "text",
                                     "config": {
@@ -19996,6 +20031,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "2693e2cc-973e-4004-9334-8487c25d3d26",
                                     "name": "Progress",
                                     "type": "text",
                                     "config": {
@@ -20003,6 +20039,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "42cf2e72-04fd-4272-a5ae-671c707ebf14",
                                     "name": "Status",
                                     "type": "text",
                                     "config": {
@@ -20010,6 +20047,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "37764138-892d-40f8-a961-47a8782fed31",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -20824,6 +20862,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "c7a43632-cbed-4149-8961-1dd5c3302cd2",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -20831,6 +20870,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "5147f938-7ded-42e9-9499-e38cdd89e1af",
                                     "name": "Description",
                                     "type": "text",
                                     "config": {
@@ -21702,6 +21742,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "bffec171-6c2e-4b83-91f3-c160f28856c4",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -21709,6 +21750,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "8becd7e7-2071-410a-90df-d6c95b793928",
                                     "name": "Target period",
                                     "type": "text",
                                     "config": {
@@ -21716,6 +21758,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "9cd9e112-b4b1-4fdc-9b58-0e74dced5bcf",
                                     "name": "Progress",
                                     "type": "text",
                                     "config": {
@@ -21723,6 +21766,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "e1bfc40d-62b8-4b29-ba2b-e85322477bd8",
                                     "name": "Status",
                                     "type": "text",
                                     "config": {
@@ -21730,6 +21774,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "a53ee16c-800d-4d24-813b-c8b42a462bd1",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -21881,6 +21926,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "f6551c27-cf87-43c7-8c4f-5873cac55cc3",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -21888,6 +21934,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "2bfc6525-050e-4510-916c-b7f30ea82d63",
                                     "name": "Progress",
                                     "type": "text",
                                     "config": {
@@ -21895,6 +21942,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "6dff74e4-7f7e-42cc-9045-468e989bc42f",
                                     "name": "Status",
                                     "type": "text",
                                     "config": {
@@ -21902,6 +21950,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "4e53974c-0b46-41c8-8fb8-666a4d0c0022",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -22026,6 +22075,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "549cad00-3891-4e5d-8270-596419ad6f17",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -22033,6 +22083,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "9ccd4ff7-1860-4d0f-8e1f-e36725650fe4",
                                     "name": "Progress",
                                     "type": "text",
                                     "config": {
@@ -22040,6 +22091,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "af3a2a85-d5c7-496c-a27c-8cc0bdc769bf",
                                     "name": "Status",
                                     "type": "text",
                                     "config": {
@@ -22047,6 +22099,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "515580b1-34a4-43fb-bf92-f5faa1f36a5b",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
diff --git a/backend/templates/business-goal-tracker-okrs.zip b/backend/templates/business-goal-tracker-okrs.zip
index 610835294..565b8d265 100644
Binary files a/backend/templates/business-goal-tracker-okrs.zip and b/backend/templates/business-goal-tracker-okrs.zip differ
diff --git a/backend/templates/commercial-property-management.json b/backend/templates/commercial-property-management.json
index 6c2d4b58b..5da7f818a 100644
--- a/backend/templates/commercial-property-management.json
+++ b/backend/templates/commercial-property-management.json
@@ -98,16 +98,16 @@
                             "name": "Tenants",
                             "order": 9,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": "text",
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": "text",
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "through_field_id": 8422,
                             "through_field_name": "Units",
                             "target_field_id": 8439,
@@ -119,16 +119,16 @@
                             "name": "Units count",
                             "order": 10,
                             "primary": false,
-                            "number_decimal_places": 0,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": 0,
                             "through_field_id": 8422
                         },
                         {
@@ -137,16 +137,16 @@
                             "name": "Rented units",
                             "order": 11,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": "text",
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": "text",
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "formula": "filter(lookup('Units','Name'),lookup('Units','Active lease') = true)",
                             "formula_type": "array"
                         },
@@ -156,16 +156,16 @@
                             "name": "Rented units count",
                             "order": 12,
                             "primary": false,
-                            "number_decimal_places": 0,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": 0,
                             "formula": "count(filter(lookup('Units','Name'),lookup('Units','Active lease') = true))",
                             "formula_type": "number"
                         },
@@ -175,16 +175,16 @@
                             "name": "Percentage occupied",
                             "order": 13,
                             "primary": false,
-                            "number_decimal_places": 0,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": 0,
                             "formula": "round(field('Rented units count') / field('Units count') * 100,0)",
                             "formula_type": "number"
                         },
@@ -194,16 +194,16 @@
                             "name": "Service requests count",
                             "order": 14,
                             "primary": false,
-                            "number_decimal_places": 0,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": 0,
                             "through_field_id": 8422,
                             "target_field_id": 8436,
                             "rollup_function": "count"
@@ -214,16 +214,16 @@
                             "name": "Occupation symbol",
                             "order": 15,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "formula": "if(field('Percentage occupied') > 66,'\ud83d\udfe2',if(field('Percentage occupied') <= 33 ,'\ud83d\udd34','\ud83d\udfe1'))",
                             "formula_type": "text"
                         },
@@ -233,16 +233,16 @@
                             "name": "Contacts email",
                             "order": 16,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "formula": "join(lookup('Contacts','Email'),' ')",
                             "formula_type": "text"
                         }
@@ -1862,16 +1862,16 @@
                             "name": "Building name",
                             "order": 6,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": true,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": true,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "through_field_id": 8434,
                             "target_field_id": 8417,
                             "rollup_function": "min"
@@ -1892,16 +1892,16 @@
                             "name": "Tenants",
                             "order": 8,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": "text",
-                            "nullable": true,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": "text",
+                            "date_time_format": null,
+                            "nullable": true,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "through_field_id": 8438,
                             "through_field_name": "Leases",
                             "target_field_id": 8448,
@@ -1913,16 +1913,16 @@
                             "name": "Active lease",
                             "order": 9,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "through_field_id": 8438,
                             "target_field_id": 8453,
                             "rollup_function": "any"
@@ -1933,16 +1933,16 @@
                             "name": "Contacts email",
                             "order": 10,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "formula": "join(lookup('Building','Contacts email'),' ')",
                             "formula_type": "text"
                         },
@@ -1952,16 +1952,16 @@
                             "name": "Active lease symbol",
                             "order": 11,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "formula": "if(field('Active lease'),'\ud83d\udfe2','\ud83d\udd34')",
                             "formula_type": "text"
                         },
@@ -1971,16 +1971,16 @@
                             "name": "Tenants names",
                             "order": 12,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "formula": "join(field('Tenants'),' ')",
                             "formula_type": "text"
                         },
@@ -1990,16 +1990,16 @@
                             "name": "Open service requests",
                             "order": 13,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": "text",
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": "text",
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "formula": "filter(lookup('Service requests','Issue'),lookup('Service requests','Fixed') = false)",
                             "formula_type": "array"
                         },
@@ -2009,16 +2009,16 @@
                             "name": "Open service requests count",
                             "order": 14,
                             "primary": false,
-                            "number_decimal_places": 0,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": 0,
                             "formula": "count(filter(lookup('Service requests','Issue'),lookup('Service requests','Fixed') = false))",
                             "formula_type": "number"
                         }
@@ -3825,16 +3825,16 @@
                             "name": "Is active",
                             "order": 8,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "formula": "and(field('Start date') < now(), field('End date') > now())",
                             "formula_type": "boolean"
                         },
@@ -3854,16 +3854,16 @@
                             "name": "Building",
                             "order": 11,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": true,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": true,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "through_field_id": 8454,
                             "target_field_id": 8434,
                             "rollup_function": "min"
@@ -3874,16 +3874,16 @@
                             "name": "Is active symbol",
                             "order": 12,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "formula": "if(field('Is active'),'\ud83d\udfe2','\ud83d\udd34')",
                             "formula_type": "text"
                         }
@@ -5776,16 +5776,16 @@
                             "name": "Building",
                             "order": 8,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": "text",
-                            "nullable": true,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": "text",
+                            "date_time_format": null,
+                            "nullable": true,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "through_field_id": 8458,
                             "through_field_name": "Lease",
                             "target_field_id": 8455,
@@ -6690,16 +6690,16 @@
                             "name": "Potential contacts",
                             "order": 11,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "formula": "join(lookup('Unit','Contacts email'),' ')",
                             "formula_type": "text"
                         },
@@ -6709,16 +6709,16 @@
                             "name": "Vendor symbol",
                             "order": 12,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "formula": "if(count(field('Vendor responsible')) = 0,'\ud83d\udd34','\ud83d\udfe2')",
                             "formula_type": "text"
                         },
@@ -6728,16 +6728,16 @@
                             "name": "Contact symbol",
                             "order": 13,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "formula": "if(count(field('Contact responsible')) = 0,'\ud83d\udd34','\ud83d\udfe2')",
                             "formula_type": "text"
                         },
@@ -6747,16 +6747,16 @@
                             "name": "Priority symbol",
                             "order": 14,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "formula": "if(totext(field('Priority')) = 'Urgent','\u2757\u2757',if(totext(field('Priority')) = 'Moderate','\u2757',''))",
                             "formula_type": "text"
                         },
@@ -6766,16 +6766,16 @@
                             "name": "Fixed symbol",
                             "order": 15,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "formula": "if(not(field('Fixed')),'\ud83d\udd34','\ud83d\udfe2')",
                             "formula_type": "text"
                         }
@@ -7963,16 +7963,16 @@
                             "name": "All requests fixed",
                             "order": 10,
                             "primary": false,
-                            "number_decimal_places": null,
                             "date_show_tzinfo": null,
-                            "date_time_format": null,
-                            "date_force_timezone": null,
-                            "array_formula_type": null,
-                            "nullable": false,
+                            "date_include_time": null,
                             "duration_format": null,
+                            "array_formula_type": null,
+                            "date_time_format": null,
+                            "nullable": false,
+                            "date_force_timezone": null,
                             "date_format": null,
                             "error": null,
-                            "date_include_time": null,
+                            "number_decimal_places": null,
                             "through_field_id": 8483,
                             "target_field_id": 8464,
                             "rollup_function": "every"
@@ -9129,7 +9129,7 @@
                             "type": "link",
                             "parent_element_id": 1138,
                             "place_in_container": "0",
-                            "visibility": "all",
+                            "visibility": "logged-in",
                             "style_border_top_color": "border",
                             "style_border_top_size": 0,
                             "style_padding_top": 10,
@@ -9209,6 +9209,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "494569a9-ec51-48d8-afbc-c60a8b7e11c3",
                                     "name": "Name",
                                     "type": "text",
                                     "config": {
@@ -9216,6 +9217,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "cab4a691-960b-416d-96dd-b6b0cbabf9e3",
                                     "name": "Address",
                                     "type": "text",
                                     "config": {
@@ -9223,6 +9225,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "68ea8afb-ba82-432b-8dcc-c5b38618f3f5",
                                     "name": "Occupation rate",
                                     "type": "text",
                                     "config": {
@@ -9230,6 +9233,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "e6d2deea-5529-4ede-9fb6-11354f36730d",
                                     "name": "Details",
                                     "type": "link",
                                     "config": {
@@ -9302,6 +9306,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "d9896386-70e2-48a2-98b4-7f13aee2b02a",
                                     "name": "Issue",
                                     "type": "text",
                                     "config": {
@@ -9309,6 +9314,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "3ec85956-b75e-4d39-83d1-bdd94c16ce66",
                                     "name": "Unit",
                                     "type": "text",
                                     "config": {
@@ -9316,6 +9322,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "c4aaeddc-6d99-44be-a0de-98c787e978bf",
                                     "name": "Date",
                                     "type": "text",
                                     "config": {
@@ -9323,6 +9330,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "7b83ed3d-bcc4-40c9-9bf1-50f5c8f1b50f",
                                     "name": "Est. completion",
                                     "type": "text",
                                     "config": {
@@ -9330,6 +9338,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ba3db07b-9373-4c04-8346-e6b569c1ead9",
                                     "name": "Vendor",
                                     "type": "text",
                                     "config": {
@@ -9337,6 +9346,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "d5ca4263-2e83-4c14-9191-b19acf76e5a3",
                                     "name": "Contact",
                                     "type": "text",
                                     "config": {
@@ -9344,6 +9354,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "fa16a17c-e710-464c-bd16-013bcc61a02a",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -9955,6 +9966,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "d196b505-da1d-497a-a743-6d7793e2d4ea",
                                     "name": "Name",
                                     "type": "text",
                                     "config": {
@@ -9962,6 +9974,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "a3650972-6ee6-47e2-a9fd-53d5464a6d41",
                                     "name": "Floor",
                                     "type": "text",
                                     "config": {
@@ -9969,6 +9982,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "70596b48-2b98-4430-bda5-57fd0da39cf8",
                                     "name": "Tenants",
                                     "type": "text",
                                     "config": {
@@ -9976,6 +9990,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ea381ce8-f31b-4869-861d-5406f576b266",
                                     "name": "Open service requests",
                                     "type": "text",
                                     "config": {
@@ -9983,6 +9998,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "3781cd67-d60d-48a0-904f-0292b96ec6ef",
                                     "name": "Active lease",
                                     "type": "text",
                                     "config": {
@@ -9990,6 +10006,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "a34c8892-ed36-4a2c-a310-abcc0db1d847",
                                     "name": "Leases",
                                     "type": "text",
                                     "config": {
@@ -9997,6 +10014,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "f344bdf5-4009-4819-8fcc-d270aecf6da3",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -10388,6 +10406,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "988c6dcb-749f-486a-88e1-3bbf88303963",
                                     "name": "ID",
                                     "type": "text",
                                     "config": {
@@ -10395,6 +10414,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "d90be9bd-f696-4905-ad26-702dcef4a6f6",
                                     "name": "Tenant",
                                     "type": "text",
                                     "config": {
@@ -10402,6 +10422,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "323e8a32-a24e-418e-ae37-d2a7cfb7fce9",
                                     "name": "From",
                                     "type": "text",
                                     "config": {
@@ -10409,6 +10430,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "0950b749-a5c7-4529-80f2-aa75bed93940",
                                     "name": "Until",
                                     "type": "text",
                                     "config": {
@@ -10416,6 +10438,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "e48b7b6c-7d6f-41f2-9275-ff908c0e2e64",
                                     "name": "Is active",
                                     "type": "text",
                                     "config": {
@@ -10423,6 +10446,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "d56b4d8a-bdeb-405e-b63a-6902103a3e15",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -10495,6 +10519,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "9a5a4133-271f-492b-a9cf-3aeac2cf49c5",
                                     "name": "Issue",
                                     "type": "text",
                                     "config": {
@@ -10502,6 +10527,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "d6b131ad-d8a7-4459-a85c-1229e9ade3d5",
                                     "name": "Date",
                                     "type": "text",
                                     "config": {
@@ -10509,6 +10535,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "fb7fff7f-6471-48ed-8b99-70714b9efde5",
                                     "name": "Est. completion",
                                     "type": "text",
                                     "config": {
@@ -10516,6 +10543,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "43187abf-97fd-49a6-96fe-d2fa1d027e31",
                                     "name": "Vandor",
                                     "type": "text",
                                     "config": {
@@ -10523,6 +10551,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "35fd79f7-25cc-4cd8-b11f-43cb11978b52",
                                     "name": "Contact",
                                     "type": "text",
                                     "config": {
@@ -10530,6 +10559,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "1dab14da-9187-4fdd-b1dc-e7463672fa72",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -11675,6 +11705,7 @@
                             "items_per_page": 5,
                             "fields": [
                                 {
+                                    "uid": "865ba1f3-0363-46da-afcd-e281f06f1e1a",
                                     "name": "Name",
                                     "type": "text",
                                     "config": {
@@ -11682,6 +11713,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ebc6ec91-4b47-4392-80fe-555e6b68f3b5",
                                     "name": "Phone",
                                     "type": "text",
                                     "config": {
@@ -11689,6 +11721,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "22490dec-f8b6-4e1d-b816-63c7e33705c1",
                                     "name": "Role",
                                     "type": "text",
                                     "config": {
@@ -11696,6 +11729,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "12274090-f3da-4d43-a1b6-819079837341",
                                     "name": "Buildings",
                                     "type": "text",
                                     "config": {
@@ -11703,6 +11737,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "c548781f-6a28-4796-b752-a5c84a2667cb",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -11831,6 +11866,7 @@
                             "items_per_page": 5,
                             "fields": [
                                 {
+                                    "uid": "bbd95841-7e19-402d-96da-6c57e26a084d",
                                     "name": "Name",
                                     "type": "text",
                                     "config": {
@@ -11838,6 +11874,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "8772b41d-0101-49ee-a3ff-1ffd82844126",
                                     "name": "Contact",
                                     "type": "text",
                                     "config": {
@@ -11845,6 +11882,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "92c3478d-83b4-477c-b310-9207bf01992e",
                                     "name": "Phone",
                                     "type": "text",
                                     "config": {
@@ -11852,6 +11890,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "4612db7e-c5cd-4917-bae8-d00089e3777e",
                                     "name": "Specialty",
                                     "type": "text",
                                     "config": {
@@ -11859,6 +11898,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "bf28df40-b8f3-4863-aaff-195eedfcd029",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -13474,7 +13514,7 @@
             ],
             "favicon_file": null,
             "id": 210,
-            "name": "Service Requests Manageer",
+            "name": "Service Requests Manager",
             "order": 2,
             "type": "builder"
         }
diff --git a/backend/templates/commercial-property-management.zip b/backend/templates/commercial-property-management.zip
index 4aff4db20..811bac409 100644
Binary files a/backend/templates/commercial-property-management.zip and b/backend/templates/commercial-property-management.zip differ
diff --git a/backend/templates/lightweight-crm.json b/backend/templates/lightweight-crm.json
index 95cc8375a..ad9ce9f71 100644
--- a/backend/templates/lightweight-crm.json
+++ b/backend/templates/lightweight-crm.json
@@ -166,19 +166,19 @@
                         {
                             "id": 9638,
                             "type": "rollup",
-                            "name": "Total contract values",
+                            "name": "Total contract value",
                             "order": 9,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": false,
                             "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "through_field_id": 9633,
                             "target_field_id": 9660,
                             "rollup_function": "sum"
@@ -189,16 +189,16 @@
                             "name": "Total closed won",
                             "order": 10,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": false,
                             "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "formula": "sum(filter(lookup('Pipelines','Contract Value'),lookup('Pipelines','Stage') = 'Closed Won'))",
                             "formula_type": "number"
                         },
@@ -208,16 +208,16 @@
                             "name": "Total closed lost",
                             "order": 11,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": false,
                             "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "formula": "sum(filter(lookup('Pipelines','Contract Value'),lookup('Pipelines','Stage') = 'Closed Lost'))",
                             "formula_type": "number"
                         },
@@ -227,16 +227,16 @@
                             "name": "Total in progress",
                             "order": 12,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": false,
                             "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "formula": "sum(filter(lookup('Pipelines','Contract Value'),and(lookup('Pipelines','Stage') != 'Closed Lost',lookup('Pipelines','Stage') != 'Closed Won')))",
                             "formula_type": "number"
                         },
@@ -246,16 +246,16 @@
                             "name": "Pipelines count",
                             "order": 13,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": false,
                             "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "through_field_id": 9633
                         },
                         {
@@ -264,16 +264,16 @@
                             "name": "Active pipelines count",
                             "order": 14,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": false,
                             "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "formula": "count(filter(lookup('Pipelines','Stage'),and(lookup('Pipelines','Stage') != 'Closed Won',lookup('Pipelines','Stage') != 'Closed Lost')))",
                             "formula_type": "number"
                         }
@@ -928,16 +928,16 @@
                             "name": "Activities count",
                             "order": 9,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": false,
                             "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "through_field_id": 9649
                         },
                         {
@@ -946,16 +946,16 @@
                             "name": "Last activity",
                             "order": 10,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": "ISO",
+                            "date_time_format": "24",
                             "error": null,
-                            "nullable": true,
                             "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": true,
+                            "array_formula_type": null,
                             "date_show_tzinfo": false,
                             "date_include_time": false,
-                            "date_time_format": "24",
+                            "date_force_timezone": null,
+                            "date_format": "ISO",
                             "through_field_id": 9649,
                             "target_field_id": 9670,
                             "rollup_function": "max"
@@ -966,16 +966,16 @@
                             "name": "Company name",
                             "order": 11,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": true,
                             "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": true,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "through_field_id": 9646,
                             "target_field_id": 9630,
                             "rollup_function": "min"
@@ -986,18 +986,18 @@
                             "name": "Employee",
                             "order": 12,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
-                            "error": null,
-                            "nullable": false,
+                            "date_time_format": null,
+                            "error": "references the deleted or unknown field Employee Email in table Activities",
                             "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": false,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "formula": "join(lookup('Activities','Employee Email'),' ')",
-                            "formula_type": "text"
+                            "formula_type": "invalid"
                         }
                     ],
                     "views": [
@@ -1850,16 +1850,16 @@
                             "name": "Company name",
                             "order": 9,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": true,
                             "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": true,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "through_field_id": 9656,
                             "target_field_id": 9630,
                             "rollup_function": "min"
@@ -1870,16 +1870,16 @@
                             "name": "Activities count",
                             "order": 10,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": false,
                             "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "through_field_id": 9662
                         },
                         {
@@ -1888,16 +1888,16 @@
                             "name": "Owner name",
                             "order": 11,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": true,
                             "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": true,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "through_field_id": 9663,
                             "target_field_id": 9679,
                             "rollup_function": "min"
@@ -1908,16 +1908,16 @@
                             "name": "Owner e-mail",
                             "order": 12,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": true,
                             "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": true,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "formula": "min(lookup('Owner','Email'))",
                             "formula_type": "char"
                         }
@@ -3382,16 +3382,16 @@
                             "name": "Contacts name",
                             "order": 8,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": true,
                             "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": true,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "through_field_id": 9669,
                             "target_field_id": 9644,
                             "rollup_function": "min"
@@ -3402,16 +3402,16 @@
                             "name": "Pipeline name",
                             "order": 9,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": true,
                             "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": true,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "through_field_id": 9672,
                             "target_field_id": 9655,
                             "rollup_function": "min"
@@ -3422,16 +3422,16 @@
                             "name": "Employee",
                             "order": 10,
                             "primary": false,
-                            "array_formula_type": "text",
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": true,
                             "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": true,
+                            "array_formula_type": "text",
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "through_field_id": 9672,
                             "through_field_name": "Pipeline",
                             "target_field_id": 9663,
@@ -3440,19 +3440,19 @@
                         {
                             "id": 9676,
                             "type": "formula",
-                            "name": "Employee Email",
+                            "name": "Employee email",
                             "order": 11,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": true,
                             "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": true,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "formula": "min(lookup('Pipeline','Owner e-mail'))",
                             "formula_type": "char"
                         },
@@ -3462,16 +3462,16 @@
                             "name": "Employee name",
                             "order": 12,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": true,
                             "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": true,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "formula": "min(lookup('Pipeline','Owner'))",
                             "formula_type": "text"
                         },
@@ -4649,16 +4649,16 @@
                             "name": "Active pipelines count",
                             "order": 4,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": false,
                             "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "formula": "count(filter(lookup('Pipelines','Stage'),and(lookup('Pipelines','Stage') != 'Closed Won',lookup('Pipelines','Stage') != 'Closed Lost')))",
                             "formula_type": "number"
                         },
@@ -4668,16 +4668,16 @@
                             "name": "Total pipelines count",
                             "order": 5,
                             "primary": false,
-                            "array_formula_type": null,
                             "duration_format": null,
-                            "date_format": null,
+                            "date_time_format": null,
                             "error": null,
-                            "nullable": false,
                             "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
+                            "array_formula_type": null,
                             "date_show_tzinfo": null,
                             "date_include_time": null,
-                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "date_format": null,
                             "through_field_id": 9682
                         },
                         {
@@ -5436,6 +5436,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "a69e62de-aff3-4623-ace7-5eb86931ffed",
                                     "name": "Name",
                                     "type": "text",
                                     "config": {
@@ -5443,6 +5444,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "b98df986-1a76-40e9-bff4-9a803a580855",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -5450,6 +5452,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "960552b3-d929-4531-bec4-ebcf138ef94e",
                                     "name": "Company",
                                     "type": "text",
                                     "config": {
@@ -5457,6 +5460,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "aefb4b96-d005-4263-b723-ef9cbd0ac90c",
                                     "name": "Phone",
                                     "type": "text",
                                     "config": {
@@ -5464,6 +5468,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "c99b8af5-f2f4-48de-a6a7-61930c6209d7",
                                     "name": "Last activity",
                                     "type": "text",
                                     "config": {
@@ -5471,6 +5476,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "3e9a96b4-6a46-44b6-826a-b0b17417727e",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -5576,6 +5582,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "17904a6a-e739-4ae7-86db-5cfe95230ea4",
                                     "name": "Opportunity",
                                     "type": "text",
                                     "config": {
@@ -5583,6 +5590,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "8921d8b8-ebd6-48af-b77c-bbe199b50c71",
                                     "name": "Company",
                                     "type": "text",
                                     "config": {
@@ -5590,6 +5598,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "9f451d6b-08f7-4d57-a8ee-685bf773cbe9",
                                     "name": "Stage",
                                     "type": "text",
                                     "config": {
@@ -5597,6 +5606,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "d2945dbb-7440-4cab-924d-c5f0ae0a352d",
                                     "name": "Close date",
                                     "type": "text",
                                     "config": {
@@ -5604,6 +5614,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ffb505e4-a9f7-45ab-a1cc-12f8d1b6af2f",
                                     "name": "Value",
                                     "type": "text",
                                     "config": {
@@ -5611,6 +5622,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "d273f215-cef1-45b0-bcf2-378cf836d26e",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -5716,6 +5728,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "223fb3be-cb35-4cc9-8e35-a7e90a93fba4",
                                     "name": "Activity",
                                     "type": "text",
                                     "config": {
@@ -5723,6 +5736,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "d8316868-73ef-4181-91c1-9eeaa9071f51",
                                     "name": "Contact",
                                     "type": "text",
                                     "config": {
@@ -5730,6 +5744,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "b3f306ce-58b1-4e8a-b28f-55bacf6d5022",
                                     "name": "Pipeline",
                                     "type": "text",
                                     "config": {
@@ -5737,6 +5752,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "4bd44873-72dd-4dd6-9c3b-3679711600b8",
                                     "name": "Date",
                                     "type": "text",
                                     "config": {
@@ -5744,6 +5760,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ebfa9995-7b04-47d5-a606-93a511a645c4",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -6294,6 +6311,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "ad80e9dc-9cb3-4ebb-a193-c9b2008abe76",
                                     "name": "Name",
                                     "type": "text",
                                     "config": {
@@ -6301,6 +6319,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "c4f5f3f8-4343-41a8-ad6d-31b8a1db99d1",
                                     "name": "Industry",
                                     "type": "text",
                                     "config": {
@@ -6308,6 +6327,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "df945b05-81c0-4720-99cc-a2173e491d8b",
                                     "name": "Size",
                                     "type": "text",
                                     "config": {
@@ -6315,6 +6335,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "d96585b4-9b59-43f2-ad67-f6f33edf1fbe",
                                     "name": "Won",
                                     "type": "text",
                                     "config": {
@@ -6322,6 +6343,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "923fd099-d7a4-4fcd-a326-26492721773e",
                                     "name": "Lost",
                                     "type": "text",
                                     "config": {
@@ -6329,6 +6351,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "e27ab4a7-9353-4abc-be30-901c39ccabea",
                                     "name": "Progress",
                                     "type": "text",
                                     "config": {
@@ -6336,6 +6359,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "f657deff-04cb-4388-ad08-398829a42fda",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -7207,6 +7231,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "273a57a9-f4cf-4d0c-a327-b9ada38a431e",
                                     "name": "Opportunity",
                                     "type": "text",
                                     "config": {
@@ -7214,6 +7239,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "53ece985-d1a9-401e-9e12-84559006255e",
                                     "name": "Stage",
                                     "type": "text",
                                     "config": {
@@ -7221,6 +7247,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ab8128a1-1b58-43b9-9ebb-f9619050ab3d",
                                     "name": "Close date",
                                     "type": "text",
                                     "config": {
@@ -7228,6 +7255,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "3b9f4bb1-2694-43c7-b5dd-3be7cd54ba83",
                                     "name": "Value",
                                     "type": "text",
                                     "config": {
@@ -7235,6 +7263,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "04b93e04-6331-4af6-a186-662c19bd5225",
                                     "name": "Owner",
                                     "type": "text",
                                     "config": {
@@ -7242,6 +7271,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "9a30a578-f2a7-45b8-8566-3a6faf298486",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -7347,6 +7377,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "360947a4-1756-4aae-93d3-4b814aff37a4",
                                     "name": "Name",
                                     "type": "text",
                                     "config": {
@@ -7354,6 +7385,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "c4ff0c7e-d331-46dd-9f3e-df0d43a2d3c5",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -7361,6 +7393,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "be0f907d-f869-40e7-8284-6e2aa830b205",
                                     "name": "Phone",
                                     "type": "text",
                                     "config": {
@@ -7368,6 +7401,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "53bd2046-7aec-419d-9579-5dd16dc1724d",
                                     "name": "E-mail",
                                     "type": "text",
                                     "config": {
@@ -7375,6 +7409,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "0c8739aa-669d-433e-a8eb-f14e42409a20",
                                     "name": "Last activity",
                                     "type": "text",
                                     "config": {
@@ -7382,6 +7417,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "627af771-6aad-409e-b9bf-fb2112a7fdb6",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -7948,6 +7984,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "f5f4a98c-58b8-4cac-95b2-8fdd3f9c5767",
                                     "name": "Name",
                                     "type": "text",
                                     "config": {
@@ -7955,6 +7992,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "bb904261-8b69-42e0-94e4-5349fdb569eb",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -7962,6 +8000,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "e5e2066a-8107-4d13-ae5b-c80f514855df",
                                     "name": "Company",
                                     "type": "text",
                                     "config": {
@@ -7969,6 +8008,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ded86425-946a-4392-ba06-ec363626819d",
                                     "name": "Phone",
                                     "type": "text",
                                     "config": {
@@ -7976,6 +8016,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "605e19b8-148f-442b-9424-29bd5faa70cf",
                                     "name": "Last activity",
                                     "type": "text",
                                     "config": {
@@ -7983,6 +8024,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ae34cee7-4c5d-4df5-9494-b1860f57ab8c",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -8731,6 +8773,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "e40acaf1-ee01-4764-a068-2416d2d9c63b",
                                     "name": "Activity",
                                     "type": "text",
                                     "config": {
@@ -8738,6 +8781,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "6addffa1-2dba-49a0-b098-6bbc6fa9a329",
                                     "name": "Pipeline",
                                     "type": "text",
                                     "config": {
@@ -8745,6 +8789,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "311d520e-b13b-45f6-ab7f-053bb2ee3aab",
                                     "name": "Date",
                                     "type": "text",
                                     "config": {
@@ -8752,6 +8797,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "367b3186-20ff-4a23-85ee-fd438811c9af",
                                     "name": "Employee",
                                     "type": "text",
                                     "config": {
@@ -8759,6 +8805,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "da4d7e1c-effc-424f-a357-e9575b606aed",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -9302,6 +9349,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "aec795e9-2ff8-4f94-a833-1133d4d4863e",
                                     "name": "Opportunity",
                                     "type": "text",
                                     "config": {
@@ -9309,6 +9357,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "afd0b65e-0b8e-40a3-a68b-0e4279836683",
                                     "name": "Company",
                                     "type": "text",
                                     "config": {
@@ -9316,6 +9365,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "f5d91935-08ed-440e-afd1-7111a3201716",
                                     "name": "Stage",
                                     "type": "text",
                                     "config": {
@@ -9323,6 +9373,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "d3152464-cd89-4945-a06e-ee79c0199670",
                                     "name": "Close date",
                                     "type": "text",
                                     "config": {
@@ -9330,6 +9381,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ae83298b-4d8d-4b9f-8c5a-419ffb1a44d5",
                                     "name": "Value",
                                     "type": "text",
                                     "config": {
@@ -9337,6 +9389,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "95dd2ef8-92c7-4ac2-9d6d-19723aca7bbb",
                                     "name": "Owner",
                                     "type": "text",
                                     "config": {
@@ -9344,6 +9397,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "abb46f95-6d3e-488f-870c-e4b060485d5d",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -10110,6 +10164,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "a370de78-6352-40c3-b259-526cb3e5aaac",
                                     "name": "Activity",
                                     "type": "text",
                                     "config": {
@@ -10117,6 +10172,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "c3dc524a-62d1-4fb1-ae27-6390b46c68e6",
                                     "name": "Pipeline",
                                     "type": "text",
                                     "config": {
@@ -10124,6 +10180,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "e5e52b8c-cbd8-4eed-9231-ce4a568ae644",
                                     "name": "Date",
                                     "type": "text",
                                     "config": {
@@ -10131,6 +10188,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "701e7248-209b-4d21-bd48-66008d741283",
                                     "name": "Employee",
                                     "type": "text",
                                     "config": {
@@ -10138,6 +10196,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "1e309912-fd3f-48af-83b4-585fcd686ec8",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
@@ -10712,6 +10771,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "d1e0eef3-daf0-4fed-92a3-3546dd2e81ed",
                                     "name": "Activity",
                                     "type": "text",
                                     "config": {
@@ -10719,6 +10779,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "d7d4a0a9-14a1-437c-9f3d-b32361e6e9da",
                                     "name": "Contact",
                                     "type": "text",
                                     "config": {
@@ -10726,6 +10787,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ecf49a59-c967-4ee7-a1e9-d144ca8543aa",
                                     "name": "Pipeline",
                                     "type": "text",
                                     "config": {
@@ -10733,6 +10795,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "6b12843d-d98e-4185-9a18-6ec22a6b88b8",
                                     "name": "Date",
                                     "type": "text",
                                     "config": {
@@ -10740,6 +10803,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "fda6d563-e5ae-41ef-a5e2-5d2623d5a58e",
                                     "name": "Employee",
                                     "type": "text",
                                     "config": {
@@ -10747,6 +10811,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "e618ffbb-2807-48b9-9bf5-f9f2fd72991a",
                                     "name": "-",
                                     "type": "link",
                                     "config": {
diff --git a/backend/templates/lightweight-crm.zip b/backend/templates/lightweight-crm.zip
index 9597781ab..664dfeb9f 100644
Binary files a/backend/templates/lightweight-crm.zip and b/backend/templates/lightweight-crm.zip differ
diff --git a/backend/templates/task-management.json b/backend/templates/task-management.json
index 230bc75bb..8817ecbd9 100644
--- a/backend/templates/task-management.json
+++ b/backend/templates/task-management.json
@@ -34,16 +34,16 @@
                             "name": "Code",
                             "order": 0,
                             "primary": true,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "join((concat('T-',replace(field('Project'),'P-',''),'-',field('Autonumber'))),'')",
                             "formula_type": "text"
                         },
@@ -146,16 +146,16 @@
                             "name": "Status",
                             "order": 9,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "if(\nfield('Start') > now(),'Not started yet',\nif(field('Actual end date') <= now(),'Complete',if(isblank(field('Actual end date')),'In progress',''))\n)",
                             "formula_type": "text"
                         },
@@ -165,16 +165,16 @@
                             "name": "Estimated end date",
                             "order": 10,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": false,
-                            "nullable": true,
+                            "date_show_tzinfo": false,
+                            "duration_format": null,
+                            "date_time_format": "24",
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": "ISO",
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": false,
-                            "array_formula_type": null,
-                            "date_time_format": "24",
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": true,
                             "formula": "field('Start') + date_interval(concat(field('Duration in days'),' days'))",
                             "formula_type": "date"
                         },
@@ -268,16 +268,16 @@
                             "name": "Is overdue",
                             "order": 17,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "field('Actual end date') > field('Estimated end date')",
                             "formula_type": "boolean"
                         },
@@ -287,16 +287,16 @@
                             "name": "Days overdue",
                             "order": 18,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": true,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": true,
                             "formula": "date_diff('dd',field('Estimated end date'),field('Actual end date'))",
                             "formula_type": "number"
                         },
@@ -306,16 +306,16 @@
                             "name": "Days until end",
                             "order": 19,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": true,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": true,
                             "formula": "if(field('Status') != 'Complete', date_diff('dd',now(),field('Estimated end date')),0)",
                             "formula_type": "number"
                         },
@@ -335,16 +335,16 @@
                             "name": "Prerequisites OK",
                             "order": 21,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "or(count(field('Prerequisites')) = 0, every(lookup('Prerequisites','Status') = 'Complete'))",
                             "formula_type": "boolean"
                         },
@@ -354,16 +354,16 @@
                             "name": "Project code",
                             "order": 22,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "through_field_id": 9258,
                             "target_field_id": 9310,
                             "rollup_function": "min"
@@ -374,16 +374,16 @@
                             "name": "Assignee name",
                             "order": 23,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": true,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": true,
                             "through_field_id": 9259,
                             "target_field_id": 9277,
                             "rollup_function": "min"
@@ -394,16 +394,16 @@
                             "name": "Today",
                             "order": 25,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": false,
-                            "nullable": true,
+                            "date_show_tzinfo": false,
+                            "duration_format": null,
+                            "date_time_format": "24",
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": "ISO",
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": false,
-                            "array_formula_type": null,
-                            "date_time_format": "24",
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": true,
                             "formula": "now()",
                             "formula_type": "date"
                         }
@@ -3493,329 +3493,6 @@
                                     "aggregation_raw_type": ""
                                 }
                             ]
-                        },
-                        {
-                            "id": 4258,
-                            "type": "calendar",
-                            "name": "Testing",
-                            "order": 14,
-                            "ownership_type": "collaborative",
-                            "owned_by": "frederik@baserow.io",
-                            "filter_type": "AND",
-                            "filters_disabled": false,
-                            "filters": [],
-                            "filter_groups": [],
-                            "sortings": [],
-                            "decorations": [],
-                            "public": false,
-                            "date_field_id": 9254,
-                            "field_options": [
-                                {
-                                    "id": 1073,
-                                    "field_id": 9252,
-                                    "hidden": false,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1074,
-                                    "field_id": 9253,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1075,
-                                    "field_id": 9254,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1076,
-                                    "field_id": 9255,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1077,
-                                    "field_id": 9256,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1078,
-                                    "field_id": 9257,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1079,
-                                    "field_id": 9258,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1080,
-                                    "field_id": 9259,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1081,
-                                    "field_id": 9260,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1082,
-                                    "field_id": 9261,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1083,
-                                    "field_id": 9262,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1084,
-                                    "field_id": 9263,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1085,
-                                    "field_id": 9264,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1086,
-                                    "field_id": 9265,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1087,
-                                    "field_id": 9266,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1088,
-                                    "field_id": 9267,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1089,
-                                    "field_id": 9268,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1090,
-                                    "field_id": 9269,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1091,
-                                    "field_id": 9270,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1092,
-                                    "field_id": 9271,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1093,
-                                    "field_id": 9272,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1094,
-                                    "field_id": 9273,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1095,
-                                    "field_id": 9274,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 1096,
-                                    "field_id": 9275,
-                                    "hidden": true,
-                                    "order": 32767
-                                }
-                            ]
-                        },
-                        {
-                            "id": 4259,
-                            "type": "gallery",
-                            "name": "Gallery",
-                            "order": 15,
-                            "ownership_type": "collaborative",
-                            "owned_by": "frederik@baserow.io",
-                            "filter_type": "AND",
-                            "filters_disabled": false,
-                            "filters": [],
-                            "filter_groups": [],
-                            "sortings": [],
-                            "decorations": [],
-                            "public": false,
-                            "field_options": [
-                                {
-                                    "id": 7216,
-                                    "field_id": 9252,
-                                    "hidden": false,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7217,
-                                    "field_id": 9253,
-                                    "hidden": false,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7218,
-                                    "field_id": 9254,
-                                    "hidden": false,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7219,
-                                    "field_id": 9255,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7220,
-                                    "field_id": 9256,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7221,
-                                    "field_id": 9257,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7222,
-                                    "field_id": 9258,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7223,
-                                    "field_id": 9259,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7224,
-                                    "field_id": 9260,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7225,
-                                    "field_id": 9261,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7226,
-                                    "field_id": 9262,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7227,
-                                    "field_id": 9263,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7228,
-                                    "field_id": 9264,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7229,
-                                    "field_id": 9265,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7230,
-                                    "field_id": 9266,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7231,
-                                    "field_id": 9267,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7232,
-                                    "field_id": 9268,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7233,
-                                    "field_id": 9269,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7234,
-                                    "field_id": 9270,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7235,
-                                    "field_id": 9271,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7236,
-                                    "field_id": 9272,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7237,
-                                    "field_id": 9273,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7238,
-                                    "field_id": 9274,
-                                    "hidden": true,
-                                    "order": 32767
-                                },
-                                {
-                                    "id": 7239,
-                                    "field_id": 9275,
-                                    "hidden": true,
-                                    "order": 32767
-                                }
-                            ]
                         }
                     ],
                     "rows": [
@@ -4859,16 +4536,16 @@
                             "name": "Code",
                             "order": 0,
                             "primary": true,
+                            "array_formula_type": "text",
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": "text",
-                            "date_time_format": null,
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "concat(field('Name'),' (',field('Job'),')')",
                             "formula_type": "array"
                         },
@@ -4917,16 +4594,16 @@
                             "name": "Department",
                             "order": 6,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": true,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": true,
                             "through_field_id": 9281,
                             "target_field_id": 9296,
                             "rollup_function": "min"
@@ -4967,16 +4644,16 @@
                             "name": "Active projects",
                             "order": 10,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "count(filter(\nlookup('Projects - Team','Code'),lookup('Projects - Team','Status') = 'In progress'))",
                             "formula_type": "number"
                         },
@@ -4986,16 +4663,16 @@
                             "name": "Scheduled projects",
                             "order": 11,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "count(filter(\nlookup('Projects - Team','Code'),lookup('Projects - Team','Status') = 'Not started yet'))",
                             "formula_type": "number"
                         },
@@ -5005,16 +4682,16 @@
                             "name": "Completed projects",
                             "order": 12,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "count(filter(\nlookup('Projects - Team','Code'),lookup('Projects - Team','Status') = 'Complete'))",
                             "formula_type": "number"
                         },
@@ -5024,16 +4701,16 @@
                             "name": "Active tasks",
                             "order": 13,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'In progress'))",
                             "formula_type": "number"
                         },
@@ -5043,16 +4720,16 @@
                             "name": "Scheduled tasks",
                             "order": 14,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'Not started yet'))",
                             "formula_type": "number"
                         },
@@ -5062,16 +4739,16 @@
                             "name": "Completed tasks",
                             "order": 15,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'Complete'))",
                             "formula_type": "number"
                         },
@@ -5081,16 +4758,16 @@
                             "name": "Total projects",
                             "order": 16,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "field('Active projects') + field('Scheduled projects') + field('Completed projects')",
                             "formula_type": "number"
                         },
@@ -5100,16 +4777,16 @@
                             "name": "Total tasks",
                             "order": 17,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "field('Active tasks') + field('Scheduled tasks') + field('Completed tasks')",
                             "formula_type": "number"
                         }
@@ -7121,16 +6798,16 @@
                             "name": "Staff count",
                             "order": 5,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "through_field_id": 9297
                         },
                         {
@@ -7139,16 +6816,16 @@
                             "name": "Total projects count",
                             "order": 6,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "through_field_id": 9297,
                             "target_field_id": 9292,
                             "rollup_function": "sum"
@@ -7159,16 +6836,16 @@
                             "name": "Department name",
                             "order": 7,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "join(lookup('Department','Name'),'')",
                             "formula_type": "text"
                         },
@@ -7178,16 +6855,16 @@
                             "name": "Active projects count",
                             "order": 8,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "through_field_id": 9297,
                             "target_field_id": 9286,
                             "rollup_function": "sum"
@@ -7198,16 +6875,16 @@
                             "name": "Projects by staff ratio",
                             "order": 9,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 10,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 10,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "if(field('Active projects count') = 0,0,field('Staff count') / field('Active projects count'))",
                             "formula_type": "number"
                         }
@@ -8906,16 +8583,16 @@
                             "name": "Staff count",
                             "order": 4,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "through_field_id": 9305,
                             "target_field_id": 9298,
                             "rollup_function": "sum"
@@ -8926,16 +8603,16 @@
                             "name": "Total projects count",
                             "order": 5,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "through_field_id": 9305,
                             "target_field_id": 9299,
                             "rollup_function": "sum"
@@ -8946,16 +8623,16 @@
                             "name": "Active projects count",
                             "order": 6,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "through_field_id": 9305,
                             "target_field_id": 9301,
                             "rollup_function": "sum"
@@ -8966,16 +8643,16 @@
                             "name": "Projects by staff ratio",
                             "order": 7,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 10,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 10,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "if(field('Active projects count') = 0,0,field('Staff count') / field('Active projects count'))",
                             "formula_type": "number"
                         }
@@ -9657,16 +9334,16 @@
                             "name": "Code",
                             "order": 0,
                             "primary": true,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "concat('P-',year(field('Start')),month(field('Start')),day(field('Start')),upper(left(field('Title'),5)))",
                             "formula_type": "text"
                         },
@@ -9747,16 +9424,16 @@
                             "name": "Departments involved",
                             "order": 8,
                             "primary": false,
+                            "array_formula_type": "text",
                             "date_include_time": null,
-                            "nullable": true,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": "text",
-                            "date_time_format": null,
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": true,
                             "through_field_id": 9321,
                             "through_field_name": "Team",
                             "target_field_id": 9282,
@@ -9768,16 +9445,16 @@
                             "name": "Is overdue",
                             "order": 9,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "field('Actual end date') > field('Deadline')",
                             "formula_type": "boolean"
                         },
@@ -9787,16 +9464,16 @@
                             "name": "Days overdue",
                             "order": 10,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": true,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": true,
                             "formula": "date_diff('dd',field('Deadline'),field('Actual end date'))",
                             "formula_type": "number"
                         },
@@ -9816,16 +9493,16 @@
                             "name": "Status",
                             "order": 12,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "if(\nfield('Start') > now(),'Not started yet',\nif(field('Actual end date') <= now(),'Complete',if(or(field('Actual end date') > now(),field('Deadline') > now()),'In progress',''))\n)",
                             "formula_type": "text"
                         },
@@ -9845,16 +9522,16 @@
                             "name": "Task budget sum ($ millions)",
                             "order": 14,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 2,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 2,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "through_field_id": 9323,
                             "target_field_id": 9255,
                             "rollup_function": "sum"
@@ -9865,16 +9542,16 @@
                             "name": "Available budget ($ millions)",
                             "order": 15,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 2,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 2,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "field('Project budget ($ millions)') - field('Task budget sum ($ millions)')",
                             "formula_type": "number"
                         },
@@ -9884,16 +9561,16 @@
                             "name": "Budget scheduled %",
                             "order": 16,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 10,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 10,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "(field('Task budget sum ($ millions)') /field('Project budget ($ millions)')) * 100",
                             "formula_type": "number"
                         },
@@ -9903,16 +9580,16 @@
                             "name": "Active tasks",
                             "order": 17,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'In progress'))",
                             "formula_type": "number"
                         },
@@ -9922,16 +9599,16 @@
                             "name": "Scheduled tasks",
                             "order": 18,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'Not started yet'))",
                             "formula_type": "number"
                         },
@@ -9941,16 +9618,16 @@
                             "name": "Completed tasks",
                             "order": 19,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'Complete'))",
                             "formula_type": "number"
                         },
@@ -9960,16 +9637,16 @@
                             "name": "Total tasks",
                             "order": 20,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "field('Active tasks') + field('Scheduled tasks') + field('Completed tasks')",
                             "formula_type": "number"
                         },
@@ -9979,16 +9656,16 @@
                             "name": "Owner name",
                             "order": 21,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "join(lookup('Owner','Name'),'')",
                             "formula_type": "text"
                         }
@@ -11925,16 +11602,16 @@
                             "name": "Code",
                             "order": 0,
                             "primary": true,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "join(concat('A-',replace(field('Task'),'T-',''),'-',field('Autonumber')),'')",
                             "formula_type": "text"
                         },
@@ -11944,16 +11621,16 @@
                             "name": "Team member",
                             "order": 2,
                             "primary": false,
+                            "array_formula_type": "text",
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": "text",
-                            "date_time_format": null,
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "through_field_id": 9336,
                             "through_field_name": "Task",
                             "target_field_id": 9259,
@@ -12953,22 +12630,6 @@
                                 23
                             ],
                             "field_9337": 43
-                        },
-                        {
-                            "id": 46,
-                            "order": "46.00000000000000000000",
-                            "created_on": "2024-05-14T12:26:30.742833+00:00",
-                            "updated_on": "2024-05-14T12:26:30.742833+00:00",
-                            "created_by": "frederik@baserow.io",
-                            "last_modified_by": "frederik@baserow.io",
-                            "field_9332": null,
-                            "field_9333": null,
-                            "field_9334": null,
-                            "field_9335": "This is a test",
-                            "field_9336": [
-                                23
-                            ],
-                            "field_9337": 44
                         }
                     ]
                 },
@@ -13093,16 +12754,16 @@
                             "name": "Currently in use",
                             "order": 5,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "count(filter(lookup('Tasks','Status'),lookup('Tasks','Status') = 'In progress'))",
                             "formula_type": "number"
                         },
@@ -13112,16 +12773,16 @@
                             "name": "Scheduled start dates",
                             "order": 6,
                             "primary": false,
+                            "array_formula_type": "date",
                             "date_include_time": false,
-                            "nullable": true,
+                            "date_show_tzinfo": false,
+                            "duration_format": null,
+                            "date_time_format": "24",
+                            "date_force_timezone": null,
+                            "number_decimal_places": null,
                             "date_format": "ISO",
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": false,
-                            "array_formula_type": "date",
-                            "date_time_format": "24",
-                            "number_decimal_places": null,
-                            "date_force_timezone": null,
+                            "nullable": true,
                             "formula": "filter(lookup('Tasks','Start'),lookup('Tasks','Status') = 'Not started yet')",
                             "formula_type": "array"
                         },
@@ -13131,16 +12792,16 @@
                             "name": "Currently scheduled",
                             "order": 7,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "count(filter(lookup('Tasks','Status'),lookup('Tasks','Status') = 'Not started yet'))",
                             "formula_type": "number"
                         },
@@ -13150,16 +12811,16 @@
                             "name": "Currently available",
                             "order": 8,
                             "primary": false,
+                            "array_formula_type": null,
                             "date_include_time": null,
-                            "nullable": false,
+                            "date_show_tzinfo": null,
+                            "duration_format": null,
+                            "date_time_format": null,
+                            "date_force_timezone": null,
+                            "number_decimal_places": 0,
                             "date_format": null,
                             "error": null,
-                            "duration_format": null,
-                            "date_show_tzinfo": null,
-                            "array_formula_type": null,
-                            "date_time_format": null,
-                            "number_decimal_places": 0,
-                            "date_force_timezone": null,
+                            "nullable": false,
                             "formula": "field('Quantity') - field('Currently in use')",
                             "formula_type": "number"
                         }
@@ -14297,6 +13958,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "e6b4e615-0ee5-4f2a-bddf-95fb2e1142ef",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -14314,6 +13976,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "3cbdd9aa-f381-4854-a14d-44a2c70e9212",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -14321,6 +13984,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "af6ba25d-f6ec-460a-b2cc-ffd34d44fe19",
                                     "name": "Project",
                                     "type": "link",
                                     "config": {
@@ -14338,6 +14002,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "60d8f277-ae75-4621-a34d-692f3860f1ea",
                                     "name": "Assignee",
                                     "type": "link",
                                     "config": {
@@ -14355,6 +14020,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "07950652-caf7-4366-ad2f-bb6cba7f4658",
                                     "name": "Ready",
                                     "type": "text",
                                     "config": {
@@ -14362,6 +14028,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "1b1cad2f-a43d-41ca-a400-504392b2d2d0",
                                     "name": "Start",
                                     "type": "text",
                                     "config": {
@@ -14369,6 +14036,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "657c44f2-a9f7-4d2b-b9e4-b9a4926cbcff",
                                     "name": "To go",
                                     "type": "text",
                                     "config": {
@@ -14630,6 +14298,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "5e1057c2-db8c-4501-8c0e-b24eceacc28b",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -14647,6 +14316,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "e79dcb00-61f2-4265-b035-8d653d261d3f",
                                     "name": "Name",
                                     "type": "text",
                                     "config": {
@@ -14654,6 +14324,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "41001e6a-bc58-4b31-bb5d-523e324bf59f",
                                     "name": "Assigned budget",
                                     "type": "text",
                                     "config": {
@@ -14661,6 +14332,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ffd4e957-dfc5-4a8c-a29f-178d3baa730e",
                                     "name": "Owner",
                                     "type": "link",
                                     "config": {
@@ -14678,6 +14350,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "fee93176-1256-4464-b32b-1e17211d3966",
                                     "name": "From",
                                     "type": "text",
                                     "config": {
@@ -14685,6 +14358,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "8bf150bd-7516-40a7-b944-8015289b06f5",
                                     "name": "Until",
                                     "type": "text",
                                     "config": {
@@ -14747,6 +14421,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "078f7d8c-f22e-4235-b83b-0eb0ae09b44d",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -14764,6 +14439,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "597d0a27-d957-43c1-94e9-9376ec21ea34",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -14771,6 +14447,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "399ef9b1-ef33-4d4a-9506-5be0defee716",
                                     "name": "Assignee",
                                     "type": "link",
                                     "config": {
@@ -14788,6 +14465,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "a6b549d2-f0fa-4cd7-b97f-031966c40ecc",
                                     "name": "Priority",
                                     "type": "text",
                                     "config": {
@@ -14795,6 +14473,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "1459a1b3-597b-4b8c-b53c-271be18b9da4",
                                     "name": "Ready",
                                     "type": "text",
                                     "config": {
@@ -14802,6 +14481,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "1e3bba01-4dc8-4f0d-b635-b4b0466b8a05",
                                     "name": "Start",
                                     "type": "text",
                                     "config": {
@@ -14809,6 +14489,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "16333a0c-20e5-49c4-817d-cab822e90ccb",
                                     "name": "To go",
                                     "type": "text",
                                     "config": {
@@ -15156,6 +14837,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "b99e8c3a-778d-4c57-a602-6dadfa7cc27b",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -15173,6 +14855,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "fd0781b7-4ae7-4b3d-97fc-bbabb6268191",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -15180,6 +14863,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "cb98984c-1495-4f95-8dc8-c2e67db706aa",
                                     "name": "Status",
                                     "type": "text",
                                     "config": {
@@ -15187,6 +14871,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "e94e32bf-2240-4bf8-9faf-dbd4c8801515",
                                     "name": "Start",
                                     "type": "text",
                                     "config": {
@@ -15194,6 +14879,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "a623aebd-4efa-4d51-8f6a-67783a3c0597",
                                     "name": "Deadline",
                                     "type": "text",
                                     "config": {
@@ -15201,6 +14887,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "9f50541f-6459-4f3d-8e26-0607b906c6fb",
                                     "name": "Active",
                                     "type": "text",
                                     "config": {
@@ -15208,6 +14895,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "90d57251-8c64-4337-b2e2-8f8de1b9e9d1",
                                     "name": "Scheduled",
                                     "type": "text",
                                     "config": {
@@ -15215,6 +14903,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "98384528-5008-462a-a3ff-e40cd2b24b10",
                                     "name": "Completed",
                                     "type": "text",
                                     "config": {
@@ -15277,6 +14966,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "cc444709-55a5-422e-be8b-fba3b987c1ee",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -15294,6 +14984,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "bb720f15-27bc-4c51-af1b-eb6d71dbbf7b",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -15301,6 +14992,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "0d01ff55-36fa-4902-9307-c7e9ff1f4bbf",
                                     "name": "Status",
                                     "type": "text",
                                     "config": {
@@ -15308,6 +15000,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "d82206c2-73ab-4944-a6e4-72f4e95bc811",
                                     "name": "Start",
                                     "type": "text",
                                     "config": {
@@ -15315,6 +15008,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "2a5cbafb-591f-4daf-88f6-0e64e3e5bf1c",
                                     "name": "Deadline",
                                     "type": "text",
                                     "config": {
@@ -15322,6 +15016,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ffb71d20-cd2a-4a1d-aa12-7d9c5390a7f1",
                                     "name": "Active",
                                     "type": "text",
                                     "config": {
@@ -15329,6 +15024,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "941b7f68-bb0c-4eed-8fdb-5af6be3d6ff3",
                                     "name": "Scheduled",
                                     "type": "text",
                                     "config": {
@@ -15336,6 +15032,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "9c343a70-a32c-468a-814b-89cfb970187d",
                                     "name": "Completed",
                                     "type": "text",
                                     "config": {
@@ -15398,6 +15095,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "911c0f51-ad0c-4d9e-bb8e-15b30ab81842",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -15415,6 +15113,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "a15ac29c-bbfa-4c25-ab6f-7ffef4f68460",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -15422,6 +15121,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "5a90222c-9d5e-4964-80e2-db95bacd782e",
                                     "name": "Status",
                                     "type": "text",
                                     "config": {
@@ -15429,6 +15129,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "013a5869-04f2-4d6c-b386-6e4b975e3dd8",
                                     "name": "Start",
                                     "type": "text",
                                     "config": {
@@ -15436,6 +15137,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "1c560087-b5c7-451d-8603-b16570ec8d80",
                                     "name": "Deadline",
                                     "type": "text",
                                     "config": {
@@ -15443,6 +15145,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "76ff663e-7094-418e-9632-4a8d9a5212d0",
                                     "name": "Active",
                                     "type": "text",
                                     "config": {
@@ -15450,6 +15153,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "d8a52811-8a61-48aa-88af-e86fe1d78acb",
                                     "name": "Scheduled",
                                     "type": "text",
                                     "config": {
@@ -15457,6 +15161,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "39fafebb-123a-4cc4-ab04-b3faf5a0cc33",
                                     "name": "Completed",
                                     "type": "text",
                                     "config": {
@@ -16002,6 +15707,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "fbc6ad70-75a2-4b42-b416-350a7845bbe8",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -16019,6 +15725,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "86f64aee-052b-44c8-a093-8b0876ce9141",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -16026,6 +15733,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "c2867f9a-26d7-4d0e-be75-26806b3621c5",
                                     "name": "Deadline",
                                     "type": "text",
                                     "config": {
@@ -16165,6 +15873,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "1ae94e9d-37c0-4340-a79a-60e25ad82761",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -16182,6 +15891,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "72054f88-f384-4efa-9d06-ce75f88ffbb4",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -16189,6 +15899,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "640c4672-673f-446e-ac4c-8be89acf4c6f",
                                     "name": "Start",
                                     "type": "text",
                                     "config": {
@@ -16224,6 +15935,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "174e9046-d543-4443-a252-a4984fdb36af",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -16241,6 +15953,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "2523a519-a773-423f-98d0-c08af4678b25",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -16460,6 +16173,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "8865d974-9e1a-4898-9455-3e785450ccc3",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -16477,6 +16191,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "d3e6a853-2cb9-4d4a-a7a2-9a031d13e1ac",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -16484,6 +16199,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ebe330fc-eb21-4ad5-bb9d-c22f74b1ac46",
                                     "name": "Assignee",
                                     "type": "link",
                                     "config": {
@@ -16501,6 +16217,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "39abb2a5-3018-4a74-84b8-7aebde0b4d65",
                                     "name": "Priority",
                                     "type": "text",
                                     "config": {
@@ -16508,6 +16225,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "f65c7d44-a0cc-4231-85e7-b70a38244039",
                                     "name": "Ready",
                                     "type": "text",
                                     "config": {
@@ -16515,6 +16233,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ccffcbf5-bb13-426c-8ece-53dade5061a2",
                                     "name": "Start",
                                     "type": "text",
                                     "config": {
@@ -16522,6 +16241,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "78a8834e-7b9e-492e-bf6e-7dfc1421f2ee",
                                     "name": "To go",
                                     "type": "text",
                                     "config": {
@@ -16610,6 +16330,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "3a27cce8-dace-4a44-81d9-ad00e72a73c3",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -16627,6 +16348,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "0e36dc0f-1fb3-41e1-a7c7-bbc5c8f08788",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -16634,6 +16356,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "08d0ac82-89f5-40db-961d-5d849a51a8a3",
                                     "name": "Assignee",
                                     "type": "link",
                                     "config": {
@@ -16651,6 +16374,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "46c91936-fe47-4eae-a02c-94615cbe58ef",
                                     "name": "Priority",
                                     "type": "text",
                                     "config": {
@@ -16658,6 +16382,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "c7e21f1e-0a13-48a4-a51b-baa3fb7a5248",
                                     "name": "Ready",
                                     "type": "text",
                                     "config": {
@@ -16665,6 +16390,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "8bc44ba0-96a7-4e87-8100-cd52b3b71a67",
                                     "name": "Start",
                                     "type": "text",
                                     "config": {
@@ -16672,6 +16398,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "12c54701-4239-45ca-92be-c6c2bdb0e131",
                                     "name": "To go",
                                     "type": "text",
                                     "config": {
@@ -16798,6 +16525,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "fe0a4e76-3004-4e46-9e27-1511160e8a99",
                                     "name": "Name",
                                     "type": "link",
                                     "config": {
@@ -16815,6 +16543,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "dddde951-8c69-42ac-a0e4-1afff60fca91",
                                     "name": "Job role",
                                     "type": "text",
                                     "config": {
@@ -16822,6 +16551,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "6c63b34f-07da-4509-bc96-b829de436eff",
                                     "name": "Department",
                                     "type": "text",
                                     "config": {
@@ -17359,6 +17089,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "4163fccf-4dd5-4a6f-ab5c-5d9e59476893",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -17376,6 +17107,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "2fb151ef-4fa2-4467-b57d-31a424238f5c",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -17383,6 +17115,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "00e4ddc2-f817-4530-a369-ae2ff59bcf69",
                                     "name": "Project",
                                     "type": "link",
                                     "config": {
@@ -17400,6 +17133,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "653941af-a4f2-472a-94ce-6cf33f8cede7",
                                     "name": "Assignee",
                                     "type": "link",
                                     "config": {
@@ -17417,6 +17151,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "5a5ed79b-0ad8-4162-8130-7301a1f8dbfe",
                                     "name": "Ready",
                                     "type": "text",
                                     "config": {
@@ -17424,6 +17159,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "4585b896-697f-4dab-8ccf-30fc6192e1a4",
                                     "name": "Start",
                                     "type": "text",
                                     "config": {
@@ -17431,6 +17167,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "19d5564c-1f7d-4e40-9092-90e8156dba97",
                                     "name": "To go",
                                     "type": "text",
                                     "config": {
@@ -17493,6 +17230,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "fad57a5f-cbc0-4009-a0b6-52a892cefc08",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -17510,6 +17248,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ad47d01b-f6e5-40e2-abe2-3b0c73340f4a",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -17517,6 +17256,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "7687b212-f0c1-4219-8b38-3af373b884ec",
                                     "name": "Project",
                                     "type": "link",
                                     "config": {
@@ -17534,6 +17274,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "aae4c613-eed0-49eb-9c1e-87ed65dd19b7",
                                     "name": "Assignee",
                                     "type": "link",
                                     "config": {
@@ -17551,6 +17292,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "7dea3692-ec7b-492b-a8a2-0a6d1b6250be",
                                     "name": "Priority",
                                     "type": "text",
                                     "config": {
@@ -17558,6 +17300,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "3b1fc418-67fd-4eda-a43b-30027fa1924e",
                                     "name": "Start",
                                     "type": "text",
                                     "config": {
@@ -17565,6 +17308,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "b57972a3-16df-4499-a6b1-7f6693cb7fdf",
                                     "name": "To go",
                                     "type": "text",
                                     "config": {
@@ -17686,6 +17430,7 @@
                             "items_per_page": 10,
                             "fields": [
                                 {
+                                    "uid": "42456b73-244d-4fff-9149-97f12c165bd4",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -17703,6 +17448,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "21e28168-6183-4112-9401-6204e920f3e6",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -17710,6 +17456,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "1525ccb3-ad03-43cb-9b83-5180a96841b6",
                                     "name": "Project",
                                     "type": "link",
                                     "config": {
@@ -17727,6 +17474,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "4f19341c-94b5-4dfd-a861-0e461c8e7458",
                                     "name": "Assignee",
                                     "type": "link",
                                     "config": {
@@ -17744,6 +17492,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "fe6cca78-e1a3-4bc1-ac33-aac09f380291",
                                     "name": "Priority",
                                     "type": "text",
                                     "config": {
@@ -17751,6 +17500,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "0d40c8de-e5a9-416a-aced-d669620cc24d",
                                     "name": "Status",
                                     "type": "text",
                                     "config": {
@@ -17758,6 +17508,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ddb97428-897c-4779-8d3d-c4f084c451f7",
                                     "name": "To go",
                                     "type": "text",
                                     "config": {
@@ -18205,6 +17956,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "20cfe5da-bd6b-4125-8103-1dee5ea7e28a",
                                     "name": "Date",
                                     "type": "text",
                                     "config": {
@@ -18212,6 +17964,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "d067686a-ab07-4915-a4a2-539307c6162c",
                                     "name": "Description",
                                     "type": "text",
                                     "config": {
@@ -18402,6 +18155,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "00889caf-9b25-4f71-9ba5-46f102949c9a",
                                     "name": "Name",
                                     "type": "link",
                                     "config": {
@@ -18419,6 +18173,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "a71bbe1c-e67a-4152-9ed8-d0952ab8d2ef",
                                     "name": "Availble",
                                     "type": "text",
                                     "config": {
@@ -19213,6 +18968,7 @@
                             "items_per_page": 10,
                             "fields": [
                                 {
+                                    "uid": "8c4f3110-6d1d-4bea-a07b-a73a88fdd4e8",
                                     "name": "Name",
                                     "type": "link",
                                     "config": {
@@ -19230,6 +18986,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "21b1eacd-f387-45fa-84db-34581b863847",
                                     "name": "Job",
                                     "type": "text",
                                     "config": {
@@ -19237,6 +18994,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "7af96238-8b9f-4f51-9285-eed0fdef35b5",
                                     "name": "Active T",
                                     "type": "text",
                                     "config": {
@@ -19244,6 +19002,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "c7feecd5-7ce7-4da8-96c0-cfdb154a1713",
                                     "name": "Scheduled T",
                                     "type": "text",
                                     "config": {
@@ -19251,6 +19010,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "a7e2eea9-81ff-4ba5-94e4-2f6ec36919df",
                                     "name": "Active P",
                                     "type": "text",
                                     "config": {
@@ -19258,6 +19018,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "92e34504-9b45-4428-8223-54f1136a453c",
                                     "name": "Scheduled P",
                                     "type": "text",
                                     "config": {
@@ -19855,6 +19616,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "333ce348-4098-4f43-b38e-84db9e46eedb",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -19872,6 +19634,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "ef8689e6-ddf3-45b8-a9c9-6898586ac050",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -19879,6 +19642,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "193196e1-d189-468a-9861-c94e87da4f98",
                                     "name": "Assigned buget",
                                     "type": "text",
                                     "config": {
@@ -19886,6 +19650,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "53087b1f-a033-4be1-bf00-2590d6857b74",
                                     "name": "Owner",
                                     "type": "link",
                                     "config": {
@@ -19903,6 +19668,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "89db74f0-756a-40d7-9702-d987c4a28864",
                                     "name": "From",
                                     "type": "text",
                                     "config": {
@@ -19910,6 +19676,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "679e377c-f996-4a69-b6a8-c57d14a46423",
                                     "name": "Until",
                                     "type": "text",
                                     "config": {
@@ -19972,6 +19739,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "806dd508-0b62-41fe-878d-2792b73e823e",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -19989,6 +19757,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "fb2239cc-0ac9-41d8-b8bb-60bae54d0e37",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
@@ -19996,6 +19765,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "b2a13b9d-4840-4295-9b41-62aaca43e86f",
                                     "name": "Priority",
                                     "type": "text",
                                     "config": {
@@ -20003,6 +19773,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "d87def1c-e345-4cee-99eb-3cfd4d6c8b3a",
                                     "name": "Ready",
                                     "type": "text",
                                     "config": {
@@ -20010,6 +19781,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "f364d423-29ea-48d2-a64b-7408ba748840",
                                     "name": "Start",
                                     "type": "text",
                                     "config": {
@@ -20017,6 +19789,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "5325ba3e-418c-4957-8afc-18c13c76b46c",
                                     "name": "To go",
                                     "type": "text",
                                     "config": {
@@ -20024,6 +19797,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "1513737a-4b85-4baf-a874-9bc99d099f97",
                                     "name": "Project",
                                     "type": "link",
                                     "config": {
@@ -20401,6 +20175,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "ecdaa588-d8e2-4239-b88d-92666bdf23ef",
                                     "name": "Name",
                                     "type": "link",
                                     "config": {
@@ -20418,6 +20193,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "cfc24467-8ba4-431c-8eb8-d0e5b6aaf250",
                                     "name": "Category",
                                     "type": "text",
                                     "config": {
@@ -20425,6 +20201,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "e3b45561-b21f-410d-babb-87dbf0d35ae5",
                                     "name": "Quantity",
                                     "type": "text",
                                     "config": {
@@ -20432,6 +20209,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "14636e88-73b4-44cb-87a5-ef53ac16df21",
                                     "name": "In use",
                                     "type": "text",
                                     "config": {
@@ -20439,6 +20217,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "6bd17316-ddb9-4c74-ab26-cfbd959782da",
                                     "name": "Scheduled",
                                     "type": "text",
                                     "config": {
@@ -20446,6 +20225,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "67e59d8e-2ebd-4d0f-b32b-e1294abc4a70",
                                     "name": "Available",
                                     "type": "text",
                                     "config": {
@@ -20508,6 +20288,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "1f133d52-976d-4612-9d78-d7ac0431b0b1",
                                     "name": "Name",
                                     "type": "link",
                                     "config": {
@@ -20525,6 +20306,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "69ef41c4-1f35-45f1-9f94-ad5426e01ec8",
                                     "name": "Category",
                                     "type": "text",
                                     "config": {
@@ -20532,6 +20314,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "9dac8a85-a7cf-4307-897a-3417c146e5ea",
                                     "name": "Quantity",
                                     "type": "text",
                                     "config": {
@@ -20539,6 +20322,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "2cf6ff23-a04a-4276-a5ff-ede0bdf80b5a",
                                     "name": "In use",
                                     "type": "text",
                                     "config": {
@@ -20546,6 +20330,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "e5656407-1084-400d-aa6a-580b23b5d26a",
                                     "name": "Scheduled",
                                     "type": "text",
                                     "config": {
@@ -20553,6 +20338,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "dbe09851-490b-4522-8a76-3f64d772d3bb",
                                     "name": "Available",
                                     "type": "text",
                                     "config": {
@@ -20615,6 +20401,7 @@
                             "items_per_page": 10,
                             "fields": [
                                 {
+                                    "uid": "1093c0ed-2853-49e7-8f28-0ca599ffb7ca",
                                     "name": "Name",
                                     "type": "link",
                                     "config": {
@@ -20632,6 +20419,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "199edc72-63ef-4780-83a9-a186ac3b5af6",
                                     "name": "Category",
                                     "type": "text",
                                     "config": {
@@ -20639,6 +20427,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "7bed9ca2-b47a-49b2-a43a-bde7ecabbbd7",
                                     "name": "Quantity",
                                     "type": "text",
                                     "config": {
@@ -20646,6 +20435,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "4194a8fd-2042-4c52-b6a2-ee86267dfa76",
                                     "name": "In use",
                                     "type": "text",
                                     "config": {
@@ -20653,6 +20443,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "9a96222b-d7d1-465e-8199-ee234cca4d91",
                                     "name": "Scheduled",
                                     "type": "text",
                                     "config": {
@@ -20660,6 +20451,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "54c3e305-0edd-49f2-9e00-f05f16dce846",
                                     "name": "Available",
                                     "type": "text",
                                     "config": {
@@ -21092,6 +20884,7 @@
                             "items_per_page": 20,
                             "fields": [
                                 {
+                                    "uid": "3f9aefea-bf79-4279-ba59-fd96c1f47cd7",
                                     "name": "Code",
                                     "type": "link",
                                     "config": {
@@ -21109,6 +20902,7 @@
                                     }
                                 },
                                 {
+                                    "uid": "99e33b12-57a1-47a4-bff0-53ec3d20eb86",
                                     "name": "Title",
                                     "type": "text",
                                     "config": {
diff --git a/backend/templates/task-management.zip b/backend/templates/task-management.zip
index 8a2631572..d2ebfc331 100644
Binary files a/backend/templates/task-management.zip and b/backend/templates/task-management.zip differ