{
    "baserow_template_version": 1,
    "name": "Task Management",
    "icon": "iconoir-task-list",
    "keywords": [
        "task management",
        "project planning",
        "task scheduling",
        "planning",
        "budget overview",
        "workload management",
        "track progress",
        "deadlines",
        "tasks"
    ],
    "categories": [
        "Project Management"
    ],
    "export": [
        {
            "id": 685,
            "name": "Task Management",
            "order": 1,
            "type": "database",
            "tables": [
                {
                    "id": 2962,
                    "name": "Departments",
                    "order": 1,
                    "fields": [
                        {
                            "id": 28286,
                            "type": "text",
                            "name": "Name",
                            "description": null,
                            "order": 0,
                            "primary": true,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "text_default": ""
                        },
                        {
                            "id": 28287,
                            "type": "text",
                            "name": "Description",
                            "description": null,
                            "order": 1,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "text_default": ""
                        },
                        {
                            "id": 28288,
                            "type": "link_row",
                            "name": "Job roles",
                            "description": null,
                            "order": 2,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2963,
                            "link_row_related_field_id": 28291,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 28373,
                            "type": "rollup",
                            "name": "Staff count",
                            "description": null,
                            "order": 4,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "through_field_id": 28288,
                            "target_field_id": 28352,
                            "rollup_function": "sum"
                        },
                        {
                            "id": 28384,
                            "type": "rollup",
                            "name": "Total projects count",
                            "description": null,
                            "order": 5,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "through_field_id": 28288,
                            "target_field_id": 28382,
                            "rollup_function": "sum"
                        },
                        {
                            "id": 28380,
                            "type": "rollup",
                            "name": "Active projects count",
                            "description": null,
                            "order": 6,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "through_field_id": 28288,
                            "target_field_id": 28374,
                            "rollup_function": "sum"
                        },
                        {
                            "id": 28383,
                            "type": "formula",
                            "name": "Projects by staff ratio",
                            "description": null,
                            "order": 7,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 2,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "if(field('Active projects count') = 0,0,round(field('Staff count') / field('Active projects count'),2))",
                            "formula_type": "number"
                        }
                    ],
                    "views": [
                        {
                            "id": 11958,
                            "type": "grid",
                            "name": "All departments",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8540,
                                    "field_id": 28373,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94169,
                                    "field_id": 28286,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94170,
                                    "field_id": 28287,
                                    "width": 400,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94171,
                                    "field_id": 28288,
                                    "width": 637,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94172,
                                    "field_id": 28373,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94173,
                                    "field_id": 28384,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94174,
                                    "field_id": 28380,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94175,
                                    "field_id": 28383,
                                    "width": 215,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11959,
                            "type": "grid",
                            "name": "Departments with active projects",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7219,
                                    "field_id": 28380,
                                    "type": "higher_than",
                                    "value": "0",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8541,
                                    "field_id": 28373,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94176,
                                    "field_id": 28286,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94177,
                                    "field_id": 28287,
                                    "width": 400,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94178,
                                    "field_id": 28288,
                                    "width": 637,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94179,
                                    "field_id": 28373,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94180,
                                    "field_id": 28384,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94181,
                                    "field_id": 28380,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94182,
                                    "field_id": 28383,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11960,
                            "type": "grid",
                            "name": "Departments with projects to staff ratio < 1",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7220,
                                    "field_id": 28380,
                                    "type": "higher_than",
                                    "value": "0",
                                    "group": null
                                },
                                {
                                    "id": 7221,
                                    "field_id": 28383,
                                    "type": "lower_than",
                                    "value": "1",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8542,
                                    "field_id": 28373,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94183,
                                    "field_id": 28286,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94184,
                                    "field_id": 28287,
                                    "width": 400,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94185,
                                    "field_id": 28288,
                                    "width": 637,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94186,
                                    "field_id": 28373,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94187,
                                    "field_id": 28384,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94188,
                                    "field_id": 28380,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94189,
                                    "field_id": 28383,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2024-02-01T12:45:07.248167+00:00",
                            "updated_on": "2024-02-01T12:45:07.248167+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28286": "Architecture",
                            "field_28287": "Responsible for conceptualizing and designing architectural plans for buildings and structures.",
                            "field_28288": [
                                3,
                                5,
                                6,
                                7
                            ],
                            "field_28373": null,
                            "field_28384": null,
                            "field_28380": null,
                            "field_28383": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2024-02-01T12:45:07.248206+00:00",
                            "updated_on": "2024-02-01T12:45:07.248206+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28286": "Civil Engineering",
                            "field_28287": "Focuses on civil infrastructure design",
                            "field_28288": [
                                8,
                                9,
                                12
                            ],
                            "field_28373": null,
                            "field_28384": null,
                            "field_28380": null,
                            "field_28383": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2024-02-01T12:45:07.248239+00:00",
                            "updated_on": "2024-02-01T12:45:07.248239+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28286": "Mechanical Engineering",
                            "field_28287": "Deals with HVAC systems",
                            "field_28288": [
                                19,
                                20
                            ],
                            "field_28373": null,
                            "field_28384": null,
                            "field_28380": null,
                            "field_28383": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2024-02-01T12:45:07.248253+00:00",
                            "updated_on": "2024-02-01T12:45:07.248253+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28286": "Electrical Engineering",
                            "field_28287": "Handles electrical systems",
                            "field_28288": [
                                25
                            ],
                            "field_28373": null,
                            "field_28384": null,
                            "field_28380": null,
                            "field_28383": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2024-02-01T12:45:07.248268+00:00",
                            "updated_on": "2024-02-01T12:45:07.248268+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28286": "Project Management",
                            "field_28287": "Oversees project planning",
                            "field_28288": [
                                28,
                                30
                            ],
                            "field_28373": null,
                            "field_28384": null,
                            "field_28380": null,
                            "field_28383": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2024-02-01T12:45:07.248283+00:00",
                            "updated_on": "2024-02-01T12:45:07.248283+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28286": "Construction Management",
                            "field_28287": "Manages on-site construction activities",
                            "field_28288": [
                                34
                            ],
                            "field_28373": null,
                            "field_28384": null,
                            "field_28380": null,
                            "field_28383": null
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2024-02-01T12:45:07.248298+00:00",
                            "updated_on": "2024-02-01T12:45:07.248298+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28286": "Quality Control/Assurance",
                            "field_28287": "Ensures that construction projects and designs meet quality standards and comply with regulations.",
                            "field_28288": [
                                38,
                                40,
                                42
                            ],
                            "field_28373": null,
                            "field_28384": null,
                            "field_28380": null,
                            "field_28383": null
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2024-02-01T12:45:07.248313+00:00",
                            "updated_on": "2024-02-01T12:45:07.248313+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28286": "BIM (Building Information Modeling)",
                            "field_28287": "Utilizes digital tools to create and manage a collaborative model for construction projects.",
                            "field_28288": [
                                44
                            ],
                            "field_28373": null,
                            "field_28384": null,
                            "field_28380": null,
                            "field_28383": null
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2024-02-01T12:45:07.248342+00:00",
                            "updated_on": "2024-02-01T12:45:07.248342+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28286": "Urban Planning",
                            "field_28287": "Focuses on city planning",
                            "field_28288": [
                                53,
                                56
                            ],
                            "field_28373": null,
                            "field_28384": null,
                            "field_28380": null,
                            "field_28383": null
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2024-02-01T12:45:07.248357+00:00",
                            "updated_on": "2024-02-01T12:45:07.248357+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28286": "Interior Design",
                            "field_28287": "Handles the aesthetic and functional aspects of interior spaces in buildings.",
                            "field_28288": [
                                59
                            ],
                            "field_28373": null,
                            "field_28384": null,
                            "field_28380": null,
                            "field_28383": null
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2024-02-01T12:45:07.248371+00:00",
                            "updated_on": "2024-02-01T12:45:07.248371+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28286": "Environmental Sustainability",
                            "field_28287": "Focuses on incorporating sustainable and eco-friendly practices into design and construction.",
                            "field_28288": [
                                63,
                                67
                            ],
                            "field_28373": null,
                            "field_28384": null,
                            "field_28380": null,
                            "field_28383": null
                        }
                    ],
                    "data_sync": null
                },
                {
                    "id": 2963,
                    "name": "Job roles",
                    "order": 2,
                    "fields": [
                        {
                            "id": 28289,
                            "type": "text",
                            "name": "Name",
                            "description": null,
                            "order": 0,
                            "primary": true,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "text_default": ""
                        },
                        {
                            "id": 28290,
                            "type": "text",
                            "name": "Description",
                            "description": null,
                            "order": 1,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "text_default": ""
                        },
                        {
                            "id": 28291,
                            "type": "link_row",
                            "name": "Department",
                            "description": null,
                            "order": 3,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2962,
                            "link_row_related_field_id": 28288,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 28292,
                            "type": "link_row",
                            "name": "Staff",
                            "description": null,
                            "order": 4,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2964,
                            "link_row_related_field_id": 28297,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 28352,
                            "type": "count",
                            "name": "Staff count",
                            "description": null,
                            "order": 5,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "through_field_id": 28292
                        },
                        {
                            "id": 28382,
                            "type": "rollup",
                            "name": "Total projects count",
                            "description": null,
                            "order": 6,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "through_field_id": 28292,
                            "target_field_id": 28375,
                            "rollup_function": "sum"
                        },
                        {
                            "id": 28335,
                            "type": "formula",
                            "name": "Department name",
                            "description": null,
                            "order": 7,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "join(lookup('Department','Name'),'')",
                            "formula_type": "text"
                        },
                        {
                            "id": 28374,
                            "type": "rollup",
                            "name": "Active projects count",
                            "description": null,
                            "order": 8,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "through_field_id": 28292,
                            "target_field_id": 28354,
                            "rollup_function": "sum"
                        },
                        {
                            "id": 28381,
                            "type": "formula",
                            "name": "Projects by staff ratio",
                            "description": null,
                            "order": 9,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 2,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "if(field('Active projects count') = 0,0,round(field('Staff count') / field('Active projects count'),2))",
                            "formula_type": "number"
                        }
                    ],
                    "views": [
                        {
                            "id": 11961,
                            "type": "grid",
                            "name": "All job roles",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8543,
                                    "field_id": 28352,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94190,
                                    "field_id": 28289,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94191,
                                    "field_id": 28290,
                                    "width": 400,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94192,
                                    "field_id": 28291,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94193,
                                    "field_id": 28335,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94194,
                                    "field_id": 28292,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94195,
                                    "field_id": 28352,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94196,
                                    "field_id": 28382,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94197,
                                    "field_id": 28374,
                                    "width": 203,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94198,
                                    "field_id": 28381,
                                    "width": 210,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11962,
                            "type": "grid",
                            "name": "Job roles grouped by department",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [],
                            "group_bys": [
                                {
                                    "id": 604,
                                    "field_id": 28335,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94199,
                                    "field_id": 28289,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94200,
                                    "field_id": 28290,
                                    "width": 400,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94201,
                                    "field_id": 28291,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94202,
                                    "field_id": 28335,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94203,
                                    "field_id": 28292,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94204,
                                    "field_id": 28352,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94205,
                                    "field_id": 28382,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94206,
                                    "field_id": 28374,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94207,
                                    "field_id": 28381,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11963,
                            "type": "grid",
                            "name": "Job roles with active projects",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7222,
                                    "field_id": 28374,
                                    "type": "higher_than",
                                    "value": "0",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8544,
                                    "field_id": 28352,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94208,
                                    "field_id": 28289,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94209,
                                    "field_id": 28290,
                                    "width": 400,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94210,
                                    "field_id": 28291,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94211,
                                    "field_id": 28335,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94212,
                                    "field_id": 28292,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94213,
                                    "field_id": 28352,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94214,
                                    "field_id": 28374,
                                    "width": 203,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94215,
                                    "field_id": 28381,
                                    "width": 210,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94216,
                                    "field_id": 28382,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11964,
                            "type": "grid",
                            "name": "Job roles with projects to staff ratio < 1",
                            "order": 4,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7223,
                                    "field_id": 28381,
                                    "type": "lower_than",
                                    "value": "1",
                                    "group": null
                                },
                                {
                                    "id": 7224,
                                    "field_id": 28374,
                                    "type": "higher_than",
                                    "value": "0",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8545,
                                    "field_id": 28352,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94217,
                                    "field_id": 28289,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94218,
                                    "field_id": 28290,
                                    "width": 400,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94219,
                                    "field_id": 28291,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94220,
                                    "field_id": 28335,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94221,
                                    "field_id": 28292,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94222,
                                    "field_id": 28352,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94223,
                                    "field_id": 28374,
                                    "width": 203,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94224,
                                    "field_id": 28381,
                                    "width": 210,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94225,
                                    "field_id": 28382,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.717469+00:00",
                            "updated_on": "2024-02-01T12:53:22.502762+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Architect",
                            "field_28290": "Designs and plans architectural concepts for buildings and structures.",
                            "field_28291": [
                                3
                            ],
                            "field_28292": [
                                5,
                                1
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.717529+00:00",
                            "updated_on": "2024-02-01T12:56:43.281610+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Interior Designer",
                            "field_28290": "Focuses on the aesthetic and functional aspects of interior spaces in buildings.",
                            "field_28291": [
                                3
                            ],
                            "field_28292": [
                                2
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.717545+00:00",
                            "updated_on": "2024-02-01T12:56:43.651238+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Project Architect",
                            "field_28290": "Leads and manages architectural projects from conception to completion.",
                            "field_28291": [
                                3
                            ],
                            "field_28292": [
                                4
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.717561+00:00",
                            "updated_on": "2024-02-01T12:56:43.995449+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "BIM Specialist",
                            "field_28290": "Utilizes Building Information Modeling (BIM) tools for collaborative project modeling.",
                            "field_28291": [
                                3
                            ],
                            "field_28292": [
                                6
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.717576+00:00",
                            "updated_on": "2024-02-01T12:53:25.990621+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Civil Engineer",
                            "field_28290": "Designs and oversees civil infrastructure projects such as roads and bridges.",
                            "field_28291": [
                                4
                            ],
                            "field_28292": [
                                7
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.717592+00:00",
                            "updated_on": "2024-02-01T12:56:46.506290+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Geotechnical Engineer",
                            "field_28290": "Analyzes soil and rock properties to ensure stable foundations for structures.",
                            "field_28291": [
                                4
                            ],
                            "field_28292": [
                                3
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.717637+00:00",
                            "updated_on": "2024-02-01T12:56:47.518266+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Structural Engineer",
                            "field_28290": "Designs and ensures the stability of structures such as buildings and bridges.",
                            "field_28291": [
                                4
                            ],
                            "field_28292": [
                                8
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 19,
                            "order": "19.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.717743+00:00",
                            "updated_on": "2024-02-01T12:56:53.283124+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Energy Systems Engineer",
                            "field_28290": "Focuses on designing energy-efficient systems for buildings.",
                            "field_28291": [
                                6
                            ],
                            "field_28292": [
                                9
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 20,
                            "order": "20.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.717758+00:00",
                            "updated_on": "2024-02-01T12:56:53.643662+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Fire Protection Engineer",
                            "field_28290": "Specializes in designing systems to prevent and mitigate fire hazards.",
                            "field_28291": [
                                6
                            ],
                            "field_28292": [
                                23
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 25,
                            "order": "25.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.717834+00:00",
                            "updated_on": "2024-02-01T12:56:57.055704+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Lighting Designer",
                            "field_28290": "Specializes in creating lighting plans to enhance the visual appeal of spaces.",
                            "field_28291": [
                                7
                            ],
                            "field_28292": [
                                19
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 28,
                            "order": "28.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.717879+00:00",
                            "updated_on": "2024-02-01T12:53:49.112090+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Project Manager",
                            "field_28290": "Oversees project planning",
                            "field_28291": [
                                8
                            ],
                            "field_28292": [
                                15,
                                16
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 30,
                            "order": "30.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.717910+00:00",
                            "updated_on": "2024-02-01T12:57:00.004933+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Cost Estimator",
                            "field_28290": "Analyzes project requirements to provide accurate cost estimates.",
                            "field_28291": [
                                8
                            ],
                            "field_28292": [
                                10
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 34,
                            "order": "34.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.717971+00:00",
                            "updated_on": "2024-02-01T12:56:35.674135+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Safety Manager",
                            "field_28290": "Ensures a safe working environment",
                            "field_28291": [
                                9
                            ],
                            "field_28292": [
                                11
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 38,
                            "order": "38.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.718033+00:00",
                            "updated_on": "2024-02-01T12:54:01.854033+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Quality Assurance Specialist",
                            "field_28290": "Ensures that construction projects and designs meet quality standards and compliance.",
                            "field_28291": [
                                10
                            ],
                            "field_28292": [
                                21
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 40,
                            "order": "40.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.718063+00:00",
                            "updated_on": "2024-02-01T12:56:30.887743+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Materials Testing Technician",
                            "field_28290": "Performs tests on construction materials to ensure quality and durability.",
                            "field_28291": [
                                10
                            ],
                            "field_28292": [
                                14
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 42,
                            "order": "42.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.718093+00:00",
                            "updated_on": "2024-02-01T12:56:31.634835+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Quality Auditor",
                            "field_28290": "Conducts audits to assess and improve quality control processes.",
                            "field_28291": [
                                10
                            ],
                            "field_28292": [
                                13
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 44,
                            "order": "44.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.718123+00:00",
                            "updated_on": "2024-02-01T12:56:26.239837+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "BIM Coordinator",
                            "field_28290": "Coordinates and oversees BIM projects",
                            "field_28291": [
                                11
                            ],
                            "field_28292": [
                                12
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 53,
                            "order": "53.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.718258+00:00",
                            "updated_on": "2024-02-01T12:54:26.067572+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Urban Planner",
                            "field_28290": "Focuses on city planning",
                            "field_28291": [
                                13
                            ],
                            "field_28292": [
                                17
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 56,
                            "order": "56.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.718304+00:00",
                            "updated_on": "2024-02-01T12:56:22.875999+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Environmental Planner",
                            "field_28290": "Addresses environmental considerations in urban planning and development.",
                            "field_28291": [
                                13
                            ],
                            "field_28292": [
                                24
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 59,
                            "order": "59.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.718348+00:00",
                            "updated_on": "2024-02-01T12:56:17.689853+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Commercial Interior Designer",
                            "field_28290": "Specializes in designing interiors for commercial spaces such as offices and retail.",
                            "field_28291": [
                                14
                            ],
                            "field_28292": [
                                20
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 63,
                            "order": "63.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.718409+00:00",
                            "updated_on": "2024-02-01T12:54:44.754519+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Sustainability Consultant",
                            "field_28290": "Advises on and implements sustainable and eco-friendly practices in design and construction.",
                            "field_28291": [
                                15
                            ],
                            "field_28292": [
                                18
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        },
                        {
                            "id": 67,
                            "order": "67.00000000000000000000",
                            "created_on": "2024-02-01T12:52:28.718469+00:00",
                            "updated_on": "2024-02-01T12:56:14.189727+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28289": "Sustainability Project Manager",
                            "field_28290": "Manages projects focused on integrating sustainability practices into AEC processes.",
                            "field_28291": [
                                15
                            ],
                            "field_28292": [
                                22
                            ],
                            "field_28352": null,
                            "field_28382": null,
                            "field_28335": null,
                            "field_28374": null,
                            "field_28381": null
                        }
                    ],
                    "data_sync": null
                },
                {
                    "id": 2964,
                    "name": "Staff",
                    "order": 3,
                    "fields": [
                        {
                            "id": 28336,
                            "type": "formula",
                            "name": "Code",
                            "description": null,
                            "order": 0,
                            "primary": true,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "concat(field('Name'),' (',min(lookup('Job','Name')),')')",
                            "formula_type": "text"
                        },
                        {
                            "id": 28293,
                            "type": "text",
                            "name": "Name",
                            "description": null,
                            "order": 1,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "text_default": ""
                        },
                        {
                            "id": 28294,
                            "type": "file",
                            "name": "Photo",
                            "description": null,
                            "order": 2,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false
                        },
                        {
                            "id": 28295,
                            "type": "phone_number",
                            "name": "Phone",
                            "description": null,
                            "order": 3,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false
                        },
                        {
                            "id": 28296,
                            "type": "email",
                            "name": "Email",
                            "description": null,
                            "order": 4,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false
                        },
                        {
                            "id": 28297,
                            "type": "link_row",
                            "name": "Job",
                            "description": null,
                            "order": 5,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2963,
                            "link_row_related_field_id": 28292,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 28339,
                            "type": "rollup",
                            "name": "Department",
                            "description": null,
                            "order": 6,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": true,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "through_field_id": 28297,
                            "target_field_id": 28291,
                            "rollup_function": "min"
                        },
                        {
                            "id": 28298,
                            "type": "link_row",
                            "name": "Projects - Owner",
                            "description": null,
                            "order": 7,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2965,
                            "link_row_related_field_id": 28308,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 28299,
                            "type": "link_row",
                            "name": "Projects - Team",
                            "description": null,
                            "order": 8,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2965,
                            "link_row_related_field_id": 28309,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 28300,
                            "type": "link_row",
                            "name": "Tasks",
                            "description": null,
                            "order": 9,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2966,
                            "link_row_related_field_id": 28317,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 28354,
                            "type": "formula",
                            "name": "Active projects",
                            "description": null,
                            "order": 10,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "count(filter(\nlookup('Projects - Team','Code'),lookup('Projects - Team','Status') = 'In progress'))",
                            "formula_type": "number"
                        },
                        {
                            "id": 28355,
                            "type": "formula",
                            "name": "Scheduled projects",
                            "description": null,
                            "order": 11,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "count(filter(\nlookup('Projects - Team','Code'),lookup('Projects - Team','Status') = 'Not started yet'))",
                            "formula_type": "number"
                        },
                        {
                            "id": 28356,
                            "type": "formula",
                            "name": "Completed projects",
                            "description": null,
                            "order": 12,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "count(filter(\nlookup('Projects - Team','Code'),lookup('Projects - Team','Status') = 'Complete'))",
                            "formula_type": "number"
                        },
                        {
                            "id": 28359,
                            "type": "formula",
                            "name": "Active tasks",
                            "description": null,
                            "order": 13,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'In progress'))",
                            "formula_type": "number"
                        },
                        {
                            "id": 28360,
                            "type": "formula",
                            "name": "Scheduled tasks",
                            "description": null,
                            "order": 14,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'Not started yet'))",
                            "formula_type": "number"
                        },
                        {
                            "id": 28361,
                            "type": "formula",
                            "name": "Completed tasks",
                            "description": null,
                            "order": 15,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'Complete'))",
                            "formula_type": "number"
                        },
                        {
                            "id": 28375,
                            "type": "formula",
                            "name": "Total projects",
                            "description": null,
                            "order": 16,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "field('Active projects') + field('Scheduled projects') + field('Completed projects')",
                            "formula_type": "number"
                        },
                        {
                            "id": 28376,
                            "type": "formula",
                            "name": "Total tasks",
                            "description": null,
                            "order": 17,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "field('Active tasks') + field('Scheduled tasks') + field('Completed tasks')",
                            "formula_type": "number"
                        },
                        {
                            "id": 28301,
                            "type": "password",
                            "name": "Password",
                            "description": null,
                            "order": 18,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false
                        }
                    ],
                    "views": [
                        {
                            "id": 11965,
                            "type": "grid",
                            "name": "All staff members",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8546,
                                    "field_id": 28293,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94226,
                                    "field_id": 28336,
                                    "width": 187,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94227,
                                    "field_id": 28293,
                                    "width": 164,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94228,
                                    "field_id": 28296,
                                    "width": 278,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94229,
                                    "field_id": 28295,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94230,
                                    "field_id": 28301,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94231,
                                    "field_id": 28294,
                                    "width": 111,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94232,
                                    "field_id": 28297,
                                    "width": 180,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94233,
                                    "field_id": 28339,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94234,
                                    "field_id": 28298,
                                    "width": 174,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94235,
                                    "field_id": 28299,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94236,
                                    "field_id": 28300,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94237,
                                    "field_id": 28354,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94238,
                                    "field_id": 28355,
                                    "width": 191,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94239,
                                    "field_id": 28356,
                                    "width": 190,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94240,
                                    "field_id": 28375,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94241,
                                    "field_id": 28359,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94242,
                                    "field_id": 28360,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94243,
                                    "field_id": 28361,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94244,
                                    "field_id": 28376,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 20,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11966,
                            "type": "gallery",
                            "name": "Gallery: all staff members",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8547,
                                    "field_id": 28293,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 28294,
                            "field_options": [
                                {
                                    "id": 14579,
                                    "field_id": 28293,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 14580,
                                    "field_id": 28294,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14581,
                                    "field_id": 28295,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 14582,
                                    "field_id": 28296,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 14583,
                                    "field_id": 28297,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 14584,
                                    "field_id": 28298,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 14585,
                                    "field_id": 28299,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 14586,
                                    "field_id": 28300,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 14587,
                                    "field_id": 28336,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 14588,
                                    "field_id": 28339,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 14589,
                                    "field_id": 28354,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14590,
                                    "field_id": 28355,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14591,
                                    "field_id": 28356,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14592,
                                    "field_id": 28359,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14593,
                                    "field_id": 28360,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14594,
                                    "field_id": 28361,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14595,
                                    "field_id": 28375,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14596,
                                    "field_id": 28376,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 11967,
                            "type": "gallery",
                            "name": "Gallery: all staff members (basic info)",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8548,
                                    "field_id": 28293,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": true,
                            "card_cover_image_field_id": 28294,
                            "field_options": [
                                {
                                    "id": 14597,
                                    "field_id": 28293,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 14598,
                                    "field_id": 28294,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14599,
                                    "field_id": 28295,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 14600,
                                    "field_id": 28296,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 14601,
                                    "field_id": 28297,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 14602,
                                    "field_id": 28298,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14603,
                                    "field_id": 28299,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14604,
                                    "field_id": 28300,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14605,
                                    "field_id": 28336,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14606,
                                    "field_id": 28339,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 14607,
                                    "field_id": 28354,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14608,
                                    "field_id": 28355,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14609,
                                    "field_id": 28356,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14610,
                                    "field_id": 28359,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14611,
                                    "field_id": 28360,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14612,
                                    "field_id": 28361,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14613,
                                    "field_id": 28375,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14614,
                                    "field_id": 28376,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 11968,
                            "type": "grid",
                            "name": "Staff members grouped by department",
                            "order": 4,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8549,
                                    "field_id": 28359,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [
                                {
                                    "id": 605,
                                    "field_id": 28339,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 2767,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "084568e7-fd3e-41dc-b6d7-8a861fe061d9",
                                                "color": "light-pink",
                                                "filters": [],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94245,
                                    "field_id": 28336,
                                    "width": 190,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94246,
                                    "field_id": 28293,
                                    "width": 164,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94247,
                                    "field_id": 28294,
                                    "width": 111,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94248,
                                    "field_id": 28297,
                                    "width": 180,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94249,
                                    "field_id": 28339,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94250,
                                    "field_id": 28295,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94251,
                                    "field_id": 28296,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94252,
                                    "field_id": 28298,
                                    "width": 174,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94253,
                                    "field_id": 28299,
                                    "width": 281,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94254,
                                    "field_id": 28300,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94255,
                                    "field_id": 28354,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94256,
                                    "field_id": 28355,
                                    "width": 191,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94257,
                                    "field_id": 28356,
                                    "width": 190,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94258,
                                    "field_id": 28375,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94259,
                                    "field_id": 28359,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94260,
                                    "field_id": 28360,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94261,
                                    "field_id": 28361,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94262,
                                    "field_id": 28376,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11969,
                            "type": "grid",
                            "name": "Staff members with active projects",
                            "order": 5,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7225,
                                    "field_id": 28354,
                                    "type": "higher_than",
                                    "value": "0",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8550,
                                    "field_id": 28375,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94263,
                                    "field_id": 28336,
                                    "width": 190,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94264,
                                    "field_id": 28293,
                                    "width": 164,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94265,
                                    "field_id": 28294,
                                    "width": 111,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94266,
                                    "field_id": 28297,
                                    "width": 180,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94267,
                                    "field_id": 28339,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94268,
                                    "field_id": 28295,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94269,
                                    "field_id": 28296,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94270,
                                    "field_id": 28298,
                                    "width": 174,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94271,
                                    "field_id": 28299,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94272,
                                    "field_id": 28300,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94273,
                                    "field_id": 28354,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94274,
                                    "field_id": 28355,
                                    "width": 191,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94275,
                                    "field_id": 28356,
                                    "width": 190,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94276,
                                    "field_id": 28375,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94277,
                                    "field_id": 28359,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94278,
                                    "field_id": 28360,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94279,
                                    "field_id": 28361,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94280,
                                    "field_id": 28376,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11970,
                            "type": "grid",
                            "name": "Staff members with active tasks",
                            "order": 6,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7226,
                                    "field_id": 28359,
                                    "type": "higher_than",
                                    "value": "0",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8551,
                                    "field_id": 28375,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94281,
                                    "field_id": 28336,
                                    "width": 190,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94282,
                                    "field_id": 28293,
                                    "width": 164,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94283,
                                    "field_id": 28294,
                                    "width": 111,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94284,
                                    "field_id": 28297,
                                    "width": 180,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94285,
                                    "field_id": 28339,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94286,
                                    "field_id": 28295,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94287,
                                    "field_id": 28296,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94288,
                                    "field_id": 28298,
                                    "width": 174,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94289,
                                    "field_id": 28299,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94290,
                                    "field_id": 28300,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94291,
                                    "field_id": 28354,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94292,
                                    "field_id": 28355,
                                    "width": 191,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94293,
                                    "field_id": 28356,
                                    "width": 190,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94294,
                                    "field_id": 28375,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94295,
                                    "field_id": 28359,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94296,
                                    "field_id": 28360,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94297,
                                    "field_id": 28361,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94298,
                                    "field_id": 28376,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2024-02-01T12:59:46.985090+00:00",
                            "updated_on": "2024-09-27T08:54:00.919185+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Clayton Best",
                            "field_28294": [
                                {
                                    "name": "qQSRSf6esUI1encyxZyGf6xBhZc4VoE2_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg",
                                    "visible_name": "Man.33.jpg",
                                    "original_name": "qQSRSf6esUI1encyxZyGf6xBhZc4VoE2_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg"
                                }
                            ],
                            "field_28295": "(916) 478-0153",
                            "field_28296": "clayton.best@example.com",
                            "field_28297": [
                                3
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [
                                5,
                                3
                            ],
                            "field_28300": [
                                4,
                                13
                            ],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$j22Gy6dbGABK6P7ziEyNPI$mmc2CeYXVD7XpohL+4kvupMFSZ+dw/Z8oaJpK35eXJc="
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2024-02-01T12:59:46.985130+00:00",
                            "updated_on": "2024-09-25T08:57:26.752964+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Jonathan Castillo",
                            "field_28294": [
                                {
                                    "name": "5XaQqXx9te4t8YKy1wKH3NpNwMIyernz_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
                                    "visible_name": "Man.27.jpg",
                                    "original_name": "5XaQqXx9te4t8YKy1wKH3NpNwMIyernz_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg"
                                }
                            ],
                            "field_28295": "(714) 674-5259",
                            "field_28296": "jonathan.castillo@example.com",
                            "field_28297": [
                                5
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [],
                            "field_28300": [],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$kx3ZWqXcjjkFXIsVD0InSC$YON8n4AjJCA1hXb/ftfhL7pFBGSlRJFzuZxOBAWkCqk="
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496701+00:00",
                            "updated_on": "2024-09-25T08:57:26.753020+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Elizabeth Cunningham",
                            "field_28294": [
                                {
                                    "name": "UqsSppQ6JU37zvAqkGrH1kfd8OEz7jTT_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
                                    "visible_name": "Woman.27.jpg",
                                    "original_name": "UqsSppQ6JU37zvAqkGrH1kfd8OEz7jTT_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg"
                                }
                            ],
                            "field_28295": "(323) 930-9329",
                            "field_28296": "elizabeth.cunningham@example.com",
                            "field_28297": [
                                9
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [],
                            "field_28300": [],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$gG4h9UExCXmLZ6nwYqNWqs$JVk4W7hnZTajKjaGJAI8fiufo3tokw4qnYDBjFA5GPQ="
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496746+00:00",
                            "updated_on": "2024-09-25T08:57:26.753070+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Jane Dradder",
                            "field_28294": [
                                {
                                    "name": "p0Gphwa1udlj3W96T1pNKE1BsgVeLY5L_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg",
                                    "visible_name": "Woman.02.jpg",
                                    "original_name": "p0Gphwa1udlj3W96T1pNKE1BsgVeLY5L_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg"
                                }
                            ],
                            "field_28295": "(720) 555-2389",
                            "field_28296": "jane.rudder@example.com",
                            "field_28297": [
                                6
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [],
                            "field_28300": [],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$hFE9a51NDd7xEqqobhH6Rw$LOHIHg9VuQEq5fAaMAWDKS9i/ygGshJFHGQ9Z0pLpAc="
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496764+00:00",
                            "updated_on": "2024-09-25T08:57:26.753118+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Allie Ecker",
                            "field_28294": [
                                {
                                    "name": "6kqO9KymRsgZx9GRsYFxFkv4XOBkxnFA_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
                                    "visible_name": "Woman.12.jpg",
                                    "original_name": "6kqO9KymRsgZx9GRsYFxFkv4XOBkxnFA_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg"
                                }
                            ],
                            "field_28295": "(949) 873-7292",
                            "field_28296": "allie.ecker@example.com",
                            "field_28297": [
                                3
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [
                                7,
                                6
                            ],
                            "field_28300": [
                                18,
                                23,
                                27
                            ],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$kb9Ay8TuoFqHWuTnDl7ghF$wPVoE8Cz9S2HnwBnTD6qSEy9kZgVLYWNlXl+uU7LUTw="
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496779+00:00",
                            "updated_on": "2024-09-25T08:57:26.753167+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Janice Fitzpatrick",
                            "field_28294": [
                                {
                                    "name": "5auPrAcVJ32Yk65iCNAiYy5pOQiO6Ota_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
                                    "visible_name": "Woman.16.jpg",
                                    "original_name": "5auPrAcVJ32Yk65iCNAiYy5pOQiO6Ota_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg"
                                }
                            ],
                            "field_28295": "(510) 476-1189",
                            "field_28296": "janice.fitzpatrick@example.com",
                            "field_28297": [
                                7
                            ],
                            "field_28339": null,
                            "field_28298": [
                                6
                            ],
                            "field_28299": [
                                6
                            ],
                            "field_28300": [
                                22
                            ],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$vrx2GzKAVRUoYmWPNtYWS3$hu4Iua1whifDAO3Wezhxj0KvJsELV8s6lpHZ0LC2cQs="
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496794+00:00",
                            "updated_on": "2024-09-25T08:57:26.753216+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Paul Garcia",
                            "field_28294": [
                                {
                                    "name": "78uClksZPyDhSb5GVsXhcnrD0WaBDnrp_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg",
                                    "visible_name": "Man.13.jpg",
                                    "original_name": "78uClksZPyDhSb5GVsXhcnrD0WaBDnrp_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg"
                                }
                            ],
                            "field_28295": "(916) 910-4721",
                            "field_28296": "paul.garcia@example.com",
                            "field_28297": [
                                8
                            ],
                            "field_28339": null,
                            "field_28298": [
                                4
                            ],
                            "field_28299": [
                                7,
                                3,
                                4
                            ],
                            "field_28300": [
                                5,
                                6,
                                12,
                                26
                            ],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$nHgOej0BfFoqfEOGZ0ZV9N$u61GwUn+f/7Z7KLnX8oFMvS6vsOnksBia+Sv5oxhJbc="
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496809+00:00",
                            "updated_on": "2024-09-25T08:57:26.753264+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Lena Hogan",
                            "field_28294": [
                                {
                                    "name": "QVipsDBPlo3XVanF9o4pRyeDKoqwdSTO_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg",
                                    "visible_name": "Woman.17.jpg",
                                    "original_name": "QVipsDBPlo3XVanF9o4pRyeDKoqwdSTO_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg"
                                }
                            ],
                            "field_28295": "(559) 949-6790",
                            "field_28296": "lena.hogan@example.com",
                            "field_28297": [
                                12
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [
                                5,
                                6
                            ],
                            "field_28300": [
                                14,
                                16
                            ],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$ksTl1stMeB30qNIqf7kghG$5VjDHUpclC8CAcTieZxdaJNFXwjD1NwH42nK/UpRgM4="
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496824+00:00",
                            "updated_on": "2024-09-25T08:57:26.753316+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Donald Johns",
                            "field_28294": [
                                {
                                    "name": "0RrQAJWIHBU8BALiOx4b6WXSsqSfC3vn_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
                                    "visible_name": "Man.48.jpg",
                                    "original_name": "0RrQAJWIHBU8BALiOx4b6WXSsqSfC3vn_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg"
                                }
                            ],
                            "field_28295": "(805) 367-1199",
                            "field_28296": "donald.johns@example.com",
                            "field_28297": [
                                19
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [
                                3,
                                6
                            ],
                            "field_28300": [],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$yOarCTkTPq6RQ9VugcwbmS$UUn88QOXvM2FGz9r/Tu8pJ4JSqtenGYOoRro8eU6a7k="
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496839+00:00",
                            "updated_on": "2024-09-25T08:57:26.753378+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Bran Lopez",
                            "field_28294": [
                                {
                                    "name": "Eu2FNRhuRaIcdaSLW2arhJgPGzMCowuk_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg",
                                    "visible_name": "Man.20.jpg",
                                    "original_name": "Eu2FNRhuRaIcdaSLW2arhJgPGzMCowuk_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg"
                                }
                            ],
                            "field_28295": "(650) 869-3623",
                            "field_28296": "bran.lopez@example.com",
                            "field_28297": [
                                30
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [],
                            "field_28300": [],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$hQIWMbPqL5X1KlVo2vdLsA$zegD+RRDLwO6o7QPUQdyGP8+09HYrMLxgwp1Rx7GgwM="
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496854+00:00",
                            "updated_on": "2024-09-25T08:57:26.753450+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Sandra Love",
                            "field_28294": [
                                {
                                    "name": "l74ILXknbxwtii42hZkxKbSesnADXSO1_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg",
                                    "visible_name": "Woman.23.jpg",
                                    "original_name": "l74ILXknbxwtii42hZkxKbSesnADXSO1_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg"
                                }
                            ],
                            "field_28295": "(559) 592-9157",
                            "field_28296": "sandra.love@example.com",
                            "field_28297": [
                                34
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [
                                5,
                                3,
                                6
                            ],
                            "field_28300": [
                                3,
                                17,
                                21
                            ],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$WjOW5BAC10exIe12SyGHEB$WTnRebZjpYJi/k65D7Xcgnq68DbJmGkdqxXQ6/+XUrU="
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496869+00:00",
                            "updated_on": "2024-09-25T08:57:26.753503+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Lane Mahon",
                            "field_28294": [
                                {
                                    "name": "8rLks2MqhQH73DulmtNkmOUTkvWw0yyl_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
                                    "visible_name": "Man.18.jpg",
                                    "original_name": "8rLks2MqhQH73DulmtNkmOUTkvWw0yyl_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg"
                                }
                            ],
                            "field_28295": "(925) 250-4627",
                            "field_28296": "lane.mahon@example.com",
                            "field_28297": [
                                44
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [
                                3,
                                4
                            ],
                            "field_28300": [
                                7,
                                8,
                                11
                            ],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$eWjpr9MZ7xZ5JiBfXHPuSX$mcV2ikPV8gA8rRGv9NtMEClf87pgmlVoi4LCDNXXGvk="
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496884+00:00",
                            "updated_on": "2024-09-25T08:57:26.753555+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "John Marshall",
                            "field_28294": [
                                {
                                    "name": "fim5BBa4nENqQ0EgFJ3lF3duDKf7L1qk_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
                                    "visible_name": "Man.03.jpg",
                                    "original_name": "fim5BBa4nENqQ0EgFJ3lF3duDKf7L1qk_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg"
                                }
                            ],
                            "field_28295": "(323) 207-7576",
                            "field_28296": "john.marshall@example.com",
                            "field_28297": [
                                42
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [],
                            "field_28300": [],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$GiRucLhg6eBeublEHfM3xZ$Y2kZeMtoWzch6qxFDzMG4x8+Ev8E5aF1VF++F95wDqo="
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496898+00:00",
                            "updated_on": "2024-09-25T08:57:26.753620+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Latisha Mazon",
                            "field_28294": [
                                {
                                    "name": "G4nZAf2n4af4k7EU5o57d50t5uf5SMXf_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg",
                                    "visible_name": "Woman.46.jpg",
                                    "original_name": "G4nZAf2n4af4k7EU5o57d50t5uf5SMXf_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg"
                                }
                            ],
                            "field_28295": "(530) 540-8012",
                            "field_28296": "latisha.mazon@example.com",
                            "field_28297": [
                                40
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [],
                            "field_28300": [],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$cRJ0rzyzJeYIFC6PSBerEY$G56oZ1z80Ezid+rg1UxXCRsrekxt9j2KR9sAv68rZxc="
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496913+00:00",
                            "updated_on": "2024-09-25T08:57:26.753709+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Nora Mott",
                            "field_28294": [
                                {
                                    "name": "qU7eYcNQkiRGuyKLnFsSQ4B0T5vduAAJ_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
                                    "visible_name": "Woman.55.jpg",
                                    "original_name": "qU7eYcNQkiRGuyKLnFsSQ4B0T5vduAAJ_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg"
                                }
                            ],
                            "field_28295": "(818) 240-6675",
                            "field_28296": "nora.mott@example.com",
                            "field_28297": [
                                28
                            ],
                            "field_28339": null,
                            "field_28298": [
                                3
                            ],
                            "field_28299": [
                                3
                            ],
                            "field_28300": [],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$JrrgQt2yDnf7sD5PxPZzLm$aR5HMgKUMgf3ibAMdhELu2MDTHNtiXdxVjgvQwvfTBs="
                        },
                        {
                            "id": 16,
                            "order": "16.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496927+00:00",
                            "updated_on": "2024-09-25T08:57:26.753785+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Thomas Nickson",
                            "field_28294": [
                                {
                                    "name": "UlngjL9NcVnyve1YvnYyagV1P7hjLpLE_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
                                    "visible_name": "Man.11.jpg",
                                    "original_name": "UlngjL9NcVnyve1YvnYyagV1P7hjLpLE_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg"
                                }
                            ],
                            "field_28295": "(916) 336-7017",
                            "field_28296": "thomas.nickson@example.com",
                            "field_28297": [
                                28
                            ],
                            "field_28339": null,
                            "field_28298": [
                                5
                            ],
                            "field_28299": [
                                5
                            ],
                            "field_28300": [
                                15
                            ],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$3Dc1TEtGWaFD3w0Tz6B4fV$f7KrZ9wCeCkKRYQXDKiut8iIT1x+U/ZPR8rwCSiGXxw="
                        },
                        {
                            "id": 17,
                            "order": "17.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496942+00:00",
                            "updated_on": "2024-09-25T08:57:26.753838+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Cinda Pullen",
                            "field_28294": [
                                {
                                    "name": "rqt8JPnYiCjNi5dwA0KocDLiBfsqCPYe_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
                                    "visible_name": "Woman.36.jpg",
                                    "original_name": "rqt8JPnYiCjNi5dwA0KocDLiBfsqCPYe_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg"
                                }
                            ],
                            "field_28295": "(213) 743-1636",
                            "field_28296": "cinda.pullen@example.com",
                            "field_28297": [
                                53
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [
                                7,
                                6
                            ],
                            "field_28300": [
                                19,
                                25
                            ],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$KNL130qjjriCsxap9MLiLN$Be+lsn7gdfWVug/qPDB5ghTw0Z+LZqLz4DhFFuoGO8M="
                        },
                        {
                            "id": 18,
                            "order": "18.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496956+00:00",
                            "updated_on": "2024-09-25T08:57:26.753918+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Richard Rethman",
                            "field_28294": [
                                {
                                    "name": "hrpS1ged9hGpFDNgelPrWYNAjCPjg60h_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
                                    "visible_name": "Man.31.jpg",
                                    "original_name": "hrpS1ged9hGpFDNgelPrWYNAjCPjg60h_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg"
                                }
                            ],
                            "field_28295": "(626) 585-3240",
                            "field_28296": "richard.rethman@example.com",
                            "field_28297": [
                                63
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [
                                4,
                                6
                            ],
                            "field_28300": [
                                10,
                                20
                            ],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$iBPGOYyC1sZFmZVzZzPaCL$qfnpIwdFuzkp0QHHrj7AnoNBxMOCZBKgzWqSL5Udxtg="
                        },
                        {
                            "id": 19,
                            "order": "19.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496971+00:00",
                            "updated_on": "2024-09-25T08:57:26.753995+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Michael Robicheaux",
                            "field_28294": [
                                {
                                    "name": "QYn4wiG6FfLZ4eVfniDVRornjqrbMwSq_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg",
                                    "visible_name": "Man.28.jpg",
                                    "original_name": "QYn4wiG6FfLZ4eVfniDVRornjqrbMwSq_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg"
                                }
                            ],
                            "field_28295": "(707) 840-5210",
                            "field_28296": "michael.robicheaux@example.com",
                            "field_28297": [
                                25
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [],
                            "field_28300": [],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$OxWb38zl9JEMv8pKkFIKBh$6CVZQbH+KQjJ+kzfmznTm+MMp8DwagNiEWyUzVXrFtA="
                        },
                        {
                            "id": 20,
                            "order": "20.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.496986+00:00",
                            "updated_on": "2024-09-25T08:57:26.754048+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Eric Rothman",
                            "field_28294": [
                                {
                                    "name": "kPdSRmuT3ykbUBX75gqpcPMQMxP6oI7W_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg",
                                    "visible_name": "Man.15.jpg",
                                    "original_name": "kPdSRmuT3ykbUBX75gqpcPMQMxP6oI7W_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg"
                                }
                            ],
                            "field_28295": "(619) 525-2361",
                            "field_28296": "eric.rothman@example.com",
                            "field_28297": [
                                59
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [],
                            "field_28300": [],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$DOMDRcKl6aHvOraHse9KZk$Zvmd3r2aJKzxBk6J48m0HU/H42Miar6Ku1mm54Ebvj8="
                        },
                        {
                            "id": 21,
                            "order": "21.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.497001+00:00",
                            "updated_on": "2024-09-25T08:57:26.754101+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Rodney Tran",
                            "field_28294": [
                                {
                                    "name": "0gV8CNc1jYZnAjSXJW1E4SojsJhEZI8n_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg",
                                    "visible_name": "Man.35.jpg",
                                    "original_name": "0gV8CNc1jYZnAjSXJW1E4SojsJhEZI8n_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg"
                                }
                            ],
                            "field_28295": "(408) 451-1453",
                            "field_28296": "rodney.tran@example.com",
                            "field_28297": [
                                38
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [],
                            "field_28300": [],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$95Gi1oeYPcPPQsHTTHflFZ$LfFrwGBqC/TXnP9WgTXwCrKXqDbHuWzvGnJTJYC/pZE="
                        },
                        {
                            "id": 22,
                            "order": "22.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.497015+00:00",
                            "updated_on": "2024-09-25T08:57:26.754153+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Judith Triplett",
                            "field_28294": [
                                {
                                    "name": "T7UQDWXXlAF8dOcl3QPkfbi8VB0UXlKx_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg",
                                    "visible_name": "Woman.38.jpg",
                                    "original_name": "T7UQDWXXlAF8dOcl3QPkfbi8VB0UXlKx_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg"
                                }
                            ],
                            "field_28295": "(323) 762-0628",
                            "field_28296": "judith.triplett@example.com",
                            "field_28297": [
                                67
                            ],
                            "field_28339": null,
                            "field_28298": [
                                7
                            ],
                            "field_28299": [
                                7
                            ],
                            "field_28300": [
                                24
                            ],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$Nh6QrLlOE3P3MogF58DJH7$XT5a41ioXDVvb9lIfvLO9R0hoGFBfqBMDjwl89bVUUo="
                        },
                        {
                            "id": 23,
                            "order": "23.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.497030+00:00",
                            "updated_on": "2024-09-25T08:57:26.754244+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Leroy Tye",
                            "field_28294": [
                                {
                                    "name": "sNIdq2M6h4exSiANIwKREgxQcTiDfxI2_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
                                    "visible_name": "Man.02.jpg",
                                    "original_name": "sNIdq2M6h4exSiANIwKREgxQcTiDfxI2_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg"
                                }
                            ],
                            "field_28295": "(510) 808-7208",
                            "field_28296": "leroy.tye@example.com",
                            "field_28297": [
                                20
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [
                                5
                            ],
                            "field_28300": [],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$mxbGZhCuf4IaxGxyZEa4XB$Tow8RcVT9v5nZZswiyw1eL/oZVykXut48rGEO2K57lY="
                        },
                        {
                            "id": 24,
                            "order": "24.00000000000000000000",
                            "created_on": "2024-02-01T13:01:20.497044+00:00",
                            "updated_on": "2024-09-25T08:57:26.754341+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28336": null,
                            "field_28293": "Donald Wright",
                            "field_28294": [
                                {
                                    "name": "5i7McJSYeubcp0FZEvvQf8jQybLF7xX2_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
                                    "visible_name": "Man.09.jpg",
                                    "original_name": "5i7McJSYeubcp0FZEvvQf8jQybLF7xX2_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg"
                                }
                            ],
                            "field_28295": "(925) 413-4033",
                            "field_28296": "donald.wright@example.com",
                            "field_28297": [
                                56
                            ],
                            "field_28339": null,
                            "field_28298": [],
                            "field_28299": [
                                4
                            ],
                            "field_28300": [
                                9
                            ],
                            "field_28354": null,
                            "field_28355": null,
                            "field_28356": null,
                            "field_28359": null,
                            "field_28360": null,
                            "field_28361": null,
                            "field_28375": null,
                            "field_28376": null,
                            "field_28301": "pbkdf2_sha256$720000$vz1WBI5ISjiNKUffIG6VvP$Jj1E2lgq9247FNDPiiGlo2EN8WZHdhxwlTq9Q0vDaow="
                        }
                    ],
                    "data_sync": null
                },
                {
                    "id": 2965,
                    "name": "Projects",
                    "order": 4,
                    "fields": [
                        {
                            "id": 28340,
                            "type": "formula",
                            "name": "Code",
                            "description": null,
                            "order": 0,
                            "primary": true,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "concat('P-',year(field('Start')),month(field('Start')),day(field('Start')),upper(left(field('Title'),5)))",
                            "formula_type": "text"
                        },
                        {
                            "id": 28302,
                            "type": "text",
                            "name": "Title",
                            "description": null,
                            "order": 1,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "text_default": ""
                        },
                        {
                            "id": 28303,
                            "type": "long_text",
                            "name": "Description",
                            "description": null,
                            "order": 2,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "long_text_enable_rich_text": false
                        },
                        {
                            "id": 28304,
                            "type": "number",
                            "name": "Project budget ($ millions)",
                            "description": null,
                            "order": 3,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "number_decimal_places": 2,
                            "number_negative": false
                        },
                        {
                            "id": 28305,
                            "type": "date",
                            "name": "Start",
                            "description": null,
                            "order": 4,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null
                        },
                        {
                            "id": 28306,
                            "type": "date",
                            "name": "Deadline",
                            "description": null,
                            "order": 5,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null
                        },
                        {
                            "id": 28307,
                            "type": "date",
                            "name": "Actual end date",
                            "description": null,
                            "order": 6,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null
                        },
                        {
                            "id": 28308,
                            "type": "link_row",
                            "name": "Owner",
                            "description": null,
                            "order": 7,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2964,
                            "link_row_related_field_id": 28298,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 28353,
                            "type": "lookup",
                            "name": "Departments involved",
                            "description": null,
                            "order": 8,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": true,
                            "array_formula_type": "text",
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "through_field_id": 28309,
                            "through_field_name": "Team",
                            "target_field_id": 28339,
                            "target_field_name": "Department"
                        },
                        {
                            "id": 28342,
                            "type": "formula",
                            "name": "Is overdue",
                            "description": null,
                            "order": 9,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "field('Actual end date') > field('Deadline')",
                            "formula_type": "boolean"
                        },
                        {
                            "id": 28343,
                            "type": "formula",
                            "name": "Days overdue",
                            "description": null,
                            "order": 10,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": true,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "date_diff('dd',field('Deadline'),field('Actual end date'))",
                            "formula_type": "number"
                        },
                        {
                            "id": 28309,
                            "type": "link_row",
                            "name": "Team",
                            "description": null,
                            "order": 11,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2964,
                            "link_row_related_field_id": 28299,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 28344,
                            "type": "formula",
                            "name": "Status",
                            "description": null,
                            "order": 12,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "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"
                        },
                        {
                            "id": 28310,
                            "type": "link_row",
                            "name": "Tasks",
                            "description": null,
                            "order": 13,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2966,
                            "link_row_related_field_id": 28316,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 28345,
                            "type": "rollup",
                            "name": "Task budget sum ($ millions)",
                            "description": null,
                            "order": 14,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 2,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "through_field_id": 28310,
                            "target_field_id": 28313,
                            "rollup_function": "sum"
                        },
                        {
                            "id": 28357,
                            "type": "formula",
                            "name": "Available budget ($ millions)",
                            "description": null,
                            "order": 15,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 2,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "field('Project budget ($ millions)') - field('Task budget sum ($ millions)')",
                            "formula_type": "number"
                        },
                        {
                            "id": 28358,
                            "type": "formula",
                            "name": "Budget scheduled %",
                            "description": null,
                            "order": 16,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 2,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "round((field('Task budget sum ($ millions)') /field('Project budget ($ millions)')) * 100,2)",
                            "formula_type": "number"
                        },
                        {
                            "id": 28362,
                            "type": "formula",
                            "name": "Active tasks",
                            "description": null,
                            "order": 17,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'In progress'))",
                            "formula_type": "number"
                        },
                        {
                            "id": 28363,
                            "type": "formula",
                            "name": "Scheduled tasks",
                            "description": null,
                            "order": 18,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'Not started yet'))",
                            "formula_type": "number"
                        },
                        {
                            "id": 28364,
                            "type": "formula",
                            "name": "Completed tasks",
                            "description": null,
                            "order": 19,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'Complete'))",
                            "formula_type": "number"
                        },
                        {
                            "id": 28377,
                            "type": "formula",
                            "name": "Total tasks",
                            "description": null,
                            "order": 20,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "field('Active tasks') + field('Scheduled tasks') + field('Completed tasks')",
                            "formula_type": "number"
                        },
                        {
                            "id": 28337,
                            "type": "rollup",
                            "name": "Owner name",
                            "description": null,
                            "order": 21,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": true,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "through_field_id": 28308,
                            "target_field_id": 28293,
                            "rollup_function": "min"
                        }
                    ],
                    "views": [
                        {
                            "id": 11971,
                            "type": "grid",
                            "name": "All projects",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8552,
                                    "field_id": 28305,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [
                                {
                                    "id": 2768,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "1ea8af97-7ab0-4a6f-9b11-0e46138d35b1",
                                                "color": "darker-green",
                                                "filters": [
                                                    {
                                                        "id": "77dffe92-21c0-48a8-b760-859918e8c212",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "0d129abe-b55e-45e0-a7d4-7da60eb144f4",
                                                "color": "darker-blue",
                                                "filters": [
                                                    {
                                                        "id": "7e69d632-2ce3-4123-b80d-cb670a040201",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "Complete"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "6cfe889e-7b1f-42cd-b297-b02ea5ad1f92",
                                                "color": "darker-orange",
                                                "filters": [
                                                    {
                                                        "id": "2b4c7e37-9640-4c70-9471-e40262318f85",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "Not started yet"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "filter_groups": []
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94299,
                                    "field_id": 28340,
                                    "width": 137,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94300,
                                    "field_id": 28302,
                                    "width": 257,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94301,
                                    "field_id": 28303,
                                    "width": 216,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94302,
                                    "field_id": 28304,
                                    "width": 233,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94303,
                                    "field_id": 28345,
                                    "width": 256,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94304,
                                    "field_id": 28358,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94305,
                                    "field_id": 28357,
                                    "width": 250,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94306,
                                    "field_id": 28344,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94307,
                                    "field_id": 28305,
                                    "width": 120,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94308,
                                    "field_id": 28306,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94309,
                                    "field_id": 28307,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94310,
                                    "field_id": 28342,
                                    "width": 145,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94311,
                                    "field_id": 28343,
                                    "width": 155,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94312,
                                    "field_id": 28308,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94313,
                                    "field_id": 28337,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94314,
                                    "field_id": 28309,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94315,
                                    "field_id": 28353,
                                    "width": 223,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94316,
                                    "field_id": 28310,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94317,
                                    "field_id": 28362,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 20,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94318,
                                    "field_id": 28363,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 21,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94319,
                                    "field_id": 28364,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 22,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94320,
                                    "field_id": 28377,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 23,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11972,
                            "type": "grid",
                            "name": "Projects grouped by status",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8553,
                                    "field_id": 28305,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [
                                {
                                    "id": 606,
                                    "field_id": 28344,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 2769,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "1ea8af97-7ab0-4a6f-9b11-0e46138d35b1",
                                                "color": "darker-green",
                                                "filters": [
                                                    {
                                                        "id": "77dffe92-21c0-48a8-b760-859918e8c212",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "0d129abe-b55e-45e0-a7d4-7da60eb144f4",
                                                "color": "darker-blue",
                                                "filters": [
                                                    {
                                                        "id": "7e69d632-2ce3-4123-b80d-cb670a040201",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "Complete"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "6cfe889e-7b1f-42cd-b297-b02ea5ad1f92",
                                                "color": "darker-orange",
                                                "filters": [
                                                    {
                                                        "id": "2b4c7e37-9640-4c70-9471-e40262318f85",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "Not started yet"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94321,
                                    "field_id": 28340,
                                    "width": 137,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94322,
                                    "field_id": 28302,
                                    "width": 257,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94323,
                                    "field_id": 28303,
                                    "width": 216,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94324,
                                    "field_id": 28304,
                                    "width": 233,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94325,
                                    "field_id": 28345,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94326,
                                    "field_id": 28358,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94327,
                                    "field_id": 28357,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94328,
                                    "field_id": 28344,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94329,
                                    "field_id": 28305,
                                    "width": 120,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94330,
                                    "field_id": 28306,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94331,
                                    "field_id": 28307,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94332,
                                    "field_id": 28342,
                                    "width": 145,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94333,
                                    "field_id": 28343,
                                    "width": 155,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94334,
                                    "field_id": 28308,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94335,
                                    "field_id": 28309,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94336,
                                    "field_id": 28353,
                                    "width": 223,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94337,
                                    "field_id": 28310,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94338,
                                    "field_id": 28362,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94339,
                                    "field_id": 28363,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94340,
                                    "field_id": 28364,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94341,
                                    "field_id": 28337,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94342,
                                    "field_id": 28377,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11973,
                            "type": "grid",
                            "name": "Projects grouped owner",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8554,
                                    "field_id": 28305,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [
                                {
                                    "id": 607,
                                    "field_id": 28344,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 2770,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "1ea8af97-7ab0-4a6f-9b11-0e46138d35b1",
                                                "color": "darker-green",
                                                "filters": [
                                                    {
                                                        "id": "77dffe92-21c0-48a8-b760-859918e8c212",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "0d129abe-b55e-45e0-a7d4-7da60eb144f4",
                                                "color": "darker-blue",
                                                "filters": [
                                                    {
                                                        "id": "7e69d632-2ce3-4123-b80d-cb670a040201",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "Complete"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "6cfe889e-7b1f-42cd-b297-b02ea5ad1f92",
                                                "color": "darker-orange",
                                                "filters": [
                                                    {
                                                        "id": "2b4c7e37-9640-4c70-9471-e40262318f85",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "Not started yet"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94343,
                                    "field_id": 28340,
                                    "width": 137,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94344,
                                    "field_id": 28302,
                                    "width": 257,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94345,
                                    "field_id": 28303,
                                    "width": 216,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94346,
                                    "field_id": 28304,
                                    "width": 233,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94347,
                                    "field_id": 28345,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94348,
                                    "field_id": 28358,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94349,
                                    "field_id": 28357,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94350,
                                    "field_id": 28344,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94351,
                                    "field_id": 28305,
                                    "width": 120,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94352,
                                    "field_id": 28306,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94353,
                                    "field_id": 28307,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94354,
                                    "field_id": 28342,
                                    "width": 145,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94355,
                                    "field_id": 28343,
                                    "width": 155,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94356,
                                    "field_id": 28308,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94357,
                                    "field_id": 28309,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94358,
                                    "field_id": 28353,
                                    "width": 223,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94359,
                                    "field_id": 28310,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94360,
                                    "field_id": 28362,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94361,
                                    "field_id": 28363,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94362,
                                    "field_id": 28364,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94363,
                                    "field_id": 28337,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94364,
                                    "field_id": 28377,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11974,
                            "type": "grid",
                            "name": "Projects with active tasks",
                            "order": 4,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7227,
                                    "field_id": 28362,
                                    "type": "higher_than",
                                    "value": "0",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8555,
                                    "field_id": 28305,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [
                                {
                                    "id": 2771,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "1ea8af97-7ab0-4a6f-9b11-0e46138d35b1",
                                                "color": "darker-green",
                                                "filters": [
                                                    {
                                                        "id": "77dffe92-21c0-48a8-b760-859918e8c212",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "0d129abe-b55e-45e0-a7d4-7da60eb144f4",
                                                "color": "darker-blue",
                                                "filters": [
                                                    {
                                                        "id": "7e69d632-2ce3-4123-b80d-cb670a040201",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "Complete"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "6cfe889e-7b1f-42cd-b297-b02ea5ad1f92",
                                                "color": "darker-orange",
                                                "filters": [
                                                    {
                                                        "id": "2b4c7e37-9640-4c70-9471-e40262318f85",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "Not started yet"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94365,
                                    "field_id": 28340,
                                    "width": 137,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94366,
                                    "field_id": 28302,
                                    "width": 257,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94367,
                                    "field_id": 28303,
                                    "width": 216,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94368,
                                    "field_id": 28304,
                                    "width": 233,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94369,
                                    "field_id": 28345,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94370,
                                    "field_id": 28358,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94371,
                                    "field_id": 28357,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94372,
                                    "field_id": 28344,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94373,
                                    "field_id": 28305,
                                    "width": 120,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94374,
                                    "field_id": 28306,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94375,
                                    "field_id": 28307,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94376,
                                    "field_id": 28342,
                                    "width": 145,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94377,
                                    "field_id": 28343,
                                    "width": 155,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94378,
                                    "field_id": 28308,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94379,
                                    "field_id": 28309,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94380,
                                    "field_id": 28353,
                                    "width": 223,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94381,
                                    "field_id": 28310,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94382,
                                    "field_id": 28337,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94383,
                                    "field_id": 28362,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94384,
                                    "field_id": 28363,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94385,
                                    "field_id": 28364,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94386,
                                    "field_id": 28377,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11975,
                            "type": "grid",
                            "name": "Projects with scheduled budget > 75%",
                            "order": 5,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7228,
                                    "field_id": 28358,
                                    "type": "higher_than",
                                    "value": "75",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8556,
                                    "field_id": 28305,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [
                                {
                                    "id": 2772,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "1ea8af97-7ab0-4a6f-9b11-0e46138d35b1",
                                                "color": "darker-green",
                                                "filters": [
                                                    {
                                                        "id": "77dffe92-21c0-48a8-b760-859918e8c212",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "0d129abe-b55e-45e0-a7d4-7da60eb144f4",
                                                "color": "darker-blue",
                                                "filters": [
                                                    {
                                                        "id": "7e69d632-2ce3-4123-b80d-cb670a040201",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "Complete"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "6cfe889e-7b1f-42cd-b297-b02ea5ad1f92",
                                                "color": "darker-orange",
                                                "filters": [
                                                    {
                                                        "id": "2b4c7e37-9640-4c70-9471-e40262318f85",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "Not started yet"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94387,
                                    "field_id": 28340,
                                    "width": 137,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94388,
                                    "field_id": 28302,
                                    "width": 257,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94389,
                                    "field_id": 28303,
                                    "width": 216,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94390,
                                    "field_id": 28304,
                                    "width": 233,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94391,
                                    "field_id": 28345,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94392,
                                    "field_id": 28358,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94393,
                                    "field_id": 28357,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94394,
                                    "field_id": 28344,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94395,
                                    "field_id": 28305,
                                    "width": 120,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94396,
                                    "field_id": 28306,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94397,
                                    "field_id": 28307,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94398,
                                    "field_id": 28342,
                                    "width": 145,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94399,
                                    "field_id": 28343,
                                    "width": 155,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94400,
                                    "field_id": 28308,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94401,
                                    "field_id": 28309,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94402,
                                    "field_id": 28353,
                                    "width": 223,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94403,
                                    "field_id": 28310,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94404,
                                    "field_id": 28337,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94405,
                                    "field_id": 28362,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94406,
                                    "field_id": 28363,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94407,
                                    "field_id": 28364,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94408,
                                    "field_id": 28377,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11976,
                            "type": "grid",
                            "name": "Projects with scheduled budget > 90%",
                            "order": 6,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7229,
                                    "field_id": 28358,
                                    "type": "higher_than",
                                    "value": "90",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8557,
                                    "field_id": 28305,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [
                                {
                                    "id": 2773,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "1ea8af97-7ab0-4a6f-9b11-0e46138d35b1",
                                                "color": "darker-green",
                                                "filters": [
                                                    {
                                                        "id": "77dffe92-21c0-48a8-b760-859918e8c212",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "0d129abe-b55e-45e0-a7d4-7da60eb144f4",
                                                "color": "darker-blue",
                                                "filters": [
                                                    {
                                                        "id": "7e69d632-2ce3-4123-b80d-cb670a040201",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "Complete"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "6cfe889e-7b1f-42cd-b297-b02ea5ad1f92",
                                                "color": "darker-orange",
                                                "filters": [
                                                    {
                                                        "id": "2b4c7e37-9640-4c70-9471-e40262318f85",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "Not started yet"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94409,
                                    "field_id": 28340,
                                    "width": 137,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94410,
                                    "field_id": 28302,
                                    "width": 257,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94411,
                                    "field_id": 28303,
                                    "width": 216,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94412,
                                    "field_id": 28304,
                                    "width": 233,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94413,
                                    "field_id": 28345,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94414,
                                    "field_id": 28358,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94415,
                                    "field_id": 28357,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94416,
                                    "field_id": 28344,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94417,
                                    "field_id": 28305,
                                    "width": 120,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94418,
                                    "field_id": 28306,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94419,
                                    "field_id": 28307,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94420,
                                    "field_id": 28342,
                                    "width": 145,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94421,
                                    "field_id": 28343,
                                    "width": 155,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94422,
                                    "field_id": 28308,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94423,
                                    "field_id": 28309,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94424,
                                    "field_id": 28353,
                                    "width": 223,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94425,
                                    "field_id": 28310,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94426,
                                    "field_id": 28337,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94427,
                                    "field_id": 28362,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94428,
                                    "field_id": 28363,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94429,
                                    "field_id": 28364,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94430,
                                    "field_id": 28377,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11977,
                            "type": "grid",
                            "name": "Projects over budget",
                            "order": 7,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7230,
                                    "field_id": 28358,
                                    "type": "higher_than",
                                    "value": "100",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8558,
                                    "field_id": 28305,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [
                                {
                                    "id": 2774,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "1ea8af97-7ab0-4a6f-9b11-0e46138d35b1",
                                                "color": "darker-green",
                                                "filters": [
                                                    {
                                                        "id": "77dffe92-21c0-48a8-b760-859918e8c212",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "0d129abe-b55e-45e0-a7d4-7da60eb144f4",
                                                "color": "darker-blue",
                                                "filters": [
                                                    {
                                                        "id": "7e69d632-2ce3-4123-b80d-cb670a040201",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "Complete"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "6cfe889e-7b1f-42cd-b297-b02ea5ad1f92",
                                                "color": "darker-orange",
                                                "filters": [
                                                    {
                                                        "id": "2b4c7e37-9640-4c70-9471-e40262318f85",
                                                        "type": "equal",
                                                        "field": 28344,
                                                        "group": null,
                                                        "value": "Not started yet"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94431,
                                    "field_id": 28340,
                                    "width": 137,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94432,
                                    "field_id": 28302,
                                    "width": 257,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94433,
                                    "field_id": 28303,
                                    "width": 216,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94434,
                                    "field_id": 28304,
                                    "width": 233,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94435,
                                    "field_id": 28345,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94436,
                                    "field_id": 28358,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94437,
                                    "field_id": 28357,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94438,
                                    "field_id": 28344,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94439,
                                    "field_id": 28305,
                                    "width": 120,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94440,
                                    "field_id": 28306,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94441,
                                    "field_id": 28307,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94442,
                                    "field_id": 28342,
                                    "width": 145,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94443,
                                    "field_id": 28343,
                                    "width": 155,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94444,
                                    "field_id": 28308,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94445,
                                    "field_id": 28309,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94446,
                                    "field_id": 28353,
                                    "width": 223,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94447,
                                    "field_id": 28310,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94448,
                                    "field_id": 28337,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94449,
                                    "field_id": 28362,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94450,
                                    "field_id": 28363,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94451,
                                    "field_id": 28364,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94452,
                                    "field_id": 28377,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2024-02-01T13:28:05.668848+00:00",
                            "updated_on": "2024-02-02T10:48:08.896743+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28340": null,
                            "field_28302": "Modern Office Building Construction",
                            "field_28303": "Design and construct a modern office building with innovative architectural features",
                            "field_28304": "54.23",
                            "field_28305": "2023-03-01",
                            "field_28306": "2023-10-30",
                            "field_28307": "2024-01-31",
                            "field_28308": [
                                15
                            ],
                            "field_28353": null,
                            "field_28342": null,
                            "field_28343": null,
                            "field_28309": [
                                1,
                                7,
                                9,
                                11,
                                12,
                                15
                            ],
                            "field_28344": null,
                            "field_28310": [
                                3,
                                4,
                                5,
                                6,
                                7
                            ],
                            "field_28345": null,
                            "field_28357": null,
                            "field_28358": null,
                            "field_28362": null,
                            "field_28363": null,
                            "field_28364": null,
                            "field_28377": null,
                            "field_28337": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2024-02-01T13:28:05.668910+00:00",
                            "updated_on": "2024-02-01T14:11:17.134412+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28340": null,
                            "field_28302": "Urban Redevelopment and Green Space Creation",
                            "field_28303": "Plan and execute the redevelopment of an urban area",
                            "field_28304": "37.56",
                            "field_28305": "2023-06-01",
                            "field_28306": "2025-11-30",
                            "field_28307": null,
                            "field_28308": [
                                7
                            ],
                            "field_28353": null,
                            "field_28342": null,
                            "field_28343": null,
                            "field_28309": [
                                7,
                                12,
                                18,
                                24
                            ],
                            "field_28344": null,
                            "field_28310": [
                                8,
                                9,
                                10,
                                11,
                                12
                            ],
                            "field_28345": null,
                            "field_28357": null,
                            "field_28358": null,
                            "field_28362": null,
                            "field_28363": null,
                            "field_28364": null,
                            "field_28377": null,
                            "field_28337": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2024-02-01T13:28:05.668945+00:00",
                            "updated_on": "2024-03-26T10:14:59.545584+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28340": null,
                            "field_28302": "Hospital Expansion and Renovation",
                            "field_28303": "Expand and renovate an existing hospital facility to accommodate increased patient capacity",
                            "field_28304": "87.90",
                            "field_28305": "2024-01-15",
                            "field_28306": "2025-10-31",
                            "field_28307": null,
                            "field_28308": [
                                16
                            ],
                            "field_28353": null,
                            "field_28342": null,
                            "field_28343": null,
                            "field_28309": [
                                1,
                                8,
                                11,
                                16,
                                23
                            ],
                            "field_28344": null,
                            "field_28310": [
                                13,
                                14,
                                15,
                                16,
                                17
                            ],
                            "field_28345": null,
                            "field_28357": null,
                            "field_28358": null,
                            "field_28362": null,
                            "field_28363": null,
                            "field_28364": null,
                            "field_28377": null,
                            "field_28337": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2024-02-01T13:28:05.668979+00:00",
                            "updated_on": "2024-02-08T07:52:18.797925+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28340": null,
                            "field_28302": "Sustainable Residential Development",
                            "field_28303": "Develop a sustainable residential community with energy-efficient homes",
                            "field_28304": "40.00",
                            "field_28305": "2024-09-01",
                            "field_28306": "2026-06-30",
                            "field_28307": null,
                            "field_28308": [
                                6
                            ],
                            "field_28353": null,
                            "field_28342": null,
                            "field_28343": null,
                            "field_28309": [
                                5,
                                6,
                                8,
                                9,
                                11,
                                17,
                                18
                            ],
                            "field_28344": null,
                            "field_28310": [
                                18,
                                19,
                                20,
                                21,
                                22
                            ],
                            "field_28345": null,
                            "field_28357": null,
                            "field_28358": null,
                            "field_28362": null,
                            "field_28363": null,
                            "field_28364": null,
                            "field_28377": null,
                            "field_28337": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2024-02-01T13:28:05.669011+00:00",
                            "updated_on": "2024-02-01T13:58:17.475479+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28340": null,
                            "field_28302": "University Campus Master Plan",
                            "field_28303": "Develop a comprehensive master plan for a university campus to accommodate future growth",
                            "field_28304": "25.32",
                            "field_28305": "2024-04-01",
                            "field_28306": "2025-12-31",
                            "field_28307": null,
                            "field_28308": [
                                22
                            ],
                            "field_28353": null,
                            "field_28342": null,
                            "field_28343": null,
                            "field_28309": [
                                5,
                                7,
                                17,
                                22
                            ],
                            "field_28344": null,
                            "field_28310": [
                                23,
                                24,
                                25,
                                26,
                                27
                            ],
                            "field_28345": null,
                            "field_28357": null,
                            "field_28358": null,
                            "field_28362": null,
                            "field_28363": null,
                            "field_28364": null,
                            "field_28377": null,
                            "field_28337": null
                        }
                    ],
                    "data_sync": null
                },
                {
                    "id": 2966,
                    "name": "Tasks",
                    "order": 5,
                    "fields": [
                        {
                            "id": 28346,
                            "type": "formula",
                            "name": "Code",
                            "description": null,
                            "order": 0,
                            "primary": true,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "join((concat('T-',replace(field('Project'),'P-',''),'-',field('Autonumber'))),'')",
                            "formula_type": "text"
                        },
                        {
                            "id": 28311,
                            "type": "text",
                            "name": "Title",
                            "description": null,
                            "order": 1,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "text_default": ""
                        },
                        {
                            "id": 28312,
                            "type": "date",
                            "name": "Start",
                            "description": null,
                            "order": 2,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null
                        },
                        {
                            "id": 28313,
                            "type": "number",
                            "name": "Budget ($ million)",
                            "description": null,
                            "order": 3,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "number_decimal_places": 2,
                            "number_negative": false
                        },
                        {
                            "id": 28314,
                            "type": "number",
                            "name": "Duration in days",
                            "description": null,
                            "order": 4,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "number_decimal_places": 0,
                            "number_negative": false
                        },
                        {
                            "id": 28315,
                            "type": "long_text",
                            "name": "Description",
                            "description": null,
                            "order": 5,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "long_text_enable_rich_text": false
                        },
                        {
                            "id": 28316,
                            "type": "link_row",
                            "name": "Project",
                            "description": null,
                            "order": 6,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2965,
                            "link_row_related_field_id": 28310,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 28317,
                            "type": "link_row",
                            "name": "Assignee",
                            "description": null,
                            "order": 7,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2964,
                            "link_row_related_field_id": 28300,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 28318,
                            "type": "single_select",
                            "name": "Priority",
                            "description": null,
                            "order": 8,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "select_options": [
                                {
                                    "id": 14497,
                                    "value": "High",
                                    "color": "dark-yellow",
                                    "order": 0
                                },
                                {
                                    "id": 14498,
                                    "value": "Medium",
                                    "color": "dark-cyan",
                                    "order": 1
                                },
                                {
                                    "id": 14499,
                                    "value": "Low",
                                    "color": "dark-blue",
                                    "order": 2
                                }
                            ]
                        },
                        {
                            "id": 28347,
                            "type": "formula",
                            "name": "Status",
                            "description": null,
                            "order": 9,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "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"
                        },
                        {
                            "id": 28348,
                            "type": "formula",
                            "name": "Estimated end date",
                            "description": null,
                            "order": 10,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": false,
                            "number_decimal_places": null,
                            "nullable": true,
                            "array_formula_type": null,
                            "date_format": "ISO",
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "field('Start') + date_interval(concat(field('Duration in days'),' days'))",
                            "formula_type": "date"
                        },
                        {
                            "id": 28319,
                            "type": "date",
                            "name": "Actual end date",
                            "description": null,
                            "order": 11,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null
                        },
                        {
                            "id": 28320,
                            "type": "link_row",
                            "name": "Task actions",
                            "description": null,
                            "order": 12,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2967,
                            "link_row_related_field_id": 28328,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 28321,
                            "type": "autonumber",
                            "name": "Autonumber",
                            "description": null,
                            "order": 13,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false
                        },
                        {
                            "id": 28322,
                            "type": "link_row",
                            "name": "Required equipment",
                            "description": null,
                            "order": 14,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2968,
                            "link_row_related_field_id": 28334,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 28323,
                            "type": "single_select",
                            "name": "Category",
                            "description": null,
                            "order": 16,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "select_options": [
                                {
                                    "id": 14500,
                                    "value": "Preparation",
                                    "color": "light-orange",
                                    "order": 0
                                },
                                {
                                    "id": 14501,
                                    "value": "Design",
                                    "color": "light-green",
                                    "order": 1
                                },
                                {
                                    "id": 14502,
                                    "value": "Engineering",
                                    "color": "dark-blue",
                                    "order": 2
                                },
                                {
                                    "id": 14503,
                                    "value": "Community",
                                    "color": "dark-pink",
                                    "order": 3
                                },
                                {
                                    "id": 14504,
                                    "value": "Construction",
                                    "color": "darker-brown",
                                    "order": 4
                                },
                                {
                                    "id": 14505,
                                    "value": "Sustainability",
                                    "color": "darker-orange",
                                    "order": 5
                                }
                            ]
                        },
                        {
                            "id": 28370,
                            "type": "formula",
                            "name": "Is overdue",
                            "description": null,
                            "order": 17,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "field('Actual end date') > field('Estimated end date')",
                            "formula_type": "boolean"
                        },
                        {
                            "id": 28371,
                            "type": "formula",
                            "name": "Days overdue",
                            "description": null,
                            "order": 18,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "if(date_diff('dd',field('Estimated end date'),field('Actual end date')) > 0,date_diff('dd',field('Estimated end date'),field('Actual end date')),'')",
                            "formula_type": "text"
                        },
                        {
                            "id": 28372,
                            "type": "formula",
                            "name": "Days until end",
                            "description": null,
                            "order": 19,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": true,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "if(field('Status') != 'Complete', date_diff('dd',now(),field('Estimated end date')),0)",
                            "formula_type": "number"
                        },
                        {
                            "id": 28324,
                            "type": "link_row",
                            "name": "Prerequisites",
                            "description": null,
                            "order": 20,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2966,
                            "link_row_related_field_id": null,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": false
                        },
                        {
                            "id": 28365,
                            "type": "formula",
                            "name": "All prerequisites OK",
                            "description": null,
                            "order": 21,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "or(count(field('Prerequisites')) = 0, every(lookup('Prerequisites','Status') = 'Complete'))",
                            "formula_type": "boolean"
                        },
                        {
                            "id": 28338,
                            "type": "rollup",
                            "name": "Assignee name",
                            "description": null,
                            "order": 23,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": true,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "through_field_id": 28317,
                            "target_field_id": 28293,
                            "rollup_function": "min"
                        },
                        {
                            "id": 28325,
                            "type": "formula",
                            "name": "Today",
                            "description": null,
                            "order": 25,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": false,
                            "number_decimal_places": null,
                            "nullable": true,
                            "array_formula_type": null,
                            "date_format": "ISO",
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "now()",
                            "formula_type": "date"
                        },
                        {
                            "id": 28341,
                            "type": "rollup",
                            "name": "Project name",
                            "description": null,
                            "order": 26,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": true,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "through_field_id": 28316,
                            "target_field_id": 28302,
                            "rollup_function": "min"
                        },
                        {
                            "id": 28366,
                            "type": "formula",
                            "name": "Prerequisites NOK",
                            "description": null,
                            "order": 27,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": false,
                            "array_formula_type": "text",
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "filter(lookup('Prerequisites','Title'),lookup('Prerequisites','Status') != 'Complete')",
                            "formula_type": "array"
                        },
                        {
                            "id": 28378,
                            "type": "formula",
                            "name": "Prerequisites symbol",
                            "description": null,
                            "order": 28,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "if(field('All prerequisites OK'),'\ud83d\udfe2','\ud83d\udd34')",
                            "formula_type": "text"
                        }
                    ],
                    "views": [
                        {
                            "id": 11978,
                            "type": "grid",
                            "name": "All tasks",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8559,
                                    "field_id": 28372,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [
                                {
                                    "id": 2775,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "941484db-d9cd-45b3-969d-f66723b5a61b",
                                                "color": "darker-blue",
                                                "filters": [
                                                    {
                                                        "id": "98d57ffa-5340-447a-9f95-dc4e106d3c1a",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Complete"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "1ec7142d-78a5-4480-b526-4cd985b04717",
                                                "color": "darker-green",
                                                "filters": [
                                                    {
                                                        "id": "f1ef6b47-b097-47aa-8b17-103b4b12b677",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "91a7b434-640c-4ccc-ae7e-365ec727532c",
                                                "color": "darker-yellow",
                                                "filters": [
                                                    {
                                                        "id": "e051a1d8-f19b-4b6a-972e-3248e2186886",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Not started yet"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 2776,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "1d6b0563-f1dc-4778-b2dd-660892f48e36",
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "d8a5d165-d943-46eb-985c-f8d4b6ca2b64",
                                                        "type": "boolean",
                                                        "field": 28365,
                                                        "group": null,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94453,
                                    "field_id": 28346,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94454,
                                    "field_id": 28321,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94455,
                                    "field_id": 28311,
                                    "width": 250,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94456,
                                    "field_id": 28315,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94457,
                                    "field_id": 28323,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94458,
                                    "field_id": 28316,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94459,
                                    "field_id": 28341,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94460,
                                    "field_id": 28317,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94461,
                                    "field_id": 28338,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94462,
                                    "field_id": 28318,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94463,
                                    "field_id": 28322,
                                    "width": 311,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94464,
                                    "field_id": 28324,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94465,
                                    "field_id": 28365,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94466,
                                    "field_id": 28378,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94467,
                                    "field_id": 28366,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94468,
                                    "field_id": 28347,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94469,
                                    "field_id": 28312,
                                    "width": 116,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94470,
                                    "field_id": 28314,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94471,
                                    "field_id": 28372,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94472,
                                    "field_id": 28348,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 20,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94473,
                                    "field_id": 28319,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 21,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94474,
                                    "field_id": 28370,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 22,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94475,
                                    "field_id": 28371,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 23,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94476,
                                    "field_id": 28313,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 24,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94477,
                                    "field_id": 28320,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 25,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94478,
                                    "field_id": 28325,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 27,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11979,
                            "type": "calendar",
                            "name": "All tasks in calendar view",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [],
                            "decorations": [
                                {
                                    "id": 2777,
                                    "type": "background_color",
                                    "value_provider_type": "single_select_color",
                                    "value_provider_conf": {
                                        "field_id": 28318
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 2778,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "bd304ec6-1a3e-422d-9e04-91f0dc782842",
                                                "color": "darker-green",
                                                "filters": [
                                                    {
                                                        "id": "ab1991b8-5803-4e43-b016-8e3eec8c2775",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "402d45e0-815d-45cc-8b2b-9c166b207c02",
                                                "color": "red",
                                                "filters": [],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": true,
                            "date_field_id": 28312,
                            "field_options": [
                                {
                                    "id": 2397,
                                    "field_id": 28311,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 2398,
                                    "field_id": 28312,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2399,
                                    "field_id": 28313,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2400,
                                    "field_id": 28314,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2401,
                                    "field_id": 28315,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2402,
                                    "field_id": 28316,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 2403,
                                    "field_id": 28317,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 2404,
                                    "field_id": 28318,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2405,
                                    "field_id": 28319,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2406,
                                    "field_id": 28320,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2407,
                                    "field_id": 28321,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2408,
                                    "field_id": 28322,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2409,
                                    "field_id": 28323,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 2410,
                                    "field_id": 28324,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2411,
                                    "field_id": 28325,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2412,
                                    "field_id": 28338,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2413,
                                    "field_id": 28341,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2414,
                                    "field_id": 28346,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 2415,
                                    "field_id": 28347,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2416,
                                    "field_id": 28348,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2417,
                                    "field_id": 28365,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2418,
                                    "field_id": 28366,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2419,
                                    "field_id": 28370,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2420,
                                    "field_id": 28371,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2421,
                                    "field_id": 28372,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 2422,
                                    "field_id": 28378,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 11980,
                            "type": "kanban",
                            "name": "All tasks by Category",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [],
                            "decorations": [],
                            "public": true,
                            "single_select_field_id": 28323,
                            "field_options": [
                                {
                                    "id": 16053,
                                    "field_id": 28311,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 16054,
                                    "field_id": 28312,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 16055,
                                    "field_id": 28313,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16056,
                                    "field_id": 28314,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16057,
                                    "field_id": 28315,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 16058,
                                    "field_id": 28316,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 16059,
                                    "field_id": 28317,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16060,
                                    "field_id": 28318,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16061,
                                    "field_id": 28319,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16062,
                                    "field_id": 28320,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16063,
                                    "field_id": 28321,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16064,
                                    "field_id": 28322,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16065,
                                    "field_id": 28323,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16066,
                                    "field_id": 28324,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16067,
                                    "field_id": 28325,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16068,
                                    "field_id": 28338,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16069,
                                    "field_id": 28341,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16070,
                                    "field_id": 28346,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 16071,
                                    "field_id": 28347,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16072,
                                    "field_id": 28348,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16073,
                                    "field_id": 28365,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16074,
                                    "field_id": 28366,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16075,
                                    "field_id": 28370,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16076,
                                    "field_id": 28371,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16077,
                                    "field_id": 28372,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16078,
                                    "field_id": 28378,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 11981,
                            "type": "kanban",
                            "name": "All tasks grouped by Priority",
                            "order": 4,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 28318,
                            "field_options": [
                                {
                                    "id": 16079,
                                    "field_id": 28346,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 16080,
                                    "field_id": 28311,
                                    "hidden": false,
                                    "order": 2
                                },
                                {
                                    "id": 16081,
                                    "field_id": 28312,
                                    "hidden": false,
                                    "order": 3
                                },
                                {
                                    "id": 16082,
                                    "field_id": 28372,
                                    "hidden": false,
                                    "order": 4
                                },
                                {
                                    "id": 16083,
                                    "field_id": 28313,
                                    "hidden": true,
                                    "order": 5
                                },
                                {
                                    "id": 16084,
                                    "field_id": 28314,
                                    "hidden": true,
                                    "order": 6
                                },
                                {
                                    "id": 16085,
                                    "field_id": 28315,
                                    "hidden": false,
                                    "order": 7
                                },
                                {
                                    "id": 16086,
                                    "field_id": 28316,
                                    "hidden": false,
                                    "order": 8
                                },
                                {
                                    "id": 16087,
                                    "field_id": 28317,
                                    "hidden": true,
                                    "order": 9
                                },
                                {
                                    "id": 16088,
                                    "field_id": 28318,
                                    "hidden": true,
                                    "order": 10
                                },
                                {
                                    "id": 16089,
                                    "field_id": 28347,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 16090,
                                    "field_id": 28348,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 16091,
                                    "field_id": 28319,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 16092,
                                    "field_id": 28320,
                                    "hidden": true,
                                    "order": 14
                                },
                                {
                                    "id": 16093,
                                    "field_id": 28321,
                                    "hidden": true,
                                    "order": 15
                                },
                                {
                                    "id": 16094,
                                    "field_id": 28322,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 16095,
                                    "field_id": 28323,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 16096,
                                    "field_id": 28370,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 16097,
                                    "field_id": 28371,
                                    "hidden": true,
                                    "order": 20
                                },
                                {
                                    "id": 16098,
                                    "field_id": 28324,
                                    "hidden": true,
                                    "order": 21
                                },
                                {
                                    "id": 16099,
                                    "field_id": 28365,
                                    "hidden": true,
                                    "order": 22
                                },
                                {
                                    "id": 16100,
                                    "field_id": 28325,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16101,
                                    "field_id": 28338,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 11982,
                            "type": "grid",
                            "name": "Tasks that are not completed",
                            "order": 5,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7231,
                                    "field_id": 28347,
                                    "type": "not_equal",
                                    "value": "Complete",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8560,
                                    "field_id": 28372,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [
                                {
                                    "id": 2779,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "941484db-d9cd-45b3-969d-f66723b5a61b",
                                                "color": "darker-blue",
                                                "filters": [
                                                    {
                                                        "id": "98d57ffa-5340-447a-9f95-dc4e106d3c1a",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Complete"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "1ec7142d-78a5-4480-b526-4cd985b04717",
                                                "color": "darker-green",
                                                "filters": [
                                                    {
                                                        "id": "f1ef6b47-b097-47aa-8b17-103b4b12b677",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "91a7b434-640c-4ccc-ae7e-365ec727532c",
                                                "color": "darker-yellow",
                                                "filters": [
                                                    {
                                                        "id": "e051a1d8-f19b-4b6a-972e-3248e2186886",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Not started yet"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 2780,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "1d6b0563-f1dc-4778-b2dd-660892f48e36",
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "d8a5d165-d943-46eb-985c-f8d4b6ca2b64",
                                                        "type": "boolean",
                                                        "field": 28365,
                                                        "group": null,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94479,
                                    "field_id": 28346,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94480,
                                    "field_id": 28321,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94481,
                                    "field_id": 28311,
                                    "width": 250,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94482,
                                    "field_id": 28315,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94483,
                                    "field_id": 28323,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94484,
                                    "field_id": 28316,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94485,
                                    "field_id": 28341,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94486,
                                    "field_id": 28317,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94487,
                                    "field_id": 28338,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94488,
                                    "field_id": 28318,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94489,
                                    "field_id": 28322,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94490,
                                    "field_id": 28324,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94491,
                                    "field_id": 28365,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94492,
                                    "field_id": 28366,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94493,
                                    "field_id": 28347,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94494,
                                    "field_id": 28312,
                                    "width": 116,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94495,
                                    "field_id": 28314,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94496,
                                    "field_id": 28372,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94497,
                                    "field_id": 28348,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94498,
                                    "field_id": 28319,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94499,
                                    "field_id": 28370,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 20,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94500,
                                    "field_id": 28371,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 21,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94501,
                                    "field_id": 28313,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 22,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94502,
                                    "field_id": 28320,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 23,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94503,
                                    "field_id": 28325,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 24,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94504,
                                    "field_id": 28378,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 25,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11983,
                            "type": "grid",
                            "name": "Tasks that are both important and urgent",
                            "order": 6,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7232,
                                    "field_id": 28318,
                                    "type": "single_select_equal",
                                    "value": "14497",
                                    "group": null
                                },
                                {
                                    "id": 7233,
                                    "field_id": 28372,
                                    "type": "lower_than",
                                    "value": "30",
                                    "group": null
                                },
                                {
                                    "id": 7234,
                                    "field_id": 28347,
                                    "type": "not_equal",
                                    "value": "Complete",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8561,
                                    "field_id": 28312,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [
                                {
                                    "id": 2781,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "941484db-d9cd-45b3-969d-f66723b5a61b",
                                                "color": "darker-blue",
                                                "filters": [
                                                    {
                                                        "id": "98d57ffa-5340-447a-9f95-dc4e106d3c1a",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Complete"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "1ec7142d-78a5-4480-b526-4cd985b04717",
                                                "color": "darker-green",
                                                "filters": [
                                                    {
                                                        "id": "f1ef6b47-b097-47aa-8b17-103b4b12b677",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "91a7b434-640c-4ccc-ae7e-365ec727532c",
                                                "color": "darker-yellow",
                                                "filters": [
                                                    {
                                                        "id": "e051a1d8-f19b-4b6a-972e-3248e2186886",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Not started yet"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 2782,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "1d6b0563-f1dc-4778-b2dd-660892f48e36",
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "d8a5d165-d943-46eb-985c-f8d4b6ca2b64",
                                                        "type": "boolean",
                                                        "field": 28365,
                                                        "group": null,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94505,
                                    "field_id": 28346,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94506,
                                    "field_id": 28321,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94507,
                                    "field_id": 28311,
                                    "width": 250,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94508,
                                    "field_id": 28315,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94509,
                                    "field_id": 28323,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94510,
                                    "field_id": 28316,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94511,
                                    "field_id": 28317,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94512,
                                    "field_id": 28318,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94513,
                                    "field_id": 28322,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94514,
                                    "field_id": 28324,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94515,
                                    "field_id": 28365,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94516,
                                    "field_id": 28366,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94517,
                                    "field_id": 28347,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94518,
                                    "field_id": 28312,
                                    "width": 116,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94519,
                                    "field_id": 28314,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94520,
                                    "field_id": 28372,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94521,
                                    "field_id": 28348,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94522,
                                    "field_id": 28319,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94523,
                                    "field_id": 28370,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94524,
                                    "field_id": 28371,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94525,
                                    "field_id": 28313,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 20,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94526,
                                    "field_id": 28320,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 21,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94527,
                                    "field_id": 28338,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 22,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94528,
                                    "field_id": 28325,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 23,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94529,
                                    "field_id": 28341,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 24,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94530,
                                    "field_id": 28378,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 25,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11984,
                            "type": "grid",
                            "name": "Tasks by project and status",
                            "order": 7,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8562,
                                    "field_id": 28312,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [
                                {
                                    "id": 608,
                                    "field_id": 28347,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 2783,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "941484db-d9cd-45b3-969d-f66723b5a61b",
                                                "color": "darker-blue",
                                                "filters": [
                                                    {
                                                        "id": "98d57ffa-5340-447a-9f95-dc4e106d3c1a",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Complete"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "1ec7142d-78a5-4480-b526-4cd985b04717",
                                                "color": "darker-green",
                                                "filters": [
                                                    {
                                                        "id": "f1ef6b47-b097-47aa-8b17-103b4b12b677",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "91a7b434-640c-4ccc-ae7e-365ec727532c",
                                                "color": "darker-yellow",
                                                "filters": [
                                                    {
                                                        "id": "e051a1d8-f19b-4b6a-972e-3248e2186886",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Not started yet"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94531,
                                    "field_id": 28346,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94532,
                                    "field_id": 28321,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94533,
                                    "field_id": 28311,
                                    "width": 250,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94534,
                                    "field_id": 28315,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94535,
                                    "field_id": 28323,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94536,
                                    "field_id": 28316,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94537,
                                    "field_id": 28317,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94538,
                                    "field_id": 28318,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94539,
                                    "field_id": 28322,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94540,
                                    "field_id": 28324,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94541,
                                    "field_id": 28365,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94542,
                                    "field_id": 28366,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94543,
                                    "field_id": 28347,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94544,
                                    "field_id": 28312,
                                    "width": 116,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94545,
                                    "field_id": 28314,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94546,
                                    "field_id": 28372,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94547,
                                    "field_id": 28348,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94548,
                                    "field_id": 28319,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94549,
                                    "field_id": 28370,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94550,
                                    "field_id": 28371,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94551,
                                    "field_id": 28313,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 20,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94552,
                                    "field_id": 28320,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 21,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94553,
                                    "field_id": 28325,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 22,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94554,
                                    "field_id": 28338,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 23,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94555,
                                    "field_id": 28341,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 24,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94556,
                                    "field_id": 28378,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 25,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11985,
                            "type": "grid",
                            "name": "Tasks that are in progress",
                            "order": 8,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7235,
                                    "field_id": 28347,
                                    "type": "equal",
                                    "value": "In progress",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8563,
                                    "field_id": 28312,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [
                                {
                                    "id": 2784,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "941484db-d9cd-45b3-969d-f66723b5a61b",
                                                "color": "darker-blue",
                                                "filters": [
                                                    {
                                                        "id": "98d57ffa-5340-447a-9f95-dc4e106d3c1a",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Complete"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "1ec7142d-78a5-4480-b526-4cd985b04717",
                                                "color": "darker-green",
                                                "filters": [
                                                    {
                                                        "id": "f1ef6b47-b097-47aa-8b17-103b4b12b677",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "91a7b434-640c-4ccc-ae7e-365ec727532c",
                                                "color": "darker-yellow",
                                                "filters": [
                                                    {
                                                        "id": "e051a1d8-f19b-4b6a-972e-3248e2186886",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Not started yet"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 2785,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "1d6b0563-f1dc-4778-b2dd-660892f48e36",
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "d8a5d165-d943-46eb-985c-f8d4b6ca2b64",
                                                        "type": "boolean",
                                                        "field": 28365,
                                                        "group": null,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94557,
                                    "field_id": 28346,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94558,
                                    "field_id": 28321,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94559,
                                    "field_id": 28311,
                                    "width": 250,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94560,
                                    "field_id": 28315,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94561,
                                    "field_id": 28323,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94562,
                                    "field_id": 28316,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94563,
                                    "field_id": 28317,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94564,
                                    "field_id": 28318,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94565,
                                    "field_id": 28322,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94566,
                                    "field_id": 28324,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94567,
                                    "field_id": 28365,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94568,
                                    "field_id": 28366,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94569,
                                    "field_id": 28347,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94570,
                                    "field_id": 28312,
                                    "width": 116,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94571,
                                    "field_id": 28314,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94572,
                                    "field_id": 28372,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94573,
                                    "field_id": 28348,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94574,
                                    "field_id": 28319,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94575,
                                    "field_id": 28370,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94576,
                                    "field_id": 28371,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94577,
                                    "field_id": 28313,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 20,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94578,
                                    "field_id": 28320,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 21,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94579,
                                    "field_id": 28325,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 22,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94580,
                                    "field_id": 28338,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 23,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94581,
                                    "field_id": 28341,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 24,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94582,
                                    "field_id": 28378,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 25,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11986,
                            "type": "grid",
                            "name": "Tasks that start within 30 days",
                            "order": 9,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7236,
                                    "field_id": 28312,
                                    "type": "date_within_days",
                                    "value": "Europe/Brussels?30",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8564,
                                    "field_id": 28312,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [
                                {
                                    "id": 2786,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "941484db-d9cd-45b3-969d-f66723b5a61b",
                                                "color": "darker-blue",
                                                "filters": [
                                                    {
                                                        "id": "98d57ffa-5340-447a-9f95-dc4e106d3c1a",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Complete"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "1ec7142d-78a5-4480-b526-4cd985b04717",
                                                "color": "darker-green",
                                                "filters": [
                                                    {
                                                        "id": "f1ef6b47-b097-47aa-8b17-103b4b12b677",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "91a7b434-640c-4ccc-ae7e-365ec727532c",
                                                "color": "darker-yellow",
                                                "filters": [
                                                    {
                                                        "id": "e051a1d8-f19b-4b6a-972e-3248e2186886",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Not started yet"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 2787,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "1d6b0563-f1dc-4778-b2dd-660892f48e36",
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "d8a5d165-d943-46eb-985c-f8d4b6ca2b64",
                                                        "type": "boolean",
                                                        "field": 28365,
                                                        "group": null,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94583,
                                    "field_id": 28346,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94584,
                                    "field_id": 28321,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94585,
                                    "field_id": 28311,
                                    "width": 250,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94586,
                                    "field_id": 28315,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94587,
                                    "field_id": 28323,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94588,
                                    "field_id": 28316,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94589,
                                    "field_id": 28317,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94590,
                                    "field_id": 28318,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94591,
                                    "field_id": 28322,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94592,
                                    "field_id": 28324,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94593,
                                    "field_id": 28365,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94594,
                                    "field_id": 28366,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94595,
                                    "field_id": 28347,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94596,
                                    "field_id": 28312,
                                    "width": 116,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94597,
                                    "field_id": 28314,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94598,
                                    "field_id": 28372,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94599,
                                    "field_id": 28348,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94600,
                                    "field_id": 28319,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94601,
                                    "field_id": 28370,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94602,
                                    "field_id": 28371,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94603,
                                    "field_id": 28313,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 20,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94604,
                                    "field_id": 28320,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 21,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94605,
                                    "field_id": 28325,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 22,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94606,
                                    "field_id": 28338,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 23,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94607,
                                    "field_id": 28341,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 24,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94608,
                                    "field_id": 28378,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 25,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11987,
                            "type": "grid",
                            "name": "Tasks with pre requirements ok (active + scheduled)",
                            "order": 10,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7237,
                                    "field_id": 28365,
                                    "type": "boolean",
                                    "value": "1",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8565,
                                    "field_id": 28312,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [
                                {
                                    "id": 2788,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "941484db-d9cd-45b3-969d-f66723b5a61b",
                                                "color": "darker-blue",
                                                "filters": [
                                                    {
                                                        "id": "98d57ffa-5340-447a-9f95-dc4e106d3c1a",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Complete"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "1ec7142d-78a5-4480-b526-4cd985b04717",
                                                "color": "darker-green",
                                                "filters": [
                                                    {
                                                        "id": "f1ef6b47-b097-47aa-8b17-103b4b12b677",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "91a7b434-640c-4ccc-ae7e-365ec727532c",
                                                "color": "darker-yellow",
                                                "filters": [
                                                    {
                                                        "id": "e051a1d8-f19b-4b6a-972e-3248e2186886",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Not started yet"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94609,
                                    "field_id": 28346,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94610,
                                    "field_id": 28321,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94611,
                                    "field_id": 28311,
                                    "width": 250,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94612,
                                    "field_id": 28315,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94613,
                                    "field_id": 28323,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94614,
                                    "field_id": 28316,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94615,
                                    "field_id": 28317,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94616,
                                    "field_id": 28318,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94617,
                                    "field_id": 28322,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94618,
                                    "field_id": 28324,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94619,
                                    "field_id": 28365,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94620,
                                    "field_id": 28366,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94621,
                                    "field_id": 28347,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94622,
                                    "field_id": 28312,
                                    "width": 116,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94623,
                                    "field_id": 28314,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94624,
                                    "field_id": 28372,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94625,
                                    "field_id": 28348,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94626,
                                    "field_id": 28319,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94627,
                                    "field_id": 28370,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94628,
                                    "field_id": 28371,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94629,
                                    "field_id": 28313,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 20,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94630,
                                    "field_id": 28320,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 21,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94631,
                                    "field_id": 28325,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 22,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94632,
                                    "field_id": 28338,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 23,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94633,
                                    "field_id": 28341,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 24,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94634,
                                    "field_id": 28378,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 25,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11988,
                            "type": "grid",
                            "name": "Tasks with pre requirements NOT ok (active + scheduled)",
                            "order": 11,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7238,
                                    "field_id": 28365,
                                    "type": "boolean",
                                    "value": "0",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8566,
                                    "field_id": 28312,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [
                                {
                                    "id": 2789,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "941484db-d9cd-45b3-969d-f66723b5a61b",
                                                "color": "darker-blue",
                                                "filters": [
                                                    {
                                                        "id": "98d57ffa-5340-447a-9f95-dc4e106d3c1a",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Complete"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "1ec7142d-78a5-4480-b526-4cd985b04717",
                                                "color": "darker-green",
                                                "filters": [
                                                    {
                                                        "id": "f1ef6b47-b097-47aa-8b17-103b4b12b677",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "91a7b434-640c-4ccc-ae7e-365ec727532c",
                                                "color": "darker-yellow",
                                                "filters": [
                                                    {
                                                        "id": "e051a1d8-f19b-4b6a-972e-3248e2186886",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Not started yet"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94635,
                                    "field_id": 28346,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94636,
                                    "field_id": 28321,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94637,
                                    "field_id": 28311,
                                    "width": 250,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94638,
                                    "field_id": 28315,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94639,
                                    "field_id": 28323,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94640,
                                    "field_id": 28316,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94641,
                                    "field_id": 28317,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94642,
                                    "field_id": 28318,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94643,
                                    "field_id": 28322,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94644,
                                    "field_id": 28324,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94645,
                                    "field_id": 28365,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94646,
                                    "field_id": 28366,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94647,
                                    "field_id": 28347,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94648,
                                    "field_id": 28312,
                                    "width": 116,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94649,
                                    "field_id": 28314,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94650,
                                    "field_id": 28372,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94651,
                                    "field_id": 28348,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94652,
                                    "field_id": 28319,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94653,
                                    "field_id": 28370,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94654,
                                    "field_id": 28371,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94655,
                                    "field_id": 28313,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 20,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94656,
                                    "field_id": 28320,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 21,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94657,
                                    "field_id": 28325,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 22,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94658,
                                    "field_id": 28338,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 23,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94659,
                                    "field_id": 28341,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 24,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94660,
                                    "field_id": 28378,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 25,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11989,
                            "type": "kanban",
                            "name": "Active and scheduled tasks by Category",
                            "order": 12,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7239,
                                    "field_id": 28347,
                                    "type": "not_equal",
                                    "value": "Complete",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [],
                            "decorations": [],
                            "public": true,
                            "single_select_field_id": 28323,
                            "field_options": [
                                {
                                    "id": 16102,
                                    "field_id": 28311,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 16103,
                                    "field_id": 28312,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 16104,
                                    "field_id": 28313,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16105,
                                    "field_id": 28314,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16106,
                                    "field_id": 28315,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 16107,
                                    "field_id": 28316,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 16108,
                                    "field_id": 28317,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16109,
                                    "field_id": 28318,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16110,
                                    "field_id": 28319,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16111,
                                    "field_id": 28320,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16112,
                                    "field_id": 28321,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16113,
                                    "field_id": 28322,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16114,
                                    "field_id": 28323,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16115,
                                    "field_id": 28324,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16116,
                                    "field_id": 28325,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16117,
                                    "field_id": 28338,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16118,
                                    "field_id": 28341,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16119,
                                    "field_id": 28346,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 16120,
                                    "field_id": 28347,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16121,
                                    "field_id": 28348,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16122,
                                    "field_id": 28365,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16123,
                                    "field_id": 28370,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16124,
                                    "field_id": 28371,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16125,
                                    "field_id": 28372,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 11990,
                            "type": "kanban",
                            "name": "Active and scheduled tasks by Priority",
                            "order": 13,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7240,
                                    "field_id": 28347,
                                    "type": "not_equal",
                                    "value": "Complete",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [],
                            "decorations": [],
                            "public": true,
                            "single_select_field_id": 28318,
                            "field_options": [
                                {
                                    "id": 16126,
                                    "field_id": 28346,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 16127,
                                    "field_id": 28311,
                                    "hidden": false,
                                    "order": 2
                                },
                                {
                                    "id": 16128,
                                    "field_id": 28312,
                                    "hidden": false,
                                    "order": 3
                                },
                                {
                                    "id": 16129,
                                    "field_id": 28372,
                                    "hidden": false,
                                    "order": 4
                                },
                                {
                                    "id": 16130,
                                    "field_id": 28313,
                                    "hidden": true,
                                    "order": 5
                                },
                                {
                                    "id": 16131,
                                    "field_id": 28314,
                                    "hidden": true,
                                    "order": 6
                                },
                                {
                                    "id": 16132,
                                    "field_id": 28315,
                                    "hidden": false,
                                    "order": 7
                                },
                                {
                                    "id": 16133,
                                    "field_id": 28316,
                                    "hidden": false,
                                    "order": 8
                                },
                                {
                                    "id": 16134,
                                    "field_id": 28317,
                                    "hidden": true,
                                    "order": 9
                                },
                                {
                                    "id": 16135,
                                    "field_id": 28318,
                                    "hidden": true,
                                    "order": 10
                                },
                                {
                                    "id": 16136,
                                    "field_id": 28347,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 16137,
                                    "field_id": 28348,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 16138,
                                    "field_id": 28319,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 16139,
                                    "field_id": 28320,
                                    "hidden": true,
                                    "order": 14
                                },
                                {
                                    "id": 16140,
                                    "field_id": 28321,
                                    "hidden": true,
                                    "order": 15
                                },
                                {
                                    "id": 16141,
                                    "field_id": 28322,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 16142,
                                    "field_id": 28323,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 16143,
                                    "field_id": 28370,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 16144,
                                    "field_id": 28371,
                                    "hidden": true,
                                    "order": 20
                                },
                                {
                                    "id": 16145,
                                    "field_id": 28324,
                                    "hidden": true,
                                    "order": 21
                                },
                                {
                                    "id": 16146,
                                    "field_id": 28365,
                                    "hidden": true,
                                    "order": 22
                                },
                                {
                                    "id": 16147,
                                    "field_id": 28325,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16148,
                                    "field_id": 28338,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 11991,
                            "type": "timeline",
                            "name": "All task in a timeline",
                            "order": 14,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [],
                            "decorations": [
                                {
                                    "id": 2790,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "3cdd22a3-e926-4209-8c44-a8c86a71fdd0",
                                                "color": "red",
                                                "filters": [
                                                    {
                                                        "id": "6499cdae-1ca1-476c-81aa-98da1146518e",
                                                        "type": "boolean",
                                                        "field": 28365,
                                                        "group": null,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 2791,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "4cbde45c-4b2b-4444-b39e-5b03ad4e4865",
                                                "color": "darker-blue",
                                                "filters": [
                                                    {
                                                        "id": "df75e974-8953-40a0-a9cb-5838709e42b7",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Complete"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "b3744d6e-5cb9-4905-bdbd-e0fcab9f3bd3",
                                                "color": "deep-dark-green",
                                                "filters": [
                                                    {
                                                        "id": "4111583b-b132-49ff-bee4-d5c926985522",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "In progress"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "bd6d2f93-9205-4f37-81b2-84aa3bdb0e86",
                                                "color": "darker-orange",
                                                "filters": [
                                                    {
                                                        "id": "0e335fee-5c4d-415b-9499-591a66c22e28",
                                                        "type": "equal",
                                                        "field": 28347,
                                                        "group": null,
                                                        "value": "Not started yet"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "start_date_field_id": 28312,
                            "end_date_field_id": 28348,
                            "field_options": [
                                {
                                    "id": 1,
                                    "field_id": 28311,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 2,
                                    "field_id": 28312,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 3,
                                    "field_id": 28313,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 4,
                                    "field_id": 28314,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 5,
                                    "field_id": 28315,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 6,
                                    "field_id": 28316,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 7,
                                    "field_id": 28317,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8,
                                    "field_id": 28318,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 9,
                                    "field_id": 28319,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 10,
                                    "field_id": 28320,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11,
                                    "field_id": 28321,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 12,
                                    "field_id": 28322,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 13,
                                    "field_id": 28323,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 14,
                                    "field_id": 28324,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 15,
                                    "field_id": 28325,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16,
                                    "field_id": 28338,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 17,
                                    "field_id": 28341,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 18,
                                    "field_id": 28346,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 19,
                                    "field_id": 28347,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 20,
                                    "field_id": 28348,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 21,
                                    "field_id": 28365,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 22,
                                    "field_id": 28366,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 23,
                                    "field_id": 28370,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 24,
                                    "field_id": 28371,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 25,
                                    "field_id": 28372,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 26,
                                    "field_id": 28378,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645039+00:00",
                            "updated_on": "2024-05-14T12:34:24.871228+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Site Analysis",
                            "field_28312": "2023-08-18",
                            "field_28313": "0.50",
                            "field_28314": "30",
                            "field_28315": "Conduct site analysis for the modern office building construction project.",
                            "field_28316": [
                                3
                            ],
                            "field_28317": [
                                11
                            ],
                            "field_28318": 14497,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": "2023-07-09",
                            "field_28320": [
                                3,
                                4
                            ],
                            "field_28321": 1,
                            "field_28322": [
                                3,
                                5
                            ],
                            "field_28323": 14500,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645094+00:00",
                            "updated_on": "2024-05-14T12:34:24.878768+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Architectural Design",
                            "field_28312": "2023-09-17",
                            "field_28313": "2.00",
                            "field_28314": "60",
                            "field_28315": "Create architectural designs and plans for the office building.",
                            "field_28316": [
                                3
                            ],
                            "field_28317": [
                                1
                            ],
                            "field_28318": 14499,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": "2023-06-29",
                            "field_28320": [
                                5,
                                6,
                                7
                            ],
                            "field_28321": 2,
                            "field_28322": [],
                            "field_28323": 14501,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645116+00:00",
                            "updated_on": "2024-05-14T12:34:24.885663+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Structural Engineering",
                            "field_28312": "2023-11-16",
                            "field_28313": "1.50",
                            "field_28314": "45",
                            "field_28315": "Perform structural engineering analysis and design for the building.",
                            "field_28316": [
                                3
                            ],
                            "field_28317": [
                                7
                            ],
                            "field_28318": 14498,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": "2023-10-06",
                            "field_28320": [
                                8,
                                9
                            ],
                            "field_28321": 3,
                            "field_28322": [
                                7,
                                10
                            ],
                            "field_28323": 14502,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [
                                3,
                                4
                            ],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645135+00:00",
                            "updated_on": "2024-05-14T12:34:24.892370+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Mechanical and Electrical Systems",
                            "field_28312": "2023-12-31",
                            "field_28313": "1.00",
                            "field_28314": "30",
                            "field_28315": "Design HVAC, plumbing, and electrical systems for the building.",
                            "field_28316": [
                                3
                            ],
                            "field_28317": [
                                7
                            ],
                            "field_28318": 14498,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": "2023-11-21",
                            "field_28320": [
                                10,
                                11
                            ],
                            "field_28321": 4,
                            "field_28322": [
                                8,
                                12
                            ],
                            "field_28323": 14502,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [
                                5
                            ],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645153+00:00",
                            "updated_on": "2024-09-25T13:00:16.964053+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Construction Management",
                            "field_28312": "2024-05-02",
                            "field_28313": "10.00",
                            "field_28314": "154",
                            "field_28315": "Initiate and manage the construction phase of the office building project.",
                            "field_28316": [
                                3
                            ],
                            "field_28317": [
                                12
                            ],
                            "field_28318": 14497,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": "2024-09-23",
                            "field_28320": [
                                12,
                                13
                            ],
                            "field_28321": 5,
                            "field_28322": [
                                9,
                                12
                            ],
                            "field_28323": 14504,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645171+00:00",
                            "updated_on": "2024-09-25T06:56:01.419456+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Urban Planning",
                            "field_28312": "2024-05-02",
                            "field_28313": "1.00",
                            "field_28314": "60",
                            "field_28315": "Develop an urban planning strategy for the redevelopment project.",
                            "field_28316": [
                                4
                            ],
                            "field_28317": [
                                12
                            ],
                            "field_28318": 14499,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": "2024-07-08",
                            "field_28320": [
                                14,
                                15
                            ],
                            "field_28321": 6,
                            "field_28322": [
                                10,
                                13
                            ],
                            "field_28323": 14501,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645190+00:00",
                            "updated_on": "2024-09-25T06:56:24.866459+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Infrastructure Design",
                            "field_28312": "2024-05-07",
                            "field_28313": "1.50",
                            "field_28314": "90",
                            "field_28315": "Design the infrastructure for the redeveloped urban area.",
                            "field_28316": [
                                4
                            ],
                            "field_28317": [
                                24
                            ],
                            "field_28318": 14497,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": "2024-09-02",
                            "field_28320": [
                                16,
                                17
                            ],
                            "field_28321": 7,
                            "field_28322": [
                                14,
                                5
                            ],
                            "field_28323": 14501,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [
                                8
                            ],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645208+00:00",
                            "updated_on": "2024-09-25T06:56:33.464561+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Environmental Sustainability",
                            "field_28312": "2024-05-16",
                            "field_28313": "2.00",
                            "field_28314": "120",
                            "field_28315": "Implement sustainable practices and green infrastructure.",
                            "field_28316": [
                                4
                            ],
                            "field_28317": [
                                18
                            ],
                            "field_28318": 14497,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": "2024-09-25",
                            "field_28320": [
                                18,
                                19
                            ],
                            "field_28321": 8,
                            "field_28322": [
                                16,
                                13,
                                21
                            ],
                            "field_28323": 14505,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645225+00:00",
                            "updated_on": "2024-09-25T13:00:36.514368+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Community Engagement",
                            "field_28312": "2024-05-20",
                            "field_28313": "1.00",
                            "field_28314": "60",
                            "field_28315": "Engage with the community for feedback and involvement in the project.",
                            "field_28316": [
                                4
                            ],
                            "field_28317": [
                                12
                            ],
                            "field_28318": 14498,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [
                                20,
                                21
                            ],
                            "field_28321": 9,
                            "field_28322": [],
                            "field_28323": 14503,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645243+00:00",
                            "updated_on": "2024-05-14T12:34:24.932804+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Project Management",
                            "field_28312": "2024-10-14",
                            "field_28313": "15.00",
                            "field_28314": "365",
                            "field_28315": "Oversee and manage the overall execution of the urban redevelopment project.",
                            "field_28316": [
                                4
                            ],
                            "field_28317": [
                                7
                            ],
                            "field_28318": 14499,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [
                                22,
                                23
                            ],
                            "field_28321": 10,
                            "field_28322": [],
                            "field_28323": 14500,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [
                                10,
                                11
                            ],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645260+00:00",
                            "updated_on": "2024-09-26T13:37:33.156868+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Architectural Design",
                            "field_28312": "2024-05-23",
                            "field_28313": "2.00",
                            "field_28314": "45",
                            "field_28315": "Develop architectural plans for the hospital expansion and renovation project.",
                            "field_28316": [
                                5
                            ],
                            "field_28317": [
                                1
                            ],
                            "field_28318": 14497,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [
                                24,
                                25
                            ],
                            "field_28321": 11,
                            "field_28322": [
                                16,
                                7,
                                5
                            ],
                            "field_28323": 14501,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645278+00:00",
                            "updated_on": "2024-05-14T12:34:24.945637+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Structural Upgrades",
                            "field_28312": "2024-10-01",
                            "field_28313": "3.00",
                            "field_28314": "120",
                            "field_28315": "Perform structural upgrades to support the expanded hospital facilities.",
                            "field_28316": [
                                5
                            ],
                            "field_28317": [
                                8
                            ],
                            "field_28318": 14497,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [
                                26,
                                27
                            ],
                            "field_28321": 12,
                            "field_28322": [
                                4,
                                6
                            ],
                            "field_28323": 14504,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [
                                13
                            ],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645296+00:00",
                            "updated_on": "2024-05-14T12:34:24.951634+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "MEP Systems Design",
                            "field_28312": "2025-01-29",
                            "field_28313": "2.00",
                            "field_28314": "90",
                            "field_28315": "Design and implement mechanical, electrical, and plumbing systems.",
                            "field_28316": [
                                5
                            ],
                            "field_28317": [
                                16
                            ],
                            "field_28318": 14498,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [
                                28,
                                29
                            ],
                            "field_28321": 13,
                            "field_28322": [],
                            "field_28323": 14501,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 16,
                            "order": "16.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645314+00:00",
                            "updated_on": "2024-09-30T14:08:02.134843+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Construction Management",
                            "field_28312": "2025-04-29",
                            "field_28313": "20.00",
                            "field_28314": "365",
                            "field_28315": "Manage the construction phase, ensuring minimal disruption to hospital operations.",
                            "field_28316": [
                                5
                            ],
                            "field_28317": [
                                8
                            ],
                            "field_28318": 14497,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [
                                30,
                                31
                            ],
                            "field_28321": 14,
                            "field_28322": [
                                7,
                                10,
                                9,
                                18,
                                6
                            ],
                            "field_28323": 14504,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 17,
                            "order": "17.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645331+00:00",
                            "updated_on": "2024-05-14T12:34:24.964272+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Quality Control and Assurance",
                            "field_28312": "2026-04-29",
                            "field_28313": "3.00",
                            "field_28314": "90",
                            "field_28315": "Implement quality control measures and assurance processes during construction.",
                            "field_28316": [
                                5
                            ],
                            "field_28317": [
                                11
                            ],
                            "field_28318": 14499,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [
                                32,
                                33
                            ],
                            "field_28321": 15,
                            "field_28322": [],
                            "field_28323": 14502,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 18,
                            "order": "18.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645349+00:00",
                            "updated_on": "2024-05-14T12:34:24.970338+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Architectural Design",
                            "field_28312": "2025-02-18",
                            "field_28313": "2.50",
                            "field_28314": "120",
                            "field_28315": "Design energy-efficient homes and communal spaces for the residential development.",
                            "field_28316": [
                                6
                            ],
                            "field_28317": [
                                5
                            ],
                            "field_28318": 14497,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [
                                34,
                                35
                            ],
                            "field_28321": 16,
                            "field_28322": [],
                            "field_28323": 14501,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 19,
                            "order": "19.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645366+00:00",
                            "updated_on": "2024-05-14T12:34:24.976512+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Civil Engineering for Infrastructure",
                            "field_28312": "2025-06-18",
                            "field_28313": "4.00",
                            "field_28314": "180",
                            "field_28315": "Plan and design civil engineering infrastructure for the residential area.",
                            "field_28316": [
                                6
                            ],
                            "field_28317": [
                                17
                            ],
                            "field_28318": 14498,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [
                                36,
                                37
                            ],
                            "field_28321": 17,
                            "field_28322": [
                                18,
                                6,
                                7,
                                9
                            ],
                            "field_28323": 14502,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 20,
                            "order": "20.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645384+00:00",
                            "updated_on": "2024-05-14T12:34:25.189533+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Environmental Planning",
                            "field_28312": "2025-12-15",
                            "field_28313": "2.50",
                            "field_28314": "120",
                            "field_28315": "Develop an environmental plan for the sustainable residential community.",
                            "field_28316": [
                                6
                            ],
                            "field_28317": [
                                18
                            ],
                            "field_28318": 14497,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [
                                38,
                                39
                            ],
                            "field_28321": 18,
                            "field_28322": [],
                            "field_28323": 14500,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 21,
                            "order": "21.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645402+00:00",
                            "updated_on": "2024-05-14T12:34:25.195508+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Construction Management",
                            "field_28312": "2026-04-14",
                            "field_28313": "25.00",
                            "field_28314": "365",
                            "field_28315": "Oversee construction to ensure adherence to sustainability goals.",
                            "field_28316": [
                                6
                            ],
                            "field_28317": [
                                11
                            ],
                            "field_28318": 14499,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [
                                40,
                                41
                            ],
                            "field_28321": 19,
                            "field_28322": [
                                7,
                                10,
                                9
                            ],
                            "field_28323": 14504,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 22,
                            "order": "22.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645419+00:00",
                            "updated_on": "2024-05-14T12:34:25.201415+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Community Engagement",
                            "field_28312": "2027-04-14",
                            "field_28313": "2.00",
                            "field_28314": "60",
                            "field_28315": "Engage with residents for feedback and community involvement.",
                            "field_28316": [
                                6
                            ],
                            "field_28317": [
                                6
                            ],
                            "field_28318": 14497,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [
                                42,
                                43
                            ],
                            "field_28321": 20,
                            "field_28322": [],
                            "field_28323": 14503,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 23,
                            "order": "23.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645437+00:00",
                            "updated_on": "2024-09-27T08:03:02.944740+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Architectural Planning",
                            "field_28312": "2024-05-17",
                            "field_28313": "2.00",
                            "field_28314": "120",
                            "field_28315": "Create a comprehensive architectural plan for the university campus master plan.",
                            "field_28316": [
                                7
                            ],
                            "field_28317": [
                                5
                            ],
                            "field_28318": 14497,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [
                                44,
                                45
                            ],
                            "field_28321": 21,
                            "field_28322": [
                                6,
                                21,
                                9,
                                5
                            ],
                            "field_28323": 14500,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 24,
                            "order": "24.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645454+00:00",
                            "updated_on": "2024-05-14T12:34:25.213645+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Landscape Design",
                            "field_28312": "2025-01-16",
                            "field_28313": "1.50",
                            "field_28314": "90",
                            "field_28315": "Develop landscape designs to enhance the overall campus experience.",
                            "field_28316": [
                                7
                            ],
                            "field_28317": [
                                22
                            ],
                            "field_28318": 14499,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [],
                            "field_28321": 22,
                            "field_28322": [
                                5,
                                3,
                                4
                            ],
                            "field_28323": 14501,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 25,
                            "order": "25.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645520+00:00",
                            "updated_on": "2024-05-14T12:34:25.219636+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Transportation Planning",
                            "field_28312": "2025-04-16",
                            "field_28313": "2.00",
                            "field_28314": "120",
                            "field_28315": "Plan and design transportation infrastructure within the campus.",
                            "field_28316": [
                                7
                            ],
                            "field_28317": [
                                17
                            ],
                            "field_28318": 14498,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [],
                            "field_28321": 23,
                            "field_28322": [],
                            "field_28323": 14500,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 26,
                            "order": "26.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645541+00:00",
                            "updated_on": "2024-05-14T12:34:25.225642+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Infrastructure Upgrades",
                            "field_28312": "2025-08-14",
                            "field_28313": "1.50",
                            "field_28314": "90",
                            "field_28315": "Upgrade existing infrastructure based on the master plan.",
                            "field_28316": [
                                7
                            ],
                            "field_28317": [
                                7
                            ],
                            "field_28318": 14497,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [],
                            "field_28321": 24,
                            "field_28322": [
                                20,
                                19,
                                4
                            ],
                            "field_28323": 14504,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        },
                        {
                            "id": 27,
                            "order": "27.00000000000000000000",
                            "created_on": "2024-02-01T14:36:40.645560+00:00",
                            "updated_on": "2024-05-14T12:34:25.231897+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28346": null,
                            "field_28311": "Project Management",
                            "field_28312": "2025-11-12",
                            "field_28313": "18.00",
                            "field_28314": "365",
                            "field_28315": "Oversee and manage the implementation of the university campus master plan.",
                            "field_28316": [
                                7
                            ],
                            "field_28317": [
                                5
                            ],
                            "field_28318": 14499,
                            "field_28347": null,
                            "field_28348": null,
                            "field_28319": null,
                            "field_28320": [],
                            "field_28321": 25,
                            "field_28322": [],
                            "field_28323": 14504,
                            "field_28370": null,
                            "field_28371": null,
                            "field_28372": null,
                            "field_28324": [],
                            "field_28365": null,
                            "field_28338": null,
                            "field_28325": null,
                            "field_28341": null,
                            "field_28366": null,
                            "field_28378": null
                        }
                    ],
                    "data_sync": null
                },
                {
                    "id": 2967,
                    "name": "Task actions",
                    "order": 6,
                    "fields": [
                        {
                            "id": 28349,
                            "type": "formula",
                            "name": "Code",
                            "description": null,
                            "order": 0,
                            "primary": true,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "join(concat('A-',replace(field('Task'),'T-',''),'-',field('Autonumber')),'')",
                            "formula_type": "text"
                        },
                        {
                            "id": 28350,
                            "type": "rollup",
                            "name": "Team member",
                            "description": null,
                            "order": 2,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "through_field_id": 28328,
                            "target_field_id": 28317,
                            "rollup_function": "min"
                        },
                        {
                            "id": 28326,
                            "type": "created_on",
                            "name": "Date",
                            "description": null,
                            "order": 3,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null
                        },
                        {
                            "id": 28327,
                            "type": "long_text",
                            "name": "Action",
                            "description": null,
                            "order": 4,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "long_text_enable_rich_text": false
                        },
                        {
                            "id": 28328,
                            "type": "link_row",
                            "name": "Task",
                            "description": null,
                            "order": 5,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2966,
                            "link_row_related_field_id": 28320,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 28329,
                            "type": "autonumber",
                            "name": "Autonumber",
                            "description": null,
                            "order": 6,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false
                        },
                        {
                            "id": 28351,
                            "type": "formula",
                            "name": "Date (format)",
                            "description": null,
                            "order": 7,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": null,
                            "nullable": true,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "datetime_format_tz(field('Date'),'YYYY-MM-DD HH24:MI','Europe/Amsterdam')",
                            "formula_type": "text"
                        }
                    ],
                    "views": [
                        {
                            "id": 11992,
                            "type": "grid",
                            "name": "All task actions",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8567,
                                    "field_id": 28326,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94661,
                                    "field_id": 28349,
                                    "width": 174,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94662,
                                    "field_id": 28329,
                                    "width": 153,
                                    "hidden": true,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94663,
                                    "field_id": 28328,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94664,
                                    "field_id": 28350,
                                    "width": 186,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94665,
                                    "field_id": 28326,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94666,
                                    "field_id": 28351,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94667,
                                    "field_id": 28327,
                                    "width": 615,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11993,
                            "type": "grid",
                            "name": "Task actions by task",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8568,
                                    "field_id": 28326,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94668,
                                    "field_id": 28349,
                                    "width": 174,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94669,
                                    "field_id": 28329,
                                    "width": 153,
                                    "hidden": true,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94670,
                                    "field_id": 28328,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94671,
                                    "field_id": 28350,
                                    "width": 186,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94672,
                                    "field_id": 28326,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94673,
                                    "field_id": 28327,
                                    "width": 615,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94674,
                                    "field_id": 28351,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11994,
                            "type": "calendar",
                            "name": "All task actions in calendar view",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "date_field_id": 28326,
                            "field_options": [
                                {
                                    "id": 2423,
                                    "field_id": 28349,
                                    "hidden": true,
                                    "order": 1
                                },
                                {
                                    "id": 2424,
                                    "field_id": 28350,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 2425,
                                    "field_id": 28326,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 2426,
                                    "field_id": 28328,
                                    "hidden": false,
                                    "order": 4
                                },
                                {
                                    "id": 2427,
                                    "field_id": 28327,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 2428,
                                    "field_id": 28329,
                                    "hidden": true,
                                    "order": 6
                                }
                            ]
                        },
                        {
                            "id": 11995,
                            "type": "calendar",
                            "name": "Active and scheduled in calendar view",
                            "order": 4,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [],
                            "decorations": [],
                            "public": true,
                            "date_field_id": 28326,
                            "field_options": [
                                {
                                    "id": 2429,
                                    "field_id": 28349,
                                    "hidden": true,
                                    "order": 1
                                },
                                {
                                    "id": 2430,
                                    "field_id": 28350,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 2431,
                                    "field_id": 28326,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 2432,
                                    "field_id": 28328,
                                    "hidden": false,
                                    "order": 4
                                },
                                {
                                    "id": 2433,
                                    "field_id": 28327,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 2434,
                                    "field_id": 28329,
                                    "hidden": true,
                                    "order": 6
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571625+00:00",
                            "updated_on": "2024-02-02T08:07:48.962554+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Site analysis completed, awaiting approval from the architecture team.",
                            "field_28328": [
                                3
                            ],
                            "field_28329": 1,
                            "field_28351": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571670+00:00",
                            "updated_on": "2024-02-02T08:10:32.315402+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Reviewed site analysis. Suggested adjustments to improve accuracy.",
                            "field_28328": [
                                3
                            ],
                            "field_28329": 2,
                            "field_28351": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571692+00:00",
                            "updated_on": "2024-02-02T08:07:53.669106+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Initial architectural designs drafted, seeking feedback from structural engineering team.",
                            "field_28328": [
                                4
                            ],
                            "field_28329": 3,
                            "field_28351": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571711+00:00",
                            "updated_on": "2024-02-02T08:10:34.048521+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Reviewed and provided feedback on the architectural designs.",
                            "field_28328": [
                                4
                            ],
                            "field_28329": 4,
                            "field_28351": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571729+00:00",
                            "updated_on": "2024-02-02T08:10:37.190153+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Discussed design modifications for better integration with MEP systems.",
                            "field_28328": [
                                4
                            ],
                            "field_28329": 5,
                            "field_28351": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571746+00:00",
                            "updated_on": "2024-02-02T08:07:57.529895+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Structural engineering analysis in progress, expecting completion by end of the month.",
                            "field_28328": [
                                5
                            ],
                            "field_28329": 6,
                            "field_28351": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571764+00:00",
                            "updated_on": "2024-02-02T08:10:40.429324+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Reviewed preliminary structural analysis. Highlighted potential load-bearing issues.",
                            "field_28328": [
                                5
                            ],
                            "field_28329": 7,
                            "field_28351": null
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571782+00:00",
                            "updated_on": "2024-02-02T08:10:45.378031+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Completed design for HVAC, plumbing, and electrical systems, ready for review.",
                            "field_28328": [
                                6
                            ],
                            "field_28329": 8,
                            "field_28351": null
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571799+00:00",
                            "updated_on": "2024-02-02T08:10:49.174229+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Requested clarification on electrical system specifications.",
                            "field_28328": [
                                6
                            ],
                            "field_28329": 9,
                            "field_28351": null
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571851+00:00",
                            "updated_on": "2024-02-02T08:08:08.757834+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Construction phase initiated. Daily progress meetings scheduled with the construction team.",
                            "field_28328": [
                                7
                            ],
                            "field_28329": 10,
                            "field_28351": null
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571874+00:00",
                            "updated_on": "2024-02-02T08:10:51.236216+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Discussed construction timeline and resource allocation.",
                            "field_28328": [
                                7
                            ],
                            "field_28329": 11,
                            "field_28351": null
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571891+00:00",
                            "updated_on": "2024-02-02T08:10:21.519577+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Urban planning strategy developed. Awaiting approval from environmental sustainability team.",
                            "field_28328": [
                                8
                            ],
                            "field_28329": 12,
                            "field_28351": null
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571909+00:00",
                            "updated_on": "2024-02-02T08:10:24.324271+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Suggested incorporating green spaces for improved community well-being.",
                            "field_28328": [
                                8
                            ],
                            "field_28329": 13,
                            "field_28351": null
                        },
                        {
                            "id": 16,
                            "order": "16.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571926+00:00",
                            "updated_on": "2024-02-02T08:08:16.792509+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Infrastructure design plans submitted for review. Requesting feedback from the project management team.",
                            "field_28328": [
                                9
                            ],
                            "field_28329": 14,
                            "field_28351": null
                        },
                        {
                            "id": 17,
                            "order": "17.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571944+00:00",
                            "updated_on": "2024-02-02T08:10:19.073001+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Provided input on project scheduling and resource allocation.",
                            "field_28328": [
                                9
                            ],
                            "field_28329": 15,
                            "field_28351": null
                        },
                        {
                            "id": 18,
                            "order": "18.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571961+00:00",
                            "updated_on": "2024-02-02T08:08:20.966188+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Implementation of sustainable practices and green infrastructure in progress.",
                            "field_28328": [
                                10
                            ],
                            "field_28329": 16,
                            "field_28351": null
                        },
                        {
                            "id": 19,
                            "order": "19.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571978+00:00",
                            "updated_on": "2024-02-02T08:10:17.392720+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Discussed environmental sustainability goals and potential enhancements.",
                            "field_28328": [
                                10
                            ],
                            "field_28329": 17,
                            "field_28351": null
                        },
                        {
                            "id": 20,
                            "order": "20.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.571996+00:00",
                            "updated_on": "2024-02-02T08:08:27.787454+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Community engagement event scheduled for next month. Coordination with community representatives ongoing.",
                            "field_28328": [
                                11
                            ],
                            "field_28329": 18,
                            "field_28351": null
                        },
                        {
                            "id": 21,
                            "order": "21.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572013+00:00",
                            "updated_on": "2024-02-02T08:10:15.688679+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Reviewed community engagement plan. Proposed additional outreach strategies.",
                            "field_28328": [
                                11
                            ],
                            "field_28329": 19,
                            "field_28351": null
                        },
                        {
                            "id": 22,
                            "order": "22.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572031+00:00",
                            "updated_on": "2024-02-02T08:08:31.623762+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Project management team conducting regular progress reviews. Project on schedule.",
                            "field_28328": [
                                12
                            ],
                            "field_28329": 20,
                            "field_28351": null
                        },
                        {
                            "id": 23,
                            "order": "23.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572048+00:00",
                            "updated_on": "2024-02-02T08:10:13.896272+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Addressed project risks and discussed mitigation strategies.",
                            "field_28328": [
                                12
                            ],
                            "field_28329": 21,
                            "field_28351": null
                        },
                        {
                            "id": 24,
                            "order": "24.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572066+00:00",
                            "updated_on": "2024-02-02T08:08:39.492773+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Initiated architectural plans for hospital expansion. Coordination with structural engineering team ongoing.",
                            "field_28328": [
                                13
                            ],
                            "field_28329": 22,
                            "field_28351": null
                        },
                        {
                            "id": 25,
                            "order": "25.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572083+00:00",
                            "updated_on": "2024-02-02T08:10:11.961485+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Provided input on spatial requirements for medical equipment.",
                            "field_28328": [
                                13
                            ],
                            "field_28329": 23,
                            "field_28351": null
                        },
                        {
                            "id": 26,
                            "order": "26.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572101+00:00",
                            "updated_on": "2024-02-02T08:10:05.837350+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Reviewed and provided feedback on structural upgrades. Awaiting finalization of plans.",
                            "field_28328": [
                                14
                            ],
                            "field_28329": 24,
                            "field_28351": null
                        },
                        {
                            "id": 27,
                            "order": "27.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572118+00:00",
                            "updated_on": "2024-02-02T08:10:09.136063+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Discussed load-bearing capacity and seismic resilience.",
                            "field_28328": [
                                14
                            ],
                            "field_28329": 25,
                            "field_28351": null
                        },
                        {
                            "id": 28,
                            "order": "28.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572135+00:00",
                            "updated_on": "2024-02-02T08:08:49.839041+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Designing mechanical, electrical, and plumbing systems. Collaboration with the construction management team.",
                            "field_28328": [
                                15
                            ],
                            "field_28329": 26,
                            "field_28351": null
                        },
                        {
                            "id": 29,
                            "order": "29.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572153+00:00",
                            "updated_on": "2024-02-02T08:10:00.078739+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Provided specifications for energy-efficient MEP systems.",
                            "field_28328": [
                                15
                            ],
                            "field_28329": 27,
                            "field_28351": null
                        },
                        {
                            "id": 30,
                            "order": "30.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572170+00:00",
                            "updated_on": "2024-02-02T08:08:54.341243+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Construction phase underway. Regular quality control measures implemented.",
                            "field_28328": [
                                16
                            ],
                            "field_28329": 28,
                            "field_28351": null
                        },
                        {
                            "id": 31,
                            "order": "31.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572187+00:00",
                            "updated_on": "2024-02-02T08:09:58.300923+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Addressed on-site challenges and coordinated with quality control team.",
                            "field_28328": [
                                16
                            ],
                            "field_28329": 29,
                            "field_28351": null
                        },
                        {
                            "id": 32,
                            "order": "32.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572204+00:00",
                            "updated_on": "2024-02-02T08:09:01.123728+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Quality control and assurance processes actively monitored during construction.",
                            "field_28328": [
                                17
                            ],
                            "field_28329": 30,
                            "field_28351": null
                        },
                        {
                            "id": 33,
                            "order": "33.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572222+00:00",
                            "updated_on": "2024-02-02T08:09:56.689033+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Reviewed quality control reports and implemented corrective actions.",
                            "field_28328": [
                                17
                            ],
                            "field_28329": 31,
                            "field_28351": null
                        },
                        {
                            "id": 34,
                            "order": "34.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572239+00:00",
                            "updated_on": "2024-02-02T08:09:07.052436+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Architectural designs for energy-efficient homes in progress.",
                            "field_28328": [
                                18
                            ],
                            "field_28329": 32,
                            "field_28351": null
                        },
                        {
                            "id": 35,
                            "order": "35.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572256+00:00",
                            "updated_on": "2024-02-02T08:09:55.011086+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Suggested energy-efficient materials for construction.",
                            "field_28328": [
                                18
                            ],
                            "field_28329": 33,
                            "field_28351": null
                        },
                        {
                            "id": 36,
                            "order": "36.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572273+00:00",
                            "updated_on": "2024-02-02T08:09:12.366875+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Civil engineering plans for infrastructure submitted for review. Awaiting feedback.",
                            "field_28328": [
                                19
                            ],
                            "field_28329": 34,
                            "field_28351": null
                        },
                        {
                            "id": 37,
                            "order": "37.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572291+00:00",
                            "updated_on": "2024-02-02T08:09:53.090392+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Provided geotechnical considerations for civil engineering plans.",
                            "field_28328": [
                                19
                            ],
                            "field_28329": 35,
                            "field_28351": null
                        },
                        {
                            "id": 38,
                            "order": "38.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572308+00:00",
                            "updated_on": "2024-02-02T08:09:18.084916+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Environmental plan finalized. Awaiting approval from the environmental sustainability team.",
                            "field_28328": [
                                20
                            ],
                            "field_28329": 36,
                            "field_28351": null
                        },
                        {
                            "id": 39,
                            "order": "39.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572325+00:00",
                            "updated_on": "2024-02-02T08:09:50.606160+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Reviewed environmental plan and suggested improvements.",
                            "field_28328": [
                                20
                            ],
                            "field_28329": 37,
                            "field_28351": null
                        },
                        {
                            "id": 40,
                            "order": "40.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572342+00:00",
                            "updated_on": "2024-02-02T08:09:23.203933+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Construction management team overseeing adherence to sustainability goals.",
                            "field_28328": [
                                21
                            ],
                            "field_28329": 38,
                            "field_28351": null
                        },
                        {
                            "id": 41,
                            "order": "41.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572360+00:00",
                            "updated_on": "2024-02-02T08:09:48.804673+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Monitored construction progress and ensured compliance with sustainability guidelines.",
                            "field_28328": [
                                21
                            ],
                            "field_28329": 39,
                            "field_28351": null
                        },
                        {
                            "id": 42,
                            "order": "42.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572377+00:00",
                            "updated_on": "2024-02-02T08:09:30.306142+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Community engagement meetings ongoing. Positive feedback from residents.",
                            "field_28328": [
                                22
                            ],
                            "field_28329": 40,
                            "field_28351": null
                        },
                        {
                            "id": 43,
                            "order": "43.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572394+00:00",
                            "updated_on": "2024-02-02T08:09:47.094759+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Addressed community concerns and communicated project updates.",
                            "field_28328": [
                                22
                            ],
                            "field_28329": 41,
                            "field_28351": null
                        },
                        {
                            "id": 44,
                            "order": "44.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572412+00:00",
                            "updated_on": "2024-02-02T08:09:39.707275+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Initiated architectural planning for the university campus master plan.",
                            "field_28328": [
                                23
                            ],
                            "field_28329": 42,
                            "field_28351": null
                        },
                        {
                            "id": 45,
                            "order": "45.00000000000000000000",
                            "created_on": "2024-02-02T08:07:11.572429+00:00",
                            "updated_on": "2024-02-02T08:09:45.153292+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28349": null,
                            "field_28350": null,
                            "field_28326": null,
                            "field_28327": "Provided input on architectural features and overall campus aesthetics.",
                            "field_28328": [
                                23
                            ],
                            "field_28329": 43,
                            "field_28351": null
                        }
                    ],
                    "data_sync": null
                },
                {
                    "id": 2968,
                    "name": "Equipment",
                    "order": 7,
                    "fields": [
                        {
                            "id": 28330,
                            "type": "text",
                            "name": "Name",
                            "description": null,
                            "order": 0,
                            "primary": true,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "text_default": ""
                        },
                        {
                            "id": 28331,
                            "type": "text",
                            "name": "Description",
                            "description": null,
                            "order": 1,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "text_default": ""
                        },
                        {
                            "id": 28332,
                            "type": "single_select",
                            "name": "Category",
                            "description": null,
                            "order": 2,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "select_options": [
                                {
                                    "id": 14506,
                                    "value": "Earthmoving",
                                    "color": "light-orange",
                                    "order": 0
                                },
                                {
                                    "id": 14507,
                                    "value": "Concrete Tools",
                                    "color": "darker-orange",
                                    "order": 1
                                },
                                {
                                    "id": 14508,
                                    "value": "Material Handling",
                                    "color": "darker-blue",
                                    "order": 2
                                },
                                {
                                    "id": 14509,
                                    "value": "Power Tools",
                                    "color": "dark-blue",
                                    "order": 3
                                },
                                {
                                    "id": 14510,
                                    "value": "Cranes",
                                    "color": "dark-gray",
                                    "order": 4
                                },
                                {
                                    "id": 14511,
                                    "value": "Drilling",
                                    "color": "yellow",
                                    "order": 5
                                },
                                {
                                    "id": 14512,
                                    "value": "Welding",
                                    "color": "dark-orange",
                                    "order": 6
                                },
                                {
                                    "id": 14513,
                                    "value": "Asphalt Tools",
                                    "color": "dark-purple",
                                    "order": 7
                                },
                                {
                                    "id": 14514,
                                    "value": "Compaction",
                                    "color": "dark-yellow",
                                    "order": 8
                                },
                                {
                                    "id": 14515,
                                    "value": "Power Generation",
                                    "color": "dark-pink",
                                    "order": 9
                                },
                                {
                                    "id": 14516,
                                    "value": "Access Equipment",
                                    "color": "darker-yellow",
                                    "order": 10
                                }
                            ]
                        },
                        {
                            "id": 28333,
                            "type": "number",
                            "name": "Quantity",
                            "description": null,
                            "order": 3,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "number_decimal_places": 0,
                            "number_negative": false
                        },
                        {
                            "id": 28334,
                            "type": "link_row",
                            "name": "Tasks",
                            "description": null,
                            "order": 4,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "link_row_table_id": 2966,
                            "link_row_related_field_id": 28322,
                            "link_row_limit_selection_view_id": null,
                            "has_related_field": true
                        },
                        {
                            "id": 28367,
                            "type": "formula",
                            "name": "Currently in use",
                            "description": null,
                            "order": 5,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "count(filter(lookup('Tasks','Status'),lookup('Tasks','Status') = 'In progress'))",
                            "formula_type": "number"
                        },
                        {
                            "id": 28368,
                            "type": "formula",
                            "name": "Scheduled start dates",
                            "description": null,
                            "order": 6,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": false,
                            "number_decimal_places": null,
                            "nullable": true,
                            "array_formula_type": "date",
                            "date_format": "ISO",
                            "date_time_format": "24",
                            "date_show_tzinfo": false,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "filter(lookup('Tasks','Start'),lookup('Tasks','Status') = 'Not started yet')",
                            "formula_type": "array"
                        },
                        {
                            "id": 28369,
                            "type": "formula",
                            "name": "Currently scheduled",
                            "description": null,
                            "order": 7,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "count(filter(lookup('Tasks','Status'),lookup('Tasks','Status') = 'Not started yet'))",
                            "formula_type": "number"
                        },
                        {
                            "id": 28379,
                            "type": "formula",
                            "name": "Currently available",
                            "description": null,
                            "order": 8,
                            "primary": false,
                            "read_only": false,
                            "immutable_type": false,
                            "immutable_properties": false,
                            "date_include_time": null,
                            "number_decimal_places": 0,
                            "nullable": false,
                            "array_formula_type": null,
                            "date_format": null,
                            "date_time_format": null,
                            "date_show_tzinfo": null,
                            "date_force_timezone": null,
                            "duration_format": null,
                            "error": null,
                            "formula": "field('Quantity') - field('Currently in use')",
                            "formula_type": "number"
                        }
                    ],
                    "views": [
                        {
                            "id": 11996,
                            "type": "grid",
                            "name": "All equipment",
                            "order": 1,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8569,
                                    "field_id": 28330,
                                    "order": "ASC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [
                                {
                                    "id": 2792,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "e1eb49a8-fd06-43d2-a648-68e7bf826645",
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "a8d79707-ae25-44b8-bcb3-16e7cc3b0c33",
                                                        "type": "equal",
                                                        "field": 28379,
                                                        "group": null,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94675,
                                    "field_id": 28330,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94676,
                                    "field_id": 28331,
                                    "width": 269,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94677,
                                    "field_id": 28332,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94678,
                                    "field_id": 28333,
                                    "width": 125,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94679,
                                    "field_id": 28367,
                                    "width": 162,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94680,
                                    "field_id": 28379,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94681,
                                    "field_id": 28369,
                                    "width": 188,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94682,
                                    "field_id": 28368,
                                    "width": 236,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94683,
                                    "field_id": 28334,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11997,
                            "type": "kanban",
                            "name": "All equipment by category",
                            "order": 2,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "filter_groups": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 28332,
                            "field_options": [
                                {
                                    "id": 16149,
                                    "field_id": 28330,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 16150,
                                    "field_id": 28331,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 16151,
                                    "field_id": 28332,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16152,
                                    "field_id": 28333,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16153,
                                    "field_id": 28334,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16154,
                                    "field_id": 28367,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 16155,
                                    "field_id": 28368,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 16156,
                                    "field_id": 28369,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 16157,
                                    "field_id": 28379,
                                    "hidden": false,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 11998,
                            "type": "grid",
                            "name": "Equipment without active and scheduled tasks",
                            "order": 3,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7241,
                                    "field_id": 28369,
                                    "type": "equal",
                                    "value": "0",
                                    "group": null
                                },
                                {
                                    "id": 7242,
                                    "field_id": 28367,
                                    "type": "equal",
                                    "value": "0",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8570,
                                    "field_id": 28379,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [
                                {
                                    "id": 2793,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "e1eb49a8-fd06-43d2-a648-68e7bf826645",
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "a8d79707-ae25-44b8-bcb3-16e7cc3b0c33",
                                                        "type": "equal",
                                                        "field": 28379,
                                                        "group": null,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94684,
                                    "field_id": 28330,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94685,
                                    "field_id": 28331,
                                    "width": 269,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94686,
                                    "field_id": 28332,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94687,
                                    "field_id": 28333,
                                    "width": 125,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94688,
                                    "field_id": 28367,
                                    "width": 162,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94689,
                                    "field_id": 28379,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94690,
                                    "field_id": 28369,
                                    "width": 188,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94691,
                                    "field_id": 28368,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94692,
                                    "field_id": 28334,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 11999,
                            "type": "grid",
                            "name": "Equipment that is currently in use",
                            "order": 4,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7243,
                                    "field_id": 28367,
                                    "type": "higher_than",
                                    "value": "0",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8571,
                                    "field_id": 28379,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [
                                {
                                    "id": 2794,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "e1eb49a8-fd06-43d2-a648-68e7bf826645",
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "a8d79707-ae25-44b8-bcb3-16e7cc3b0c33",
                                                        "type": "equal",
                                                        "field": 28379,
                                                        "group": null,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94693,
                                    "field_id": 28330,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94694,
                                    "field_id": 28331,
                                    "width": 269,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94695,
                                    "field_id": 28332,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94696,
                                    "field_id": 28333,
                                    "width": 125,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94697,
                                    "field_id": 28367,
                                    "width": 162,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94698,
                                    "field_id": 28379,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94699,
                                    "field_id": 28369,
                                    "width": 188,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94700,
                                    "field_id": 28368,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94701,
                                    "field_id": 28334,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 12000,
                            "type": "grid",
                            "name": "Equipment without a piece in surplus",
                            "order": 5,
                            "ownership_type": "collaborative",
                            "owned_by": "frederik@baserow.io",
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 7244,
                                    "field_id": 28379,
                                    "type": "equal",
                                    "value": "0",
                                    "group": null
                                }
                            ],
                            "filter_groups": [],
                            "sortings": [
                                {
                                    "id": 8572,
                                    "field_id": 28379,
                                    "order": "DESC"
                                }
                            ],
                            "group_bys": [],
                            "decorations": [
                                {
                                    "id": 2795,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "e1eb49a8-fd06-43d2-a648-68e7bf826645",
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "a8d79707-ae25-44b8-bcb3-16e7cc3b0c33",
                                                        "type": "equal",
                                                        "field": 28379,
                                                        "group": null,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "row_height_size": "small",
                            "field_options": [
                                {
                                    "id": 94702,
                                    "field_id": 28330,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94703,
                                    "field_id": 28331,
                                    "width": 269,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94704,
                                    "field_id": 28332,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94705,
                                    "field_id": 28333,
                                    "width": 125,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94706,
                                    "field_id": 28367,
                                    "width": 162,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94707,
                                    "field_id": 28379,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94708,
                                    "field_id": 28369,
                                    "width": 188,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94709,
                                    "field_id": 28368,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 94710,
                                    "field_id": 28334,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.135844+00:00",
                            "updated_on": "2024-02-01T14:48:47.135844+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "Excavator1",
                            "field_28331": "Heavy-duty excavator for digging",
                            "field_28332": 14506,
                            "field_28333": "2",
                            "field_28334": [
                                3,
                                24
                            ],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.135888+00:00",
                            "updated_on": "2024-02-01T14:48:47.135888+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "CraneA",
                            "field_28331": "Tower crane for lifting heavy loads",
                            "field_28332": 14510,
                            "field_28333": "1",
                            "field_28334": [
                                14,
                                24,
                                26
                            ],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.135907+00:00",
                            "updated_on": "2024-02-01T14:48:47.135907+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "BulldozerX",
                            "field_28331": "Compact bulldozer for site leveling",
                            "field_28332": 14506,
                            "field_28333": "3",
                            "field_28334": [
                                3,
                                9,
                                13,
                                23,
                                24
                            ],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.135958+00:00",
                            "updated_on": "2024-02-01T14:48:47.135958+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "ConcreteMixer1",
                            "field_28331": "Portable concrete mixer",
                            "field_28332": 14507,
                            "field_28333": "2",
                            "field_28334": [
                                14,
                                16,
                                19,
                                23
                            ],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.135975+00:00",
                            "updated_on": "2024-02-01T14:48:47.135975+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "PowerDrillZ",
                            "field_28331": "High-powered electric drill",
                            "field_28332": 14509,
                            "field_28333": "5",
                            "field_28334": [
                                5,
                                13,
                                16,
                                19,
                                21
                            ],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.135991+00:00",
                            "updated_on": "2024-02-01T14:48:47.135991+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "ScaffoldingKit1",
                            "field_28331": "Adjustable steel scaffolding",
                            "field_28332": 14516,
                            "field_28333": "10",
                            "field_28334": [
                                6
                            ],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.136007+00:00",
                            "updated_on": "2024-02-01T14:48:47.136007+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "BackhoeB200",
                            "field_28331": "Backhoe loader for various tasks",
                            "field_28332": 14506,
                            "field_28333": "2",
                            "field_28334": [
                                7,
                                16,
                                19,
                                21,
                                23
                            ],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.136022+00:00",
                            "updated_on": "2024-02-01T14:48:47.136022+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "JackhammerPro",
                            "field_28331": "Industrial-grade jackhammer",
                            "field_28332": 14509,
                            "field_28333": "3",
                            "field_28334": [
                                5,
                                8,
                                16,
                                21
                            ],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.136038+00:00",
                            "updated_on": "2024-02-01T14:48:47.136038+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "SkidSteerLoader2",
                            "field_28331": "Skid steer loader for versatile use",
                            "field_28332": 14506,
                            "field_28333": "4",
                            "field_28334": [],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.136054+00:00",
                            "updated_on": "2024-02-01T14:48:47.136054+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "CraneB",
                            "field_28331": "Mobile crane with telescopic boom",
                            "field_28332": 14510,
                            "field_28333": "1",
                            "field_28334": [
                                6,
                                7
                            ],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.136069+00:00",
                            "updated_on": "2024-02-01T14:48:47.136069+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "ConcreteSaw450",
                            "field_28331": "Concrete cutting saw",
                            "field_28332": 14507,
                            "field_28333": "2",
                            "field_28334": [
                                8,
                                10
                            ],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.136085+00:00",
                            "updated_on": "2024-02-01T14:48:47.136085+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "FrontLoaderFL500",
                            "field_28331": "Front loader for material handling",
                            "field_28332": 14508,
                            "field_28333": "3",
                            "field_28334": [
                                9
                            ],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.136100+00:00",
                            "updated_on": "2024-02-01T14:48:47.136100+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "DrillingRigX3",
                            "field_28331": "Drilling rig for foundation work",
                            "field_28332": 14511,
                            "field_28333": "1",
                            "field_28334": [],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 16,
                            "order": "16.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.136115+00:00",
                            "updated_on": "2024-02-01T14:48:47.136115+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "GeneratorG1200",
                            "field_28331": "Diesel generator for on-site power",
                            "field_28332": 14515,
                            "field_28333": "4",
                            "field_28334": [
                                10,
                                13
                            ],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 17,
                            "order": "17.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.136131+00:00",
                            "updated_on": "2024-02-01T14:48:47.136131+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "WeldingMachineW5000",
                            "field_28331": "Heavy-duty welding machine",
                            "field_28332": 14512,
                            "field_28333": "2",
                            "field_28334": [],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 18,
                            "order": "18.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.136146+00:00",
                            "updated_on": "2024-02-01T14:48:47.136146+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "CompactorRoller",
                            "field_28331": "Soil compactor roller",
                            "field_28332": 14514,
                            "field_28333": "1",
                            "field_28334": [
                                16,
                                19
                            ],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 19,
                            "order": "19.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.136162+00:00",
                            "updated_on": "2024-02-01T14:48:47.136162+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "ConcretePumpCP300",
                            "field_28331": "Truck-mounted concrete pump",
                            "field_28332": 14507,
                            "field_28333": "1",
                            "field_28334": [
                                26
                            ],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 20,
                            "order": "20.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.136177+00:00",
                            "updated_on": "2024-02-01T14:48:47.136177+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "LoaderTruckLT8000",
                            "field_28331": "Loading truck for transporting materials",
                            "field_28332": 14508,
                            "field_28333": "2",
                            "field_28334": [
                                26
                            ],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 21,
                            "order": "21.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.136193+00:00",
                            "updated_on": "2024-02-02T14:05:09.919371+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "AsphaltPaverAP6000",
                            "field_28331": "Asphalt paver for road construction",
                            "field_28332": 14513,
                            "field_28333": "1",
                            "field_28334": [
                                10,
                                23
                            ],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        },
                        {
                            "id": 22,
                            "order": "22.00000000000000000000",
                            "created_on": "2024-02-01T14:48:47.136208+00:00",
                            "updated_on": "2024-02-01T14:48:47.136208+00:00",
                            "created_by": "frederik@baserow.io",
                            "last_modified_by": "frederik@baserow.io",
                            "field_28330": "DrillPressD1500",
                            "field_28331": "Drill press for precision drilling",
                            "field_28332": 14511,
                            "field_28333": "3",
                            "field_28334": [],
                            "field_28367": null,
                            "field_28368": null,
                            "field_28369": null,
                            "field_28379": null
                        }
                    ],
                    "data_sync": null
                }
            ]
        },
        {
            "pages": [
                {
                    "id": 1465,
                    "name": "__shared__",
                    "order": 0,
                    "path": "__shared__",
                    "path_params": {},
                    "shared": true,
                    "elements": [
                        {
                            "id": 40299,
                            "order": "1.00000000000000000000",
                            "type": "header",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "share_type": "except",
                            "pages": [
                                819
                            ]
                        },
                        {
                            "id": 40303,
                            "order": "1.00000000000000000000",
                            "type": "image",
                            "parent_element_id": 40299,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "image": {
                                    "image_alignment": "center"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "image_source_type": "upload",
                            "image_file_id": {
                                "name": "cFZJfAr4Acych4w0B3e3bVgWHthUl5VY_3bc9a259e3b9363b81dcd8aa269b35e7f70531d2389ede5ed4d146146e2475b8.png",
                                "original_name": "task-management-header.png"
                            },
                            "image_url": "",
                            "alt_text": ""
                        },
                        {
                            "id": 40305,
                            "order": "1.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 40304,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('\ud83d\udd11 Logged in as **', get('user.username'), '** ')",
                            "format": "markdown"
                        },
                        {
                            "id": 40306,
                            "order": "1.00000000000000000000",
                            "type": "button",
                            "parent_element_id": 40304,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_alignment": "right"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'LOGOUT'"
                        },
                        {
                            "id": 40304,
                            "order": "2.00000000000000000000",
                            "type": "column",
                            "parent_element_id": 40299,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 10,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 2,
                            "column_gap": 20,
                            "alignment": "center"
                        }
                    ],
                    "data_sources": [],
                    "workflow_actions": [
                        {
                            "id": 5351,
                            "type": "logout",
                            "order": 1,
                            "page_id": 1465,
                            "element_id": 40306,
                            "event": "click"
                        }
                    ],
                    "visibility": "all",
                    "role_type": "allow_all",
                    "roles": []
                },
                {
                    "id": 819,
                    "name": "Login",
                    "order": 1,
                    "path": "/",
                    "path_params": [],
                    "shared": false,
                    "elements": [
                        {
                            "id": 17265,
                            "order": "0.50000000000000000000",
                            "type": "column",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 1,
                            "column_gap": 20,
                            "alignment": "top"
                        },
                        {
                            "id": 17266,
                            "order": "1.00000000000000000000",
                            "type": "image",
                            "parent_element_id": 17265,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "image": {
                                    "image_alignment": "center"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "image_source_type": "upload",
                            "image_file_id": {
                                "name": "RSx1VIS9MLxOksiY6e1bxgxIBCwvMLdk_3bc9a259e3b9363b81dcd8aa269b35e7f70531d2389ede5ed4d146146e2475b8.png",
                                "original_name": "task-managment-header.png"
                            },
                            "image_url": "",
                            "alt_text": ""
                        },
                        {
                            "id": 17267,
                            "order": "2.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "heading_1_text_color": "primary",
                                    "heading_1_font_family": "trebuchet_ms",
                                    "heading_1_text_alignment": "center"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'Login'",
                            "level": 1
                        },
                        {
                            "id": 17268,
                            "order": "3.00000000000000000000",
                            "type": "auth_form",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "input": {},
                                "login_button": {
                                    "button_alignment": "center",
                                    "button_horizontal_padding": 36
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 80,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 80,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#bdbdbd33",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "small",
                            "user_source_id": 69,
                            "login_button_label": ""
                        }
                    ],
                    "data_sources": [],
                    "workflow_actions": [
                        {
                            "id": 2590,
                            "type": "open_page",
                            "order": 1,
                            "page_id": 819,
                            "element_id": 17268,
                            "event": "after_login",
                            "navigation_type": "page",
                            "navigate_to_page_id": 820,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self"
                        }
                    ],
                    "visibility": "all",
                    "role_type": "allow_all",
                    "roles": []
                },
                {
                    "id": 820,
                    "name": "Dahboard",
                    "order": 2,
                    "path": "/dashboard",
                    "path_params": [],
                    "shared": false,
                    "elements": [
                        {
                            "id": 17270,
                            "order": "1.00000000000000000000",
                            "type": "column",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 1,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 1,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#bdbdbd33",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 5,
                            "column_gap": 20,
                            "alignment": "center"
                        },
                        {
                            "id": 17272,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17270,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 821,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'PROJECTS'",
                            "variant": "button"
                        },
                        {
                            "id": 17273,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17270,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "secondary",
                                    "button_hover_text_color": "primary",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "secondary"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 820,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'DASHBOARD'",
                            "variant": "button"
                        },
                        {
                            "id": 17275,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17270,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 823,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'TASKS'",
                            "variant": "button"
                        },
                        {
                            "id": 17276,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17270,
                            "place_in_container": "3",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 825,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'STAFF'",
                            "variant": "button"
                        },
                        {
                            "id": 17277,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17270,
                            "place_in_container": "4",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 827,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'EQUIPMENT'",
                            "variant": "button"
                        },
                        {
                            "id": 17279,
                            "order": "2.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\u26a0\ufe0f Tasks with high priority and urgency'",
                            "level": 2
                        },
                        {
                            "id": 17280,
                            "order": "3.00000000000000000000",
                            "type": "table",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1775,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [
                                {
                                    "schema_property": "field_28311",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28312",
                                    "filterable": true,
                                    "sortable": false,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28314",
                                    "filterable": true,
                                    "sortable": false,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28315",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28318",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28347",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                }
                            ],
                            "fields": [
                                {
                                    "uid": "88776a6b-bbce-43da-8e45-0b207a7fb349",
                                    "name": "Title",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 824,
                                        "page_parameters": [
                                            {
                                                "name": "task_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28311')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "0a2b5244-f7c0-4d63-9f07-26d785595541",
                                    "name": "Start",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28312')"
                                    }
                                },
                                {
                                    "uid": "b8df2933-d4f7-4d08-a109-3e77f918566c",
                                    "name": "End",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28348')"
                                    }
                                },
                                {
                                    "uid": "c099d8e7-cd1f-4110-b612-509ae8daa548",
                                    "name": "Project",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 822,
                                        "page_parameters": [
                                            {
                                                "name": "project_id",
                                                "value": "get('current_record.field_28316.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28341')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "9d3c9262-a494-4988-9c9e-efcb16e51db8",
                                    "name": "Assignee",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 826,
                                        "page_parameters": [
                                            {
                                                "name": "staff_id",
                                                "value": "get('current_record.field_28317.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28317.0.value')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "5de028ef-9920-400d-bf9f-919692dbebf4",
                                    "name": "Status",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28347')"
                                    }
                                },
                                {
                                    "uid": "01ae861d-44ae-4dd1-b71a-438ba37eb700",
                                    "name": "Prerequisites",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "center"
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28378')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "horizontal",
                                "smartphone": "vertical"
                            }
                        },
                        {
                            "id": 17281,
                            "order": "4.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\ud83d\udee0\ufe0f\ud83d\udc64 My tasks'",
                            "level": 2
                        },
                        {
                            "id": 17282,
                            "order": "4.33333333333333303727",
                            "type": "table",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1776,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [
                                {
                                    "schema_property": "field_28311",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28312",
                                    "filterable": true,
                                    "sortable": false,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28314",
                                    "filterable": true,
                                    "sortable": false,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28315",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28318",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28347",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": true
                                }
                            ],
                            "fields": [
                                {
                                    "uid": "74693550-a942-426c-b7b4-30ca3217c848",
                                    "name": "Title",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 824,
                                        "page_parameters": [
                                            {
                                                "name": "task_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28311')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "6f4f0977-5a86-4257-bfbd-6bebb2a87bf9",
                                    "name": "Start",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28312')"
                                    }
                                },
                                {
                                    "uid": "c5301ed1-2158-4c67-b78a-5c4737bf0dce",
                                    "name": "End",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28348')"
                                    }
                                },
                                {
                                    "uid": "832ef4ef-f579-42e2-ade8-aa451e3b9425",
                                    "name": "Project",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 822,
                                        "page_parameters": [
                                            {
                                                "name": "project_id",
                                                "value": "get('current_record.field_28316.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28341')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "62f5dc78-778d-4c87-b369-93b5840f0ede",
                                    "name": "Priority",
                                    "type": "tags",
                                    "styles": {},
                                    "config": {
                                        "values": "get('current_record.field_28318.value')",
                                        "colors_is_formula": true,
                                        "colors": "get('current_record.field_28318.color')"
                                    }
                                },
                                {
                                    "uid": "b916b839-6028-4fa3-9c75-b3f4dc931a17",
                                    "name": "Status",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28347')"
                                    }
                                },
                                {
                                    "uid": "22e583a7-fad9-4629-bdf0-a25f968d15df",
                                    "name": "Prerequisites",
                                    "type": "boolean",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "center"
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28365')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "horizontal",
                                "smartphone": "vertical"
                            }
                        },
                        {
                            "id": 17283,
                            "order": "5.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\ud83d\udee0\ufe0f\u23f3 All tasks in progress'",
                            "level": 2
                        },
                        {
                            "id": 17284,
                            "order": "5.50000000000000000000",
                            "type": "table",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1777,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [
                                {
                                    "schema_property": "field_28311",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28312",
                                    "filterable": true,
                                    "sortable": false,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28314",
                                    "filterable": true,
                                    "sortable": false,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28315",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28318",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28347",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": true
                                }
                            ],
                            "fields": [
                                {
                                    "uid": "613c2adf-8795-4a1d-8512-2802b2bdf23d",
                                    "name": "Title",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 824,
                                        "page_parameters": [
                                            {
                                                "name": "task_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28311')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "b1f76308-4c14-45ff-abf3-7bfa29eea0ff",
                                    "name": "Start",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28312')"
                                    }
                                },
                                {
                                    "uid": "6116d342-0be7-4fcd-9576-c6a3610eb04d",
                                    "name": "End",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28348')"
                                    }
                                },
                                {
                                    "uid": "dbcc0a11-38f7-4d6e-9fc6-8696e0e51afe",
                                    "name": "Project",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 822,
                                        "page_parameters": [
                                            {
                                                "name": "project_id",
                                                "value": "get('current_record.field_28316.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28341')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "e9d6d146-3b1f-4c47-a3f4-7d50e83b4775",
                                    "name": "Assignee",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 826,
                                        "page_parameters": [
                                            {
                                                "name": "staff_id",
                                                "value": "get('current_record.field_28317.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28317.0.value')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "e2d64e33-ded7-4bd6-9b91-d2895799880d",
                                    "name": "Priority",
                                    "type": "tags",
                                    "styles": {},
                                    "config": {
                                        "values": "get('current_record.field_28318.value')",
                                        "colors_is_formula": true,
                                        "colors": "get('current_record.field_28318.color')"
                                    }
                                },
                                {
                                    "uid": "543f1333-b443-4c6c-83d8-b9ed5bd06a3a",
                                    "name": "Prerequisites",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "center"
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28378')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "horizontal",
                                "smartphone": "vertical"
                            }
                        },
                        {
                            "id": 17285,
                            "order": "6.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\ud83d\udcda\u23f3 All projects in progress'",
                            "level": 2
                        },
                        {
                            "id": 17286,
                            "order": "7.00000000000000000000",
                            "type": "table",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1778,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [
                                {
                                    "schema_property": "field_28302",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28303",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28305",
                                    "filterable": true,
                                    "sortable": false,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28306",
                                    "filterable": true,
                                    "sortable": false,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28362",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28363",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28364",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28377",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28337",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": true
                                }
                            ],
                            "fields": [
                                {
                                    "uid": "05a1d05a-b8cb-41dd-a4b0-c95b39d5fc24",
                                    "name": "Title",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 824,
                                        "page_parameters": [
                                            {
                                                "name": "task_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28302')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "fef463f3-00ab-4f93-82f7-461f7c51950b",
                                    "name": "Start",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28305')"
                                    }
                                },
                                {
                                    "uid": "ca55a62d-d464-468a-aac9-bd02caac43b4",
                                    "name": "Deadline",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28306')"
                                    }
                                },
                                {
                                    "uid": "f7cd201e-8ea1-43eb-81a8-d3b62ec6819d",
                                    "name": "Owner",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 826,
                                        "page_parameters": [
                                            {
                                                "name": "staff_id",
                                                "value": "get('current_record.field_28308.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28308.0.value')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "59466d85-a082-4ced-8e51-c037e4ed6ca7",
                                    "name": "Active",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "center"
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28362')"
                                    }
                                },
                                {
                                    "uid": "eed1f689-13a7-4158-b49f-1484bca11ad7",
                                    "name": "Scheduled",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "center"
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28363')"
                                    }
                                },
                                {
                                    "uid": "2d382386-3dd6-4598-a041-ac0e7ab5f52c",
                                    "name": "Completed",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "center"
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28364')"
                                    }
                                },
                                {
                                    "uid": "c5f7ee9b-3efc-4d36-b81f-b26837ecc828",
                                    "name": "Total",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "center"
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28377')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "horizontal",
                                "smartphone": "vertical"
                            }
                        }
                    ],
                    "data_sources": [
                        {
                            "id": 1775,
                            "name": "Urgent and priority",
                            "order": "1.00000000000000000000",
                            "service": {
                                "id": 2335,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2966,
                                "view_id": 11983,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": []
                            }
                        },
                        {
                            "id": 1776,
                            "name": "My tasks",
                            "order": "2.00000000000000000000",
                            "service": {
                                "id": 2336,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2966,
                                "view_id": 11989,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [
                                    {
                                        "field_id": 28317,
                                        "type": "link_row_has",
                                        "value": "get('user.id')",
                                        "value_is_formula": true
                                    }
                                ]
                            }
                        },
                        {
                            "id": 1777,
                            "name": "Current tasks",
                            "order": "3.00000000000000000000",
                            "service": {
                                "id": 2337,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2966,
                                "view_id": 11985,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": []
                            }
                        },
                        {
                            "id": 1778,
                            "name": "Current projects",
                            "order": "4.00000000000000000000",
                            "service": {
                                "id": 2338,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2965,
                                "view_id": 11974,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": []
                            }
                        }
                    ],
                    "workflow_actions": [],
                    "visibility": "logged-in",
                    "role_type": "allow_all",
                    "roles": []
                },
                {
                    "id": 821,
                    "name": "Projects",
                    "order": 3,
                    "path": "/projects",
                    "path_params": [],
                    "shared": false,
                    "elements": [
                        {
                            "id": 17316,
                            "order": "0.50000000000000000000",
                            "type": "column",
                            "parent_element_id": 17289,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#ffa72640",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 2,
                            "column_gap": 20,
                            "alignment": "center"
                        },
                        {
                            "id": 17288,
                            "order": "1.00000000000000000000",
                            "type": "column",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 1,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 1,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#bdbdbd33",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 5,
                            "column_gap": 20,
                            "alignment": "center"
                        },
                        {
                            "id": 17292,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17288,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "secondary",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "secondary"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 821,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'PROJECTS'",
                            "variant": "button"
                        },
                        {
                            "id": 17293,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17288,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "primary",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 820,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'DASHBOARD'",
                            "variant": "button"
                        },
                        {
                            "id": 17295,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17288,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 823,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'TASKS'",
                            "variant": "button"
                        },
                        {
                            "id": 17296,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17288,
                            "place_in_container": "3",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 825,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'STAFF'",
                            "variant": "button"
                        },
                        {
                            "id": 17297,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17288,
                            "place_in_container": "4",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 827,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'EQUIPMENT'",
                            "variant": "button"
                        },
                        {
                            "id": 17298,
                            "order": "1.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17290,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'TEAM'",
                            "format": "plain"
                        },
                        {
                            "id": 17299,
                            "order": "1.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17290,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'TASKS'",
                            "format": "plain"
                        },
                        {
                            "id": 17318,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17317,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 8,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 8,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 826,
                            "page_parameters": [
                                {
                                    "name": "staff_id",
                                    "value": "get('current_record.id')"
                                }
                            ],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "get('current_record.value')",
                            "variant": "link"
                        },
                        {
                            "id": 17319,
                            "order": "1.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": 17316,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('current_record.field_28302')",
                            "level": 3
                        },
                        {
                            "id": 17320,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17316,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_alignment": "right"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 822,
                            "page_parameters": [
                                {
                                    "name": "project_id",
                                    "value": "get('current_record.id')"
                                }
                            ],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'Details'",
                            "variant": "button"
                        },
                        {
                            "id": 17301,
                            "order": "2.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\ud83d\udcda\u23f3 Active projects'",
                            "level": 2
                        },
                        {
                            "id": 17302,
                            "order": "2.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17289,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'DESCRIPTION'",
                            "format": "plain"
                        },
                        {
                            "id": 17303,
                            "order": "2.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17290,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'OWNER'",
                            "format": "plain"
                        },
                        {
                            "id": 17304,
                            "order": "2.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17290,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 2,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 2,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('Total tasks: ',get('current_record.field_28377'))",
                            "format": "plain"
                        },
                        {
                            "id": 17317,
                            "order": "2.00000000000000000000",
                            "type": "repeat",
                            "parent_element_id": 17290,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": null,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": "field_28309",
                            "property_options": [],
                            "orientation": "vertical",
                            "items_per_row": {
                                "tablet": 2,
                                "desktop": 2,
                                "smartphone": 2
                            }
                        },
                        {
                            "id": 17305,
                            "order": "2.33333333333333348136",
                            "type": "text",
                            "parent_element_id": 17289,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('current_record.field_28303')",
                            "format": "plain"
                        },
                        {
                            "id": 17289,
                            "order": "2.50000000000000000000",
                            "type": "repeat",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1779,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [
                                {
                                    "schema_property": "field_28302",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28303",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28305",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28306",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28307",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28342",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28343",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28362",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28363",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28364",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28377",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                }
                            ],
                            "orientation": "vertical",
                            "items_per_row": {
                                "tablet": 2,
                                "desktop": 2,
                                "smartphone": 2
                            }
                        },
                        {
                            "id": 17306,
                            "order": "2.50000000000000000000",
                            "type": "text",
                            "parent_element_id": 17289,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'TIME FRAME'",
                            "format": "plain"
                        },
                        {
                            "id": 17307,
                            "order": "3.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\ud83d\udcda All projects'",
                            "level": 2
                        },
                        {
                            "id": 17308,
                            "order": "3.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17289,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('From ',get('current_record.field_28305'),' until ',get('current_record.field_28306'))",
                            "format": "plain"
                        },
                        {
                            "id": 17309,
                            "order": "3.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17290,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 8,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 8,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 826,
                            "page_parameters": [
                                {
                                    "name": "staff_id",
                                    "value": "get('current_record.field_28308.0.id')"
                                }
                            ],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "get('current_record.field_28308.0.value')",
                            "variant": "link"
                        },
                        {
                            "id": 17310,
                            "order": "3.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17290,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 2,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 2,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('Active tasks: ',get('current_record.field_28362'))",
                            "format": "plain"
                        },
                        {
                            "id": 17311,
                            "order": "3.50000000000000000000",
                            "type": "text",
                            "parent_element_id": 17289,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'BUDGET'",
                            "format": "plain"
                        },
                        {
                            "id": 17312,
                            "order": "3.66666666666666651864",
                            "type": "text",
                            "parent_element_id": 17289,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('$ ',get('current_record.field_28304'),'M | ',get('current_record.field_28358'),'% Scheduled | ',get('current_record.field_28357'),'% Available')",
                            "format": "plain"
                        },
                        {
                            "id": 17290,
                            "order": "4.00000000000000000000",
                            "type": "column",
                            "parent_element_id": 17289,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 3,
                            "column_gap": 20,
                            "alignment": "top"
                        },
                        {
                            "id": 17313,
                            "order": "4.00000000000000000000",
                            "type": "table",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1780,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [
                                {
                                    "schema_property": "field_28302",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28303",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28305",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28306",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28307",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28362",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28363",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28364",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28377",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28337",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28344",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                }
                            ],
                            "fields": [
                                {
                                    "uid": "2db6d641-99f3-480d-bbc4-e0a124bacbef",
                                    "name": "Title",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 824,
                                        "page_parameters": [
                                            {
                                                "name": "task_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28302')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "11bc0d50-c95d-4ba8-ad8b-a90e575aa1ea",
                                    "name": "Status",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28344')"
                                    }
                                },
                                {
                                    "uid": "73ad85d5-6710-4bb8-bd2f-608dfa560635",
                                    "name": "Start",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28305')"
                                    }
                                },
                                {
                                    "uid": "4f75bdee-f747-4ae9-b018-1b136ed6687a",
                                    "name": "End",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28306')"
                                    }
                                },
                                {
                                    "uid": "a29ba487-1dde-425f-88d9-abf437308c38",
                                    "name": "Owner",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 826,
                                        "page_parameters": [
                                            {
                                                "name": "staff_id",
                                                "value": "get('current_record.field_28308.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28308.0.value')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "bea3b910-ea42-4003-93a7-fbe160a476f7",
                                    "name": "Active",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "center"
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28362')"
                                    }
                                },
                                {
                                    "uid": "347f5d6d-3724-4509-ac42-2e4baa01a065",
                                    "name": "Scheduled",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "center"
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28363')"
                                    }
                                },
                                {
                                    "uid": "f2c810c2-b95b-43dd-8325-080ab78a0045",
                                    "name": "Completed",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "center",
                                            "table_cell_horizontal_padding": 10
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28364')"
                                    }
                                },
                                {
                                    "uid": "3d500ad3-2370-4b58-8bae-49b967439567",
                                    "name": "Total",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "center",
                                            "table_cell_horizontal_padding": 10
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28377')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "horizontal",
                                "smartphone": "vertical"
                            }
                        },
                        {
                            "id": 17314,
                            "order": "4.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17290,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 2,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 2,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('Scheduled tasks: ',get('current_record.field_28363'))",
                            "format": "plain"
                        },
                        {
                            "id": 17315,
                            "order": "5.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17290,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 2,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 2,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('Completed tasks: ',get('current_record.field_28364'))",
                            "format": "plain"
                        }
                    ],
                    "data_sources": [
                        {
                            "id": 1779,
                            "name": "Active",
                            "order": "1.00000000000000000000",
                            "service": {
                                "id": 2339,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2965,
                                "view_id": 11974,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": []
                            }
                        },
                        {
                            "id": 1780,
                            "name": "All projects",
                            "order": "2.00000000000000000000",
                            "service": {
                                "id": 2340,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2965,
                                "view_id": 11971,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": []
                            }
                        }
                    ],
                    "workflow_actions": [],
                    "visibility": "logged-in",
                    "role_type": "allow_all",
                    "roles": []
                },
                {
                    "id": 822,
                    "name": "Project details",
                    "order": 4,
                    "path": "/projects/:project_id",
                    "path_params": [
                        {
                            "name": "project_id",
                            "type": "numeric"
                        }
                    ],
                    "shared": false,
                    "elements": [
                        {
                            "id": 17322,
                            "order": "1.00000000000000000000",
                            "type": "column",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 1,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 1,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#bdbdbd33",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 5,
                            "column_gap": 20,
                            "alignment": "center"
                        },
                        {
                            "id": 17327,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17322,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "secondary",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "secondary"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 821,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'PROJECTS'",
                            "variant": "button"
                        },
                        {
                            "id": 17328,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17322,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "primary",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 820,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'DASHBOARD'",
                            "variant": "button"
                        },
                        {
                            "id": 17330,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17322,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 823,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'TASKS'",
                            "variant": "button"
                        },
                        {
                            "id": 17331,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17322,
                            "place_in_container": "3",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 825,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'STAFF'",
                            "variant": "button"
                        },
                        {
                            "id": 17332,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17322,
                            "place_in_container": "4",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 827,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'EQUIPMENT'",
                            "variant": "button"
                        },
                        {
                            "id": 17333,
                            "order": "1.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": 17324,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "heading_3_text_alignment": "center"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\ud83d\udd04 In progress'",
                            "level": 3
                        },
                        {
                            "id": 17334,
                            "order": "1.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": 17324,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "heading_3_text_alignment": "center"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\ud83d\udcc5 Scheduled'",
                            "level": 3
                        },
                        {
                            "id": 17335,
                            "order": "1.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": 17324,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "heading_3_text_alignment": "center"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\u2705 Completed'",
                            "level": 3
                        },
                        {
                            "id": 17336,
                            "order": "1.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": 17323,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\ud83d\udcc5 Dates'",
                            "level": 3
                        },
                        {
                            "id": 17337,
                            "order": "1.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": 17323,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\ud83d\udcb0 Budget'",
                            "level": 3
                        },
                        {
                            "id": 17338,
                            "order": "1.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": 17323,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('\ud83d\udee0\ufe0f Tasks (',get('data_source.1781.field_28362'),' total)')",
                            "level": 3
                        },
                        {
                            "id": 17368,
                            "order": "1.00000000000000000000",
                            "type": "column",
                            "parent_element_id": 17325,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 10,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 10,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 1,
                            "column_gap": 20,
                            "alignment": "top"
                        },
                        {
                            "id": 17369,
                            "order": "1.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17368,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {}
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('**',get('current_record.field_28293'),'**')",
                            "format": "markdown"
                        },
                        {
                            "id": 17340,
                            "order": "2.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('\ud83d\udcda ',get('data_source.1781.field_28302'),' (',get('data_source.1781.field_28340'),')')",
                            "level": 1
                        },
                        {
                            "id": 17341,
                            "order": "2.00000000000000000000",
                            "type": "table",
                            "parent_element_id": 17324,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "table": {
                                    "table_cell_horizontal_padding": 10,
                                    "table_header_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#bdbdbd1a",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1783,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [],
                            "fields": [
                                {
                                    "uid": "a6d9bc07-4b5f-4f50-806e-6aee7f972dfe",
                                    "name": "Title",
                                    "type": "link",
                                    "styles": {
                                        "cell": {
                                            "table_cell_vertical_padding": 0
                                        }
                                    },
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 824,
                                        "page_parameters": [
                                            {
                                                "name": "task_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28311')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "80129445-25e9-4096-83ad-93a5eded2112",
                                    "name": "Assignee",
                                    "type": "link",
                                    "styles": {
                                        "cell": {
                                            "table_cell_vertical_padding": 0,
                                            "table_cell_horizontal_padding": 10
                                        }
                                    },
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 826,
                                        "page_parameters": [
                                            {
                                                "name": "staff_id",
                                                "value": "get('current_record.field_28317.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28317.0.value')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "cf500cda-aebf-4903-97a1-4282848a9032",
                                    "name": "Deadline",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_vertical_padding": 0,
                                            "table_cell_horizontal_padding": 10
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28348')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "vertical",
                                "smartphone": "vertical"
                            }
                        },
                        {
                            "id": 17342,
                            "order": "2.00000000000000000000",
                            "type": "table",
                            "parent_element_id": 17324,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "table": {
                                    "table_cell_horizontal_padding": 10,
                                    "table_header_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#bdbdbd1a",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1784,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [],
                            "fields": [
                                {
                                    "uid": "e0ff1ab1-0b7b-4f13-8f00-8e913267880b",
                                    "name": "Title",
                                    "type": "link",
                                    "styles": {
                                        "cell": {
                                            "table_cell_vertical_padding": 0,
                                            "table_cell_horizontal_padding": 10
                                        }
                                    },
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 824,
                                        "page_parameters": [
                                            {
                                                "name": "task_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28311')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "a9eb8ff0-1f95-4e64-ba54-6d5d1bbe2143",
                                    "name": "Assignee",
                                    "type": "link",
                                    "styles": {
                                        "cell": {
                                            "table_cell_vertical_padding": 0,
                                            "table_cell_horizontal_padding": 10
                                        }
                                    },
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 826,
                                        "page_parameters": [
                                            {
                                                "name": "staff_id",
                                                "value": "get('current_record.field_28317.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28317.0.value')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "f750a320-378b-40ec-a81f-5685a16a5dd2",
                                    "name": "Start",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_vertical_padding": 0,
                                            "table_cell_horizontal_padding": 10
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28312')"
                                    }
                                },
                                {
                                    "uid": "9e9879fb-13eb-4367-9223-dabba46c9b63",
                                    "name": "Prerequisites",
                                    "type": "text",
                                    "styles": {
                                        "cell": {}
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28378')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "vertical",
                                "smartphone": "vertical"
                            }
                        },
                        {
                            "id": 17343,
                            "order": "2.00000000000000000000",
                            "type": "table",
                            "parent_element_id": 17324,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "table": {
                                    "table_cell_horizontal_padding": 10,
                                    "table_header_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#bdbdbd1a",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1785,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [],
                            "fields": [
                                {
                                    "uid": "677dbb0c-fb3c-4de5-86a4-f275b4b432f3",
                                    "name": "Title",
                                    "type": "link",
                                    "styles": {
                                        "cell": {
                                            "table_cell_vertical_padding": 0,
                                            "table_cell_horizontal_padding": 10
                                        }
                                    },
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 824,
                                        "page_parameters": [
                                            {
                                                "name": "task_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28311')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "86d375a2-9218-427b-84d4-745e542e883d",
                                    "name": "Assignee",
                                    "type": "link",
                                    "styles": {
                                        "cell": {
                                            "table_cell_vertical_padding": 0,
                                            "table_cell_horizontal_padding": 10
                                        }
                                    },
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 826,
                                        "page_parameters": [
                                            {
                                                "name": "staff_id",
                                                "value": "get('current_record.field_28317.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28317.0.value')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "fc870858-6506-4845-bdf0-516a23dc2dd8",
                                    "name": "End date",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_vertical_padding": 0,
                                            "table_cell_horizontal_padding": 10
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28319')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "vertical",
                                "smartphone": "vertical"
                            }
                        },
                        {
                            "id": 17344,
                            "order": "2.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'START'",
                            "format": "plain"
                        },
                        {
                            "id": 17345,
                            "order": "2.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'TOTAL BUDGET'",
                            "format": "plain"
                        },
                        {
                            "id": 17346,
                            "order": "2.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'ACTIVE TASKS'",
                            "format": "plain"
                        },
                        {
                            "id": 17370,
                            "order": "2.00000000000000000000",
                            "type": "image",
                            "parent_element_id": 17368,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "image_source_type": "url",
                            "image_file_id": null,
                            "image_url": "get('current_record.field_28294.0.url')",
                            "alt_text": ""
                        },
                        {
                            "id": 17371,
                            "order": "2.33333333333333348136",
                            "type": "link",
                            "parent_element_id": 17368,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 826,
                            "page_parameters": [
                                {
                                    "name": "staff_id",
                                    "value": "get('current_record.id')"
                                }
                            ],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'DETAILS'",
                            "variant": "button"
                        },
                        {
                            "id": 17347,
                            "order": "2.50000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1781.field_28362')",
                            "format": "plain"
                        },
                        {
                            "id": 17372,
                            "order": "2.50000000000000000000",
                            "type": "text",
                            "parent_element_id": 17368,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border",
                                    "body_text_alignment": "center"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat(get('current_record.field_28297.0.value'),' (',get('current_record.field_28339'),')')",
                            "format": "plain"
                        },
                        {
                            "id": 17348,
                            "order": "3.00000000000000000000",
                            "type": "text",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1781.field_28303')",
                            "format": "plain"
                        },
                        {
                            "id": 17349,
                            "order": "3.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1781.field_28305')",
                            "format": "plain"
                        },
                        {
                            "id": 17350,
                            "order": "3.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('$ ',get('data_source.1781.field_28304'),'M')",
                            "format": "plain"
                        },
                        {
                            "id": 17351,
                            "order": "3.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'SCHEDULED TASKS'",
                            "format": "plain"
                        },
                        {
                            "id": 17373,
                            "order": "3.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17368,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {}
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('\ud83d\udcde ',get('current_record.field_28295'))",
                            "format": "plain"
                        },
                        {
                            "id": 17352,
                            "order": "3.50000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'DEADLINE'",
                            "format": "plain"
                        },
                        {
                            "id": 17353,
                            "order": "3.50000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1781.field_28363')",
                            "format": "plain"
                        },
                        {
                            "id": 17354,
                            "order": "3.66666666666666651864",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1781.field_28306')",
                            "format": "plain"
                        },
                        {
                            "id": 17355,
                            "order": "4.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\u24d8 General information'",
                            "level": 2
                        },
                        {
                            "id": 17356,
                            "order": "4.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'ACTUAL END DATE'",
                            "format": "plain"
                        },
                        {
                            "id": 17357,
                            "order": "4.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'ASSIGNED BUDGET'",
                            "format": "plain"
                        },
                        {
                            "id": 17358,
                            "order": "4.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'COMPLETED TASKS'",
                            "format": "plain"
                        },
                        {
                            "id": 17374,
                            "order": "4.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17368,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "custom",
                            "navigate_to_page_id": null,
                            "page_parameters": [],
                            "navigate_to_url": "concat('mailto:',get('current_record.field_28296'))",
                            "target": "self",
                            "value": "concat('\u2709\ufe0f ',get('current_record.field_28296'))",
                            "variant": "link"
                        },
                        {
                            "id": 17323,
                            "order": "4.33333333333333303727",
                            "type": "column",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 3,
                            "column_gap": 20,
                            "alignment": "top"
                        },
                        {
                            "id": 17359,
                            "order": "4.50000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\ud83d\udee0\ufe0f Tasks'",
                            "level": 2
                        },
                        {
                            "id": 17360,
                            "order": "4.50000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('$',get('data_source.1781.field_28345'),'M (',get('data_source.1781.field_28358'),'%)')",
                            "format": "plain"
                        },
                        {
                            "id": 17361,
                            "order": "5.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\u26a0\ufe0f Tasks with high priority and urgency'",
                            "level": 3
                        },
                        {
                            "id": 17362,
                            "order": "5.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1781.field_28307')",
                            "format": "plain"
                        },
                        {
                            "id": 17363,
                            "order": "5.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'AVAILABLE BUDGET'",
                            "format": "plain"
                        },
                        {
                            "id": 17364,
                            "order": "6.00000000000000000000",
                            "type": "table",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1782,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [],
                            "fields": [
                                {
                                    "uid": "b3f22f77-cee2-40da-99d4-99d8bce684a0",
                                    "name": "Title",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 824,
                                        "page_parameters": [
                                            {
                                                "name": "task_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28311')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "19ac486e-0559-47cd-8534-f5a6d0043389",
                                    "name": "Start",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28312')"
                                    }
                                },
                                {
                                    "uid": "57c5bfcc-c78a-4e90-b310-14ce8729813f",
                                    "name": "End",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28348')"
                                    }
                                },
                                {
                                    "uid": "3d719c75-9c45-4cc8-8d28-af1cc9632785",
                                    "name": "Assignee",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 826,
                                        "page_parameters": [
                                            {
                                                "name": "staff_id",
                                                "value": "get('current_record.field_28317.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28317.0.value')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "c554d9cd-020b-480c-bd6d-0258b3637da1",
                                    "name": "Status",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28347')"
                                    }
                                },
                                {
                                    "uid": "819b4dfe-3f1a-4378-ae67-f0ed760e8696",
                                    "name": "Prerequisites",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "center"
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28378')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "horizontal",
                                "desktop": "horizontal",
                                "smartphone": "horizontal"
                            }
                        },
                        {
                            "id": 17365,
                            "order": "6.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('$',get('data_source.1781.field_28357'),'M')",
                            "format": "plain"
                        },
                        {
                            "id": 17366,
                            "order": "6.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17323,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1781.field_28364')",
                            "format": "plain"
                        },
                        {
                            "id": 17324,
                            "order": "7.00000000000000000000",
                            "type": "column",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 3,
                            "column_gap": 20,
                            "alignment": "top"
                        },
                        {
                            "id": 17367,
                            "order": "8.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\ud83d\udc77\ud83d\udc77\u200d\u2640\ufe0f Project team'",
                            "level": 2
                        },
                        {
                            "id": 17325,
                            "order": "9.00000000000000000000",
                            "type": "repeat",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1786,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [],
                            "orientation": "horizontal",
                            "items_per_row": {
                                "tablet": 2,
                                "desktop": 4,
                                "smartphone": 1
                            }
                        }
                    ],
                    "data_sources": [
                        {
                            "id": 1781,
                            "name": "Project",
                            "order": "1.00000000000000000000",
                            "service": {
                                "id": 2341,
                                "integration_id": 117,
                                "type": "local_baserow_get_row",
                                "table_id": 2965,
                                "view_id": 11971,
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [],
                                "row_id": "get('page_parameter.project_id')"
                            }
                        },
                        {
                            "id": 1782,
                            "name": "Urgent tasks",
                            "order": "2.00000000000000000000",
                            "service": {
                                "id": 2342,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2966,
                                "view_id": 11983,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [
                                    {
                                        "field_id": 28316,
                                        "type": "link_row_has",
                                        "value": "get('page_parameter.project_id')",
                                        "value_is_formula": true
                                    }
                                ]
                            }
                        },
                        {
                            "id": 1783,
                            "name": "Tasks in progress",
                            "order": "3.00000000000000000000",
                            "service": {
                                "id": 2343,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2966,
                                "view_id": 11985,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [
                                    {
                                        "field_id": 28316,
                                        "type": "link_row_has",
                                        "value": "get('page_parameter.project_id')",
                                        "value_is_formula": true
                                    }
                                ]
                            }
                        },
                        {
                            "id": 1784,
                            "name": "Scheduled tasks",
                            "order": "4.00000000000000000000",
                            "service": {
                                "id": 2344,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2966,
                                "view_id": 11978,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [
                                    {
                                        "field_id": 28316,
                                        "type": "link_row_has",
                                        "value": "get('page_parameter.project_id')",
                                        "value_is_formula": true
                                    },
                                    {
                                        "field_id": 28347,
                                        "type": "equal",
                                        "value": "Not started yet",
                                        "value_is_formula": false
                                    }
                                ]
                            }
                        },
                        {
                            "id": 1785,
                            "name": "Completed tasks",
                            "order": "5.00000000000000000000",
                            "service": {
                                "id": 2345,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2966,
                                "view_id": 11978,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [
                                    {
                                        "field_id": 28316,
                                        "type": "link_row_has",
                                        "value": "get('page_parameter.project_id')",
                                        "value_is_formula": true
                                    },
                                    {
                                        "field_id": 28347,
                                        "type": "equal",
                                        "value": "Complete",
                                        "value_is_formula": false
                                    }
                                ]
                            }
                        },
                        {
                            "id": 1786,
                            "name": "Project team",
                            "order": "6.00000000000000000000",
                            "service": {
                                "id": 2346,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2964,
                                "view_id": 11965,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [
                                    {
                                        "field_id": 28299,
                                        "type": "link_row_has",
                                        "value": "get('page_parameter.project_id')",
                                        "value_is_formula": true
                                    }
                                ]
                            }
                        }
                    ],
                    "workflow_actions": [],
                    "visibility": "logged-in",
                    "role_type": "allow_all",
                    "roles": []
                },
                {
                    "id": 823,
                    "name": "Tasks",
                    "order": 5,
                    "path": "/tasks",
                    "path_params": [],
                    "shared": false,
                    "elements": [
                        {
                            "id": 17376,
                            "order": "1.00000000000000000000",
                            "type": "column",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 1,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 1,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#bdbdbd33",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 5,
                            "column_gap": 20,
                            "alignment": "center"
                        },
                        {
                            "id": 17380,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17376,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 821,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'PROJECTS'",
                            "variant": "button"
                        },
                        {
                            "id": 17381,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17376,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "primary",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 820,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'DASHBOARD'",
                            "variant": "button"
                        },
                        {
                            "id": 17383,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17376,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "secondary",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "secondary"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 823,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'TASKS'",
                            "variant": "button"
                        },
                        {
                            "id": 17384,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17376,
                            "place_in_container": "3",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 825,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'STAFF'",
                            "variant": "button"
                        },
                        {
                            "id": 17385,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17376,
                            "place_in_container": "4",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 827,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'EQUIPMENT'",
                            "variant": "button"
                        },
                        {
                            "id": 17386,
                            "order": "1.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": 17378,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "heading_3_text_alignment": "center"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#ffa72640",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'High'",
                            "level": 3
                        },
                        {
                            "id": 17387,
                            "order": "1.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": 17378,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "heading_3_text_alignment": "center"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#ffa72640",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'Medium'",
                            "level": 3
                        },
                        {
                            "id": 17388,
                            "order": "1.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": 17378,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "heading_3_text_alignment": "center"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#ffa72640",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'Low'",
                            "level": 3
                        },
                        {
                            "id": 17397,
                            "order": "1.00000000000000000000",
                            "type": "column",
                            "parent_element_id": 17377,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#ffa72640",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 2,
                            "column_gap": 20,
                            "alignment": "center"
                        },
                        {
                            "id": 17400,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17397,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_alignment": "right"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 4,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 4,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 10,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 824,
                            "page_parameters": [
                                {
                                    "name": "task_id",
                                    "value": "get('current_record.id')"
                                }
                            ],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'Details'",
                            "variant": "button"
                        },
                        {
                            "id": 17401,
                            "order": "1.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17398,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'PRIORITY'",
                            "format": "plain"
                        },
                        {
                            "id": 17402,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17399,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 824,
                            "page_parameters": [
                                {
                                    "name": "task_id",
                                    "value": "get('current_record.id')"
                                }
                            ],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "get('current_record.value')",
                            "variant": "link"
                        },
                        {
                            "id": 17403,
                            "order": "1.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17397,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('**',get('current_record.field_28311'),'**')",
                            "format": "markdown"
                        },
                        {
                            "id": 17404,
                            "order": "1.33333333333333325932",
                            "type": "text",
                            "parent_element_id": 17398,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('current_record.field_28318.value')",
                            "format": "plain"
                        },
                        {
                            "id": 17405,
                            "order": "1.50000000000000000000",
                            "type": "text",
                            "parent_element_id": 17398,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'START'",
                            "format": "plain"
                        },
                        {
                            "id": 17390,
                            "order": "2.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\u26a0\ufe0f Tasks with high priority and urgency'",
                            "level": 2
                        },
                        {
                            "id": 17391,
                            "order": "2.00000000000000000000",
                            "type": "table",
                            "parent_element_id": 17378,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "table": {
                                    "table_cell_horizontal_padding": 10,
                                    "table_header_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 10,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#bdbdbd1a",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1789,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [
                                {
                                    "schema_property": "field_28311",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28312",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28315",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28314",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28347",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28348",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28319",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                }
                            ],
                            "fields": [
                                {
                                    "uid": "a5574c75-007f-4f7a-8b5d-af1b89d09130",
                                    "name": "Complete",
                                    "type": "button",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "right",
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "label": "'Mark as completed'"
                                    }
                                },
                                {
                                    "uid": "44f04407-0c86-4c80-96b1-168a9ba45408",
                                    "name": "Title",
                                    "type": "link",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 824,
                                        "page_parameters": [
                                            {
                                                "name": "task_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28311')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "206bb244-c7a0-414e-b5d9-39e5d7c7ae5f",
                                    "name": "Start",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "value": "concat(get('current_record.field_28378'),' ',get('current_record.field_28312'))"
                                    }
                                },
                                {
                                    "uid": "16f56eb1-737d-4259-a253-1222d04b8c67",
                                    "name": "End",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28348')"
                                    }
                                },
                                {
                                    "uid": "1fa9d3be-43d8-42af-b9f3-f7c29646b304",
                                    "name": "Project",
                                    "type": "link",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 822,
                                        "page_parameters": [
                                            {
                                                "name": "project_id",
                                                "value": "get('current_record.field_28316.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28341')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "dd108939-4273-4645-95cc-f94fadfe0b7a",
                                    "name": "Assignee",
                                    "type": "link",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 826,
                                        "page_parameters": [
                                            {
                                                "name": "staff_id",
                                                "value": "get('current_record.field_28317.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28317.0.value')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "846c844c-9282-486c-82dc-464d0ef79177",
                                    "name": "Status",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28347')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "vertical",
                                "smartphone": "vertical"
                            }
                        },
                        {
                            "id": 17392,
                            "order": "2.00000000000000000000",
                            "type": "table",
                            "parent_element_id": 17378,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "table": {
                                    "table_cell_horizontal_padding": 10,
                                    "table_header_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 10,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#bdbdbd1a",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1791,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [
                                {
                                    "schema_property": "field_28311",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28312",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28314",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28315",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28347",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28348",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28319",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                }
                            ],
                            "fields": [
                                {
                                    "uid": "88701b92-42d3-4ba5-b97c-19589b4bee34",
                                    "name": "Complete",
                                    "type": "button",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "right",
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "label": "'Mark as completed'"
                                    }
                                },
                                {
                                    "uid": "059fd57a-3863-4d92-bb82-0aeea85b5c16",
                                    "name": "Title",
                                    "type": "link",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 824,
                                        "page_parameters": [
                                            {
                                                "name": "task_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28311')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "04080301-a754-47fb-8442-aafa21106114",
                                    "name": "Start",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "value": "concat(get('current_record.field_28378'),' ',get('current_record.field_28312'))"
                                    }
                                },
                                {
                                    "uid": "ea1c9554-d871-4468-bc95-2ba19b500f90",
                                    "name": "End",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28348')"
                                    }
                                },
                                {
                                    "uid": "03e9b008-6696-4960-a3c3-c07eea0d5e98",
                                    "name": "Project",
                                    "type": "link",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 822,
                                        "page_parameters": [
                                            {
                                                "name": "project_id",
                                                "value": "get('current_record.field_28316.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28341')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "465dec27-0a5a-4d62-9bc7-387ce5b1fd70",
                                    "name": "Assignee",
                                    "type": "link",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 826,
                                        "page_parameters": [
                                            {
                                                "name": "staff_id",
                                                "value": "get('current_record.field_28317.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28317.0.value')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "89281f03-ce29-4841-b277-2614e5082bbc",
                                    "name": "Status",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28347')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "vertical",
                                "smartphone": "vertical"
                            }
                        },
                        {
                            "id": 17393,
                            "order": "2.00000000000000000000",
                            "type": "table",
                            "parent_element_id": 17378,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "table": {
                                    "table_cell_horizontal_padding": 10,
                                    "table_header_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 10,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#bdbdbd1a",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1790,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [
                                {
                                    "schema_property": "field_28347",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28348",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28319",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28311",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28312",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28315",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28314",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                }
                            ],
                            "fields": [
                                {
                                    "uid": "99add6da-b6e7-4b1d-8aa6-b969bc55d781",
                                    "name": "Complete",
                                    "type": "button",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "right",
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "label": "'Mark as completed'"
                                    }
                                },
                                {
                                    "uid": "dee4cfa0-2fe5-406b-b8a7-d47f763965a3",
                                    "name": "Title",
                                    "type": "link",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 824,
                                        "page_parameters": [
                                            {
                                                "name": "task_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28311')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "613d5812-5108-4c21-a582-49709b9f75d5",
                                    "name": "Start",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "value": "concat(get('current_record.field_28378'),' ',get('current_record.field_28312'))"
                                    }
                                },
                                {
                                    "uid": "b76acb7b-36f5-4713-a3b6-a8d3c0bc0592",
                                    "name": "End",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28348')"
                                    }
                                },
                                {
                                    "uid": "9c9a9708-a8e0-48ad-86fc-487481552426",
                                    "name": "Project",
                                    "type": "link",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 822,
                                        "page_parameters": [
                                            {
                                                "name": "project_id",
                                                "value": "get('current_record.field_28316.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28341')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "77c36e96-054f-4ae7-9f39-556a0a802f5a",
                                    "name": "Assignee",
                                    "type": "link",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 826,
                                        "page_parameters": [
                                            {
                                                "name": "staff_id",
                                                "value": "get('current_record.field_28317.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28317.0.value')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "990ebdf5-c458-49c7-805e-f0937b86aa7e",
                                    "name": "Status",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_horizontal_padding": 0
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28347')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "vertical",
                                "smartphone": "vertical"
                            }
                        },
                        {
                            "id": 17398,
                            "order": "2.00000000000000000000",
                            "type": "column",
                            "parent_element_id": 17377,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 3,
                            "column_gap": 20,
                            "alignment": "top"
                        },
                        {
                            "id": 17406,
                            "order": "2.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17398,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'PROJECT'",
                            "format": "plain"
                        },
                        {
                            "id": 17394,
                            "order": "2.50000000000000000000",
                            "type": "table",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1787,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [
                                {
                                    "schema_property": "field_28311",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28312",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28314",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28315",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28318",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28347",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28319",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28348",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                }
                            ],
                            "fields": [
                                {
                                    "uid": "ad209adc-f127-41d8-ba83-af7bfbd80333",
                                    "name": "Title",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 824,
                                        "page_parameters": [
                                            {
                                                "name": "task_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28311')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "fd1aa5c4-064c-4453-b3e4-e7ae07ce25c8",
                                    "name": "Start",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28312')"
                                    }
                                },
                                {
                                    "uid": "4f0575da-1185-4b24-a199-4dae9a2b5163",
                                    "name": "End",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28348')"
                                    }
                                },
                                {
                                    "uid": "b872e032-c0b9-4a59-affa-e360400efbe1",
                                    "name": "Project",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 822,
                                        "page_parameters": [
                                            {
                                                "name": "project_id",
                                                "value": "get('current_record.field_28316.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28341')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "de14dc33-8a9a-489c-8332-5672ccc3c63b",
                                    "name": "Assignee",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 826,
                                        "page_parameters": [
                                            {
                                                "name": "staff_id",
                                                "value": "get('current_record.field_28317.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28317.0.value')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "8681a5f4-0eb3-4470-8c9a-c911eae0e8ee",
                                    "name": "Status",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28347')"
                                    }
                                },
                                {
                                    "uid": "aec9449c-ac88-4920-be89-07495accf627",
                                    "name": "Prerequisites",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "center"
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28378')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "horizontal",
                                "smartphone": "horizontal"
                            }
                        },
                        {
                            "id": 17407,
                            "order": "2.50000000000000000000",
                            "type": "link",
                            "parent_element_id": 17398,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 822,
                            "page_parameters": [
                                {
                                    "name": "project_id",
                                    "value": "get('current_record.field_28316.0.id')"
                                }
                            ],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "get('current_record.field_28341')",
                            "variant": "link"
                        },
                        {
                            "id": 17408,
                            "order": "2.50000000000000000000",
                            "type": "text",
                            "parent_element_id": 17398,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('current_record.field_28312')",
                            "format": "plain"
                        },
                        {
                            "id": 17395,
                            "order": "3.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\u26a0\ufe0f Prerequisites not ok'",
                            "level": 2
                        },
                        {
                            "id": 17409,
                            "order": "3.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17398,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'END'",
                            "format": "plain"
                        },
                        {
                            "id": 17410,
                            "order": "3.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17398,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'ASSIGNEE'",
                            "format": "plain"
                        },
                        {
                            "id": 17411,
                            "order": "3.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17398,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'CAUSED BY TASK(S)'",
                            "format": "plain"
                        },
                        {
                            "id": 17377,
                            "order": "3.66666666666666651864",
                            "type": "repeat",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1788,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [
                                {
                                    "schema_property": "field_28311",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28312",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28314",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28315",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28318",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28347",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                }
                            ],
                            "orientation": "vertical",
                            "items_per_row": {
                                "tablet": 2,
                                "desktop": 2,
                                "smartphone": 2
                            }
                        },
                        {
                            "id": 17396,
                            "order": "4.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\u2757Tasks by priority'",
                            "level": 2
                        },
                        {
                            "id": 17399,
                            "order": "4.00000000000000000000",
                            "type": "repeat",
                            "parent_element_id": 17398,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": null,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": "field_28366",
                            "property_options": [],
                            "orientation": "vertical",
                            "items_per_row": {
                                "tablet": 2,
                                "desktop": 2,
                                "smartphone": 2
                            }
                        },
                        {
                            "id": 17412,
                            "order": "4.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17398,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('current_record.field_28348')",
                            "format": "plain"
                        },
                        {
                            "id": 17413,
                            "order": "4.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17398,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 826,
                            "page_parameters": [
                                {
                                    "name": "staff_id",
                                    "value": "get('current_record.field_28317.0.id')"
                                }
                            ],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "get('current_record.field_28317.0.value')",
                            "variant": "link"
                        },
                        {
                            "id": 17378,
                            "order": "5.00000000000000000000",
                            "type": "column",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 3,
                            "column_gap": 20,
                            "alignment": "top"
                        }
                    ],
                    "data_sources": [
                        {
                            "id": 1787,
                            "name": "Urgent",
                            "order": "1.00000000000000000000",
                            "service": {
                                "id": 2347,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2966,
                                "view_id": 11983,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": []
                            }
                        },
                        {
                            "id": 1788,
                            "name": "Prerequisites",
                            "order": "2.00000000000000000000",
                            "service": {
                                "id": 2348,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2966,
                                "view_id": 11988,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": []
                            }
                        },
                        {
                            "id": 1789,
                            "name": "High priority",
                            "order": "3.00000000000000000000",
                            "service": {
                                "id": 2349,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2966,
                                "view_id": 11990,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [
                                    {
                                        "field_id": 28318,
                                        "type": "single_select_equal",
                                        "value": "14497",
                                        "value_is_formula": false
                                    }
                                ]
                            }
                        },
                        {
                            "id": 1790,
                            "name": "Medium priority",
                            "order": "4.00000000000000000000",
                            "service": {
                                "id": 2350,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2966,
                                "view_id": 11990,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [
                                    {
                                        "field_id": 28318,
                                        "type": "single_select_equal",
                                        "value": "14498",
                                        "value_is_formula": false
                                    }
                                ]
                            }
                        },
                        {
                            "id": 1791,
                            "name": "Low priority",
                            "order": "5.00000000000000000000",
                            "service": {
                                "id": 2351,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2966,
                                "view_id": 11981,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [
                                    {
                                        "field_id": 28318,
                                        "type": "single_select_equal",
                                        "value": "14499",
                                        "value_is_formula": false
                                    }
                                ]
                            }
                        }
                    ],
                    "workflow_actions": [
                        {
                            "id": 2597,
                            "type": "update_row",
                            "order": 1,
                            "page_id": 823,
                            "element_id": 17392,
                            "event": "88701b92-42d3-4ba5-b97c-19589b4bee34_click",
                            "service": {
                                "id": 2364,
                                "integration_id": 117,
                                "type": "local_baserow_upsert_row",
                                "table_id": 2966,
                                "row_id": "get('current_record.id')",
                                "field_mappings": [
                                    {
                                        "field_id": 28319,
                                        "value": "get('current_record.field_37633')",
                                        "enabled": true
                                    }
                                ]
                            }
                        },
                        {
                            "id": 2599,
                            "type": "update_row",
                            "order": 1,
                            "page_id": 823,
                            "element_id": 17391,
                            "event": "a5574c75-007f-4f7a-8b5d-af1b89d09130_click",
                            "service": {
                                "id": 2365,
                                "integration_id": 117,
                                "type": "local_baserow_upsert_row",
                                "table_id": 2966,
                                "row_id": "get('current_record.id')",
                                "field_mappings": [
                                    {
                                        "field_id": 28319,
                                        "value": "get('current_record.field_37633')",
                                        "enabled": true
                                    }
                                ]
                            }
                        },
                        {
                            "id": 2600,
                            "type": "update_row",
                            "order": 1,
                            "page_id": 823,
                            "element_id": 17393,
                            "event": "99add6da-b6e7-4b1d-8aa6-b969bc55d781_click",
                            "service": {
                                "id": 2366,
                                "integration_id": 117,
                                "type": "local_baserow_upsert_row",
                                "table_id": 2966,
                                "row_id": "get('current_record.id')",
                                "field_mappings": [
                                    {
                                        "field_id": 28319,
                                        "value": "get('current_record.field_37633')",
                                        "enabled": true
                                    }
                                ]
                            }
                        },
                        {
                            "id": 2602,
                            "type": "refresh_data_source",
                            "order": 2,
                            "page_id": 823,
                            "element_id": 17392,
                            "event": "88701b92-42d3-4ba5-b97c-19589b4bee34_click",
                            "data_source_id": 1791
                        },
                        {
                            "id": 2603,
                            "type": "refresh_data_source",
                            "order": 2,
                            "page_id": 823,
                            "element_id": 17391,
                            "event": "a5574c75-007f-4f7a-8b5d-af1b89d09130_click",
                            "data_source_id": 1789
                        },
                        {
                            "id": 2604,
                            "type": "refresh_data_source",
                            "order": 2,
                            "page_id": 823,
                            "element_id": 17393,
                            "event": "99add6da-b6e7-4b1d-8aa6-b969bc55d781_click",
                            "data_source_id": 1790
                        }
                    ],
                    "visibility": "logged-in",
                    "role_type": "allow_all",
                    "roles": []
                },
                {
                    "id": 824,
                    "name": "Task details",
                    "order": 6,
                    "path": "/task/:task_id",
                    "path_params": [
                        {
                            "name": "task_id",
                            "type": "numeric"
                        }
                    ],
                    "shared": false,
                    "elements": [
                        {
                            "id": 17415,
                            "order": "1.00000000000000000000",
                            "type": "column",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 1,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 1,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#bdbdbd33",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 5,
                            "column_gap": 20,
                            "alignment": "center"
                        },
                        {
                            "id": 17419,
                            "order": "1.00000000000000000000",
                            "type": "input_text",
                            "parent_element_id": 17417,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "label": "'Add new action'",
                            "required": true,
                            "validation_type": "any",
                            "placeholder": "",
                            "default_value": "",
                            "is_multiline": true,
                            "rows": 3,
                            "input_type": "text"
                        },
                        {
                            "id": 17421,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17415,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 821,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'PROJECTS'",
                            "variant": "button"
                        },
                        {
                            "id": 17422,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17415,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "primary",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 820,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'DASHBOARD'",
                            "variant": "button"
                        },
                        {
                            "id": 17424,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17415,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "secondary",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "secondary"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 823,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'TASKS'",
                            "variant": "button"
                        },
                        {
                            "id": 17425,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17415,
                            "place_in_container": "3",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 825,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'STAFF'",
                            "variant": "button"
                        },
                        {
                            "id": 17426,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17415,
                            "place_in_container": "4",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 827,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'EQUIPMENT'",
                            "variant": "button"
                        },
                        {
                            "id": 17427,
                            "order": "1.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": 17416,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\u2139\ufe0f Information'",
                            "level": 3
                        },
                        {
                            "id": 17428,
                            "order": "1.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": 17416,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\u23f1\ufe0f Timing'",
                            "level": 3
                        },
                        {
                            "id": 17429,
                            "order": "1.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": 17416,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\ud83c\udfd7\ufe0f  Required equipment'",
                            "level": 3
                        },
                        {
                            "id": 17430,
                            "order": "1.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17418,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('current_record.field_28351')",
                            "format": "plain"
                        },
                        {
                            "id": 17464,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17461,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 1,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 828,
                            "page_parameters": [
                                {
                                    "name": "equipment_id",
                                    "value": "get('current_record.id')"
                                }
                            ],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "concat(get('current_record.field_28330'),' (',get('current_record.field_28333'),')')",
                            "variant": "link"
                        },
                        {
                            "id": 17432,
                            "order": "2.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('\ud83d\udee0\ufe0f ',get('data_source.1792.field_28378'),' ',get('data_source.1792.field_28311'),' (',get('data_source.1792.field_28346'),')')",
                            "level": 1
                        },
                        {
                            "id": 17433,
                            "order": "2.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'PROJECT'",
                            "format": "plain"
                        },
                        {
                            "id": 17434,
                            "order": "2.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'START'",
                            "format": "plain"
                        },
                        {
                            "id": 17435,
                            "order": "2.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17418,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('current_record.field_28327')",
                            "format": "plain"
                        },
                        {
                            "id": 17461,
                            "order": "2.00000000000000000000",
                            "type": "repeat",
                            "parent_element_id": 17416,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1793,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [],
                            "orientation": "vertical",
                            "items_per_row": {
                                "tablet": 2,
                                "desktop": 2,
                                "smartphone": 2
                            }
                        },
                        {
                            "id": 17465,
                            "order": "2.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17461,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('Available: ',get('current_record.field_28379'),' | In use: ',get('current_record.field_28367'),' | Scheduled: ',get('current_record.field_28369'),' ')",
                            "format": "plain"
                        },
                        {
                            "id": 17436,
                            "order": "2.50000000000000000000",
                            "type": "link",
                            "parent_element_id": 17416,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 822,
                            "page_parameters": [
                                {
                                    "name": "project_id",
                                    "value": "get('data_source.1792.field_28316.0.id')"
                                }
                            ],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "get('data_source.1792.field_28341')",
                            "variant": "link"
                        },
                        {
                            "id": 17437,
                            "order": "3.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'ASSIGNEE'",
                            "format": "plain"
                        },
                        {
                            "id": 17438,
                            "order": "3.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1792.field_28312')",
                            "format": "plain"
                        },
                        {
                            "id": 17463,
                            "order": "3.00000000000000000000",
                            "type": "record_selector",
                            "parent_element_id": 17462,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1794,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [],
                            "required": false,
                            "label": "'Edit the required equipment'",
                            "default_value": "get('data_source.1792.field_28322.*.id')",
                            "placeholder": "",
                            "multiple": true,
                            "option_name_suffix": ""
                        },
                        {
                            "id": 17439,
                            "order": "3.50000000000000000000",
                            "type": "link",
                            "parent_element_id": 17416,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 826,
                            "page_parameters": [
                                {
                                    "name": "staff_id",
                                    "value": "get('data_source.1792.field_28317.0.id')"
                                }
                            ],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "get('data_source.1792.field_28317.0.value')",
                            "variant": "link"
                        },
                        {
                            "id": 17440,
                            "order": "3.50000000000000000000",
                            "type": "text",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1792.field_28315')",
                            "format": "plain"
                        },
                        {
                            "id": 17441,
                            "order": "3.66666666666666651864",
                            "type": "text",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('**STATUS: ',get('data_source.1792.field_28347'),'** ')",
                            "format": "markdown"
                        },
                        {
                            "id": 17442,
                            "order": "4.00000000000000000000",
                            "type": "button",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 4,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'Mark as completed'"
                        },
                        {
                            "id": 17443,
                            "order": "4.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'CATEGORY'",
                            "format": "plain"
                        },
                        {
                            "id": 17444,
                            "order": "4.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'DURATION'",
                            "format": "plain"
                        },
                        {
                            "id": 17462,
                            "order": "4.00000000000000000000",
                            "type": "form_container",
                            "parent_element_id": 17416,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {}
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "submit_button_label": "'Update required equipment'",
                            "reset_initial_values_post_submission": true
                        },
                        {
                            "id": 17445,
                            "order": "4.50000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\u24d8 General information'",
                            "level": 2
                        },
                        {
                            "id": 17446,
                            "order": "4.50000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1792.field_28323.value')",
                            "format": "plain"
                        },
                        {
                            "id": 17416,
                            "order": "5.00000000000000000000",
                            "type": "column",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 3,
                            "column_gap": 20,
                            "alignment": "top"
                        },
                        {
                            "id": 17447,
                            "order": "5.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'PRIORITY'",
                            "format": "plain"
                        },
                        {
                            "id": 17448,
                            "order": "5.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat(get('data_source.1792.field_28314'),' days')",
                            "format": "plain"
                        },
                        {
                            "id": 17449,
                            "order": "5.50000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1792.field_28318.value')",
                            "format": "plain"
                        },
                        {
                            "id": 17450,
                            "order": "6.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'BUDGET'",
                            "format": "plain"
                        },
                        {
                            "id": 17451,
                            "order": "6.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'DAYS UNTIL DEADLINE'",
                            "format": "plain"
                        },
                        {
                            "id": 17452,
                            "order": "6.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\u26a1 Task actions'",
                            "level": 2
                        },
                        {
                            "id": 17417,
                            "order": "6.50000000000000000000",
                            "type": "form_container",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {}
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 1,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 1,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "small",
                            "submit_button_label": "'Add new action'",
                            "reset_initial_values_post_submission": true
                        },
                        {
                            "id": 17453,
                            "order": "7.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('$ ',get('data_source.1792.field_28313'),'M')",
                            "format": "plain"
                        },
                        {
                            "id": 17454,
                            "order": "7.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat(' ',get('data_source.1792.field_28372'),' DAYS')",
                            "format": "plain"
                        },
                        {
                            "id": 17418,
                            "order": "8.00000000000000000000",
                            "type": "repeat",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "logged-in",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1795,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [],
                            "orientation": "vertical",
                            "items_per_row": {
                                "tablet": 2,
                                "desktop": 2,
                                "smartphone": 2
                            }
                        },
                        {
                            "id": 17455,
                            "order": "8.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'ESTIMATED END DATE'",
                            "format": "plain"
                        },
                        {
                            "id": 17456,
                            "order": "8.50000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1792.field_28348')",
                            "format": "plain"
                        },
                        {
                            "id": 17457,
                            "order": "9.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'ACTUAL END DATE'",
                            "format": "plain"
                        },
                        {
                            "id": 17458,
                            "order": "9.50000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1792.field_28319')",
                            "format": "plain"
                        },
                        {
                            "id": 17459,
                            "order": "10.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'DAYS OVERDUE'",
                            "format": "plain"
                        },
                        {
                            "id": 17460,
                            "order": "11.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17416,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat(' ',get('data_source.1792.field_28371'),' DAYS')",
                            "format": "plain"
                        }
                    ],
                    "data_sources": [
                        {
                            "id": 1792,
                            "name": "Task",
                            "order": "1.00000000000000000000",
                            "service": {
                                "id": 2352,
                                "integration_id": 117,
                                "type": "local_baserow_get_row",
                                "table_id": 2966,
                                "view_id": 11978,
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [],
                                "row_id": "get('page_parameter.task_id')"
                            }
                        },
                        {
                            "id": 1793,
                            "name": "Assigned equipment",
                            "order": "2.00000000000000000000",
                            "service": {
                                "id": 2353,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2968,
                                "view_id": 11996,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [
                                    {
                                        "field_id": 28334,
                                        "type": "link_row_has",
                                        "value": "get('page_parameter.task_id')",
                                        "value_is_formula": true
                                    }
                                ]
                            }
                        },
                        {
                            "id": 1794,
                            "name": "All equipment",
                            "order": "3.00000000000000000000",
                            "service": {
                                "id": 2354,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2968,
                                "view_id": 11996,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": []
                            }
                        },
                        {
                            "id": 1795,
                            "name": "Task actions",
                            "order": "4.00000000000000000000",
                            "service": {
                                "id": 2355,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2967,
                                "view_id": 11992,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [
                                    {
                                        "field_id": 28328,
                                        "type": "link_row_has",
                                        "value": "get('page_parameter.task_id')",
                                        "value_is_formula": true
                                    }
                                ]
                            }
                        }
                    ],
                    "workflow_actions": [
                        {
                            "id": 2605,
                            "type": "update_row",
                            "order": 1,
                            "page_id": 824,
                            "element_id": 17442,
                            "event": "click",
                            "service": {
                                "id": 2367,
                                "integration_id": 117,
                                "type": "local_baserow_upsert_row",
                                "table_id": 2966,
                                "row_id": "get('data_source.1792.id')",
                                "field_mappings": [
                                    {
                                        "field_id": 28319,
                                        "value": "get('data_source.1792.field_28325')",
                                        "enabled": true
                                    }
                                ]
                            }
                        },
                        {
                            "id": 2606,
                            "type": "update_row",
                            "order": 1,
                            "page_id": 824,
                            "element_id": 17462,
                            "event": "submit",
                            "service": {
                                "id": 2368,
                                "integration_id": 117,
                                "type": "local_baserow_upsert_row",
                                "table_id": 2966,
                                "row_id": "get('data_source.1792.id')",
                                "field_mappings": [
                                    {
                                        "field_id": 28311,
                                        "value": "",
                                        "enabled": false
                                    },
                                    {
                                        "field_id": 28312,
                                        "value": "",
                                        "enabled": false
                                    },
                                    {
                                        "field_id": 28313,
                                        "value": "",
                                        "enabled": false
                                    },
                                    {
                                        "field_id": 28314,
                                        "value": "",
                                        "enabled": false
                                    },
                                    {
                                        "field_id": 28315,
                                        "value": "",
                                        "enabled": false
                                    },
                                    {
                                        "field_id": 28316,
                                        "value": "",
                                        "enabled": false
                                    },
                                    {
                                        "field_id": 28317,
                                        "value": "",
                                        "enabled": false
                                    },
                                    {
                                        "field_id": 28318,
                                        "value": "",
                                        "enabled": false
                                    },
                                    {
                                        "field_id": 28319,
                                        "value": "",
                                        "enabled": false
                                    },
                                    {
                                        "field_id": 28320,
                                        "value": "",
                                        "enabled": false
                                    },
                                    {
                                        "field_id": 28323,
                                        "value": "",
                                        "enabled": false
                                    },
                                    {
                                        "field_id": 28324,
                                        "value": "",
                                        "enabled": false
                                    },
                                    {
                                        "field_id": 28322,
                                        "value": "get('form_data.17463')",
                                        "enabled": true
                                    }
                                ]
                            }
                        },
                        {
                            "id": 2607,
                            "type": "create_row",
                            "order": 1,
                            "page_id": 824,
                            "element_id": 17417,
                            "event": "submit",
                            "service": {
                                "id": 2369,
                                "integration_id": 117,
                                "type": "local_baserow_upsert_row",
                                "table_id": 2967,
                                "row_id": "",
                                "field_mappings": [
                                    {
                                        "field_id": 28327,
                                        "value": "get('form_data.17419')",
                                        "enabled": true
                                    },
                                    {
                                        "field_id": 28328,
                                        "value": "get('page_parameter.task_id')",
                                        "enabled": true
                                    }
                                ]
                            }
                        },
                        {
                            "id": 2609,
                            "type": "refresh_data_source",
                            "order": 2,
                            "page_id": 824,
                            "element_id": 17442,
                            "event": "click",
                            "data_source_id": 1792
                        },
                        {
                            "id": 2610,
                            "type": "refresh_data_source",
                            "order": 2,
                            "page_id": 824,
                            "element_id": 17462,
                            "event": "submit",
                            "data_source_id": 1793
                        },
                        {
                            "id": 2611,
                            "type": "refresh_data_source",
                            "order": 2,
                            "page_id": 824,
                            "element_id": 17417,
                            "event": "submit",
                            "data_source_id": 1795
                        }
                    ],
                    "visibility": "logged-in",
                    "role_type": "allow_all",
                    "roles": []
                },
                {
                    "id": 825,
                    "name": "Staff",
                    "order": 7,
                    "path": "/staff",
                    "path_params": [],
                    "shared": false,
                    "elements": [
                        {
                            "id": 17467,
                            "order": "1.00000000000000000000",
                            "type": "column",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 1,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 1,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#bdbdbd33",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 5,
                            "column_gap": 20,
                            "alignment": "center"
                        },
                        {
                            "id": 17470,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17467,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 821,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'PROJECTS'",
                            "variant": "button"
                        },
                        {
                            "id": 17471,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17467,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "primary",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 820,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'DASHBOARD'",
                            "variant": "button"
                        },
                        {
                            "id": 17473,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17467,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 823,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'TASKS'",
                            "variant": "button"
                        },
                        {
                            "id": 17474,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17467,
                            "place_in_container": "3",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "secondary",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "secondary"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 825,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'STAFF'",
                            "variant": "button"
                        },
                        {
                            "id": 17475,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17467,
                            "place_in_container": "4",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 827,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'EQUIPMENT'",
                            "variant": "button"
                        },
                        {
                            "id": 17478,
                            "order": "1.00000000000000000000",
                            "type": "column",
                            "parent_element_id": 17468,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 1,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 10,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 10,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 1,
                            "column_gap": 20,
                            "alignment": "top"
                        },
                        {
                            "id": 17479,
                            "order": "1.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17478,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {}
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('**',get('current_record.field_28293'),'**')",
                            "format": "markdown"
                        },
                        {
                            "id": 17477,
                            "order": "2.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {}
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\ud83d\udc77\ud83d\udc77\u200d\u2640\ufe0f All staff members'",
                            "level": 2
                        },
                        {
                            "id": 17480,
                            "order": "2.00000000000000000000",
                            "type": "image",
                            "parent_element_id": 17478,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "image_source_type": "url",
                            "image_file_id": null,
                            "image_url": "get('current_record.field_28294.0.url')",
                            "alt_text": ""
                        },
                        {
                            "id": 17481,
                            "order": "2.50000000000000000000",
                            "type": "link",
                            "parent_element_id": 17478,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 826,
                            "page_parameters": [
                                {
                                    "name": "staff_id",
                                    "value": "get('current_record.id')"
                                }
                            ],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'DETAILS'",
                            "variant": "button"
                        },
                        {
                            "id": 17468,
                            "order": "3.00000000000000000000",
                            "type": "repeat",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1796,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [
                                {
                                    "schema_property": "field_28293",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28339",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28355",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28354",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28356",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28359",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28360",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28361",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28375",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28376",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28301",
                                    "filterable": true,
                                    "sortable": false,
                                    "searchable": false
                                }
                            ],
                            "orientation": "horizontal",
                            "items_per_row": {
                                "tablet": 2,
                                "desktop": 4,
                                "smartphone": 1
                            }
                        },
                        {
                            "id": 17482,
                            "order": "3.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17478,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border",
                                    "body_text_alignment": "center"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat(get('current_record.field_28297.0.value'),' (',get('current_record.field_28339'),')')",
                            "format": "plain"
                        },
                        {
                            "id": 17483,
                            "order": "4.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17478,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('\ud83d\udcde ',get('current_record.field_28295'))",
                            "format": "plain"
                        },
                        {
                            "id": 17484,
                            "order": "5.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17478,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "custom",
                            "navigate_to_page_id": null,
                            "page_parameters": [],
                            "navigate_to_url": "concat('mailto:',get('current_record.field_28296'))",
                            "target": "self",
                            "value": "concat('\u2709\ufe0f ',get('current_record.field_28296'))",
                            "variant": "link"
                        },
                        {
                            "id": 17485,
                            "order": "6.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17478,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'ACTIVE TASKS'",
                            "format": "plain"
                        },
                        {
                            "id": 17486,
                            "order": "7.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17478,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat(get('current_record.field_28359'),' task(s)')",
                            "format": "plain"
                        },
                        {
                            "id": 17487,
                            "order": "8.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17478,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'SCHEDULED TASKS'",
                            "format": "plain"
                        },
                        {
                            "id": 17488,
                            "order": "9.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17478,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat(get('current_record.field_28360'),' task(s)')",
                            "format": "plain"
                        }
                    ],
                    "data_sources": [
                        {
                            "id": 1796,
                            "name": "Staff",
                            "order": "1.00000000000000000000",
                            "service": {
                                "id": 2356,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2964,
                                "view_id": 11965,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": []
                            }
                        }
                    ],
                    "workflow_actions": [],
                    "visibility": "logged-in",
                    "role_type": "allow_all",
                    "roles": []
                },
                {
                    "id": 826,
                    "name": "Staff details",
                    "order": 8,
                    "path": "/staff-details/:staff_id",
                    "path_params": [
                        {
                            "name": "staff_id",
                            "type": "numeric"
                        }
                    ],
                    "shared": false,
                    "elements": [
                        {
                            "id": 17490,
                            "order": "1.00000000000000000000",
                            "type": "column",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 1,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 1,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#bdbdbd33",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 5,
                            "column_gap": 20,
                            "alignment": "center"
                        },
                        {
                            "id": 17493,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17490,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 821,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'PROJECTS'",
                            "variant": "button"
                        },
                        {
                            "id": 17494,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17490,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "primary",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 820,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'DASHBOARD'",
                            "variant": "button"
                        },
                        {
                            "id": 17496,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17490,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 823,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'TASKS'",
                            "variant": "button"
                        },
                        {
                            "id": 17497,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17490,
                            "place_in_container": "3",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "secondary",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "secondary"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 825,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'STAFF'",
                            "variant": "button"
                        },
                        {
                            "id": 17498,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17490,
                            "place_in_container": "4",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 827,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'EQUIPMENT'",
                            "variant": "button"
                        },
                        {
                            "id": 17499,
                            "order": "1.00000000000000000000",
                            "type": "image",
                            "parent_element_id": 17491,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "image_source_type": "url",
                            "image_file_id": null,
                            "image_url": "get('data_source.1797.field_28294.0.url')",
                            "alt_text": ""
                        },
                        {
                            "id": 17500,
                            "order": "1.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17491,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'NAME'",
                            "format": "plain"
                        },
                        {
                            "id": 17502,
                            "order": "2.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {}
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('\ud83d\udc77\ud83d\udc77\u200d\u2640\ufe0f ',get('data_source.1797.field_28336'))",
                            "level": 1
                        },
                        {
                            "id": 17503,
                            "order": "2.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17491,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1797.field_28293')",
                            "format": "plain"
                        },
                        {
                            "id": 17491,
                            "order": "3.00000000000000000000",
                            "type": "column",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 2,
                            "column_gap": 20,
                            "alignment": "top"
                        },
                        {
                            "id": 17504,
                            "order": "3.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17491,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'JOB'",
                            "format": "plain"
                        },
                        {
                            "id": 17505,
                            "order": "4.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17491,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1797.field_28297.0.value')",
                            "format": "plain"
                        },
                        {
                            "id": 17506,
                            "order": "4.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\ud83d\udee0\ufe0f Assigned tasks'",
                            "level": 2
                        },
                        {
                            "id": 17507,
                            "order": "4.50000000000000000000",
                            "type": "text",
                            "parent_element_id": 17491,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'DEPARTMENT'",
                            "format": "plain"
                        },
                        {
                            "id": 17508,
                            "order": "4.66666666666666696273",
                            "type": "text",
                            "parent_element_id": 17491,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1797.field_28339')",
                            "format": "plain"
                        },
                        {
                            "id": 17509,
                            "order": "5.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17491,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'MAIL'",
                            "format": "plain"
                        },
                        {
                            "id": 17510,
                            "order": "5.00000000000000000000",
                            "type": "table",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1798,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [],
                            "fields": [
                                {
                                    "uid": "60967428-8175-4734-b6a2-ee3acf97f3e2",
                                    "name": "Title",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 824,
                                        "page_parameters": [
                                            {
                                                "name": "task_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28311')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "22cb6445-2aab-4728-96c0-a5d78da82b4a",
                                    "name": "Start",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28312')"
                                    }
                                },
                                {
                                    "uid": "ab6d4a56-bbc7-4635-9a6a-9713cb5c8281",
                                    "name": "End",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28348')"
                                    }
                                },
                                {
                                    "uid": "c7ec637e-2e77-4047-b341-193f0ca8382d",
                                    "name": "Project",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 822,
                                        "page_parameters": [
                                            {
                                                "name": "project_id",
                                                "value": "get('current_record.field_28316.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28341')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "71652ce3-68bb-4104-ae38-1dcbf8cff65e",
                                    "name": "Priority",
                                    "type": "tags",
                                    "styles": {},
                                    "config": {
                                        "values": "get('current_record.field_28318.value')",
                                        "colors_is_formula": true,
                                        "colors": "get('current_record.field_28318.color')"
                                    }
                                },
                                {
                                    "uid": "e29661c3-b2f8-4a34-881b-0f8bd12ee041",
                                    "name": "Status",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28347')"
                                    }
                                },
                                {
                                    "uid": "bb22c06b-47fd-4759-a5ac-b85c673654c2",
                                    "name": "Prerequisites",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "center"
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28378')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "horizontal",
                                "smartphone": "vertical"
                            }
                        },
                        {
                            "id": 17511,
                            "order": "6.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17491,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "link": {}
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "custom",
                            "navigate_to_page_id": null,
                            "page_parameters": [],
                            "navigate_to_url": "concat('mailto:',get('data_source.1797.field_28296'))",
                            "target": "self",
                            "value": "get('data_source.1797.field_28296')",
                            "variant": "link"
                        },
                        {
                            "id": 17512,
                            "order": "9.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17491,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'PHONE'",
                            "format": "plain"
                        },
                        {
                            "id": 17513,
                            "order": "10.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17491,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1797.field_28295')",
                            "format": "plain"
                        }
                    ],
                    "data_sources": [
                        {
                            "id": 1797,
                            "name": "Staff",
                            "order": "1.00000000000000000000",
                            "service": {
                                "id": 2357,
                                "integration_id": 117,
                                "type": "local_baserow_get_row",
                                "table_id": 2964,
                                "view_id": 11965,
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [],
                                "row_id": "get('page_parameter.staff_id')"
                            }
                        },
                        {
                            "id": 1798,
                            "name": "Tasks",
                            "order": "2.00000000000000000000",
                            "service": {
                                "id": 2358,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2966,
                                "view_id": 11978,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [
                                    {
                                        "field_id": 28317,
                                        "type": "link_row_has",
                                        "value": "get('page_parameter.staff_id')",
                                        "value_is_formula": true
                                    }
                                ]
                            }
                        }
                    ],
                    "workflow_actions": [],
                    "visibility": "logged-in",
                    "role_type": "allow_all",
                    "roles": []
                },
                {
                    "id": 827,
                    "name": "Equipment",
                    "order": 9,
                    "path": "/equipment",
                    "path_params": [],
                    "shared": false,
                    "elements": [
                        {
                            "id": 17515,
                            "order": "1.00000000000000000000",
                            "type": "column",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 1,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 1,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#bdbdbd33",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 5,
                            "column_gap": 20,
                            "alignment": "center"
                        },
                        {
                            "id": 17517,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17515,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 821,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'PROJECTS'",
                            "variant": "button"
                        },
                        {
                            "id": 17518,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17515,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "primary",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 820,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'DASHBOARD'",
                            "variant": "button"
                        },
                        {
                            "id": 17520,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17515,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 823,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'TASKS'",
                            "variant": "button"
                        },
                        {
                            "id": 17521,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17515,
                            "place_in_container": "3",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 825,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'STAFF'",
                            "variant": "button"
                        },
                        {
                            "id": 17522,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17515,
                            "place_in_container": "4",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "secondary",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "secondary"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 827,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'EQUIPMENT'",
                            "variant": "button"
                        },
                        {
                            "id": 17524,
                            "order": "2.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\u26a0\ufe0f Equipment without a piece in surplus'",
                            "level": 2
                        },
                        {
                            "id": 17525,
                            "order": "2.50000000000000000000",
                            "type": "table",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "table": {}
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1799,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [
                                {
                                    "schema_property": "field_28330",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28331",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28332",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28333",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28367",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28369",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28379",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                }
                            ],
                            "fields": [
                                {
                                    "uid": "ab7d2859-2ad8-48c6-8cfd-ab4bedb98f8d",
                                    "name": "Name",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 828,
                                        "page_parameters": [
                                            {
                                                "name": "equipment_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28330')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "84294c1b-6f0c-49d4-8b23-3af156204950",
                                    "name": "Category",
                                    "type": "tags",
                                    "styles": {},
                                    "config": {
                                        "values": "get('current_record.field_28332.value')",
                                        "colors_is_formula": true,
                                        "colors": "get('current_record.field_28332.color')"
                                    }
                                },
                                {
                                    "uid": "2c0b46fd-24f2-4033-a7e6-86d85e332f56",
                                    "name": "Quantity",
                                    "type": "text",
                                    "styles": {
                                        "cell": {}
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28333')"
                                    }
                                },
                                {
                                    "uid": "261dc0a1-a9ef-404b-9f19-088fa104a592",
                                    "name": "In use",
                                    "type": "text",
                                    "styles": {
                                        "cell": {}
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28367')"
                                    }
                                },
                                {
                                    "uid": "50a3fd2a-26c8-4428-9fc9-a86358264ec4",
                                    "name": "Scheduled",
                                    "type": "text",
                                    "styles": {
                                        "cell": {}
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28369')"
                                    }
                                },
                                {
                                    "uid": "53f5bc5d-d169-4c0e-9875-aecf8fd15859",
                                    "name": "Available",
                                    "type": "text",
                                    "styles": {
                                        "cell": {}
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28379')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "horizontal",
                                "smartphone": "vertical"
                            }
                        },
                        {
                            "id": 17526,
                            "order": "3.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\u23f3 Equipment currently in use'",
                            "level": 2
                        },
                        {
                            "id": 17527,
                            "order": "3.50000000000000000000",
                            "type": "table",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1800,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [
                                {
                                    "schema_property": "field_28330",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28331",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28332",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28333",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28367",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28369",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28379",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                }
                            ],
                            "fields": [
                                {
                                    "uid": "51128299-ec8c-4eed-ad50-d1c47e63804e",
                                    "name": "Name",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 828,
                                        "page_parameters": [
                                            {
                                                "name": "equipment_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28330')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "6ca7f46f-e78b-4a95-a0a3-75edaeb4e365",
                                    "name": "Category",
                                    "type": "tags",
                                    "styles": {},
                                    "config": {
                                        "values": "get('current_record.field_28332.value')",
                                        "colors_is_formula": true,
                                        "colors": "get('current_record.field_28332.color')"
                                    }
                                },
                                {
                                    "uid": "63952c72-cb51-4f80-bbf6-c388b4775ddb",
                                    "name": "Quantity",
                                    "type": "text",
                                    "styles": {
                                        "cell": {}
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28333')"
                                    }
                                },
                                {
                                    "uid": "45e88eab-a487-4439-8f65-d23331b97c6d",
                                    "name": "In use",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28367')"
                                    }
                                },
                                {
                                    "uid": "c3477a50-9e93-4032-8d42-35a2cc3559d5",
                                    "name": "Scheduled",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28369')"
                                    }
                                },
                                {
                                    "uid": "1ecd84a1-31b8-47a5-a8d8-463e1a388471",
                                    "name": "Available",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28379')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "horizontal",
                                "smartphone": "vertical"
                            }
                        },
                        {
                            "id": 17528,
                            "order": "4.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\u274c Equipment without active and scheduled tasks'",
                            "level": 2
                        },
                        {
                            "id": 17529,
                            "order": "5.00000000000000000000",
                            "type": "table",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1801,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [
                                {
                                    "schema_property": "field_28379",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28369",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28367",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28330",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28331",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28332",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28333",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                }
                            ],
                            "fields": [
                                {
                                    "uid": "28feb5ea-a6f6-4943-bd11-052ac5e690d6",
                                    "name": "Name",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 828,
                                        "page_parameters": [
                                            {
                                                "name": "equipment_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28330')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "eb2d1d3a-1bbb-4fda-965b-eafee1cefb40",
                                    "name": "Category",
                                    "type": "tags",
                                    "styles": {},
                                    "config": {
                                        "values": "get('current_record.field_28332.value')",
                                        "colors_is_formula": true,
                                        "colors": "get('current_record.field_28332.color')"
                                    }
                                },
                                {
                                    "uid": "34f1d2c3-3713-43d8-8c23-79a5f6226333",
                                    "name": "Quantity",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28333')"
                                    }
                                },
                                {
                                    "uid": "43d54a95-98e9-4931-b175-892969d7d651",
                                    "name": "In use",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28367')"
                                    }
                                },
                                {
                                    "uid": "0dc941ed-bd98-45b6-b056-ce8bb58dfb84",
                                    "name": "Scheduled",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28369')"
                                    }
                                },
                                {
                                    "uid": "5f10db19-8df3-4a58-8e8e-4df9684fc839",
                                    "name": "Available",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28379')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "horizontal",
                                "smartphone": "vertical"
                            }
                        }
                    ],
                    "data_sources": [
                        {
                            "id": 1799,
                            "name": "Without surplus",
                            "order": "1.00000000000000000000",
                            "service": {
                                "id": 2359,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2968,
                                "view_id": 12000,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": []
                            }
                        },
                        {
                            "id": 1800,
                            "name": "Currently in use",
                            "order": "2.00000000000000000000",
                            "service": {
                                "id": 2360,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2968,
                                "view_id": 11999,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": []
                            }
                        },
                        {
                            "id": 1801,
                            "name": "Not used",
                            "order": "3.00000000000000000000",
                            "service": {
                                "id": 2361,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2968,
                                "view_id": 11998,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": []
                            }
                        }
                    ],
                    "workflow_actions": [],
                    "visibility": "logged-in",
                    "role_type": "allow_all",
                    "roles": []
                },
                {
                    "id": 828,
                    "name": "Equipment details",
                    "order": 10,
                    "path": "/equipment/:equipment_id",
                    "path_params": [
                        {
                            "name": "equipment_id",
                            "type": "numeric"
                        }
                    ],
                    "shared": false,
                    "elements": [
                        {
                            "id": 17531,
                            "order": "1.00000000000000000000",
                            "type": "column",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 1,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 1,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "color",
                            "style_background_color": "#bdbdbd33",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 5,
                            "column_gap": 20,
                            "alignment": "center"
                        },
                        {
                            "id": 17534,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17531,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 821,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'PROJECTS'",
                            "variant": "button"
                        },
                        {
                            "id": 17535,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17531,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "primary",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 820,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'DASHBOARD'",
                            "variant": "button"
                        },
                        {
                            "id": 17537,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17531,
                            "place_in_container": "2",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 823,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'TASKS'",
                            "variant": "button"
                        },
                        {
                            "id": 17538,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17531,
                            "place_in_container": "3",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "transparent",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "transparent"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 825,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'STAFF'",
                            "variant": "button"
                        },
                        {
                            "id": 17539,
                            "order": "1.00000000000000000000",
                            "type": "link",
                            "parent_element_id": 17531,
                            "place_in_container": "4",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "button": {
                                    "button_width": "full",
                                    "button_font_size": 16,
                                    "button_text_color": "primary",
                                    "button_background_color": "secondary",
                                    "button_hover_text_color": "#59d663",
                                    "button_vertical_padding": 24,
                                    "button_hover_background_color": "secondary"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "navigation_type": "page",
                            "navigate_to_page_id": 827,
                            "page_parameters": [],
                            "navigate_to_url": "",
                            "target": "self",
                            "value": "'EQUIPMENT'",
                            "variant": "button"
                        },
                        {
                            "id": 17540,
                            "order": "1.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17532,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'DESCRIPTION'",
                            "format": "plain"
                        },
                        {
                            "id": 17542,
                            "order": "2.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 30,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "concat('\ud83c\udfd7\ufe0f ',get('data_source.1802.field_28330'))",
                            "level": 1
                        },
                        {
                            "id": 17543,
                            "order": "2.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17532,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1802.field_28331')",
                            "format": "plain"
                        },
                        {
                            "id": 17544,
                            "order": "2.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17532,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'QUANTITY'",
                            "format": "plain"
                        },
                        {
                            "id": 17545,
                            "order": "3.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\u24d8 General information'",
                            "level": 2
                        },
                        {
                            "id": 17546,
                            "order": "3.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17532,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'CATEGORY'",
                            "format": "plain"
                        },
                        {
                            "id": 17532,
                            "order": "4.00000000000000000000",
                            "type": "column",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "column_amount": 2,
                            "column_gap": 20,
                            "alignment": "top"
                        },
                        {
                            "id": 17547,
                            "order": "4.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17532,
                            "place_in_container": "0",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1802.field_28332.value')",
                            "format": "plain"
                        },
                        {
                            "id": 17548,
                            "order": "4.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17532,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1802.field_28333')",
                            "format": "plain"
                        },
                        {
                            "id": 17549,
                            "order": "4.50000000000000000000",
                            "type": "text",
                            "parent_element_id": 17532,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'CURRENTLY IN USE'",
                            "format": "plain"
                        },
                        {
                            "id": 17550,
                            "order": "4.59999999999999964473",
                            "type": "text",
                            "parent_element_id": 17532,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1802.field_28367')",
                            "format": "plain"
                        },
                        {
                            "id": 17551,
                            "order": "4.66666666666666696273",
                            "type": "text",
                            "parent_element_id": 17532,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'CURRENTLY AVAILABLE'",
                            "format": "plain"
                        },
                        {
                            "id": 17552,
                            "order": "4.75000000000000000000",
                            "type": "text",
                            "parent_element_id": 17532,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1802.field_28379')",
                            "format": "plain"
                        },
                        {
                            "id": 17553,
                            "order": "5.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17532,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {
                                "typography": {
                                    "body_font_size": 12,
                                    "body_text_color": "border"
                                }
                            },
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 0,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 0,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'CURRENTLY SCHEDULED'",
                            "format": "plain"
                        },
                        {
                            "id": 17554,
                            "order": "5.00000000000000000000",
                            "type": "heading",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "'\ud83d\udee0\ufe0f Tasks'",
                            "level": 2
                        },
                        {
                            "id": 17555,
                            "order": "6.00000000000000000000",
                            "type": "text",
                            "parent_element_id": 17532,
                            "place_in_container": "1",
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 0,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 10,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 0,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "value": "get('data_source.1802.field_28369')",
                            "format": "plain"
                        },
                        {
                            "id": 17556,
                            "order": "6.00000000000000000000",
                            "type": "table",
                            "parent_element_id": null,
                            "place_in_container": null,
                            "visibility": "all",
                            "role_type": "allow_all",
                            "roles": [],
                            "styles": {},
                            "style_border_top_color": "border",
                            "style_border_top_size": 0,
                            "style_padding_top": 10,
                            "style_margin_top": 0,
                            "style_border_bottom_color": "border",
                            "style_border_bottom_size": 0,
                            "style_padding_bottom": 10,
                            "style_margin_bottom": 0,
                            "style_border_left_color": "border",
                            "style_border_left_size": 0,
                            "style_padding_left": 20,
                            "style_margin_left": 0,
                            "style_border_right_color": "border",
                            "style_border_right_size": 0,
                            "style_padding_right": 20,
                            "style_margin_right": 0,
                            "style_background": "none",
                            "style_background_color": "#ffffffff",
                            "style_background_file_id": null,
                            "style_background_mode": "fill",
                            "style_width": "normal",
                            "data_source_id": 1803,
                            "items_per_page": 20,
                            "button_load_more_label": "",
                            "schema_property": null,
                            "property_options": [
                                {
                                    "schema_property": "field_28311",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28312",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28315",
                                    "filterable": false,
                                    "sortable": false,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28318",
                                    "filterable": true,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28347",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": true
                                },
                                {
                                    "schema_property": "field_28348",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                },
                                {
                                    "schema_property": "field_28319",
                                    "filterable": false,
                                    "sortable": true,
                                    "searchable": false
                                }
                            ],
                            "fields": [
                                {
                                    "uid": "ea98637b-f40d-4520-8e33-07a74ce6ec45",
                                    "name": "Title",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 824,
                                        "page_parameters": [
                                            {
                                                "name": "task_id",
                                                "value": "get('current_record.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28311')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "ca210cd3-e245-4f2f-adfe-aebf95a94b74",
                                    "name": "Start",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28312')"
                                    }
                                },
                                {
                                    "uid": "107bf29b-6c64-4523-8a23-7f6c21b34e11",
                                    "name": "End",
                                    "type": "text",
                                    "styles": {},
                                    "config": {
                                        "value": "get('current_record.field_28348')"
                                    }
                                },
                                {
                                    "uid": "dc58fd28-7fcd-4ca9-8c1a-09f317fb0819",
                                    "name": "Project",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 822,
                                        "page_parameters": [
                                            {
                                                "name": "project_id",
                                                "value": "get('current_record.field_28316.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28341')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "73db9b61-f639-4f31-9f5a-5935bc7c0606",
                                    "name": "Assignee",
                                    "type": "link",
                                    "styles": {},
                                    "config": {
                                        "navigation_type": "page",
                                        "navigate_to_page_id": 826,
                                        "page_parameters": [
                                            {
                                                "name": "staff_id",
                                                "value": "get('current_record.field_28317.0.id')"
                                            }
                                        ],
                                        "navigate_to_url": "",
                                        "target": "self",
                                        "link_name": "get('current_record.field_28317.0.value')",
                                        "variant": "link"
                                    }
                                },
                                {
                                    "uid": "ac5db9a5-7255-4515-8e70-16a979cd6168",
                                    "name": "Priority",
                                    "type": "tags",
                                    "styles": {},
                                    "config": {
                                        "values": "get('current_record.field_28318.value')",
                                        "colors_is_formula": true,
                                        "colors": "get('current_record.field_28318.color')"
                                    }
                                },
                                {
                                    "uid": "7942e0fe-558a-4b5c-b575-f88ce28bec4a",
                                    "name": "Prerequisites",
                                    "type": "text",
                                    "styles": {
                                        "cell": {
                                            "table_cell_alignment": "center"
                                        }
                                    },
                                    "config": {
                                        "value": "get('current_record.field_28378')"
                                    }
                                }
                            ],
                            "orientation": {
                                "tablet": "vertical",
                                "desktop": "horizontal",
                                "smartphone": "vertical"
                            }
                        }
                    ],
                    "data_sources": [
                        {
                            "id": 1802,
                            "name": "Equipment",
                            "order": "1.00000000000000000000",
                            "service": {
                                "id": 2362,
                                "integration_id": 117,
                                "type": "local_baserow_get_row",
                                "table_id": 2968,
                                "view_id": 11996,
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [],
                                "row_id": "get('page_parameter.equipment_id')"
                            }
                        },
                        {
                            "id": 1803,
                            "name": "Tasks",
                            "order": "2.00000000000000000000",
                            "service": {
                                "id": 2363,
                                "integration_id": 117,
                                "type": "local_baserow_list_rows",
                                "table_id": 2966,
                                "view_id": 11978,
                                "sortings": [],
                                "search_query": "",
                                "filter_type": "AND",
                                "filters": [
                                    {
                                        "field_id": 28322,
                                        "type": "link_row_has",
                                        "value": "get('page_parameter.equipment_id')",
                                        "value_is_formula": true
                                    }
                                ]
                            }
                        }
                    ],
                    "workflow_actions": [],
                    "visibility": "logged-in",
                    "role_type": "allow_all",
                    "roles": []
                }
            ],
            "integrations": [
                {
                    "id": 117,
                    "name": "Local Baserow",
                    "order": "1.00000000000000000000",
                    "type": "local_baserow",
                    "authorized_user": "frederik@baserow.io"
                }
            ],
            "theme": {
                "primary_color": "#2e7d32",
                "secondary_color": "#ffa726",
                "border_color": "#bdbdbd",
                "main_success_color": "#12D452",
                "main_warning_color": "#FCC74A",
                "main_error_color": "#FF5A4A",
                "body_font_family": "inter",
                "body_font_size": 14,
                "body_text_color": "#070810ff",
                "body_text_alignment": "left",
                "heading_1_font_family": "inter",
                "heading_1_font_size": 24,
                "heading_1_text_color": "#070810ff",
                "heading_1_text_alignment": "left",
                "heading_2_font_family": "inter",
                "heading_2_font_size": 20,
                "heading_2_text_color": "#070810ff",
                "heading_2_text_alignment": "left",
                "heading_3_font_family": "inter",
                "heading_3_font_size": 16,
                "heading_3_text_color": "#070810ff",
                "heading_3_text_alignment": "left",
                "heading_4_font_family": "inter",
                "heading_4_font_size": 16,
                "heading_4_text_color": "#070810ff",
                "heading_4_text_alignment": "left",
                "heading_5_font_family": "inter",
                "heading_5_font_size": 14,
                "heading_5_text_color": "#070810ff",
                "heading_5_text_alignment": "left",
                "heading_6_font_family": "inter",
                "heading_6_font_size": 14,
                "heading_6_text_color": "#202128",
                "heading_6_text_alignment": "left",
                "button_font_family": "inter",
                "button_font_size": 13,
                "button_alignment": "left",
                "button_text_alignment": "center",
                "button_width": "auto",
                "button_background_color": "primary",
                "button_text_color": "#ffffffff",
                "button_border_color": "border",
                "button_border_size": 0,
                "button_border_radius": 4,
                "button_vertical_padding": 12,
                "button_horizontal_padding": 12,
                "button_hover_background_color": "#59d663",
                "button_hover_text_color": "#ffffffff",
                "button_hover_border_color": "border",
                "link_font_family": "inter",
                "link_font_size": 13,
                "link_text_alignment": "left",
                "link_text_color": "primary",
                "link_hover_text_color": "#59d663",
                "image_alignment": "left",
                "image_max_width": 100,
                "image_max_height": null,
                "image_constraint": "contain",
                "page_background_color": "#ffffffff",
                "page_background_file_id": null,
                "page_background_mode": "tile",
                "label_font_family": "inter",
                "label_text_color": "#070810FF",
                "label_font_size": 13,
                "input_font_family": "inter",
                "input_font_size": 13,
                "input_text_color": "#070810FF",
                "input_background_color": "#FFFFFFFF",
                "input_border_color": "border",
                "input_border_size": 1,
                "input_border_radius": 4,
                "input_vertical_padding": 8,
                "input_horizontal_padding": 12,
                "table_border_color": "#000000FF",
                "table_border_size": 0,
                "table_border_radius": 0,
                "table_header_background_color": "#ffa72640",
                "table_header_text_color": "#000000",
                "table_header_font_size": 13,
                "table_header_font_family": "inter",
                "table_header_text_alignment": "left",
                "table_cell_background_color": "transparent",
                "table_cell_alternate_background_color": "transparent",
                "table_cell_alignment": "left",
                "table_cell_vertical_padding": 10,
                "table_cell_horizontal_padding": 20,
                "table_vertical_separator_color": "#000000FF",
                "table_vertical_separator_size": 0,
                "table_horizontal_separator_color": "#000000FF",
                "table_horizontal_separator_size": 1
            },
            "user_sources": [
                {
                    "id": 69,
                    "name": "Staff",
                    "order": "1.00000000000000000000",
                    "type": "local_baserow",
                    "uid": "75a89d1a4c6b42ccbd0c4c497cfb5525",
                    "integration_id": 117,
                    "auth_providers": [
                        {
                            "id": 66,
                            "type": "local_baserow_password",
                            "domain": null,
                            "enabled": true,
                            "password_field_id": 28301
                        }
                    ],
                    "table_id": 2964,
                    "email_field_id": 28296,
                    "name_field_id": 28293,
                    "role_field_id": null
                }
            ],
            "favicon_file": null,
            "login_page": {
                "id": 819,
                "name": "Login",
                "order": 1,
                "path": "/",
                "path_params": [],
                "shared": false,
                "elements": [
                    {
                        "id": 17265,
                        "order": "0.50000000000000000000",
                        "type": "column",
                        "parent_element_id": null,
                        "place_in_container": null,
                        "visibility": "all",
                        "role_type": "allow_all",
                        "roles": [],
                        "styles": {},
                        "style_border_top_color": "border",
                        "style_border_top_size": 0,
                        "style_padding_top": 10,
                        "style_margin_top": 0,
                        "style_border_bottom_color": "border",
                        "style_border_bottom_size": 0,
                        "style_padding_bottom": 10,
                        "style_margin_bottom": 0,
                        "style_border_left_color": "border",
                        "style_border_left_size": 0,
                        "style_padding_left": 20,
                        "style_margin_left": 0,
                        "style_border_right_color": "border",
                        "style_border_right_size": 0,
                        "style_padding_right": 20,
                        "style_margin_right": 0,
                        "style_background": "none",
                        "style_background_color": "#ffffffff",
                        "style_background_file_id": null,
                        "style_background_mode": "fill",
                        "style_width": "normal",
                        "column_amount": 1,
                        "column_gap": 20,
                        "alignment": "top"
                    },
                    {
                        "id": 17266,
                        "order": "1.00000000000000000000",
                        "type": "image",
                        "parent_element_id": 17265,
                        "place_in_container": "0",
                        "visibility": "all",
                        "role_type": "allow_all",
                        "roles": [],
                        "styles": {
                            "image": {
                                "image_alignment": "center"
                            }
                        },
                        "style_border_top_color": "border",
                        "style_border_top_size": 0,
                        "style_padding_top": 10,
                        "style_margin_top": 0,
                        "style_border_bottom_color": "border",
                        "style_border_bottom_size": 0,
                        "style_padding_bottom": 10,
                        "style_margin_bottom": 0,
                        "style_border_left_color": "border",
                        "style_border_left_size": 0,
                        "style_padding_left": 0,
                        "style_margin_left": 0,
                        "style_border_right_color": "border",
                        "style_border_right_size": 0,
                        "style_padding_right": 0,
                        "style_margin_right": 0,
                        "style_background": "none",
                        "style_background_color": "#ffffffff",
                        "style_background_file_id": null,
                        "style_background_mode": "fill",
                        "style_width": "normal",
                        "image_source_type": "upload",
                        "image_file_id": {
                            "name": "RSx1VIS9MLxOksiY6e1bxgxIBCwvMLdk_3bc9a259e3b9363b81dcd8aa269b35e7f70531d2389ede5ed4d146146e2475b8.png",
                            "original_name": "task-managment-header.png"
                        },
                        "image_url": "",
                        "alt_text": ""
                    },
                    {
                        "id": 17267,
                        "order": "2.00000000000000000000",
                        "type": "heading",
                        "parent_element_id": null,
                        "place_in_container": null,
                        "visibility": "all",
                        "role_type": "allow_all",
                        "roles": [],
                        "styles": {
                            "typography": {
                                "heading_1_text_color": "primary",
                                "heading_1_font_family": "trebuchet_ms",
                                "heading_1_text_alignment": "center"
                            }
                        },
                        "style_border_top_color": "border",
                        "style_border_top_size": 0,
                        "style_padding_top": 10,
                        "style_margin_top": 0,
                        "style_border_bottom_color": "border",
                        "style_border_bottom_size": 0,
                        "style_padding_bottom": 10,
                        "style_margin_bottom": 0,
                        "style_border_left_color": "border",
                        "style_border_left_size": 0,
                        "style_padding_left": 20,
                        "style_margin_left": 0,
                        "style_border_right_color": "border",
                        "style_border_right_size": 0,
                        "style_padding_right": 20,
                        "style_margin_right": 0,
                        "style_background": "none",
                        "style_background_color": "#ffffffff",
                        "style_background_file_id": null,
                        "style_background_mode": "fill",
                        "style_width": "normal",
                        "value": "'Login'",
                        "level": 1
                    },
                    {
                        "id": 17268,
                        "order": "3.00000000000000000000",
                        "type": "auth_form",
                        "parent_element_id": null,
                        "place_in_container": null,
                        "visibility": "all",
                        "role_type": "allow_all",
                        "roles": [],
                        "styles": {
                            "input": {},
                            "login_button": {
                                "button_alignment": "center",
                                "button_horizontal_padding": 36
                            }
                        },
                        "style_border_top_color": "border",
                        "style_border_top_size": 0,
                        "style_padding_top": 80,
                        "style_margin_top": 0,
                        "style_border_bottom_color": "border",
                        "style_border_bottom_size": 0,
                        "style_padding_bottom": 80,
                        "style_margin_bottom": 0,
                        "style_border_left_color": "border",
                        "style_border_left_size": 0,
                        "style_padding_left": 20,
                        "style_margin_left": 0,
                        "style_border_right_color": "border",
                        "style_border_right_size": 0,
                        "style_padding_right": 20,
                        "style_margin_right": 0,
                        "style_background": "color",
                        "style_background_color": "#bdbdbd33",
                        "style_background_file_id": null,
                        "style_background_mode": "fill",
                        "style_width": "small",
                        "user_source_id": 69,
                        "login_button_label": ""
                    }
                ],
                "data_sources": [],
                "workflow_actions": [
                    {
                        "id": 2590,
                        "type": "open_page",
                        "order": 1,
                        "page_id": 819,
                        "element_id": 17268,
                        "event": "after_login",
                        "navigation_type": "page",
                        "navigate_to_page_id": 820,
                        "page_parameters": [],
                        "navigate_to_url": "",
                        "target": "self"
                    }
                ],
                "visibility": "all",
                "role_type": "allow_all",
                "roles": []
            },
            "id": 686,
            "name": "Task Management application",
            "order": 2,
            "type": "builder"
        }
    ]
}