1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-03-31 19:35:02 +00:00
bramw_baserow/backend/templates/skill-discovery-management.json
2025-03-07 08:18:57 +01:00

26986 lines
No EOL
1.3 MiB

{
"baserow_template_version": 1,
"name": "Skill Discovery Management",
"icon": "iconoir-people-tag",
"keywords": [
"assessments",
"performance reviews",
"skills",
"skill detection",
"skill discovery",
"skill management",
"potential assessment",
"skills assessment",
"talent detection",
"talent"
],
"categories": [
"HR and Recruiting"
],
"export":[
{
"id": 2176,
"name": "Skill Discovery Management",
"order": 1,
"type": "database",
"tables": [
{
"id": 5730,
"name": "Employees",
"order": 4,
"fields": [
{
"id": 60111,
"type": "text",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 60112,
"type": "email",
"name": "Email",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 60113,
"type": "phone_number",
"name": "Phone",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 60114,
"type": "file",
"name": "Picture",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 60116,
"type": "text",
"name": "Job role",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 60117,
"type": "text",
"name": "Home address",
"description": null,
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 60118,
"type": "text",
"name": "ZIP code",
"description": null,
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 60119,
"type": "date",
"name": "Date of birth",
"description": null,
"order": 12,
"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": 60120,
"type": "date",
"name": "Start date",
"description": null,
"order": 14,
"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": 60121,
"type": "date",
"name": "End date",
"description": null,
"order": 15,
"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": 60181,
"type": "formula",
"name": "Is active",
"description": null,
"order": 16,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "isblank(field('End date'))",
"formula_type": "boolean"
},
{
"id": 60122,
"type": "single_select",
"name": "Status",
"description": null,
"order": 17,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 21146,
"value": "Full-time",
"color": "darker-blue",
"order": 0
},
{
"id": 21147,
"value": "4/5 part-time",
"color": "dark-blue",
"order": 1
},
{
"id": 21148,
"value": "3/5 part-time",
"color": "blue",
"order": 2
},
{
"id": 21149,
"value": "1/2 part-time",
"color": "light-blue",
"order": 3
}
]
},
{
"id": 60182,
"type": "formula",
"name": "Birthday this year",
"description": null,
"order": 18,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": false,
"nullable": true,
"number_decimal_places": null,
"number_separator": "",
"date_format": "ISO",
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": "24",
"error": null,
"date_force_timezone": null,
"date_include_time": false,
"formula": "todate(concat(year(today()),'-',month(field('Date of birth')),'-',day(field('Date of birth'))),'YYYY-MM-DD')",
"formula_type": "date"
},
{
"id": 60123,
"type": "link_row",
"name": "Manager",
"description": null,
"order": 19,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5730,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60125,
"type": "link_row",
"name": "Performance rewiews",
"description": null,
"order": 21,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5731,
"link_row_related_field_id": 60130,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 60203,
"type": "count",
"name": "Count reviews",
"description": null,
"order": 22,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": 0,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"through_field_id": 60125
},
{
"id": 60195,
"type": "formula",
"name": "Total last 3 years",
"description": null,
"order": 23,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": 1,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "sum(filter(lookup('Performance rewiews','Overall performance rating'),lookup('Performance rewiews','Year') > (field('Last review') - 3)))",
"formula_type": "number"
},
{
"id": 60207,
"type": "formula",
"name": "Average last 3 years",
"description": null,
"order": 24,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": 1,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "if(field('Count reviews') = 0,0,sum(filter(lookup('Performance rewiews','Overall performance rating'),lookup('Performance rewiews','Year') > (field('Last review') - 3))) / count(filter(lookup('Performance rewiews','Overall performance rating'),lookup('Performance rewiews','Year') > (field('Last review') - 3))))",
"formula_type": "number"
},
{
"id": 60211,
"type": "formula",
"name": "Sustained performance",
"description": null,
"order": 25,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "if(field('Average last 3 years') = 0,'N/A',if(field('Average last 3 years') < 2.5,'Low',if(field('Average last 3 years') < 3.5,'Medium','High')))",
"formula_type": "text"
},
{
"id": 60183,
"type": "rollup",
"name": "Last review",
"description": null,
"order": 26,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": true,
"number_decimal_places": 0,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"through_field_id": 60125,
"target_field_id": 60132,
"rollup_function": "max"
},
{
"id": 60126,
"type": "link_row",
"name": "Potential assessments",
"description": null,
"order": 27,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5733,
"link_row_related_field_id": 60138,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 60208,
"type": "formula",
"name": "Has potential",
"description": null,
"order": 28,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "every(filter(lookup('Potential assessments','Has potential'),lookup('Potential assessments','Year') = field('Last review')))",
"formula_type": "boolean"
},
{
"id": 60127,
"type": "link_row",
"name": "Ability assessments",
"description": null,
"order": 29,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5735,
"link_row_related_field_id": 60155,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 60199,
"type": "formula",
"name": "Has ability",
"description": null,
"order": 30,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "every(filter(lookup('Ability assessments','Has ability'),lookup('Ability assessments','Year') = field('Last review')))",
"formula_type": "boolean"
},
{
"id": 60214,
"type": "formula",
"name": "Category",
"description": null,
"order": 31,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "if(field('Sustained performance') = 'N/A','Too Soon to Rate',if(field('Sustained performance') = 'Low','Improve',if(field('Has ability'),'Accelerate','Grow')))",
"formula_type": "text"
},
{
"id": 60128,
"type": "password",
"name": "Password",
"description": null,
"order": 32,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 60212,
"type": "formula",
"name": "Has potential symbol",
"description": null,
"order": 33,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "if(field('Has potential'),'\u2714\ufe0f ','\u274c')",
"formula_type": "text"
},
{
"id": 60205,
"type": "formula",
"name": "Has ability symbol",
"description": null,
"order": 34,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "if(field('Has ability'),'\u2714\ufe0f ','\u274c')",
"formula_type": "text"
},
{
"id": 60194,
"type": "formula",
"name": "Next review",
"description": null,
"order": 35,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": 0,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "if(field('Last review') = 0,year(today()),field('Last review') + 1)",
"formula_type": "number"
},
{
"id": 60206,
"type": "formula",
"name": "Needs review link",
"description": null,
"order": 36,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "if(field('Needs review'),concat('+ Add performance review for ',field('Next review')),'')",
"formula_type": "text"
},
{
"id": 60215,
"type": "formula",
"name": "Meets potential requirements",
"description": null,
"order": 37,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "or(field('Sustained performance') = 'High',field('Sustained performance') = 'Medium')",
"formula_type": "boolean"
},
{
"id": 60202,
"type": "formula",
"name": "Needs review",
"description": null,
"order": 38,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "field('Next review') = year(today())",
"formula_type": "boolean"
},
{
"id": 60218,
"type": "formula",
"name": "Needs potential assessment",
"description": null,
"order": 39,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "and(count(filter(field('Potential assessments'),lookup('Potential assessments','Year') = field('Last review'))) = 0,field('Meets potential requirements'))",
"formula_type": "boolean"
},
{
"id": 60221,
"type": "formula",
"name": "Needs potential assessment link",
"description": null,
"order": 40,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "if(field('Needs potential assessment'),concat('+ Add potential assessment for ',field('Last review')),'')",
"formula_type": "text"
},
{
"id": 60213,
"type": "formula",
"name": "Meets ability requirements",
"description": null,
"order": 41,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "field('Has potential')",
"formula_type": "boolean"
},
{
"id": 60216,
"type": "formula",
"name": "Needs ability assessment",
"description": null,
"order": 42,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "and(count(filter(field('Ability assessments'),lookup('Ability assessments','Year') = field('Last review'))) = 0,field('Meets ability requirements'))",
"formula_type": "boolean"
},
{
"id": 60219,
"type": "formula",
"name": "Needs ability assessment link",
"description": null,
"order": 43,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "if(field('Needs ability assessment'),concat('+ Add ability assessment for ',field('Last review')),'')",
"formula_type": "text"
},
{
"id": 60129,
"type": "link_row",
"name": "Accelerated assessments",
"description": null,
"order": 44,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5736,
"link_row_related_field_id": 60161,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 60217,
"type": "formula",
"name": "Meets accelerated requirements",
"description": null,
"order": 45,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "field('Category') = 'Accelerate'",
"formula_type": "boolean"
},
{
"id": 60220,
"type": "formula",
"name": "Needs accelerated assessment",
"description": null,
"order": 46,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "and(count(filter(field('Accelerated assessments'),lookup('Accelerated assessments','Year') = field('Last review'))) = 0,field('Meets accelerated requirements'))",
"formula_type": "boolean"
},
{
"id": 60222,
"type": "formula",
"name": "Needs accelerated assessment link",
"description": null,
"order": 47,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "if(field('Needs accelerated assessment'),concat('+ Add accelerated assessment for ',field('Last review')),'')",
"formula_type": "text"
}
],
"views": [
{
"id": 26631,
"type": "grid",
"name": "All employees",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20518,
"field_id": 60111,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 263683,
"field_id": 60111,
"width": 166,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263684,
"field_id": 60112,
"width": 250,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263685,
"field_id": 60113,
"width": 132,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263686,
"field_id": 60114,
"width": 115,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263687,
"field_id": 60116,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263688,
"field_id": 60128,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263689,
"field_id": 60123,
"width": 129,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263691,
"field_id": 60117,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263692,
"field_id": 60118,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263693,
"field_id": 60119,
"width": 150,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263694,
"field_id": 60182,
"width": 181,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263695,
"field_id": 60122,
"width": 134,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263696,
"field_id": 60120,
"width": 157,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263697,
"field_id": 60121,
"width": 130,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263698,
"field_id": 60181,
"width": 128,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263699,
"field_id": 60125,
"width": 249,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263700,
"field_id": 60203,
"width": 150,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263704,
"field_id": 60183,
"width": 134,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263711,
"field_id": 60194,
"width": 138,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263712,
"field_id": 60202,
"width": 146,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263701,
"field_id": 60195,
"width": 173,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263702,
"field_id": 60207,
"width": 193,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263703,
"field_id": 60211,
"width": 208,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263705,
"field_id": 60126,
"width": 200,
"hidden": false,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263717,
"field_id": 60215,
"width": 251,
"hidden": false,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263720,
"field_id": 60218,
"width": 242,
"hidden": false,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263706,
"field_id": 60208,
"width": 152,
"hidden": false,
"order": 27,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263707,
"field_id": 60127,
"width": 188,
"hidden": false,
"order": 28,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263716,
"field_id": 60213,
"width": 228,
"hidden": false,
"order": 29,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263718,
"field_id": 60216,
"width": 227,
"hidden": false,
"order": 30,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263708,
"field_id": 60199,
"width": 133,
"hidden": false,
"order": 31,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263709,
"field_id": 60214,
"width": 149,
"hidden": false,
"order": 32,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263710,
"field_id": 60129,
"width": 222,
"hidden": false,
"order": 33,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263713,
"field_id": 60205,
"width": 200,
"hidden": true,
"order": 34,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263714,
"field_id": 60206,
"width": 200,
"hidden": true,
"order": 35,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263715,
"field_id": 60212,
"width": 200,
"hidden": true,
"order": 36,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263719,
"field_id": 60217,
"width": 263,
"hidden": false,
"order": 37,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263721,
"field_id": 60219,
"width": 200,
"hidden": true,
"order": 38,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263722,
"field_id": 60220,
"width": 258,
"hidden": false,
"order": 39,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263723,
"field_id": 60221,
"width": 200,
"hidden": true,
"order": 40,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263724,
"field_id": 60222,
"width": 200,
"hidden": true,
"order": 41,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26632,
"type": "grid",
"name": "All employees: basic information",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20519,
"field_id": 60111,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 263725,
"field_id": 60111,
"width": 166,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263726,
"field_id": 60112,
"width": 250,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263727,
"field_id": 60113,
"width": 132,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263728,
"field_id": 60114,
"width": 115,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263729,
"field_id": 60116,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263730,
"field_id": 60128,
"width": 200,
"hidden": true,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263731,
"field_id": 60123,
"width": 129,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263733,
"field_id": 60117,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263734,
"field_id": 60118,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263735,
"field_id": 60119,
"width": 150,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263736,
"field_id": 60182,
"width": 181,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263737,
"field_id": 60122,
"width": 134,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263738,
"field_id": 60120,
"width": 157,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263739,
"field_id": 60121,
"width": 130,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263740,
"field_id": 60181,
"width": 128,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263741,
"field_id": 60125,
"width": 249,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263742,
"field_id": 60203,
"width": 150,
"hidden": true,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263743,
"field_id": 60183,
"width": 134,
"hidden": true,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263744,
"field_id": 60194,
"width": 138,
"hidden": true,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263745,
"field_id": 60202,
"width": 146,
"hidden": true,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263746,
"field_id": 60195,
"width": 173,
"hidden": true,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263747,
"field_id": 60207,
"width": 193,
"hidden": true,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263748,
"field_id": 60211,
"width": 208,
"hidden": true,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263749,
"field_id": 60126,
"width": 200,
"hidden": true,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263750,
"field_id": 60215,
"width": 251,
"hidden": true,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263751,
"field_id": 60218,
"width": 242,
"hidden": true,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263752,
"field_id": 60208,
"width": 152,
"hidden": true,
"order": 27,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263753,
"field_id": 60127,
"width": 188,
"hidden": true,
"order": 28,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263754,
"field_id": 60213,
"width": 228,
"hidden": true,
"order": 29,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263755,
"field_id": 60216,
"width": 227,
"hidden": true,
"order": 30,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263756,
"field_id": 60199,
"width": 133,
"hidden": true,
"order": 31,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263757,
"field_id": 60214,
"width": 149,
"hidden": true,
"order": 32,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263758,
"field_id": 60129,
"width": 222,
"hidden": true,
"order": 33,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263759,
"field_id": 60205,
"width": 200,
"hidden": true,
"order": 34,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263760,
"field_id": 60206,
"width": 200,
"hidden": true,
"order": 35,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263761,
"field_id": 60212,
"width": 200,
"hidden": true,
"order": 36,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263762,
"field_id": 60217,
"width": 263,
"hidden": true,
"order": 37,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263763,
"field_id": 60219,
"width": 200,
"hidden": true,
"order": 38,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263764,
"field_id": 60220,
"width": 258,
"hidden": true,
"order": 39,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263765,
"field_id": 60221,
"width": 200,
"hidden": true,
"order": 40,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263766,
"field_id": 60222,
"width": 200,
"hidden": true,
"order": 41,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26633,
"type": "grid",
"name": "All employees: reviews and performance",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20520,
"field_id": 60111,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 263767,
"field_id": 60111,
"width": 166,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263768,
"field_id": 60112,
"width": 250,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263769,
"field_id": 60113,
"width": 132,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263770,
"field_id": 60114,
"width": 115,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263771,
"field_id": 60116,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263772,
"field_id": 60128,
"width": 200,
"hidden": true,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263773,
"field_id": 60123,
"width": 129,
"hidden": true,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263774,
"field_id": 60117,
"width": 200,
"hidden": true,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263775,
"field_id": 60118,
"width": 130,
"hidden": true,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263776,
"field_id": 60119,
"width": 150,
"hidden": true,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263777,
"field_id": 60182,
"width": 181,
"hidden": true,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263778,
"field_id": 60122,
"width": 134,
"hidden": true,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263779,
"field_id": 60120,
"width": 157,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263780,
"field_id": 60121,
"width": 130,
"hidden": true,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263781,
"field_id": 60181,
"width": 128,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263782,
"field_id": 60125,
"width": 249,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263783,
"field_id": 60203,
"width": 150,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263784,
"field_id": 60183,
"width": 134,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263785,
"field_id": 60194,
"width": 138,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263786,
"field_id": 60202,
"width": 146,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263787,
"field_id": 60195,
"width": 173,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263788,
"field_id": 60207,
"width": 193,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263789,
"field_id": 60211,
"width": 208,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263790,
"field_id": 60126,
"width": 200,
"hidden": false,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263791,
"field_id": 60215,
"width": 251,
"hidden": false,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263792,
"field_id": 60218,
"width": 242,
"hidden": false,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263793,
"field_id": 60208,
"width": 152,
"hidden": false,
"order": 27,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263794,
"field_id": 60127,
"width": 188,
"hidden": false,
"order": 28,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263795,
"field_id": 60213,
"width": 228,
"hidden": false,
"order": 29,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263796,
"field_id": 60216,
"width": 227,
"hidden": false,
"order": 30,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263797,
"field_id": 60199,
"width": 133,
"hidden": false,
"order": 31,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263798,
"field_id": 60214,
"width": 149,
"hidden": false,
"order": 32,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263799,
"field_id": 60129,
"width": 222,
"hidden": false,
"order": 33,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263800,
"field_id": 60205,
"width": 200,
"hidden": true,
"order": 34,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263801,
"field_id": 60206,
"width": 200,
"hidden": true,
"order": 35,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263802,
"field_id": 60212,
"width": 200,
"hidden": true,
"order": 36,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263803,
"field_id": 60217,
"width": 263,
"hidden": false,
"order": 37,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263804,
"field_id": 60219,
"width": 200,
"hidden": true,
"order": 38,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263805,
"field_id": 60220,
"width": 258,
"hidden": false,
"order": 39,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263806,
"field_id": 60221,
"width": 200,
"hidden": true,
"order": 40,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263807,
"field_id": 60222,
"width": 200,
"hidden": true,
"order": 41,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26634,
"type": "grid",
"name": "Needs performance review this year",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 14032,
"field_id": 60202,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 20521,
"field_id": 60111,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 263808,
"field_id": 60111,
"width": 166,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263809,
"field_id": 60112,
"width": 250,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263810,
"field_id": 60113,
"width": 132,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263811,
"field_id": 60114,
"width": 115,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263812,
"field_id": 60116,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263813,
"field_id": 60128,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263814,
"field_id": 60123,
"width": 129,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263815,
"field_id": 60117,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263816,
"field_id": 60118,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263817,
"field_id": 60119,
"width": 150,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263818,
"field_id": 60182,
"width": 181,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263819,
"field_id": 60122,
"width": 134,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263820,
"field_id": 60120,
"width": 157,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263821,
"field_id": 60121,
"width": 130,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263822,
"field_id": 60181,
"width": 128,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263823,
"field_id": 60125,
"width": 249,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263824,
"field_id": 60203,
"width": 150,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263825,
"field_id": 60183,
"width": 134,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263826,
"field_id": 60194,
"width": 138,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263827,
"field_id": 60202,
"width": 146,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263828,
"field_id": 60195,
"width": 173,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263829,
"field_id": 60207,
"width": 193,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263830,
"field_id": 60211,
"width": 208,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263831,
"field_id": 60126,
"width": 200,
"hidden": false,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263832,
"field_id": 60215,
"width": 251,
"hidden": false,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263833,
"field_id": 60218,
"width": 242,
"hidden": false,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263834,
"field_id": 60208,
"width": 152,
"hidden": false,
"order": 27,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263835,
"field_id": 60127,
"width": 188,
"hidden": false,
"order": 28,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263836,
"field_id": 60213,
"width": 228,
"hidden": false,
"order": 29,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263837,
"field_id": 60216,
"width": 227,
"hidden": false,
"order": 30,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263838,
"field_id": 60199,
"width": 133,
"hidden": false,
"order": 31,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263839,
"field_id": 60214,
"width": 149,
"hidden": false,
"order": 32,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263840,
"field_id": 60129,
"width": 222,
"hidden": false,
"order": 33,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263841,
"field_id": 60205,
"width": 200,
"hidden": true,
"order": 34,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263842,
"field_id": 60206,
"width": 200,
"hidden": true,
"order": 35,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263843,
"field_id": 60212,
"width": 200,
"hidden": true,
"order": 36,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263844,
"field_id": 60217,
"width": 263,
"hidden": false,
"order": 37,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263845,
"field_id": 60219,
"width": 200,
"hidden": true,
"order": 38,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263846,
"field_id": 60220,
"width": 258,
"hidden": false,
"order": 39,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263847,
"field_id": 60221,
"width": 200,
"hidden": true,
"order": 40,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263848,
"field_id": 60222,
"width": 200,
"hidden": true,
"order": 41,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26635,
"type": "grid",
"name": "Needs potential assessment this year",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 14033,
"field_id": 60218,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 20522,
"field_id": 60111,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 263849,
"field_id": 60111,
"width": 166,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263850,
"field_id": 60112,
"width": 250,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263851,
"field_id": 60113,
"width": 132,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263852,
"field_id": 60114,
"width": 115,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263853,
"field_id": 60116,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263854,
"field_id": 60128,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263855,
"field_id": 60123,
"width": 129,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263856,
"field_id": 60117,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263857,
"field_id": 60118,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263858,
"field_id": 60119,
"width": 150,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263859,
"field_id": 60182,
"width": 181,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263860,
"field_id": 60122,
"width": 134,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263861,
"field_id": 60120,
"width": 157,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263862,
"field_id": 60121,
"width": 130,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263863,
"field_id": 60181,
"width": 128,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263864,
"field_id": 60125,
"width": 249,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263865,
"field_id": 60203,
"width": 150,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263866,
"field_id": 60183,
"width": 134,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263867,
"field_id": 60194,
"width": 138,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263868,
"field_id": 60202,
"width": 146,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263869,
"field_id": 60195,
"width": 173,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263870,
"field_id": 60207,
"width": 193,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263871,
"field_id": 60211,
"width": 208,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263872,
"field_id": 60126,
"width": 200,
"hidden": false,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263873,
"field_id": 60215,
"width": 251,
"hidden": false,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263874,
"field_id": 60218,
"width": 242,
"hidden": false,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263875,
"field_id": 60208,
"width": 152,
"hidden": false,
"order": 27,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263876,
"field_id": 60127,
"width": 188,
"hidden": false,
"order": 28,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263877,
"field_id": 60213,
"width": 228,
"hidden": false,
"order": 29,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263878,
"field_id": 60216,
"width": 227,
"hidden": false,
"order": 30,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263879,
"field_id": 60199,
"width": 133,
"hidden": false,
"order": 31,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263880,
"field_id": 60214,
"width": 149,
"hidden": false,
"order": 32,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263881,
"field_id": 60129,
"width": 222,
"hidden": false,
"order": 33,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263882,
"field_id": 60205,
"width": 200,
"hidden": true,
"order": 34,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263883,
"field_id": 60206,
"width": 200,
"hidden": true,
"order": 35,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263884,
"field_id": 60212,
"width": 200,
"hidden": true,
"order": 36,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263885,
"field_id": 60217,
"width": 263,
"hidden": false,
"order": 37,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263886,
"field_id": 60219,
"width": 200,
"hidden": true,
"order": 38,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263887,
"field_id": 60220,
"width": 258,
"hidden": false,
"order": 39,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263888,
"field_id": 60221,
"width": 200,
"hidden": true,
"order": 40,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263889,
"field_id": 60222,
"width": 200,
"hidden": true,
"order": 41,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26638,
"type": "grid",
"name": "Has potential",
"order": 6,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 14036,
"field_id": 60208,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 20525,
"field_id": 60111,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 263972,
"field_id": 60111,
"width": 166,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263973,
"field_id": 60112,
"width": 250,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263974,
"field_id": 60113,
"width": 132,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263975,
"field_id": 60114,
"width": 115,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263976,
"field_id": 60116,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263977,
"field_id": 60128,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263978,
"field_id": 60123,
"width": 129,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263979,
"field_id": 60117,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263980,
"field_id": 60118,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263981,
"field_id": 60119,
"width": 150,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263982,
"field_id": 60182,
"width": 181,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263983,
"field_id": 60122,
"width": 134,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263984,
"field_id": 60120,
"width": 157,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263985,
"field_id": 60121,
"width": 130,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263986,
"field_id": 60181,
"width": 128,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263987,
"field_id": 60125,
"width": 249,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263988,
"field_id": 60203,
"width": 150,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263989,
"field_id": 60183,
"width": 134,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263990,
"field_id": 60194,
"width": 138,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263991,
"field_id": 60202,
"width": 146,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263992,
"field_id": 60195,
"width": 173,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263993,
"field_id": 60207,
"width": 193,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263994,
"field_id": 60211,
"width": 208,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263995,
"field_id": 60126,
"width": 200,
"hidden": false,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263996,
"field_id": 60215,
"width": 251,
"hidden": false,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263997,
"field_id": 60218,
"width": 242,
"hidden": false,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263998,
"field_id": 60208,
"width": 152,
"hidden": false,
"order": 27,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263999,
"field_id": 60127,
"width": 188,
"hidden": false,
"order": 28,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264000,
"field_id": 60213,
"width": 228,
"hidden": false,
"order": 29,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264001,
"field_id": 60216,
"width": 227,
"hidden": false,
"order": 30,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264002,
"field_id": 60199,
"width": 133,
"hidden": false,
"order": 31,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264003,
"field_id": 60214,
"width": 149,
"hidden": false,
"order": 32,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264004,
"field_id": 60129,
"width": 222,
"hidden": false,
"order": 33,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264005,
"field_id": 60205,
"width": 200,
"hidden": true,
"order": 34,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264006,
"field_id": 60206,
"width": 200,
"hidden": true,
"order": 35,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264007,
"field_id": 60212,
"width": 200,
"hidden": true,
"order": 36,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264008,
"field_id": 60217,
"width": 263,
"hidden": false,
"order": 37,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264009,
"field_id": 60219,
"width": 200,
"hidden": true,
"order": 38,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264010,
"field_id": 60220,
"width": 258,
"hidden": false,
"order": 39,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264011,
"field_id": 60221,
"width": 200,
"hidden": true,
"order": 40,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264012,
"field_id": 60222,
"width": 200,
"hidden": true,
"order": 41,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26636,
"type": "grid",
"name": "Needs ability assessment this year",
"order": 7,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 14034,
"field_id": 60216,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 20523,
"field_id": 60111,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 263890,
"field_id": 60111,
"width": 166,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263891,
"field_id": 60112,
"width": 250,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263892,
"field_id": 60113,
"width": 132,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263893,
"field_id": 60114,
"width": 115,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263894,
"field_id": 60116,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263895,
"field_id": 60128,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263896,
"field_id": 60123,
"width": 129,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263897,
"field_id": 60117,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263898,
"field_id": 60118,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263899,
"field_id": 60119,
"width": 150,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263900,
"field_id": 60182,
"width": 181,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263901,
"field_id": 60122,
"width": 134,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263902,
"field_id": 60120,
"width": 157,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263903,
"field_id": 60121,
"width": 130,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263904,
"field_id": 60181,
"width": 128,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263905,
"field_id": 60125,
"width": 249,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263906,
"field_id": 60203,
"width": 150,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263907,
"field_id": 60183,
"width": 134,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263908,
"field_id": 60194,
"width": 138,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263909,
"field_id": 60202,
"width": 146,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263910,
"field_id": 60195,
"width": 173,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263911,
"field_id": 60207,
"width": 193,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263912,
"field_id": 60211,
"width": 208,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263913,
"field_id": 60126,
"width": 200,
"hidden": false,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263914,
"field_id": 60215,
"width": 251,
"hidden": false,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263915,
"field_id": 60218,
"width": 242,
"hidden": false,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263916,
"field_id": 60208,
"width": 152,
"hidden": false,
"order": 27,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263917,
"field_id": 60127,
"width": 188,
"hidden": false,
"order": 28,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263918,
"field_id": 60213,
"width": 228,
"hidden": false,
"order": 29,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263919,
"field_id": 60216,
"width": 227,
"hidden": false,
"order": 30,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263920,
"field_id": 60199,
"width": 133,
"hidden": false,
"order": 31,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263921,
"field_id": 60214,
"width": 149,
"hidden": false,
"order": 32,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263922,
"field_id": 60129,
"width": 222,
"hidden": false,
"order": 33,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263923,
"field_id": 60205,
"width": 200,
"hidden": true,
"order": 34,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263924,
"field_id": 60206,
"width": 200,
"hidden": true,
"order": 35,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263925,
"field_id": 60212,
"width": 200,
"hidden": true,
"order": 36,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263926,
"field_id": 60217,
"width": 263,
"hidden": false,
"order": 37,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263927,
"field_id": 60219,
"width": 200,
"hidden": true,
"order": 38,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263928,
"field_id": 60220,
"width": 258,
"hidden": false,
"order": 39,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263929,
"field_id": 60221,
"width": 200,
"hidden": true,
"order": 40,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263930,
"field_id": 60222,
"width": 200,
"hidden": true,
"order": 41,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26637,
"type": "grid",
"name": "Has ability",
"order": 8,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 14035,
"field_id": 60199,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 20524,
"field_id": 60111,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 263931,
"field_id": 60111,
"width": 166,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263932,
"field_id": 60112,
"width": 250,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263933,
"field_id": 60113,
"width": 132,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263934,
"field_id": 60114,
"width": 115,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263935,
"field_id": 60116,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263936,
"field_id": 60128,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263937,
"field_id": 60123,
"width": 129,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263938,
"field_id": 60117,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263939,
"field_id": 60118,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263940,
"field_id": 60119,
"width": 150,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263941,
"field_id": 60182,
"width": 181,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263942,
"field_id": 60122,
"width": 134,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263943,
"field_id": 60120,
"width": 157,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263944,
"field_id": 60121,
"width": 130,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263945,
"field_id": 60181,
"width": 128,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263946,
"field_id": 60125,
"width": 249,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263947,
"field_id": 60203,
"width": 150,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263948,
"field_id": 60183,
"width": 134,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263949,
"field_id": 60194,
"width": 138,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263950,
"field_id": 60202,
"width": 146,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263951,
"field_id": 60195,
"width": 173,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263952,
"field_id": 60207,
"width": 193,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263953,
"field_id": 60211,
"width": 208,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263954,
"field_id": 60126,
"width": 200,
"hidden": false,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263955,
"field_id": 60215,
"width": 251,
"hidden": false,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263956,
"field_id": 60218,
"width": 242,
"hidden": false,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263957,
"field_id": 60208,
"width": 152,
"hidden": false,
"order": 27,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263958,
"field_id": 60127,
"width": 188,
"hidden": false,
"order": 28,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263959,
"field_id": 60213,
"width": 228,
"hidden": false,
"order": 29,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263960,
"field_id": 60216,
"width": 227,
"hidden": false,
"order": 30,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263961,
"field_id": 60199,
"width": 133,
"hidden": false,
"order": 31,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263962,
"field_id": 60214,
"width": 149,
"hidden": false,
"order": 32,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263963,
"field_id": 60129,
"width": 222,
"hidden": false,
"order": 33,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263964,
"field_id": 60205,
"width": 200,
"hidden": true,
"order": 34,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263965,
"field_id": 60206,
"width": 200,
"hidden": true,
"order": 35,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263966,
"field_id": 60212,
"width": 200,
"hidden": true,
"order": 36,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263967,
"field_id": 60217,
"width": 263,
"hidden": false,
"order": 37,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263968,
"field_id": 60219,
"width": 200,
"hidden": true,
"order": 38,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263969,
"field_id": 60220,
"width": 258,
"hidden": false,
"order": 39,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263970,
"field_id": 60221,
"width": 200,
"hidden": true,
"order": 40,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263971,
"field_id": 60222,
"width": 200,
"hidden": true,
"order": 41,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26639,
"type": "grid",
"name": "Category: Too Soon to Rate",
"order": 9,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 14037,
"field_id": 60214,
"type": "equal",
"value": "Too Soon to Rate",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 20526,
"field_id": 60111,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264013,
"field_id": 60111,
"width": 166,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264014,
"field_id": 60112,
"width": 250,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264015,
"field_id": 60113,
"width": 132,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264016,
"field_id": 60114,
"width": 115,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264017,
"field_id": 60116,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264018,
"field_id": 60128,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264019,
"field_id": 60123,
"width": 129,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264020,
"field_id": 60117,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264021,
"field_id": 60118,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264022,
"field_id": 60119,
"width": 150,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264023,
"field_id": 60182,
"width": 181,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264024,
"field_id": 60122,
"width": 134,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264025,
"field_id": 60120,
"width": 157,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264026,
"field_id": 60121,
"width": 130,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264027,
"field_id": 60181,
"width": 128,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264028,
"field_id": 60125,
"width": 249,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264029,
"field_id": 60203,
"width": 150,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264030,
"field_id": 60183,
"width": 134,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264031,
"field_id": 60194,
"width": 138,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264032,
"field_id": 60202,
"width": 146,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264033,
"field_id": 60195,
"width": 173,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264034,
"field_id": 60207,
"width": 193,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264035,
"field_id": 60211,
"width": 208,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264036,
"field_id": 60126,
"width": 200,
"hidden": false,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264037,
"field_id": 60215,
"width": 251,
"hidden": false,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264038,
"field_id": 60218,
"width": 242,
"hidden": false,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264039,
"field_id": 60208,
"width": 152,
"hidden": false,
"order": 27,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264040,
"field_id": 60127,
"width": 188,
"hidden": false,
"order": 28,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264041,
"field_id": 60213,
"width": 228,
"hidden": false,
"order": 29,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264042,
"field_id": 60216,
"width": 227,
"hidden": false,
"order": 30,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264043,
"field_id": 60199,
"width": 133,
"hidden": false,
"order": 31,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264044,
"field_id": 60214,
"width": 149,
"hidden": false,
"order": 32,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264045,
"field_id": 60129,
"width": 222,
"hidden": false,
"order": 33,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264046,
"field_id": 60205,
"width": 200,
"hidden": true,
"order": 34,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264047,
"field_id": 60206,
"width": 200,
"hidden": true,
"order": 35,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264048,
"field_id": 60212,
"width": 200,
"hidden": true,
"order": 36,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264049,
"field_id": 60217,
"width": 263,
"hidden": false,
"order": 37,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264050,
"field_id": 60219,
"width": 200,
"hidden": true,
"order": 38,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264051,
"field_id": 60220,
"width": 258,
"hidden": false,
"order": 39,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264052,
"field_id": 60221,
"width": 200,
"hidden": true,
"order": 40,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264053,
"field_id": 60222,
"width": 200,
"hidden": true,
"order": 41,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26640,
"type": "grid",
"name": "Category: Improve",
"order": 10,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 14038,
"field_id": 60214,
"type": "equal",
"value": "Improve",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 20527,
"field_id": 60111,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264054,
"field_id": 60111,
"width": 166,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264055,
"field_id": 60112,
"width": 250,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264056,
"field_id": 60113,
"width": 132,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264057,
"field_id": 60114,
"width": 115,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264058,
"field_id": 60116,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264059,
"field_id": 60128,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264060,
"field_id": 60123,
"width": 129,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264061,
"field_id": 60117,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264062,
"field_id": 60118,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264063,
"field_id": 60119,
"width": 150,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264064,
"field_id": 60182,
"width": 181,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264065,
"field_id": 60122,
"width": 134,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264066,
"field_id": 60120,
"width": 157,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264067,
"field_id": 60121,
"width": 130,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264068,
"field_id": 60181,
"width": 128,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264069,
"field_id": 60125,
"width": 249,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264070,
"field_id": 60203,
"width": 150,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264071,
"field_id": 60183,
"width": 134,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264072,
"field_id": 60194,
"width": 138,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264073,
"field_id": 60202,
"width": 146,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264074,
"field_id": 60195,
"width": 173,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264075,
"field_id": 60207,
"width": 193,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264076,
"field_id": 60211,
"width": 208,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264077,
"field_id": 60126,
"width": 200,
"hidden": false,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264078,
"field_id": 60215,
"width": 251,
"hidden": false,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264079,
"field_id": 60218,
"width": 242,
"hidden": false,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264080,
"field_id": 60208,
"width": 152,
"hidden": false,
"order": 27,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264081,
"field_id": 60127,
"width": 188,
"hidden": false,
"order": 28,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264082,
"field_id": 60213,
"width": 228,
"hidden": false,
"order": 29,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264083,
"field_id": 60216,
"width": 227,
"hidden": false,
"order": 30,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264084,
"field_id": 60199,
"width": 133,
"hidden": false,
"order": 31,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264085,
"field_id": 60214,
"width": 149,
"hidden": false,
"order": 32,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264086,
"field_id": 60129,
"width": 222,
"hidden": false,
"order": 33,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264087,
"field_id": 60205,
"width": 200,
"hidden": true,
"order": 34,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264088,
"field_id": 60206,
"width": 200,
"hidden": true,
"order": 35,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264089,
"field_id": 60212,
"width": 200,
"hidden": true,
"order": 36,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264090,
"field_id": 60217,
"width": 263,
"hidden": false,
"order": 37,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264091,
"field_id": 60219,
"width": 200,
"hidden": true,
"order": 38,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264092,
"field_id": 60220,
"width": 258,
"hidden": false,
"order": 39,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264093,
"field_id": 60221,
"width": 200,
"hidden": true,
"order": 40,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264094,
"field_id": 60222,
"width": 200,
"hidden": true,
"order": 41,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26641,
"type": "grid",
"name": "Category: Grow",
"order": 11,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 14039,
"field_id": 60214,
"type": "equal",
"value": "Grow",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 20528,
"field_id": 60111,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264095,
"field_id": 60111,
"width": 166,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264096,
"field_id": 60112,
"width": 250,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264097,
"field_id": 60113,
"width": 132,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264098,
"field_id": 60114,
"width": 115,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264099,
"field_id": 60116,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264100,
"field_id": 60128,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264101,
"field_id": 60123,
"width": 129,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264102,
"field_id": 60117,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264103,
"field_id": 60118,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264104,
"field_id": 60119,
"width": 150,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264105,
"field_id": 60182,
"width": 181,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264106,
"field_id": 60122,
"width": 134,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264107,
"field_id": 60120,
"width": 157,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264108,
"field_id": 60121,
"width": 130,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264109,
"field_id": 60181,
"width": 128,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264110,
"field_id": 60125,
"width": 249,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264111,
"field_id": 60203,
"width": 150,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264112,
"field_id": 60183,
"width": 134,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264113,
"field_id": 60194,
"width": 138,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264114,
"field_id": 60202,
"width": 146,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264115,
"field_id": 60195,
"width": 173,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264116,
"field_id": 60207,
"width": 193,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264117,
"field_id": 60211,
"width": 208,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264118,
"field_id": 60126,
"width": 200,
"hidden": false,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264119,
"field_id": 60215,
"width": 251,
"hidden": false,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264120,
"field_id": 60218,
"width": 242,
"hidden": false,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264121,
"field_id": 60208,
"width": 152,
"hidden": false,
"order": 27,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264122,
"field_id": 60127,
"width": 188,
"hidden": false,
"order": 28,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264123,
"field_id": 60213,
"width": 228,
"hidden": false,
"order": 29,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264124,
"field_id": 60216,
"width": 227,
"hidden": false,
"order": 30,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264125,
"field_id": 60199,
"width": 133,
"hidden": false,
"order": 31,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264126,
"field_id": 60214,
"width": 149,
"hidden": false,
"order": 32,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264127,
"field_id": 60129,
"width": 222,
"hidden": false,
"order": 33,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264128,
"field_id": 60205,
"width": 200,
"hidden": true,
"order": 34,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264129,
"field_id": 60206,
"width": 200,
"hidden": true,
"order": 35,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264130,
"field_id": 60212,
"width": 200,
"hidden": true,
"order": 36,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264131,
"field_id": 60217,
"width": 263,
"hidden": false,
"order": 37,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264132,
"field_id": 60219,
"width": 200,
"hidden": true,
"order": 38,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264133,
"field_id": 60220,
"width": 258,
"hidden": false,
"order": 39,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264134,
"field_id": 60221,
"width": 200,
"hidden": true,
"order": 40,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264135,
"field_id": 60222,
"width": 200,
"hidden": true,
"order": 41,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26642,
"type": "grid",
"name": "Category: Accelerate",
"order": 12,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 14040,
"field_id": 60214,
"type": "equal",
"value": "Accelerate",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 20529,
"field_id": 60111,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264136,
"field_id": 60111,
"width": 166,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264137,
"field_id": 60112,
"width": 250,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264138,
"field_id": 60113,
"width": 132,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264139,
"field_id": 60114,
"width": 115,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264140,
"field_id": 60116,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264141,
"field_id": 60128,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264142,
"field_id": 60123,
"width": 129,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264143,
"field_id": 60117,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264144,
"field_id": 60118,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264145,
"field_id": 60119,
"width": 150,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264146,
"field_id": 60182,
"width": 181,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264147,
"field_id": 60122,
"width": 134,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264148,
"field_id": 60120,
"width": 157,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264149,
"field_id": 60121,
"width": 130,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264150,
"field_id": 60181,
"width": 128,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264151,
"field_id": 60125,
"width": 249,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264152,
"field_id": 60203,
"width": 150,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264153,
"field_id": 60183,
"width": 134,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264154,
"field_id": 60194,
"width": 138,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264155,
"field_id": 60202,
"width": 146,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264156,
"field_id": 60195,
"width": 173,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264157,
"field_id": 60207,
"width": 193,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264158,
"field_id": 60211,
"width": 208,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264159,
"field_id": 60126,
"width": 200,
"hidden": false,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264160,
"field_id": 60215,
"width": 251,
"hidden": false,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264161,
"field_id": 60218,
"width": 242,
"hidden": false,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264162,
"field_id": 60208,
"width": 152,
"hidden": false,
"order": 27,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264163,
"field_id": 60127,
"width": 188,
"hidden": false,
"order": 28,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264164,
"field_id": 60213,
"width": 228,
"hidden": false,
"order": 29,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264165,
"field_id": 60216,
"width": 227,
"hidden": false,
"order": 30,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264166,
"field_id": 60199,
"width": 133,
"hidden": false,
"order": 31,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264167,
"field_id": 60214,
"width": 149,
"hidden": false,
"order": 32,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264168,
"field_id": 60129,
"width": 222,
"hidden": false,
"order": 33,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264169,
"field_id": 60205,
"width": 200,
"hidden": true,
"order": 34,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264170,
"field_id": 60206,
"width": 200,
"hidden": true,
"order": 35,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264171,
"field_id": 60212,
"width": 200,
"hidden": true,
"order": 36,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264172,
"field_id": 60217,
"width": 263,
"hidden": false,
"order": 37,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264173,
"field_id": 60219,
"width": 200,
"hidden": true,
"order": 38,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264174,
"field_id": 60220,
"width": 258,
"hidden": false,
"order": 39,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264175,
"field_id": 60221,
"width": 200,
"hidden": true,
"order": 40,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264176,
"field_id": 60222,
"width": 200,
"hidden": true,
"order": 41,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26622,
"type": "gallery",
"name": "Gallery: all employees",
"order": 13,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": false,
"card_cover_image_field_id": 60114,
"field_options": [
{
"id": 25603,
"field_id": 60111,
"hidden": false,
"order": 32767
},
{
"id": 25604,
"field_id": 60112,
"hidden": false,
"order": 32767
},
{
"id": 25605,
"field_id": 60113,
"hidden": false,
"order": 32767
},
{
"id": 25606,
"field_id": 60114,
"hidden": true,
"order": 32767
},
{
"id": 25608,
"field_id": 60116,
"hidden": false,
"order": 32767
},
{
"id": 25609,
"field_id": 60117,
"hidden": true,
"order": 32767
},
{
"id": 25610,
"field_id": 60118,
"hidden": true,
"order": 32767
},
{
"id": 25611,
"field_id": 60119,
"hidden": true,
"order": 32767
},
{
"id": 25612,
"field_id": 60120,
"hidden": true,
"order": 32767
},
{
"id": 25613,
"field_id": 60121,
"hidden": true,
"order": 32767
},
{
"id": 25614,
"field_id": 60122,
"hidden": true,
"order": 32767
},
{
"id": 25615,
"field_id": 60123,
"hidden": true,
"order": 32767
},
{
"id": 25619,
"field_id": 60181,
"hidden": true,
"order": 32767
},
{
"id": 25620,
"field_id": 60182,
"hidden": true,
"order": 32767
}
]
},
{
"id": 26623,
"type": "calendar",
"name": "Birthday calendar",
"order": 14,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": false,
"date_field_id": 60182,
"field_options": [
{
"id": 12571,
"field_id": 60111,
"hidden": false,
"order": 32767
},
{
"id": 12572,
"field_id": 60112,
"hidden": true,
"order": 32767
},
{
"id": 12573,
"field_id": 60113,
"hidden": true,
"order": 32767
},
{
"id": 12574,
"field_id": 60114,
"hidden": true,
"order": 32767
},
{
"id": 12576,
"field_id": 60116,
"hidden": true,
"order": 32767
},
{
"id": 12577,
"field_id": 60117,
"hidden": true,
"order": 32767
},
{
"id": 12578,
"field_id": 60118,
"hidden": true,
"order": 32767
},
{
"id": 12579,
"field_id": 60119,
"hidden": true,
"order": 32767
},
{
"id": 12580,
"field_id": 60120,
"hidden": true,
"order": 32767
},
{
"id": 12581,
"field_id": 60121,
"hidden": true,
"order": 32767
},
{
"id": 12582,
"field_id": 60122,
"hidden": true,
"order": 32767
},
{
"id": 12583,
"field_id": 60123,
"hidden": true,
"order": 32767
},
{
"id": 12586,
"field_id": 60181,
"hidden": true,
"order": 32767
},
{
"id": 12587,
"field_id": 60182,
"hidden": true,
"order": 32767
}
]
},
{
"id": 26624,
"type": "kanban",
"name": "All employees stacked by status",
"order": 15,
"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": 60122,
"field_options": [
{
"id": 35274,
"field_id": 60111,
"hidden": false,
"order": 1
},
{
"id": 35275,
"field_id": 60112,
"hidden": false,
"order": 2
},
{
"id": 35276,
"field_id": 60113,
"hidden": false,
"order": 3
},
{
"id": 35277,
"field_id": 60114,
"hidden": true,
"order": 4
},
{
"id": 35279,
"field_id": 60116,
"hidden": false,
"order": 7
},
{
"id": 35282,
"field_id": 60117,
"hidden": true,
"order": 10
},
{
"id": 35283,
"field_id": 60118,
"hidden": true,
"order": 11
},
{
"id": 35284,
"field_id": 60119,
"hidden": true,
"order": 12
},
{
"id": 35285,
"field_id": 60120,
"hidden": true,
"order": 14
},
{
"id": 35286,
"field_id": 60121,
"hidden": true,
"order": 15
},
{
"id": 35287,
"field_id": 60181,
"hidden": true,
"order": 16
},
{
"id": 35288,
"field_id": 60122,
"hidden": true,
"order": 17
},
{
"id": 35289,
"field_id": 60182,
"hidden": true,
"order": 18
},
{
"id": 35290,
"field_id": 60123,
"hidden": true,
"order": 19
},
{
"id": 35291,
"field_id": 60125,
"hidden": true,
"order": 32767
},
{
"id": 35297,
"field_id": 60126,
"hidden": true,
"order": 32767
},
{
"id": 35299,
"field_id": 60127,
"hidden": true,
"order": 32767
},
{
"id": 35302,
"field_id": 60128,
"hidden": true,
"order": 32767
},
{
"id": 35314,
"field_id": 60129,
"hidden": true,
"order": 32767
},
{
"id": 35296,
"field_id": 60183,
"hidden": true,
"order": 32767
},
{
"id": 35305,
"field_id": 60194,
"hidden": true,
"order": 32767
},
{
"id": 35293,
"field_id": 60195,
"hidden": true,
"order": 32767
},
{
"id": 35300,
"field_id": 60199,
"hidden": true,
"order": 32767
},
{
"id": 35308,
"field_id": 60202,
"hidden": true,
"order": 32767
},
{
"id": 35292,
"field_id": 60203,
"hidden": true,
"order": 32767
},
{
"id": 35304,
"field_id": 60205,
"hidden": true,
"order": 32767
},
{
"id": 35306,
"field_id": 60206,
"hidden": true,
"order": 32767
},
{
"id": 35294,
"field_id": 60207,
"hidden": true,
"order": 32767
},
{
"id": 35298,
"field_id": 60208,
"hidden": true,
"order": 32767
},
{
"id": 35295,
"field_id": 60211,
"hidden": true,
"order": 32767
},
{
"id": 35303,
"field_id": 60212,
"hidden": true,
"order": 32767
},
{
"id": 35311,
"field_id": 60213,
"hidden": true,
"order": 32767
},
{
"id": 35301,
"field_id": 60214,
"hidden": true,
"order": 32767
},
{
"id": 35307,
"field_id": 60215,
"hidden": true,
"order": 32767
},
{
"id": 35312,
"field_id": 60216,
"hidden": true,
"order": 32767
},
{
"id": 35315,
"field_id": 60217,
"hidden": true,
"order": 32767
},
{
"id": 35309,
"field_id": 60218,
"hidden": true,
"order": 32767
},
{
"id": 35313,
"field_id": 60219,
"hidden": true,
"order": 32767
},
{
"id": 35316,
"field_id": 60220,
"hidden": true,
"order": 32767
},
{
"id": 35310,
"field_id": 60221,
"hidden": true,
"order": 32767
},
{
"id": 35317,
"field_id": 60222,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-10-21T11:20:15.182140+00:00",
"updated_on": "2025-02-18T10:47:45.251189+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Allie Ecker",
"field_60112": "allie.ecker@example.com",
"field_60113": "(949) 873-7292",
"field_60114": [
{
"name": "kxKGRTtKA1xgLFDzn6eKKtwZH2zsExh2_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
"visible_name": "Woman.12.jpg",
"original_name": "kxKGRTtKA1xgLFDzn6eKKtwZH2zsExh2_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg"
}
],
"field_60116": "People manager",
"field_60117": "3380 Park Avenue, Elk Grove, California",
"field_60118": "95624",
"field_60119": "1975-05-26",
"field_60120": "2012-01-08",
"field_60121": null,
"field_60181": null,
"field_60122": 21146,
"field_60182": null,
"field_60123": [],
"field_60125": [],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": "pbkdf2_sha256$720000$USySlmgHbkWuUUYJaDbChR$G3Sjg7vYkvMor0Ya0QxNREINXWCFSgo2wkaAibrl8is=",
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-10-21T11:20:15.182196+00:00",
"updated_on": "2025-02-18T10:47:46.810010+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Bran Lopez",
"field_60112": "bran.lopez@example.com",
"field_60113": "(650) 869-3623",
"field_60114": [
{
"name": "hwWiVjQfxJ3rcQtPlCjaiTszydWJSZbR_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg",
"visible_name": "Man.20.jpg",
"original_name": "hwWiVjQfxJ3rcQtPlCjaiTszydWJSZbR_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg"
}
],
"field_60116": "People manager",
"field_60117": "2014 Alpaca Way, Brea, California",
"field_60118": "92621",
"field_60119": "1989-09-23",
"field_60120": "2012-01-31",
"field_60121": null,
"field_60181": null,
"field_60122": 21146,
"field_60182": null,
"field_60123": [],
"field_60125": [],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": "pbkdf2_sha256$720000$XrI0Ky3lmUSVUoMTZ1GBMS$1ULP95PU8JYumsYvOKyOrZ4azEwp2AktLe3mPzgJ2mY=",
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-10-21T11:21:39.820984+00:00",
"updated_on": "2025-02-18T10:47:48.329698+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Cinda Pullen",
"field_60112": "cinda.pullen@example.com",
"field_60113": "(213) 743-1636",
"field_60114": [
{
"name": "s9JEDin0ovWKdly0AErA1ewEmoWUU2G2_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
"visible_name": "Woman.36.jpg",
"original_name": "s9JEDin0ovWKdly0AErA1ewEmoWUU2G2_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg"
}
],
"field_60116": "People manager",
"field_60117": "1609 Hillhaven Drive, Los Angeles, California",
"field_60118": "90036",
"field_60119": "1999-10-17",
"field_60120": "2019-07-30",
"field_60121": null,
"field_60181": null,
"field_60122": 21146,
"field_60182": null,
"field_60123": [],
"field_60125": [],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": "pbkdf2_sha256$720000$6LdwnSx8C1EMAs1x0vFwL8$kna0mZm/5pIKo/WLg6WpmqP9siD9RclGhoE2uvqGiQQ=",
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821058+00:00",
"updated_on": "2025-02-18T10:47:50.064869+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Clayton Best",
"field_60112": "clayton.best@example.com",
"field_60113": "(916) 478-0153",
"field_60114": [
{
"name": "EQGS7ZdOrEU1WNv3HXhdNeby3oZsvKJM_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg",
"visible_name": "Man.33.jpg",
"original_name": "EQGS7ZdOrEU1WNv3HXhdNeby3oZsvKJM_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg"
}
],
"field_60116": "People manager",
"field_60117": "902 Park Street, San Francisco, California",
"field_60118": "94108",
"field_60119": "1998-09-10",
"field_60120": "2020-01-30",
"field_60121": null,
"field_60181": null,
"field_60122": 21146,
"field_60182": null,
"field_60123": [],
"field_60125": [],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": "pbkdf2_sha256$720000$Uaj3L10rlxkTB0pmJhFezU$6lEaa7XNn4bh2GzOIJIGS6I/zWTikrzaOm+ls3/KN/w=",
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821106+00:00",
"updated_on": "2025-02-18T10:47:51.918191+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Donald Johns",
"field_60112": "donald.johns@example.com",
"field_60113": "(805) 367-1199",
"field_60114": [
{
"name": "3jnfFatES4EztJzjjAApSxbW8JliNuD3_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
"visible_name": "Man.48.jpg",
"original_name": "3jnfFatES4EztJzjjAApSxbW8JliNuD3_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg"
}
],
"field_60116": "People manager",
"field_60117": "1522 Hillcrest Lane, Los Angeles, California",
"field_60118": "90017",
"field_60119": "2001-01-03",
"field_60120": "2012-01-08",
"field_60121": null,
"field_60181": null,
"field_60122": 21146,
"field_60182": null,
"field_60123": [],
"field_60125": [],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": "pbkdf2_sha256$720000$xxN9ou7LSLL7CicKk006AO$aY8JlVpwvFJJKIXXMbQY8Hk2awrb2bL42rRyHgMCkjQ=",
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821150+00:00",
"updated_on": "2024-11-05T12:23:54.682065+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Donald Wright",
"field_60112": "donald.wright@example.com",
"field_60113": "(925) 413-4033",
"field_60114": [
{
"name": "BlysszbZR5iZlRaae6HYtlOB26xTQBme_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
"visible_name": "Man.09.jpg",
"original_name": "BlysszbZR5iZlRaae6HYtlOB26xTQBme_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg"
}
],
"field_60116": "Recruitment Specialist",
"field_60117": "1053 Thompson Drive, Union City, California",
"field_60118": "94587",
"field_60119": "1970-01-07",
"field_60120": "2012-01-08",
"field_60121": null,
"field_60181": null,
"field_60122": 21146,
"field_60182": null,
"field_60123": [
1
],
"field_60125": [
22
],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [
8
],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821194+00:00",
"updated_on": "2024-11-05T12:23:56.643943+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Elizabeth Cunningham",
"field_60112": "elizabeth.cunningham@example.com",
"field_60113": "(323) 930-9329",
"field_60114": [
{
"name": "L2YN0dAB7Ibkz45TUSuhuUjA25UNHqMY_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
"visible_name": "Woman.27.jpg",
"original_name": "L2YN0dAB7Ibkz45TUSuhuUjA25UNHqMY_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg"
}
],
"field_60116": "Talent Acquisition Manager",
"field_60117": "4695 Woodland Terrace, Sacramento, California",
"field_60118": "95814",
"field_60119": "1977-07-05",
"field_60120": "2012-01-08",
"field_60121": null,
"field_60181": null,
"field_60122": 21147,
"field_60182": null,
"field_60123": [
1
],
"field_60125": [
19
],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [
5
],
"field_60208": null,
"field_60127": [
3
],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [
2
],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821237+00:00",
"updated_on": "2024-11-05T12:23:58.226774+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Eric Rothman",
"field_60112": "eric.rothman@example.com",
"field_60113": "(619) 525-2361",
"field_60114": [
{
"name": "vIBYnrW1Rj6qHQRkmNnIzdixixPP8Xbq_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg",
"visible_name": "Man.15.jpg",
"original_name": "vIBYnrW1Rj6qHQRkmNnIzdixixPP8Xbq_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg"
}
],
"field_60116": "Training Coordinator",
"field_60117": "2400 Half and Half Drive, Alpaugh, California",
"field_60118": "93219",
"field_60119": "1998-06-20",
"field_60120": "2019-07-30",
"field_60121": null,
"field_60181": null,
"field_60122": 21148,
"field_60182": null,
"field_60123": [
1
],
"field_60125": [],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821280+00:00",
"updated_on": "2025-02-18T11:53:11.837011+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Jane Dradder",
"field_60112": "jane.rudder@example.com",
"field_60113": "(720) 555-2389",
"field_60114": [
{
"name": "0VXv789rzdpCsIyOibvarn6MsOdLpxXi_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg",
"visible_name": "Woman.02.jpg",
"original_name": "0VXv789rzdpCsIyOibvarn6MsOdLpxXi_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg"
}
],
"field_60116": "Learning & Development Manager",
"field_60117": "414 Euclid Avenue, Oxnard, California",
"field_60118": "93030",
"field_60119": "1962-10-15",
"field_60120": "2021-01-31",
"field_60121": null,
"field_60181": null,
"field_60122": 21148,
"field_60182": null,
"field_60123": [
1
],
"field_60125": [
1,
2,
3,
4,
21
],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [
1,
7
],
"field_60208": null,
"field_60127": [
1,
5
],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [
1,
4
],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821337+00:00",
"updated_on": "2025-02-18T11:53:10.539101+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Janice Fitzpatrick",
"field_60112": "janice.fitzpatrick@example.com",
"field_60113": "(510) 476-1189",
"field_60114": [
{
"name": "MIMtJhmzR6k5A6IGNG3AkBzu45ZVSKuu_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
"visible_name": "Woman.16.jpg",
"original_name": "MIMtJhmzR6k5A6IGNG3AkBzu45ZVSKuu_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg"
}
],
"field_60116": "Accounts Payable Clerk",
"field_60117": "3637 Duck Creek Road, San Bruno, California",
"field_60118": "94066",
"field_60119": "1986-07-21",
"field_60120": "2019-07-30",
"field_60121": "2022-07-31",
"field_60181": null,
"field_60122": 21147,
"field_60182": null,
"field_60123": [
2
],
"field_60125": [
23
],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [
9
],
"field_60208": null,
"field_60127": [
6
],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [
5
],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821385+00:00",
"updated_on": "2024-11-05T12:24:02.986526+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "John Marshall",
"field_60112": "john.marshall@example.com",
"field_60113": "(323) 207-7576",
"field_60114": [
{
"name": "PlYcEYbeXxFZzAt36QJiJstKmbJWmTRt_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
"visible_name": "Man.03.jpg",
"original_name": "PlYcEYbeXxFZzAt36QJiJstKmbJWmTRt_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg"
}
],
"field_60116": "Senior Accountant",
"field_60117": "3294 Chicago Avenue, Exeter, California",
"field_60118": "93221",
"field_60119": "2001-06-12",
"field_60120": "2019-07-30",
"field_60121": null,
"field_60181": null,
"field_60122": 21149,
"field_60182": null,
"field_60123": [
2
],
"field_60125": [
20
],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [
6
],
"field_60208": null,
"field_60127": [
4
],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [
3
],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821429+00:00",
"updated_on": "2024-11-05T12:24:04.520273+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Jonathan Castillo",
"field_60112": "jonathan.castillo@example.com",
"field_60113": "(714) 674-5259",
"field_60114": [
{
"name": "P5kvW6AMB0sD5mPulsMqcX7rjqXvNct1_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
"visible_name": "Man.27.jpg",
"original_name": "P5kvW6AMB0sD5mPulsMqcX7rjqXvNct1_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg"
}
],
"field_60116": "Treasury Analyst",
"field_60117": "1669 Water Street, Dublin, California",
"field_60118": "94568",
"field_60119": "1970-09-14",
"field_60120": "2012-01-08",
"field_60121": null,
"field_60181": null,
"field_60122": 21146,
"field_60182": null,
"field_60123": [
2
],
"field_60125": [
5,
8,
11,
14
],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821473+00:00",
"updated_on": "2024-11-05T12:24:06.156206+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Judith Triplett",
"field_60112": "judith.triplett@example.com",
"field_60113": "(323) 762-0628",
"field_60114": [
{
"name": "QEOXBNmUlWB6c3dTyxdvudsvmYiw3nik_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg",
"visible_name": "Woman.38.jpg",
"original_name": "QEOXBNmUlWB6c3dTyxdvudsvmYiw3nik_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg"
}
],
"field_60116": "Systems Administrator",
"field_60117": "1028 Rosemont Avenue, Anaheim, California",
"field_60118": "92801",
"field_60119": "1974-07-16",
"field_60120": "2012-01-31",
"field_60121": "2016-10-06",
"field_60181": null,
"field_60122": 21149,
"field_60182": null,
"field_60123": [
3
],
"field_60125": [
17
],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821516+00:00",
"updated_on": "2025-02-18T16:09:46.299474+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Lane Mahon",
"field_60112": "lane.mahon@example.com",
"field_60113": "(925) 250-4627",
"field_60114": [
{
"name": "h1ZodzpTOeI86idsJnItM1yN5Mwsg8nc_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
"visible_name": "Man.18.jpg",
"original_name": "h1ZodzpTOeI86idsJnItM1yN5Mwsg8nc_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg"
}
],
"field_60116": "IT Security Analyst",
"field_60117": "4381 Hill Croft Farm Road, Chico, California",
"field_60118": "95926",
"field_60119": "1997-05-10",
"field_60120": "2019-07-30",
"field_60121": null,
"field_60181": null,
"field_60122": 21146,
"field_60182": null,
"field_60123": [
3
],
"field_60125": [
6,
9,
12,
15
],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [
2
],
"field_60208": null,
"field_60127": [
2
],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821560+00:00",
"updated_on": "2024-11-05T12:24:09.071989+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Latisha Mazon",
"field_60112": "latisha.mazon@example.com",
"field_60113": "(530) 540-8012",
"field_60114": [
{
"name": "uBMM8mm9cD2l5p1B1N1B2HlMylaKbXq6_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg",
"visible_name": "Woman.46.jpg",
"original_name": "uBMM8mm9cD2l5p1B1N1B2HlMylaKbXq6_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg"
}
],
"field_60116": "Security Architect",
"field_60117": "2105 New York Avenue, Glendale, California",
"field_60118": "91204",
"field_60119": "1992-05-19",
"field_60120": "2019-07-30",
"field_60121": null,
"field_60181": null,
"field_60122": 21147,
"field_60182": null,
"field_60123": [
3
],
"field_60125": [
18
],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [
4
],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821617+00:00",
"updated_on": "2024-11-05T12:24:10.632724+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Lena Hogan",
"field_60112": "lena.hogan@example.com",
"field_60113": "(559) 949-6790",
"field_60114": [
{
"name": "R1Ftm3oXercyem2nJseEVMnPu8KJCmFs_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg",
"visible_name": "Woman.17.jpg",
"original_name": "R1Ftm3oXercyem2nJseEVMnPu8KJCmFs_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg"
}
],
"field_60116": "Cybersecurity Manager",
"field_60117": "898 Pearl Street, Sacramento, California",
"field_60118": "95814",
"field_60119": "1985-01-22",
"field_60120": "2012-01-08",
"field_60121": null,
"field_60181": null,
"field_60122": 21146,
"field_60182": null,
"field_60123": [
3
],
"field_60125": [
13,
16
],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [
3
],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821666+00:00",
"updated_on": "2024-11-05T12:24:11.881135+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Leroy Tye",
"field_60112": "leroy.tye@example.com",
"field_60113": "(510) 808-7208",
"field_60114": [
{
"name": "tAseSp9aRpY0SJCt5YQ3ZYZa1W62w80N_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
"visible_name": "Man.02.jpg",
"original_name": "tAseSp9aRpY0SJCt5YQ3ZYZa1W62w80N_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg"
}
],
"field_60116": "Brand Manager",
"field_60117": "3486 Canis Heights Drive, Los Angeles, California",
"field_60118": "90007",
"field_60119": "1967-06-02",
"field_60120": "2012-01-08",
"field_60121": "2017-02-01",
"field_60181": null,
"field_60122": 21148,
"field_60182": null,
"field_60123": [
4
],
"field_60125": [],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821721+00:00",
"updated_on": "2024-11-05T12:24:13.619300+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Michael Robicheaux",
"field_60112": "michael.robicheaux@example.com",
"field_60113": "(707) 840-5210",
"field_60114": [
{
"name": "hL3mKMPbFZ9BeJEB5c6r5UgDtAeWsaRz_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg",
"visible_name": "Man.28.jpg",
"original_name": "hL3mKMPbFZ9BeJEB5c6r5UgDtAeWsaRz_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg"
}
],
"field_60116": "Brand Strategist",
"field_60117": "3633 Nickel Road, Pasadena, California",
"field_60118": "91101",
"field_60119": "1975-11-04",
"field_60120": "2012-01-31",
"field_60121": null,
"field_60181": null,
"field_60122": 21147,
"field_60182": null,
"field_60123": [
4
],
"field_60125": [],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821764+00:00",
"updated_on": "2024-11-05T12:24:14.997138+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Nora Mott",
"field_60112": "nora.mott@example.com",
"field_60113": "(818) 240-6675",
"field_60114": [
{
"name": "33ljkMHV9qiWyi7CHrBIe4NHAIvYYThi_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
"visible_name": "Woman.55.jpg",
"original_name": "33ljkMHV9qiWyi7CHrBIe4NHAIvYYThi_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg"
}
],
"field_60116": "Digital Marketing Specialist",
"field_60117": "792 Pretty View Lane, Mckinleyville, California",
"field_60118": "95519",
"field_60119": "1977-08-14",
"field_60120": "2023-07-30",
"field_60121": null,
"field_60181": null,
"field_60122": 21149,
"field_60182": null,
"field_60123": [
4
],
"field_60125": [],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821808+00:00",
"updated_on": "2024-11-05T12:24:16.382038+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Paul Garcia",
"field_60112": "paul.garcia@example.com",
"field_60113": "(916) 910-4721",
"field_60114": [
{
"name": "5zLgBF157sGf8dTYBGpTnQdnwTlCenmX_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg",
"visible_name": "Man.13.jpg",
"original_name": "5zLgBF157sGf8dTYBGpTnQdnwTlCenmX_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg"
}
],
"field_60116": "SEO Specialist",
"field_60117": "678 Poplar Avenue, San Diego, California",
"field_60118": "92101",
"field_60119": "1983-05-18",
"field_60120": "2012-01-31",
"field_60121": "2019-10-12",
"field_60181": null,
"field_60122": 21149,
"field_60182": null,
"field_60123": [
4
],
"field_60125": [],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821851+00:00",
"updated_on": "2024-11-05T12:24:17.769480+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Richard Rethman",
"field_60112": "richard.rethman@example.com",
"field_60113": "(626) 585-3240",
"field_60114": [
{
"name": "md3VgyTEzkP8njQ43rimk5E5SzzIfyWd_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
"visible_name": "Man.31.jpg",
"original_name": "md3VgyTEzkP8njQ43rimk5E5SzzIfyWd_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg"
}
],
"field_60116": "Supply Chain Analyst",
"field_60117": "567 Ford Street, San Jose, California",
"field_60118": "95131",
"field_60119": "1995-02-28",
"field_60120": "2019-07-30",
"field_60121": null,
"field_60181": null,
"field_60122": 21147,
"field_60182": null,
"field_60123": [
5
],
"field_60125": [],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821895+00:00",
"updated_on": "2024-11-05T12:24:19.573940+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Rodney Tran",
"field_60112": "rodney.tran@example.com",
"field_60113": "(408) 451-1453",
"field_60114": [
{
"name": "xBgeCT1WWcpZKGake5YhApbuQQywOfgb_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg",
"visible_name": "Man.35.jpg",
"original_name": "xBgeCT1WWcpZKGake5YhApbuQQywOfgb_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg"
}
],
"field_60116": "Procurement Officer",
"field_60117": "3358 Southside Lane, Los Angeles, California",
"field_60118": "90017",
"field_60119": "1987-05-30",
"field_60120": "2012-01-31",
"field_60121": null,
"field_60181": null,
"field_60122": 21146,
"field_60182": null,
"field_60123": [
5
],
"field_60125": [],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821938+00:00",
"updated_on": "2024-11-05T12:24:20.842460+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Sandra Love",
"field_60112": "sandra.love@example.com",
"field_60113": "(559) 592-9157",
"field_60114": [
{
"name": "nS5Ctm0iRr9qaQKzMHefbpbj0iD3OETb_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg",
"visible_name": "Woman.23.jpg",
"original_name": "nS5Ctm0iRr9qaQKzMHefbpbj0iD3OETb_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg"
}
],
"field_60116": "Quality Assurance Specialist",
"field_60117": "4647 Green Avenue, Oakland, California",
"field_60118": "94612",
"field_60119": "1979-12-04",
"field_60120": "2012-01-31",
"field_60121": null,
"field_60181": null,
"field_60122": 21147,
"field_60182": null,
"field_60123": [
5
],
"field_60125": [],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2024-10-21T11:21:39.821983+00:00",
"updated_on": "2024-11-05T12:24:22.666370+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60111": "Thomas Nickson",
"field_60112": "thomas.nickson@example.com",
"field_60113": "(916) 336-7017",
"field_60114": [
{
"name": "gFkBdvgksMnYjASCkJrZoKIN1mO4SOkI_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
"visible_name": "Man.11.jpg",
"original_name": "gFkBdvgksMnYjASCkJrZoKIN1mO4SOkI_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg"
}
],
"field_60116": "Quality Control Manager",
"field_60117": "858 Park Street, San Francisco, California",
"field_60118": "94108",
"field_60119": "1987-04-15",
"field_60120": "2024-07-30",
"field_60121": null,
"field_60181": null,
"field_60122": 21147,
"field_60182": null,
"field_60123": [
5
],
"field_60125": [],
"field_60203": null,
"field_60195": null,
"field_60207": null,
"field_60211": null,
"field_60183": null,
"field_60126": [],
"field_60208": null,
"field_60127": [],
"field_60199": null,
"field_60214": null,
"field_60128": null,
"field_60212": null,
"field_60205": null,
"field_60194": null,
"field_60206": null,
"field_60215": null,
"field_60202": null,
"field_60218": null,
"field_60221": null,
"field_60213": null,
"field_60216": null,
"field_60219": null,
"field_60129": [],
"field_60217": null,
"field_60220": null,
"field_60222": null
}
],
"data_sync": null
},
{
"id": 5731,
"name": "Performance reviews",
"order": 5,
"fields": [
{
"id": 60196,
"type": "formula",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "concat(min(lookup('Employee','Name')),' - ',field('Year'),' -',field('Overall performance rating'))",
"formula_type": "text"
},
{
"id": 60130,
"type": "link_row",
"name": "Employee",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5730,
"link_row_related_field_id": 60125,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 60131,
"type": "link_row",
"name": "People Manager",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5730,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60132,
"type": "number",
"name": "Year",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"number_decimal_places": 0,
"number_negative": false,
"number_prefix": "",
"number_suffix": "",
"number_separator": ""
},
{
"id": 60133,
"type": "link_row",
"name": "Overall what rating",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5732,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60185,
"type": "rollup",
"name": "Overall what description",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": true,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"through_field_id": 60133,
"target_field_id": 60137,
"rollup_function": "min"
},
{
"id": 60134,
"type": "link_row",
"name": "Overall how rating",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5732,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60186,
"type": "rollup",
"name": "Overall how description",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": true,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"through_field_id": 60134,
"target_field_id": 60137,
"rollup_function": "min"
},
{
"id": 60187,
"type": "formula",
"name": "Overall performance rating",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": 1,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "(min(lookup('Overall what rating','Score')) + min(lookup('Overall how rating','Score'))) / 2",
"formula_type": "number"
}
],
"views": [
{
"id": 26625,
"type": "grid",
"name": "All performance reviews",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20530,
"field_id": 60132,
"order": "DESC"
},
{
"id": 20531,
"field_id": 60187,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 263620,
"field_id": 60196,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263621,
"field_id": 60130,
"width": 157,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263622,
"field_id": 60131,
"width": 170,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263623,
"field_id": 60132,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263624,
"field_id": 60187,
"width": 240,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263625,
"field_id": 60133,
"width": 189,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263626,
"field_id": 60185,
"width": 220,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263627,
"field_id": 60134,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263628,
"field_id": 60186,
"width": 222,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26643,
"type": "grid",
"name": "All performance reviews grouped by employee",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20532,
"field_id": 60132,
"order": "DESC"
},
{
"id": 20533,
"field_id": 60187,
"order": "DESC"
}
],
"group_bys": [
{
"id": 3670,
"field_id": 60130,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264177,
"field_id": 60196,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264178,
"field_id": 60130,
"width": 157,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264179,
"field_id": 60131,
"width": 170,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264180,
"field_id": 60132,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264181,
"field_id": 60187,
"width": 240,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264182,
"field_id": 60133,
"width": 189,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264183,
"field_id": 60185,
"width": 220,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264184,
"field_id": 60134,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264185,
"field_id": 60186,
"width": 222,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26644,
"type": "grid",
"name": "All performance reviews grouped by manager",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20534,
"field_id": 60132,
"order": "DESC"
},
{
"id": 20535,
"field_id": 60187,
"order": "DESC"
}
],
"group_bys": [
{
"id": 3671,
"field_id": 60131,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264186,
"field_id": 60196,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264187,
"field_id": 60130,
"width": 157,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264188,
"field_id": 60131,
"width": 170,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264189,
"field_id": 60132,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264190,
"field_id": 60187,
"width": 240,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264191,
"field_id": 60133,
"width": 189,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264192,
"field_id": 60185,
"width": 220,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264193,
"field_id": 60134,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264194,
"field_id": 60186,
"width": 222,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26645,
"type": "grid",
"name": "All performance reviews grouped by year",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20536,
"field_id": 60132,
"order": "DESC"
},
{
"id": 20537,
"field_id": 60187,
"order": "DESC"
}
],
"group_bys": [
{
"id": 3672,
"field_id": 60132,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264195,
"field_id": 60196,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264196,
"field_id": 60130,
"width": 157,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264197,
"field_id": 60131,
"width": 170,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264198,
"field_id": 60132,
"width": 100,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264199,
"field_id": 60187,
"width": 240,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264200,
"field_id": 60133,
"width": 189,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264201,
"field_id": 60185,
"width": 220,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264202,
"field_id": 60134,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264203,
"field_id": 60186,
"width": 222,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26646,
"type": "grid",
"name": "High performance ratings > 3.5",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 14041,
"field_id": 60187,
"type": "higher_than",
"value": "3.5",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 20538,
"field_id": 60132,
"order": "DESC"
},
{
"id": 20539,
"field_id": 60187,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264204,
"field_id": 60196,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264205,
"field_id": 60130,
"width": 157,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264206,
"field_id": 60131,
"width": 170,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264207,
"field_id": 60132,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264208,
"field_id": 60187,
"width": 240,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264209,
"field_id": 60133,
"width": 189,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264210,
"field_id": 60185,
"width": 220,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264211,
"field_id": 60134,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264212,
"field_id": 60186,
"width": 222,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26647,
"type": "grid",
"name": "Low performance ratings < 2.5",
"order": 6,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 14042,
"field_id": 60187,
"type": "lower_than",
"value": "2.5",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 20540,
"field_id": 60132,
"order": "DESC"
},
{
"id": 20541,
"field_id": 60187,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264213,
"field_id": 60196,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264214,
"field_id": 60130,
"width": 157,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264215,
"field_id": 60131,
"width": 170,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264216,
"field_id": 60132,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264217,
"field_id": 60187,
"width": 240,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264218,
"field_id": 60133,
"width": 189,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264219,
"field_id": 60185,
"width": 220,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264220,
"field_id": 60134,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264221,
"field_id": 60186,
"width": 222,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2025-02-18T09:03:19.182597+00:00",
"updated_on": "2025-02-18T09:11:28.395983+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
9
],
"field_60131": [
1
],
"field_60132": "2021",
"field_60133": [
3
],
"field_60185": null,
"field_60134": [
3
],
"field_60186": null,
"field_60187": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2025-02-18T09:03:19.182615+00:00",
"updated_on": "2025-02-18T09:14:04.266570+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
9
],
"field_60131": [
1
],
"field_60132": "2022",
"field_60133": [
4
],
"field_60185": null,
"field_60134": [
3
],
"field_60186": null,
"field_60187": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2025-02-18T09:14:11.859678+00:00",
"updated_on": "2025-02-18T09:40:49.816039+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
9
],
"field_60131": [
1
],
"field_60132": "2023",
"field_60133": [
4
],
"field_60185": null,
"field_60134": [
4
],
"field_60186": null,
"field_60187": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2025-02-18T09:14:38.914105+00:00",
"updated_on": "2025-02-18T09:40:50.153126+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
9
],
"field_60131": [
1
],
"field_60132": "2024",
"field_60133": [
4
],
"field_60185": null,
"field_60134": [
4
],
"field_60186": null,
"field_60187": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2025-02-18T09:14:53.006914+00:00",
"updated_on": "2025-02-18T09:39:42.135070+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
12
],
"field_60131": [
2
],
"field_60132": "2021",
"field_60133": [
2
],
"field_60185": null,
"field_60134": [
3
],
"field_60186": null,
"field_60187": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2025-02-18T09:15:27.277549+00:00",
"updated_on": "2025-02-18T09:17:39.623831+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
14
],
"field_60131": [
3
],
"field_60132": "2021",
"field_60133": [
2
],
"field_60185": null,
"field_60134": [
3
],
"field_60186": null,
"field_60187": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2025-02-18T09:16:16.627379+00:00",
"updated_on": "2025-02-18T09:40:17.025905+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
12
],
"field_60131": [
2
],
"field_60132": "2022",
"field_60133": [
1
],
"field_60185": null,
"field_60134": [
1
],
"field_60186": null,
"field_60187": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2025-02-18T09:16:17.943433+00:00",
"updated_on": "2025-02-18T09:17:36.919648+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
14
],
"field_60131": [
3
],
"field_60132": "2022",
"field_60133": [
3
],
"field_60185": null,
"field_60134": [
2
],
"field_60186": null,
"field_60187": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2025-02-18T09:16:18.847785+00:00",
"updated_on": "2025-02-18T09:17:36.515469+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
12
],
"field_60131": [
2
],
"field_60132": "2023",
"field_60133": [
2
],
"field_60185": null,
"field_60134": [
2
],
"field_60186": null,
"field_60187": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2025-02-18T09:16:19.929728+00:00",
"updated_on": "2025-02-18T09:17:30.326078+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
14
],
"field_60131": [
3
],
"field_60132": "2023",
"field_60133": [
3
],
"field_60185": null,
"field_60134": [
4
],
"field_60186": null,
"field_60187": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2025-02-18T09:16:19.929783+00:00",
"updated_on": "2025-02-18T09:17:41.051528+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
16
],
"field_60131": [
3
],
"field_60132": "2023",
"field_60133": [
2
],
"field_60185": null,
"field_60134": [
3
],
"field_60186": null,
"field_60187": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2025-02-18T09:16:21.027902+00:00",
"updated_on": "2025-02-18T09:17:35.883096+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
12
],
"field_60131": [
2
],
"field_60132": "2024",
"field_60133": [
2
],
"field_60185": null,
"field_60134": [
2
],
"field_60186": null,
"field_60187": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2025-02-18T09:16:21.809717+00:00",
"updated_on": "2025-02-18T09:17:41.530580+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
14
],
"field_60131": [
3
],
"field_60132": "2024",
"field_60133": [
3
],
"field_60185": null,
"field_60134": [
3
],
"field_60186": null,
"field_60187": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2025-02-18T09:16:21.809772+00:00",
"updated_on": "2025-02-18T09:17:31.765848+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
16
],
"field_60131": [
3
],
"field_60132": "2024",
"field_60133": [
1
],
"field_60185": null,
"field_60134": [
4
],
"field_60186": null,
"field_60187": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2025-02-18T12:30:10.875280+00:00",
"updated_on": "2025-02-18T12:31:45.375526+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
13
],
"field_60131": [
3
],
"field_60132": "2025",
"field_60133": [
4
],
"field_60185": null,
"field_60134": [
3
],
"field_60186": null,
"field_60187": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2025-02-18T18:38:32.169547+00:00",
"updated_on": "2025-02-18T18:42:38.623916+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
15
],
"field_60131": [
3
],
"field_60132": "2025",
"field_60133": [
2
],
"field_60185": null,
"field_60134": [
4
],
"field_60186": null,
"field_60187": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2025-02-18T19:17:49.555711+00:00",
"updated_on": "2025-02-18T19:17:49.555711+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
7
],
"field_60131": [
1
],
"field_60132": "2025",
"field_60133": [
3
],
"field_60185": null,
"field_60134": [
3
],
"field_60186": null,
"field_60187": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2025-02-19T12:25:30.446938+00:00",
"updated_on": "2025-02-19T12:25:48.597794+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
11
],
"field_60131": [
2
],
"field_60132": "2025",
"field_60133": [
3
],
"field_60185": null,
"field_60134": [
3
],
"field_60186": null,
"field_60187": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2025-02-19T12:28:08.232869+00:00",
"updated_on": "2025-02-19T12:28:08.232869+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
9
],
"field_60131": [
1
],
"field_60132": "2025",
"field_60133": [
4
],
"field_60185": null,
"field_60134": [
4
],
"field_60186": null,
"field_60187": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2025-02-19T12:29:11.985496+00:00",
"updated_on": "2025-02-19T12:29:11.985496+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
6
],
"field_60131": [
1
],
"field_60132": "2025",
"field_60133": [
3
],
"field_60185": null,
"field_60134": [
2
],
"field_60186": null,
"field_60187": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2025-02-19T12:30:57.696377+00:00",
"updated_on": "2025-02-19T12:30:57.696377+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60196": null,
"field_60130": [
10
],
"field_60131": [
2
],
"field_60132": "2025",
"field_60133": [
3
],
"field_60185": null,
"field_60134": [
4
],
"field_60186": null,
"field_60187": null
}
],
"data_sync": null
},
{
"id": 5732,
"name": "Performance ratings",
"order": 6,
"fields": [
{
"id": 60135,
"type": "text",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 60136,
"type": "number",
"name": "Score",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"number_decimal_places": 0,
"number_negative": false,
"number_prefix": "",
"number_suffix": "",
"number_separator": ""
},
{
"id": 60137,
"type": "text",
"name": "Description",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
}
],
"views": [
{
"id": 26626,
"type": "grid",
"name": "All performance ratings",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20542,
"field_id": 60136,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 263629,
"field_id": 60135,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263630,
"field_id": 60136,
"width": 118,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263631,
"field_id": 60137,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2025-02-18T09:06:31.930770+00:00",
"updated_on": "2025-02-18T09:09:12.621232+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60135": "\u2b50",
"field_60136": "1",
"field_60137": "Low"
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2025-02-18T09:06:31.930797+00:00",
"updated_on": "2025-02-18T09:09:16.786477+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60135": "\u2b50\u2b50",
"field_60136": "2",
"field_60137": "Moderate"
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2025-02-18T09:06:41.292015+00:00",
"updated_on": "2025-02-18T09:09:19.127740+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60135": "\u2b50\u2b50\u2b50",
"field_60136": "3",
"field_60137": "Well"
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2025-02-18T09:06:43.768426+00:00",
"updated_on": "2025-02-18T09:09:22.478528+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60135": "\u2b50\u2b50\u2b50\u2b50",
"field_60136": "4",
"field_60137": "Superior"
}
],
"data_sync": null
},
{
"id": 5733,
"name": "Potential assessments",
"order": 7,
"fields": [
{
"id": 60209,
"type": "formula",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "concat(min(lookup('Employee','Name')),' - ', field('Year'),' - ',field('Has potential'))",
"formula_type": "text"
},
{
"id": 60138,
"type": "link_row",
"name": "Employee",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5730,
"link_row_related_field_id": 60126,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 60139,
"type": "link_row",
"name": "Manager",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5730,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60140,
"type": "link_row",
"name": "01",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5734,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60141,
"type": "link_row",
"name": "02",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5734,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60142,
"type": "link_row",
"name": "03",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5734,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60143,
"type": "link_row",
"name": "04",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5734,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60144,
"type": "link_row",
"name": "05",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5734,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60145,
"type": "link_row",
"name": "06",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5734,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60146,
"type": "link_row",
"name": "07",
"description": null,
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5734,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60147,
"type": "link_row",
"name": "08",
"description": null,
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5734,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60148,
"type": "link_row",
"name": "09",
"description": null,
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5734,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60149,
"type": "link_row",
"name": "10",
"description": null,
"order": 12,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5734,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60150,
"type": "link_row",
"name": "11",
"description": null,
"order": 13,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5734,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60151,
"type": "link_row",
"name": "12",
"description": null,
"order": 14,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5734,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60188,
"type": "formula",
"name": "Communication total",
"description": null,
"order": 15,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": 0,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "sum(lookup('01','Score') + lookup('02','Score') + lookup('03','Score'))",
"formula_type": "number"
},
{
"id": 60189,
"type": "formula",
"name": "Problem solving total",
"description": null,
"order": 16,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": 0,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "sum(lookup('04','Score') + lookup('05','Score') + lookup('06','Score'))",
"formula_type": "number"
},
{
"id": 60190,
"type": "formula",
"name": "Leadership total",
"description": null,
"order": 17,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": 0,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "sum(lookup('07','Score') + lookup('08','Score') + lookup('09','Score'))",
"formula_type": "number"
},
{
"id": 60191,
"type": "formula",
"name": "Technical total",
"description": null,
"order": 18,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": 0,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "sum(lookup('10','Score') + lookup('11','Score') + lookup('12','Score'))",
"formula_type": "number"
},
{
"id": 60197,
"type": "formula",
"name": "Total score",
"description": null,
"order": 19,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": 0,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "field('Communication total') + field('Problem solving total') + field('Leadership total') + field('Technical total')",
"formula_type": "number"
},
{
"id": 60198,
"type": "formula",
"name": "Score in every category",
"description": null,
"order": 20,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "and(and(field('Communication total') > 0,field('Problem solving total') > 0),and(field('Leadership total') > 0,field('Technical total') > 0))",
"formula_type": "boolean"
},
{
"id": 60204,
"type": "formula",
"name": "Has potential",
"description": null,
"order": 21,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "and(field('Score in every category'),field('Total score') >= 7)",
"formula_type": "boolean"
},
{
"id": 60152,
"type": "number",
"name": "Year",
"description": null,
"order": 22,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"number_decimal_places": 0,
"number_negative": false,
"number_prefix": "",
"number_suffix": "",
"number_separator": ""
},
{
"id": 60210,
"type": "formula",
"name": "Has potential symbol",
"description": null,
"order": 23,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "if(field('Has potential'),'\u2714\ufe0f ','\u274c')",
"formula_type": "text"
}
],
"views": [
{
"id": 26627,
"type": "grid",
"name": "All potential assessments",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20543,
"field_id": 60152,
"order": "DESC"
},
{
"id": 20544,
"field_id": 60197,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 263632,
"field_id": 60209,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263633,
"field_id": 60138,
"width": 180,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263634,
"field_id": 60139,
"width": 138,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263635,
"field_id": 60152,
"width": 113,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263636,
"field_id": 60140,
"width": 115,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263637,
"field_id": 60141,
"width": 121,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263638,
"field_id": 60142,
"width": 117,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263639,
"field_id": 60143,
"width": 122,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263640,
"field_id": 60144,
"width": 134,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263641,
"field_id": 60145,
"width": 125,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263642,
"field_id": 60146,
"width": 124,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263643,
"field_id": 60147,
"width": 126,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263644,
"field_id": 60148,
"width": 100,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263645,
"field_id": 60149,
"width": 115,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263646,
"field_id": 60150,
"width": 116,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263647,
"field_id": 60151,
"width": 147,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263648,
"field_id": 60188,
"width": 156,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263649,
"field_id": 60189,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263650,
"field_id": 60190,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263651,
"field_id": 60191,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263652,
"field_id": 60197,
"width": 200,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263653,
"field_id": 60198,
"width": 226,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263654,
"field_id": 60204,
"width": 226,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263655,
"field_id": 60210,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26648,
"type": "grid",
"name": "All potential assessments grouped by employee",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20545,
"field_id": 60152,
"order": "DESC"
},
{
"id": 20546,
"field_id": 60197,
"order": "DESC"
}
],
"group_bys": [
{
"id": 3673,
"field_id": 60138,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264222,
"field_id": 60209,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264223,
"field_id": 60138,
"width": 180,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264224,
"field_id": 60139,
"width": 138,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264225,
"field_id": 60152,
"width": 113,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264226,
"field_id": 60140,
"width": 115,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264227,
"field_id": 60141,
"width": 121,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264228,
"field_id": 60142,
"width": 117,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264229,
"field_id": 60143,
"width": 122,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264230,
"field_id": 60144,
"width": 134,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264231,
"field_id": 60145,
"width": 125,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264232,
"field_id": 60146,
"width": 124,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264233,
"field_id": 60147,
"width": 126,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264234,
"field_id": 60148,
"width": 100,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264235,
"field_id": 60149,
"width": 115,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264236,
"field_id": 60150,
"width": 116,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264237,
"field_id": 60151,
"width": 147,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264238,
"field_id": 60188,
"width": 156,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264239,
"field_id": 60189,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264240,
"field_id": 60190,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264241,
"field_id": 60191,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264242,
"field_id": 60197,
"width": 200,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264243,
"field_id": 60198,
"width": 226,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264244,
"field_id": 60204,
"width": 226,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264245,
"field_id": 60210,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26649,
"type": "grid",
"name": "All potential assessments grouped by manager",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20547,
"field_id": 60152,
"order": "DESC"
},
{
"id": 20548,
"field_id": 60197,
"order": "DESC"
}
],
"group_bys": [
{
"id": 3674,
"field_id": 60139,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264246,
"field_id": 60209,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264247,
"field_id": 60138,
"width": 180,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264248,
"field_id": 60139,
"width": 138,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264249,
"field_id": 60152,
"width": 113,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264250,
"field_id": 60140,
"width": 115,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264251,
"field_id": 60141,
"width": 121,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264252,
"field_id": 60142,
"width": 117,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264253,
"field_id": 60143,
"width": 122,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264254,
"field_id": 60144,
"width": 134,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264255,
"field_id": 60145,
"width": 125,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264256,
"field_id": 60146,
"width": 124,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264257,
"field_id": 60147,
"width": 126,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264258,
"field_id": 60148,
"width": 100,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264259,
"field_id": 60149,
"width": 115,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264260,
"field_id": 60150,
"width": 116,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264261,
"field_id": 60151,
"width": 147,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264262,
"field_id": 60188,
"width": 156,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264263,
"field_id": 60189,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264264,
"field_id": 60190,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264265,
"field_id": 60191,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264266,
"field_id": 60197,
"width": 200,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264267,
"field_id": 60198,
"width": 226,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264268,
"field_id": 60204,
"width": 226,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264269,
"field_id": 60210,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26650,
"type": "grid",
"name": "All potential assessments grouped by year",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20549,
"field_id": 60152,
"order": "DESC"
},
{
"id": 20550,
"field_id": 60197,
"order": "DESC"
}
],
"group_bys": [
{
"id": 3675,
"field_id": 60152,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264270,
"field_id": 60209,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264271,
"field_id": 60138,
"width": 180,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264272,
"field_id": 60139,
"width": 138,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264273,
"field_id": 60152,
"width": 113,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264274,
"field_id": 60140,
"width": 115,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264275,
"field_id": 60141,
"width": 121,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264276,
"field_id": 60142,
"width": 117,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264277,
"field_id": 60143,
"width": 122,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264278,
"field_id": 60144,
"width": 134,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264279,
"field_id": 60145,
"width": 125,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264280,
"field_id": 60146,
"width": 124,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264281,
"field_id": 60147,
"width": 126,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264282,
"field_id": 60148,
"width": 100,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264283,
"field_id": 60149,
"width": 115,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264284,
"field_id": 60150,
"width": 116,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264285,
"field_id": 60151,
"width": 147,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264286,
"field_id": 60188,
"width": 156,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264287,
"field_id": 60189,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264288,
"field_id": 60190,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264289,
"field_id": 60191,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264290,
"field_id": 60197,
"width": 200,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264291,
"field_id": 60198,
"width": 226,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264292,
"field_id": 60204,
"width": 226,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264293,
"field_id": 60210,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26651,
"type": "grid",
"name": "Passed assessments",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 14043,
"field_id": 60204,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 20551,
"field_id": 60152,
"order": "DESC"
},
{
"id": 20552,
"field_id": 60197,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264294,
"field_id": 60209,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264295,
"field_id": 60138,
"width": 180,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264296,
"field_id": 60139,
"width": 138,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264297,
"field_id": 60152,
"width": 113,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264298,
"field_id": 60140,
"width": 115,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264299,
"field_id": 60141,
"width": 121,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264300,
"field_id": 60142,
"width": 117,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264301,
"field_id": 60143,
"width": 122,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264302,
"field_id": 60144,
"width": 134,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264303,
"field_id": 60145,
"width": 125,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264304,
"field_id": 60146,
"width": 124,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264305,
"field_id": 60147,
"width": 126,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264306,
"field_id": 60148,
"width": 100,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264307,
"field_id": 60149,
"width": 115,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264308,
"field_id": 60150,
"width": 116,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264309,
"field_id": 60151,
"width": 147,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264310,
"field_id": 60188,
"width": 156,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264311,
"field_id": 60189,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264312,
"field_id": 60190,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264313,
"field_id": 60191,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264314,
"field_id": 60197,
"width": 200,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264315,
"field_id": 60198,
"width": 226,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264316,
"field_id": 60204,
"width": 226,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264317,
"field_id": 60210,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26652,
"type": "grid",
"name": "Failed assessments",
"order": 6,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 14044,
"field_id": 60204,
"type": "boolean",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 20553,
"field_id": 60152,
"order": "DESC"
},
{
"id": 20554,
"field_id": 60197,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264318,
"field_id": 60209,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264319,
"field_id": 60138,
"width": 180,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264320,
"field_id": 60139,
"width": 138,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264321,
"field_id": 60152,
"width": 113,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264322,
"field_id": 60140,
"width": 115,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264323,
"field_id": 60141,
"width": 121,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264324,
"field_id": 60142,
"width": 117,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264325,
"field_id": 60143,
"width": 122,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264326,
"field_id": 60144,
"width": 134,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264327,
"field_id": 60145,
"width": 125,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264328,
"field_id": 60146,
"width": 124,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264329,
"field_id": 60147,
"width": 126,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264330,
"field_id": 60148,
"width": 100,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264331,
"field_id": 60149,
"width": 115,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264332,
"field_id": 60150,
"width": 116,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264333,
"field_id": 60151,
"width": 147,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264334,
"field_id": 60188,
"width": 156,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264335,
"field_id": 60189,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264336,
"field_id": 60190,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264337,
"field_id": 60191,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264338,
"field_id": 60197,
"width": 200,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264339,
"field_id": 60198,
"width": 226,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264340,
"field_id": 60204,
"width": 226,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264341,
"field_id": 60210,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2025-02-18T09:52:27.834035+00:00",
"updated_on": "2025-02-18T10:19:05.474879+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60209": null,
"field_60138": [
9
],
"field_60139": [
1
],
"field_60140": [
1
],
"field_60141": [
1
],
"field_60142": [
1
],
"field_60143": [
2
],
"field_60144": [
1
],
"field_60145": [
2
],
"field_60146": [
1
],
"field_60147": [
1
],
"field_60148": [
1
],
"field_60149": [
1
],
"field_60150": [
1
],
"field_60151": [
1
],
"field_60188": null,
"field_60189": null,
"field_60190": null,
"field_60191": null,
"field_60197": null,
"field_60198": null,
"field_60204": null,
"field_60152": "2024",
"field_60210": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2025-02-18T09:52:27.834062+00:00",
"updated_on": "2025-02-18T10:19:06.811013+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60209": null,
"field_60138": [
14
],
"field_60139": [
3
],
"field_60140": [
2
],
"field_60141": [
2
],
"field_60142": [
1
],
"field_60143": [
1
],
"field_60144": [
2
],
"field_60145": [
1
],
"field_60146": [
1
],
"field_60147": [
2
],
"field_60148": [
1
],
"field_60149": [
1
],
"field_60150": [
1
],
"field_60151": [
1
],
"field_60188": null,
"field_60189": null,
"field_60190": null,
"field_60191": null,
"field_60197": null,
"field_60198": null,
"field_60204": null,
"field_60152": "2024",
"field_60210": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2025-02-18T09:53:31.892872+00:00",
"updated_on": "2025-02-18T10:19:08.859672+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60209": null,
"field_60138": [
16
],
"field_60139": [
3
],
"field_60140": [
2
],
"field_60141": [
2
],
"field_60142": [
2
],
"field_60143": [
2
],
"field_60144": [
2
],
"field_60145": [
2
],
"field_60146": [
1
],
"field_60147": [
1
],
"field_60148": [
1
],
"field_60149": [
2
],
"field_60150": [
2
],
"field_60151": [
2
],
"field_60188": null,
"field_60189": null,
"field_60190": null,
"field_60191": null,
"field_60197": null,
"field_60198": null,
"field_60204": null,
"field_60152": "2024",
"field_60210": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2025-02-18T18:59:34.748176+00:00",
"updated_on": "2025-02-18T19:15:58.094517+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60209": null,
"field_60138": [
15
],
"field_60139": [
3
],
"field_60140": [
1
],
"field_60141": [
1
],
"field_60142": [
1
],
"field_60143": [
1
],
"field_60144": [
1
],
"field_60145": [
2
],
"field_60146": [
2
],
"field_60147": [
1
],
"field_60148": [
1
],
"field_60149": [
1
],
"field_60150": [
2
],
"field_60151": [
2
],
"field_60188": null,
"field_60189": null,
"field_60190": null,
"field_60191": null,
"field_60197": null,
"field_60198": null,
"field_60204": null,
"field_60152": "2025",
"field_60210": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2025-02-19T08:29:01.063819+00:00",
"updated_on": "2025-02-19T08:29:26.410589+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60209": null,
"field_60138": [
7
],
"field_60139": [
1
],
"field_60140": [
1
],
"field_60141": [
1
],
"field_60142": [
2
],
"field_60143": [
1
],
"field_60144": [
1
],
"field_60145": [
1
],
"field_60146": [
2
],
"field_60147": [
1
],
"field_60148": [
1
],
"field_60149": [
1
],
"field_60150": [
1
],
"field_60151": [
2
],
"field_60188": null,
"field_60189": null,
"field_60190": null,
"field_60191": null,
"field_60197": null,
"field_60198": null,
"field_60204": null,
"field_60152": "2025",
"field_60210": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2025-02-19T12:26:19.574862+00:00",
"updated_on": "2025-02-19T12:26:32.818213+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60209": null,
"field_60138": [
11
],
"field_60139": [
2
],
"field_60140": [
1
],
"field_60141": [
2
],
"field_60142": [
2
],
"field_60143": [
1
],
"field_60144": [
1
],
"field_60145": [
2
],
"field_60146": [
1
],
"field_60147": [
1
],
"field_60148": [
2
],
"field_60149": [
1
],
"field_60150": [
1
],
"field_60151": [
1
],
"field_60188": null,
"field_60189": null,
"field_60190": null,
"field_60191": null,
"field_60197": null,
"field_60198": null,
"field_60204": null,
"field_60152": "2025",
"field_60210": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2025-02-19T12:28:36.325224+00:00",
"updated_on": "2025-02-19T12:28:36.325224+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60209": null,
"field_60138": [
9
],
"field_60139": [
1
],
"field_60140": [
1
],
"field_60141": [
1
],
"field_60142": [
2
],
"field_60143": [
1
],
"field_60144": [
1
],
"field_60145": [
1
],
"field_60146": [
1
],
"field_60147": [
2
],
"field_60148": [
1
],
"field_60149": [
2
],
"field_60150": [
1
],
"field_60151": [
1
],
"field_60188": null,
"field_60189": null,
"field_60190": null,
"field_60191": null,
"field_60197": null,
"field_60198": null,
"field_60204": null,
"field_60152": "2025",
"field_60210": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2025-02-19T12:29:33.888975+00:00",
"updated_on": "2025-02-19T12:29:41.901802+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60209": null,
"field_60138": [
6
],
"field_60139": [
1
],
"field_60140": [
2
],
"field_60141": [
1
],
"field_60142": [
1
],
"field_60143": [
2
],
"field_60144": [
2
],
"field_60145": [
2
],
"field_60146": [
1
],
"field_60147": [
1
],
"field_60148": [
1
],
"field_60149": [
2
],
"field_60150": [
2
],
"field_60151": [
1
],
"field_60188": null,
"field_60189": null,
"field_60190": null,
"field_60191": null,
"field_60197": null,
"field_60198": null,
"field_60204": null,
"field_60152": "2025",
"field_60210": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2025-02-19T12:31:20.030391+00:00",
"updated_on": "2025-02-19T12:31:20.030391+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60209": null,
"field_60138": [
10
],
"field_60139": [
2
],
"field_60140": [
1
],
"field_60141": [
1
],
"field_60142": [
1
],
"field_60143": [
2
],
"field_60144": [
2
],
"field_60145": [
1
],
"field_60146": [
2
],
"field_60147": [
1
],
"field_60148": [
2
],
"field_60149": [
1
],
"field_60150": [
1
],
"field_60151": [
1
],
"field_60188": null,
"field_60189": null,
"field_60190": null,
"field_60191": null,
"field_60197": null,
"field_60198": null,
"field_60204": null,
"field_60152": "2025",
"field_60210": null
}
],
"data_sync": null
},
{
"id": 5734,
"name": "Potential assessment scales",
"order": 8,
"fields": [
{
"id": 60153,
"type": "text",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 60154,
"type": "number",
"name": "Score",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"number_decimal_places": 0,
"number_negative": false,
"number_prefix": "",
"number_suffix": "",
"number_separator": ""
}
],
"views": [
{
"id": 26628,
"type": "grid",
"name": "All scales",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 263656,
"field_id": 60153,
"width": 134,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263657,
"field_id": 60154,
"width": 106,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2025-02-18T09:56:25.760470+00:00",
"updated_on": "2025-02-18T09:56:47.721370+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60153": "Always",
"field_60154": "1"
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2025-02-18T09:56:25.760491+00:00",
"updated_on": "2025-02-18T09:56:55.832264+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60153": "Occasionally",
"field_60154": "0"
}
],
"data_sync": null
},
{
"id": 5735,
"name": "Ability assessments",
"order": 9,
"fields": [
{
"id": 60200,
"type": "formula",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "concat(min(lookup('Employee','Name')),' - ', field('Year'),' - ',field('Has ability'))",
"formula_type": "text"
},
{
"id": 60155,
"type": "link_row",
"name": "Employee",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5730,
"link_row_related_field_id": 60127,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 60156,
"type": "link_row",
"name": "Manager",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5730,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60157,
"type": "number",
"name": "Year",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"number_decimal_places": 0,
"number_negative": false,
"number_prefix": "",
"number_suffix": "",
"number_separator": ""
},
{
"id": 60158,
"type": "boolean",
"name": "Question 1",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 60159,
"type": "boolean",
"name": "Question 2",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 60160,
"type": "boolean",
"name": "Question 3",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 60192,
"type": "formula",
"name": "Has ability",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "and(and(field('Question 1'),field('Question 2')),field('Question 3'))",
"formula_type": "boolean"
},
{
"id": 60201,
"type": "formula",
"name": "Has ability symbol",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "if(field('Has ability'),'\u2714\ufe0f ','\u274c')",
"formula_type": "text"
}
],
"views": [
{
"id": 26629,
"type": "grid",
"name": "All ability assessments",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20555,
"field_id": 60157,
"order": "DESC"
},
{
"id": 20556,
"field_id": 60192,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 263658,
"field_id": 60200,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263659,
"field_id": 60155,
"width": 135,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263660,
"field_id": 60156,
"width": 141,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263661,
"field_id": 60157,
"width": 102,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263662,
"field_id": 60158,
"width": 138,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263663,
"field_id": 60159,
"width": 139,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263664,
"field_id": 60160,
"width": 148,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263665,
"field_id": 60192,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263666,
"field_id": 60201,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26653,
"type": "grid",
"name": "All ability assessments grouped by employee",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20557,
"field_id": 60157,
"order": "DESC"
},
{
"id": 20558,
"field_id": 60192,
"order": "DESC"
}
],
"group_bys": [
{
"id": 3678,
"field_id": 60155,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264342,
"field_id": 60200,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264343,
"field_id": 60155,
"width": 135,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264344,
"field_id": 60156,
"width": 141,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264345,
"field_id": 60157,
"width": 102,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264346,
"field_id": 60158,
"width": 138,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264347,
"field_id": 60159,
"width": 139,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264348,
"field_id": 60160,
"width": 148,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264349,
"field_id": 60192,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264350,
"field_id": 60201,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26654,
"type": "grid",
"name": "All ability assessments grouped by manager",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20559,
"field_id": 60157,
"order": "DESC"
},
{
"id": 20560,
"field_id": 60192,
"order": "DESC"
}
],
"group_bys": [
{
"id": 3679,
"field_id": 60156,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264351,
"field_id": 60200,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264352,
"field_id": 60155,
"width": 135,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264353,
"field_id": 60156,
"width": 141,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264354,
"field_id": 60157,
"width": 102,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264355,
"field_id": 60158,
"width": 138,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264356,
"field_id": 60159,
"width": 139,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264357,
"field_id": 60160,
"width": 148,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264358,
"field_id": 60192,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264359,
"field_id": 60201,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26655,
"type": "grid",
"name": "All ability assessments grouped by year",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20561,
"field_id": 60157,
"order": "DESC"
},
{
"id": 20562,
"field_id": 60192,
"order": "DESC"
}
],
"group_bys": [
{
"id": 3680,
"field_id": 60157,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264360,
"field_id": 60200,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264361,
"field_id": 60155,
"width": 135,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264362,
"field_id": 60156,
"width": 141,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264363,
"field_id": 60157,
"width": 102,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264364,
"field_id": 60158,
"width": 138,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264365,
"field_id": 60159,
"width": 139,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264366,
"field_id": 60160,
"width": 148,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264367,
"field_id": 60192,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264368,
"field_id": 60201,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26656,
"type": "grid",
"name": "Passed tests",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 14045,
"field_id": 60192,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 20563,
"field_id": 60157,
"order": "DESC"
},
{
"id": 20564,
"field_id": 60192,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264369,
"field_id": 60200,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264370,
"field_id": 60155,
"width": 135,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264371,
"field_id": 60156,
"width": 141,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264372,
"field_id": 60157,
"width": 102,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264373,
"field_id": 60158,
"width": 138,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264374,
"field_id": 60159,
"width": 139,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264375,
"field_id": 60160,
"width": 148,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264376,
"field_id": 60192,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264377,
"field_id": 60201,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26657,
"type": "grid",
"name": "Failed tests",
"order": 6,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 14046,
"field_id": 60192,
"type": "boolean",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 20565,
"field_id": 60157,
"order": "DESC"
},
{
"id": 20566,
"field_id": 60192,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264378,
"field_id": 60200,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264379,
"field_id": 60155,
"width": 135,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264380,
"field_id": 60156,
"width": 141,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264381,
"field_id": 60157,
"width": 102,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264382,
"field_id": 60158,
"width": 138,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264383,
"field_id": 60159,
"width": 139,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264384,
"field_id": 60160,
"width": 148,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264385,
"field_id": 60192,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264386,
"field_id": 60201,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2025-02-18T10:14:20.975347+00:00",
"updated_on": "2025-02-18T10:27:14.229303+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60200": null,
"field_60155": [
9
],
"field_60156": [
1
],
"field_60157": "2024",
"field_60158": "true",
"field_60159": "true",
"field_60160": "true",
"field_60192": null,
"field_60201": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2025-02-18T10:14:20.975382+00:00",
"updated_on": "2025-02-18T10:25:33.064415+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60200": null,
"field_60155": [
14
],
"field_60156": [
3
],
"field_60157": "2024",
"field_60158": "true",
"field_60159": "false",
"field_60160": "true",
"field_60192": null,
"field_60201": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2025-02-19T08:30:43.233315+00:00",
"updated_on": "2025-02-19T10:09:41.459968+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60200": null,
"field_60155": [
7
],
"field_60156": [
1
],
"field_60157": "2025",
"field_60158": "true",
"field_60159": "true",
"field_60160": "true",
"field_60192": null,
"field_60201": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2025-02-19T12:26:41.961990+00:00",
"updated_on": "2025-02-19T12:26:41.961990+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60200": null,
"field_60155": [
11
],
"field_60156": [
2
],
"field_60157": "2025",
"field_60158": "true",
"field_60159": "true",
"field_60160": "true",
"field_60192": null,
"field_60201": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2025-02-19T12:28:47.204913+00:00",
"updated_on": "2025-02-19T12:28:47.204913+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60200": null,
"field_60155": [
9
],
"field_60156": [
1
],
"field_60157": "2025",
"field_60158": "true",
"field_60159": "true",
"field_60160": "true",
"field_60192": null,
"field_60201": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2025-02-19T12:31:50.929376+00:00",
"updated_on": "2025-02-19T12:31:50.929376+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60200": null,
"field_60155": [
10
],
"field_60156": [
2
],
"field_60157": "2025",
"field_60158": "true",
"field_60159": "true",
"field_60160": "true",
"field_60192": null,
"field_60201": null
}
],
"data_sync": null
},
{
"id": 5736,
"name": "Accelerated assessment",
"order": 10,
"fields": [
{
"id": 60184,
"type": "formula",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_show_tzinfo": null,
"nullable": false,
"number_decimal_places": null,
"number_separator": "",
"date_format": null,
"number_prefix": "",
"number_suffix": "",
"duration_format": null,
"array_formula_type": null,
"date_time_format": null,
"error": null,
"date_force_timezone": null,
"date_include_time": null,
"formula": "concat(min(lookup('Employee','Name')),' - ', field('Year'))",
"formula_type": "text"
},
{
"id": 60161,
"type": "link_row",
"name": "Employee",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5730,
"link_row_related_field_id": 60129,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 60162,
"type": "link_row",
"name": "Manager",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 5730,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 60163,
"type": "number",
"name": "Year",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"number_decimal_places": 0,
"number_negative": false,
"number_prefix": "",
"number_suffix": "",
"number_separator": ""
},
{
"id": 60164,
"type": "long_text",
"name": "Strength 1",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 60165,
"type": "long_text",
"name": "Strength 2",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 60166,
"type": "long_text",
"name": "Strength 3",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 60167,
"type": "long_text",
"name": "Development 1",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 60168,
"type": "long_text",
"name": "Development 2",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 60169,
"type": "long_text",
"name": "Development 3",
"description": null,
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 60170,
"type": "long_text",
"name": "Retention risk",
"description": null,
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 60171,
"type": "long_text",
"name": "Impact of loss",
"description": null,
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 60172,
"type": "long_text",
"name": "New to position",
"description": null,
"order": 12,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 60173,
"type": "long_text",
"name": "Willingness to relocate",
"description": null,
"order": 13,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 60174,
"type": "long_text",
"name": "Desired locations",
"description": null,
"order": 14,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 60175,
"type": "long_text",
"name": "Comments",
"description": null,
"order": 15,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
}
],
"views": [
{
"id": 26630,
"type": "grid",
"name": "All accelerated assessments",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20567,
"field_id": 60163,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 263667,
"field_id": 60184,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263668,
"field_id": 60161,
"width": 142,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263669,
"field_id": 60162,
"width": 138,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263670,
"field_id": 60163,
"width": 135,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263671,
"field_id": 60164,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263672,
"field_id": 60165,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263673,
"field_id": 60166,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263674,
"field_id": 60167,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263675,
"field_id": 60168,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263676,
"field_id": 60169,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263677,
"field_id": 60170,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263678,
"field_id": 60171,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263679,
"field_id": 60172,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263680,
"field_id": 60173,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263681,
"field_id": 60174,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 263682,
"field_id": 60175,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26658,
"type": "grid",
"name": "All accelerated assessments grouped by employee",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20568,
"field_id": 60163,
"order": "DESC"
}
],
"group_bys": [
{
"id": 3681,
"field_id": 60161,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264387,
"field_id": 60184,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264388,
"field_id": 60161,
"width": 142,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264389,
"field_id": 60162,
"width": 138,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264390,
"field_id": 60163,
"width": 135,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264391,
"field_id": 60164,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264392,
"field_id": 60165,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264393,
"field_id": 60166,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264394,
"field_id": 60167,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264395,
"field_id": 60168,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264396,
"field_id": 60169,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264397,
"field_id": 60170,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264398,
"field_id": 60171,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264399,
"field_id": 60172,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264400,
"field_id": 60173,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264401,
"field_id": 60174,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264402,
"field_id": 60175,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26659,
"type": "grid",
"name": "All accelerated assessments grouped by manager",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20569,
"field_id": 60163,
"order": "DESC"
}
],
"group_bys": [
{
"id": 3682,
"field_id": 60162,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264403,
"field_id": 60184,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264404,
"field_id": 60161,
"width": 142,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264405,
"field_id": 60162,
"width": 138,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264406,
"field_id": 60163,
"width": 135,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264407,
"field_id": 60164,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264408,
"field_id": 60165,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264409,
"field_id": 60166,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264410,
"field_id": 60167,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264411,
"field_id": 60168,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264412,
"field_id": 60169,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264413,
"field_id": 60170,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264414,
"field_id": 60171,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264415,
"field_id": 60172,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264416,
"field_id": 60173,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264417,
"field_id": 60174,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264418,
"field_id": 60175,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 26660,
"type": "grid",
"name": "All accelerated assessments grouped by year",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 20570,
"field_id": 60163,
"order": "DESC"
}
],
"group_bys": [
{
"id": 3683,
"field_id": 60163,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 264419,
"field_id": 60184,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264420,
"field_id": 60161,
"width": 142,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264421,
"field_id": 60162,
"width": 138,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264422,
"field_id": 60163,
"width": 135,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264423,
"field_id": 60164,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264424,
"field_id": 60165,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264425,
"field_id": 60166,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264426,
"field_id": 60167,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264427,
"field_id": 60168,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264428,
"field_id": 60169,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264429,
"field_id": 60170,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264430,
"field_id": 60171,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264431,
"field_id": 60172,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264432,
"field_id": 60173,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264433,
"field_id": 60174,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 264434,
"field_id": 60175,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2025-02-19T08:38:49.436747+00:00",
"updated_on": "2025-02-19T08:49:31.612177+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60184": null,
"field_60161": [
9
],
"field_60162": [
1
],
"field_60163": "2024",
"field_60164": "Leadership",
"field_60165": "Strategic thinking",
"field_60166": "Empathy",
"field_60167": "Public speaking",
"field_60168": "Time management",
"field_60169": "Project management",
"field_60170": "Low",
"field_60171": "High",
"field_60172": "Yes",
"field_60173": "Yes",
"field_60174": "New York",
"field_60175": "Excellent leadership potential."
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2025-02-19T08:38:49.436781+00:00",
"updated_on": "2025-02-19T10:10:52.892506+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60184": null,
"field_60161": [
7
],
"field_60162": [
1
],
"field_60163": "2025",
"field_60164": "Problem-solving",
"field_60165": "Creativity",
"field_60166": "Attention to detail",
"field_60167": "Delegation",
"field_60168": "Technical skills",
"field_60169": "Adaptability",
"field_60170": "Medium",
"field_60171": "Medium",
"field_60172": "No",
"field_60173": "No",
"field_60174": "San Francisco",
"field_60175": "Needs improvement in technical skills."
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2025-02-19T08:49:09.679145+00:00",
"updated_on": "2025-02-19T12:27:21.731140+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60184": null,
"field_60161": [
11
],
"field_60162": [
2
],
"field_60163": "2025",
"field_60164": "Communication",
"field_60165": "Time management",
"field_60166": "Innovation",
"field_60167": "Conflict resolution",
"field_60168": "Leadership",
"field_60169": "Problem-solving",
"field_60170": "High",
"field_60171": "Low",
"field_60172": "Yes",
"field_60173": "Maybe",
"field_60174": "Remote",
"field_60175": "Highly adaptable to new environments."
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2025-02-19T08:49:09.679170+00:00",
"updated_on": "2025-02-19T12:27:37.309938+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60184": null,
"field_60161": [
9
],
"field_60162": [
1
],
"field_60163": "2025",
"field_60164": "Teamwork",
"field_60165": "Analytical skills",
"field_60166": "Negotiation",
"field_60167": "Networking",
"field_60168": "Stress management",
"field_60169": "Teamwork",
"field_60170": "Low",
"field_60171": "High",
"field_60172": "No",
"field_60173": "Yes",
"field_60174": "London",
"field_60175": "Strong team player with excellent communication skills."
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2025-02-19T08:49:09.679183+00:00",
"updated_on": "2025-02-19T12:32:14.127785+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_60184": null,
"field_60161": [
10
],
"field_60162": [
2
],
"field_60163": "2025",
"field_60164": "Adaptability",
"field_60165": "Project management",
"field_60166": "Technical expertise",
"field_60167": "Decision-making",
"field_60168": "Communication",
"field_60169": "Strategic thinking",
"field_60170": "Medium",
"field_60171": "Medium",
"field_60172": "Yes",
"field_60173": "No",
"field_60174": "Berlin",
"field_60175": "Innovative thinker with a strong project management background."
}
],
"data_sync": null
}
]
},
{
"pages": [
{
"id": 6693,
"name": "__shared__",
"order": 1,
"path": "__shared__",
"path_params": [],
"query_params": [],
"shared": true,
"elements": [
{
"id": 107247,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"share_type": "except",
"pages": [
6694
]
},
{
"id": 107250,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 107247,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "ozYnvncZObH3qO03UgdCIAQ2Y4MHWJ4w_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "template-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 107251,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 107248,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "concat('\ud83d\udd11 Logged in as **',get('user.username'),'** (',get('user.role'),')')",
"format": "markdown"
},
{
"id": 107252,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 107248,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right",
"button_font_size": 12
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'LOGOUT'"
},
{
"id": 107253,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 107249,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 14
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6695,
"page_parameters": [],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'All employees'",
"variant": "button"
},
{
"id": 107254,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 107249,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 14
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6696,
"page_parameters": [],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TODO: Performance review'",
"variant": "button"
},
{
"id": 107255,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 107249,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 14
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6697,
"page_parameters": [],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TODO: Potential assessment'",
"variant": "button"
},
{
"id": 107256,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 107249,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 14
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6698,
"page_parameters": [],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TODO: Ability assessment'",
"variant": "button"
},
{
"id": 107248,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": 107247,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 107249,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": 107247,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"column_amount": 4,
"column_gap": 20,
"alignment": "top"
}
],
"data_sources": [],
"workflow_actions": [
{
"id": 13978,
"type": "logout",
"order": 1,
"page_id": 6693,
"element_id": 107252,
"event": "click"
}
],
"visibility": "all",
"role_type": "allow_all",
"roles": []
},
{
"id": 6694,
"name": "Login",
"order": 1,
"path": "/",
"path_params": [],
"query_params": [],
"shared": false,
"elements": [
{
"id": 107257,
"order": "1.00000000000000000000",
"type": "image",
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 107258,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_1_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 10,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Skill Discovery Application'",
"level": 1
},
{
"id": 107259,
"order": "2.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": 100,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 100,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 50,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 50,
"style_background_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"style_width_child": "normal",
"user_source_id": 674,
"login_button_label": "'Sign in'"
}
],
"data_sources": [],
"workflow_actions": [
{
"id": 13979,
"type": "open_page",
"order": 1,
"page_id": 6694,
"element_id": 107259,
"event": "after_login",
"navigation_type": "page",
"navigate_to_page_id": 6695,
"page_parameters": [],
"query_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "all",
"role_type": "allow_all",
"roles": []
},
{
"id": 6695,
"name": "All employees",
"order": 2,
"path": "/all-employees",
"path_params": [],
"query_params": [],
"shared": false,
"elements": [
{
"id": 107261,
"order": "0.50000000000000000000",
"type": "link",
"parent_element_id": 107260,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 18,
"button_border_radius": 0,
"button_vertical_padding": 18
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('current_record.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_60111')",
"variant": "button"
},
{
"id": 107262,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 107260,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('current_record.field_60114.0.url')",
"alt_text": ""
},
{
"id": 107263,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_1_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 10,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'All employees'",
"level": 1
},
{
"id": 107264,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 107260,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "concat('\ud83d\udcde ',get('current_record.field_60113'))",
"format": "plain"
},
{
"id": 107260,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12196,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_60111",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_60116",
"filterable": true,
"sortable": false,
"searchable": false
},
{
"schema_property": "field_60214",
"filterable": false,
"sortable": false,
"searchable": true
}
],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 4,
"smartphone": 1
},
"horizontal_gap": 20,
"vertical_gap": 20
},
{
"id": 107265,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 107260,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "concat('\u2709\ufe0f ',get('current_record.field_60112'))",
"format": "plain"
},
{
"id": 107266,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 107260,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'CATEGORY'",
"format": "plain"
},
{
"id": 107267,
"order": "3.66666666666666651864",
"type": "text",
"parent_element_id": 107260,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60214')",
"format": "plain"
},
{
"id": 107268,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 107260,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'LAST REVIEW'",
"format": "plain"
},
{
"id": 107269,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 107260,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60183')",
"format": "plain"
},
{
"id": 107270,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 107260,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'HAS POTENTIAL'",
"format": "plain"
},
{
"id": 107271,
"order": "5.50000000000000000000",
"type": "text",
"parent_element_id": 107260,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60212')",
"format": "plain"
},
{
"id": 107272,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 107260,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'HAS ABILITY'",
"format": "plain"
},
{
"id": 107273,
"order": "6.50000000000000000000",
"type": "text",
"parent_element_id": 107260,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60205')",
"format": "plain"
}
],
"data_sources": [
{
"id": 12196,
"name": "My employees",
"order": "1.00000000000000000000",
"service": {
"id": 15062,
"integration_id": 902,
"type": "local_baserow_list_rows",
"table_id": 5730,
"view_id": 26609,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 60123,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"People manager"
]
},
{
"id": 6696,
"name": "TOOD: Performance review",
"order": 3,
"path": "/employees-performance-review",
"path_params": [],
"query_params": [],
"shared": false,
"elements": [
{
"id": 107275,
"order": "0.50000000000000000000",
"type": "link",
"parent_element_id": 107274,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 18,
"button_border_radius": 0,
"button_vertical_padding": 18
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('current_record.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_60111')",
"variant": "button"
},
{
"id": 107276,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 107274,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('current_record.field_60114.0.url')",
"alt_text": ""
},
{
"id": 107277,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_1_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 10,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Employees that require a performance review'",
"level": 1
},
{
"id": 107278,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 107274,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "concat('\ud83d\udcde ',get('current_record.field_60113'))",
"format": "plain"
},
{
"id": 107274,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12197,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_60111",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_60116",
"filterable": true,
"sortable": false,
"searchable": false
},
{
"schema_property": "field_60214",
"filterable": false,
"sortable": false,
"searchable": true
}
],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 4,
"smartphone": 1
},
"horizontal_gap": 20,
"vertical_gap": 20
},
{
"id": 107279,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 107274,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "concat('\u2709\ufe0f ',get('current_record.field_60112'))",
"format": "plain"
},
{
"id": 107280,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 107274,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'CATEGORY'",
"format": "plain"
},
{
"id": 107281,
"order": "3.66666666666666651864",
"type": "text",
"parent_element_id": 107274,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60214')",
"format": "plain"
},
{
"id": 107282,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 107274,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'LAST REVIEW'",
"format": "plain"
},
{
"id": 107283,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 107274,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60183')",
"format": "plain"
},
{
"id": 107284,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 107274,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'HAS POTENTIAL'",
"format": "plain"
},
{
"id": 107285,
"order": "5.50000000000000000000",
"type": "text",
"parent_element_id": 107274,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60212')",
"format": "plain"
},
{
"id": 107286,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 107274,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'HAS ABILITY'",
"format": "plain"
},
{
"id": 107287,
"order": "6.50000000000000000000",
"type": "text",
"parent_element_id": 107274,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60205')",
"format": "plain"
}
],
"data_sources": [
{
"id": 12197,
"name": "My employees",
"order": "1.00000000000000000000",
"service": {
"id": 15063,
"integration_id": 902,
"type": "local_baserow_list_rows",
"table_id": 5730,
"view_id": 26611,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 60123,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"People manager"
]
},
{
"id": 6697,
"name": "TOOD: Potential assessment",
"order": 4,
"path": "/employees-potential-assessment",
"path_params": [],
"query_params": [],
"shared": false,
"elements": [
{
"id": 107289,
"order": "0.50000000000000000000",
"type": "link",
"parent_element_id": 107288,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 18,
"button_border_radius": 0,
"button_vertical_padding": 18
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('current_record.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_60111')",
"variant": "button"
},
{
"id": 107290,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 107288,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('current_record.field_60114.0.url')",
"alt_text": ""
},
{
"id": 107291,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_1_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 10,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Employees that require a potential assessment'",
"level": 1
},
{
"id": 107292,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 107288,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "concat('\ud83d\udcde ',get('current_record.field_60113'))",
"format": "plain"
},
{
"id": 107288,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12198,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_60111",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_60116",
"filterable": true,
"sortable": false,
"searchable": false
},
{
"schema_property": "field_60214",
"filterable": false,
"sortable": false,
"searchable": true
}
],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 4,
"smartphone": 1
},
"horizontal_gap": 20,
"vertical_gap": 20
},
{
"id": 107293,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 107288,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "concat('\u2709\ufe0f ',get('current_record.field_60112'))",
"format": "plain"
},
{
"id": 107294,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 107288,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'CATEGORY'",
"format": "plain"
},
{
"id": 107295,
"order": "3.66666666666666651864",
"type": "text",
"parent_element_id": 107288,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60214')",
"format": "plain"
},
{
"id": 107296,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 107288,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'LAST REVIEW'",
"format": "plain"
},
{
"id": 107297,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 107288,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60183')",
"format": "plain"
},
{
"id": 107298,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 107288,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'HAS POTENTIAL'",
"format": "plain"
},
{
"id": 107299,
"order": "5.50000000000000000000",
"type": "text",
"parent_element_id": 107288,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60212')",
"format": "plain"
},
{
"id": 107300,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 107288,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'HAS ABILITY'",
"format": "plain"
},
{
"id": 107301,
"order": "6.50000000000000000000",
"type": "text",
"parent_element_id": 107288,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60205')",
"format": "plain"
}
],
"data_sources": [
{
"id": 12198,
"name": "My employees",
"order": "1.00000000000000000000",
"service": {
"id": 15064,
"integration_id": 902,
"type": "local_baserow_list_rows",
"table_id": 5730,
"view_id": 26612,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 60123,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"People manager"
]
},
{
"id": 6698,
"name": "TOOD: Ability assessment",
"order": 5,
"path": "/employees-ability-assessment",
"path_params": [],
"query_params": [],
"shared": false,
"elements": [
{
"id": 107303,
"order": "0.50000000000000000000",
"type": "link",
"parent_element_id": 107302,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 18,
"button_border_radius": 0,
"button_vertical_padding": 18
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('current_record.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_60111')",
"variant": "button"
},
{
"id": 107304,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 107302,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('current_record.field_60114.0.url')",
"alt_text": ""
},
{
"id": 107305,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_1_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 10,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Employees that require an ability assessment'",
"level": 1
},
{
"id": 107306,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 107302,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "concat('\ud83d\udcde ',get('current_record.field_60113'))",
"format": "plain"
},
{
"id": 107302,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12199,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_60111",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_60116",
"filterable": true,
"sortable": false,
"searchable": false
},
{
"schema_property": "field_60214",
"filterable": false,
"sortable": false,
"searchable": true
}
],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 4,
"smartphone": 1
},
"horizontal_gap": 20,
"vertical_gap": 20
},
{
"id": 107307,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 107302,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "concat('\u2709\ufe0f ',get('current_record.field_60112'))",
"format": "plain"
},
{
"id": 107308,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 107302,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'CATEGORY'",
"format": "plain"
},
{
"id": 107309,
"order": "3.66666666666666651864",
"type": "text",
"parent_element_id": 107302,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60214')",
"format": "plain"
},
{
"id": 107310,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 107302,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'LAST REVIEW'",
"format": "plain"
},
{
"id": 107311,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 107302,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60183')",
"format": "plain"
},
{
"id": 107312,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 107302,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'HAS POTENTIAL'",
"format": "plain"
},
{
"id": 107313,
"order": "5.50000000000000000000",
"type": "text",
"parent_element_id": 107302,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60212')",
"format": "plain"
},
{
"id": 107314,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 107302,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'HAS ABILITY'",
"format": "plain"
},
{
"id": 107315,
"order": "6.50000000000000000000",
"type": "text",
"parent_element_id": 107302,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60205')",
"format": "plain"
}
],
"data_sources": [
{
"id": 12199,
"name": "My employees",
"order": "1.00000000000000000000",
"service": {
"id": 15065,
"integration_id": 902,
"type": "local_baserow_list_rows",
"table_id": 5730,
"view_id": 26613,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 60123,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"People manager"
]
},
{
"id": 6699,
"name": "Employee Details",
"order": 6,
"path": "/employee-details/:employee_id",
"path_params": [
{
"name": "employee_id",
"type": "numeric"
}
],
"query_params": [],
"shared": false,
"elements": [
{
"id": 107354,
"order": "0.33333333333333331483",
"type": "text",
"parent_element_id": 107353,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'RETENTION RISK'",
"format": "plain"
},
{
"id": 107355,
"order": "0.40000000000000002220",
"type": "text",
"parent_element_id": 107353,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60170')",
"format": "plain"
},
{
"id": 107356,
"order": "0.50000000000000000000",
"type": "text",
"parent_element_id": 107353,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'IMPACT OF LOSS'",
"format": "plain"
},
{
"id": 107357,
"order": "0.66666666666666662966",
"type": "text",
"parent_element_id": 107353,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60171')",
"format": "plain"
},
{
"id": 107318,
"order": "1.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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "concat(get('data_source.12200.field_60111'),' (',get('data_source.12200.field_60214'),')')",
"level": 1
},
{
"id": 107319,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 107316,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('data_source.12200.field_60114.0.url')",
"alt_text": ""
},
{
"id": 107320,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 107316,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'JOB ROLE'",
"format": "plain"
},
{
"id": 107352,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": 107317,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "#1e5f974d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 107358,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 107353,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'STRENGTH 1'",
"format": "plain"
},
{
"id": 107359,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 107353,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'NEW TO POSITION'",
"format": "plain"
},
{
"id": 107360,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 107352,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_font_weight": "semi-bold"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "concat('YEAR: ',get('current_record.field_60163'))",
"level": 3
},
{
"id": 107361,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 107352,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_font_size": 16,
"link_font_weight": "medium",
"link_text_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": 10,
"style_margin_right": 0,
"style_background_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6707,
"page_parameters": [
{
"name": "accelerate",
"value": "get('current_record.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Edit'",
"variant": "link"
},
{
"id": 107321,
"order": "1.33333333333333325932",
"type": "text",
"parent_element_id": 107316,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('data_source.12200.field_60116')",
"format": "plain"
},
{
"id": 107322,
"order": "1.50000000000000000000",
"type": "text",
"parent_element_id": 107316,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'E-MAIL'",
"format": "plain"
},
{
"id": 107323,
"order": "1.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": 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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Personal information'",
"level": 2
},
{
"id": 107324,
"order": "1.50000000000000000000",
"type": "text",
"parent_element_id": 107317,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'MANAGER'",
"format": "plain"
},
{
"id": 107362,
"order": "1.50000000000000000000",
"type": "text",
"parent_element_id": 107353,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60164')",
"format": "plain"
},
{
"id": 107325,
"order": "1.57142857142857139685",
"type": "link",
"parent_element_id": 107316,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"query_parameters": [],
"navigate_to_url": "concat('mailto:',get('data_source.12200.field_60112'))",
"target": "self",
"value": "get('data_source.12200.field_60112')",
"variant": "link"
},
{
"id": 107326,
"order": "1.60000000000000008882",
"type": "text",
"parent_element_id": 107317,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60162.0.value')",
"format": "plain"
},
{
"id": 107327,
"order": "1.66666666666666674068",
"type": "text",
"parent_element_id": 107316,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'PHONE'",
"format": "plain"
},
{
"id": 107328,
"order": "1.66666666666666674068",
"type": "text",
"parent_element_id": 107317,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'COMMENTS'",
"format": "plain"
},
{
"id": 107329,
"order": "1.71428571428571419055",
"type": "text",
"parent_element_id": 107316,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('data_source.12200.field_60113')",
"format": "plain"
},
{
"id": 107330,
"order": "1.75000000000000000000",
"type": "text",
"parent_element_id": 107316,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'DEPARTMENT'",
"format": "plain"
},
{
"id": 107331,
"order": "1.75000000000000000000",
"type": "text",
"parent_element_id": 107317,
"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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60175')",
"format": "plain"
},
{
"id": 107316,
"order": "2.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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 107353,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": 107317,
"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": 10,
"style_margin_right": 0,
"style_background_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "#8c8c8c0d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"column_amount": 4,
"column_gap": 20,
"alignment": "top"
},
{
"id": 107363,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 107353,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'STRENGTH 2'",
"format": "plain"
},
{
"id": 107364,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 107353,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'DEVELOPMENT 1'",
"format": "plain"
},
{
"id": 107365,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 107353,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'WILLINGNESS TO RELOCATE'",
"format": "plain"
},
{
"id": 107366,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 107353,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60172')",
"format": "plain"
},
{
"id": 107367,
"order": "2.50000000000000000000",
"type": "text",
"parent_element_id": 107353,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60165')",
"format": "plain"
},
{
"id": 107368,
"order": "2.50000000000000000000",
"type": "text",
"parent_element_id": 107353,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60167')",
"format": "plain"
},
{
"id": 107369,
"order": "2.50000000000000000000",
"type": "text",
"parent_element_id": 107353,
"place_in_container": "3",
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60173')",
"format": "plain"
},
{
"id": 107332,
"order": "2.75000000000000000000",
"type": "text",
"parent_element_id": 107316,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('data_source.12200.field_60179')",
"format": "plain"
},
{
"id": 107333,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 107316,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'UNIT'",
"format": "plain"
},
{
"id": 107334,
"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": 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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Performance reviews'",
"level": 2
},
{
"id": 107370,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 107353,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'STRENGTH 3'",
"format": "plain"
},
{
"id": 107371,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 107353,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'DEVELOPMENT 2'",
"format": "plain"
},
{
"id": 107372,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 107353,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'DESIRED LOCATION(S)'",
"format": "plain"
},
{
"id": 107335,
"order": "3.50000000000000000000",
"type": "link",
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6700,
"page_parameters": [
{
"name": "employee_id",
"value": "get('data_source.12200.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.12200.field_60206')",
"variant": "link"
},
{
"id": 107373,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 107353,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60168')",
"format": "plain"
},
{
"id": 107336,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 107316,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('data_source.12200.field_60180')",
"format": "plain"
},
{
"id": 107337,
"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": 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": 20,
"style_margin_right": 0,
"style_background_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12201,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "539b05db-24f9-441f-89b9-58f98efd0d72",
"name": "Year",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_60132')"
}
},
{
"uid": "a283dd02-4f7f-46f0-9e7f-867909098e68",
"name": "People Manager",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_60131.*.value')"
}
},
{
"uid": "a2fb396f-a645-4ae4-802e-5d619b75ece4",
"name": "Overall performance",
"type": "text",
"styles": {
"cell": {
"body_font_weight": "bold"
}
},
"config": {
"value": "get('current_record.field_60187')"
}
},
{
"uid": "96134175-cc9a-477b-8fa2-072344f88c0c",
"name": "What rating",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_60133.*.value')"
}
},
{
"uid": "4b079916-1ac6-4d02-b857-e0d0eb9a8a0b",
"name": "What description",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_60185')"
}
},
{
"uid": "39e6b822-9f61-4976-997e-2fd6cd398ed4",
"name": "How rating",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_60134.*.value')"
}
},
{
"uid": "a8e6c911-d37c-4c5e-aa1d-370b00d87a45",
"name": "How description",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_60186')"
}
},
{
"uid": "37579674-0fb4-41cc-8d54-d53d2923b817",
"name": "Edit",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 6701,
"page_parameters": [
{
"name": "performance_id",
"value": "get('current_record.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"link_name": "'Edit'",
"variant": "link"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 107374,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 107353,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60166')",
"format": "plain"
},
{
"id": 107375,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 107353,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'DEVELOPMENT 3'",
"format": "plain"
},
{
"id": 107376,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 107353,
"place_in_container": "3",
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60174')",
"format": "plain"
},
{
"id": 107338,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 107316,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'OFFICE LOCATION'",
"format": "plain"
},
{
"id": 107339,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_text_color": "primary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "concat('AVERAGE SCORE LAST 3 YEARS: **',get('data_source.12200.field_60207'),'**')",
"format": "markdown"
},
{
"id": 107377,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 107353,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('current_record.field_60169')",
"format": "plain"
},
{
"id": 107340,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 107316,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('data_source.12200.field_60124.*.value')",
"format": "plain"
},
{
"id": 107341,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_text_color": "primary"
}
},
"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": 20,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "concat('SUSTAINED PERFORMANCE: **',get('data_source.12200.field_60211'),'**')",
"format": "markdown"
},
{
"id": 107342,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 107316,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "secondary"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'ACTIVE FROM | UNTIL'",
"format": "plain"
},
{
"id": 107343,
"order": "7.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": 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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Potential assessments'",
"level": 2
},
{
"id": 107344,
"order": "8.00000000000000000000",
"type": "text",
"parent_element_id": 107316,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "concat(get('data_source.12200.field_60120'),' | ',get('data_source.12200.field_60121'))",
"format": "plain"
},
{
"id": 107345,
"order": "8.00000000000000000000",
"type": "link",
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6702,
"page_parameters": [
{
"name": "employee_id",
"value": "get('data_source.12200.id')"
}
],
"query_parameters": [],
"navigate_to_url": "'/my-employees'",
"target": "self",
"value": "get('data_source.12200.field_60221')",
"variant": "link"
},
{
"id": 107346,
"order": "9.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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12202,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "e6b50be8-0f89-4961-a4b5-5be12ea64e4b",
"name": "Year",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_60152')"
}
},
{
"uid": "4b7c2b7c-4c23-4ee3-b80d-dfb0112facdc",
"name": "People Manager",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_60139.*.value')"
}
},
{
"uid": "4cc743be-028a-4d03-96df-db26d8518483",
"name": "Total score",
"type": "text",
"styles": {
"cell": {
"body_font_weight": "bold"
}
},
"config": {
"value": "get('current_record.field_60197')"
}
},
{
"uid": "21f0436c-90b9-4bf8-ae9f-777a926f89cd",
"name": "Communication",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_60188')"
}
},
{
"uid": "1a787601-84e9-477f-b315-e1db96328504",
"name": "Problem solving",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_60189')"
}
},
{
"uid": "61a5b036-32f8-4fec-a358-c02aff0637eb",
"name": "Leadership",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_60190')"
}
},
{
"uid": "8cc5ff18-2ec6-4d46-a8d0-5e762bb44584",
"name": "Technical",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_60191')"
}
},
{
"uid": "cf496f7c-8b45-412d-afda-24cbf35b7d47",
"name": "Has potential",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_60210')"
}
},
{
"uid": "e38c6d61-53dc-4f9b-9742-eb70279ad934",
"name": "Edit",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 6703,
"page_parameters": [
{
"name": "potential_id",
"value": "get('current_record.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"link_name": "'Edit'",
"variant": "link"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 107347,
"order": "10.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": 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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Ability assessments'",
"level": 2
},
{
"id": 107348,
"order": "11.00000000000000000000",
"type": "link",
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6704,
"page_parameters": [
{
"name": "employee_id",
"value": "get('data_source.12200.id')"
}
],
"query_parameters": [],
"navigate_to_url": "'/my-employees'",
"target": "self",
"value": "get('data_source.12200.field_60219')",
"variant": "link"
},
{
"id": 107349,
"order": "12.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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12203,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "a4393467-e344-4d27-b3b5-d7d3315ac377",
"name": "Year",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_60157')"
}
},
{
"uid": "cdafe5ed-0479-4f35-be13-3a50b11cd7bf",
"name": "People Manager",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_60156.*.value')"
}
},
{
"uid": "46605322-4cb2-4683-86ff-00d9bc80ae95",
"name": "Technical",
"type": "boolean",
"styles": {},
"config": {
"value": "get('current_record.field_60158')"
}
},
{
"uid": "ad320caf-ca55-409c-825d-3909be736f9c",
"name": "Time",
"type": "boolean",
"styles": {},
"config": {
"value": "get('current_record.field_60159')"
}
},
{
"uid": "1c6c8c8a-d3c2-4fa3-afe9-bd84d783cd30",
"name": "Adaptability",
"type": "boolean",
"styles": {},
"config": {
"value": "get('current_record.field_60160')"
}
},
{
"uid": "43872db3-d52d-4e04-97fd-9fe7665577ab",
"name": "Has ability",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_60201')"
}
},
{
"uid": "3b1bf652-f84c-4d99-b970-c8deee2e6a6e",
"name": "Edit",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 6705,
"page_parameters": [
{
"name": "ability",
"value": "get('current_record.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"link_name": "'Edit'",
"variant": "link"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 107350,
"order": "13.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": 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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Accelerated assessments'",
"level": 2
},
{
"id": 107351,
"order": "14.00000000000000000000",
"type": "link",
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6706,
"page_parameters": [
{
"name": "employee_id",
"value": "get('data_source.12200.id')"
}
],
"query_parameters": [],
"navigate_to_url": "'/my-employees'",
"target": "self",
"value": "get('data_source.12200.field_60222')",
"variant": "link"
},
{
"id": 107317,
"order": "15.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": 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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12204,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
},
"horizontal_gap": 0,
"vertical_gap": 50
}
],
"data_sources": [
{
"id": 12200,
"name": "Employee details",
"order": "1.00000000000000000000",
"service": {
"id": 15066,
"integration_id": 902,
"type": "local_baserow_get_row",
"table_id": 5730,
"view_id": 26609,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.employee_id')"
}
},
{
"id": 12201,
"name": "Performance reviews",
"order": "2.00000000000000000000",
"service": {
"id": 15067,
"integration_id": 902,
"type": "local_baserow_list_rows",
"table_id": 5731,
"view_id": 26625,
"sortings": [
{
"field_id": 60132,
"order_by": "DESC"
}
],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 60130,
"type": "link_row_has",
"value": "get('page_parameter.employee_id')",
"value_is_formula": true
}
]
}
},
{
"id": 12202,
"name": "Potential assessments",
"order": "3.00000000000000000000",
"service": {
"id": 15068,
"integration_id": 902,
"type": "local_baserow_list_rows",
"table_id": 5733,
"view_id": 26627,
"sortings": [
{
"field_id": 60152,
"order_by": "DESC"
}
],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 60138,
"type": "link_row_has",
"value": "get('page_parameter.employee_id')",
"value_is_formula": true
}
]
}
},
{
"id": 12203,
"name": "Ability assessments",
"order": "4.00000000000000000000",
"service": {
"id": 15069,
"integration_id": 902,
"type": "local_baserow_list_rows",
"table_id": 5735,
"view_id": 26629,
"sortings": [
{
"field_id": 60157,
"order_by": "DESC"
}
],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 60155,
"type": "link_row_has",
"value": "get('page_parameter.employee_id')",
"value_is_formula": true
}
]
}
},
{
"id": 12204,
"name": "Accelerated assessments",
"order": "5.00000000000000000000",
"service": {
"id": 15070,
"integration_id": 902,
"type": "local_baserow_list_rows",
"table_id": 5736,
"view_id": 26630,
"sortings": [
{
"field_id": 60163,
"order_by": "DESC"
}
],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 60161,
"type": "link_row_has",
"value": "get('page_parameter.employee_id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"People manager"
]
},
{
"id": 6700,
"name": "Add performance review",
"order": 7,
"path": "/add-performance-review/:employee_id",
"path_params": [
{
"name": "employee_id",
"type": "numeric"
}
],
"query_params": [],
"shared": false,
"elements": [
{
"id": 107382,
"order": "0.50000000000000000000",
"type": "text",
"parent_element_id": 107378,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 13,
"body_font_weight": "medium"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'EMPLOYEE:'",
"format": "plain"
},
{
"id": 107383,
"order": "0.66666666666666662966",
"type": "link",
"parent_element_id": 107378,
"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": 5,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('page_parameter.employee_id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.12205.field_60111')",
"variant": "link"
},
{
"id": 107379,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 107378,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'YEAR'",
"required": true,
"validation_type": "integer",
"placeholder": "",
"default_value": "get('data_source.12205.field_60194')",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 107384,
"order": "1.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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Add performance review'",
"level": 1
},
{
"id": 107378,
"order": "3.00000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"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": 50,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 50,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 50,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 50,
"style_background_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"style_width_child": "normal",
"submit_button_label": "'+ Add performance review'",
"reset_initial_values_post_submission": false
},
{
"id": 107380,
"order": "3.50000000000000000000",
"type": "record_selector",
"parent_element_id": 107378,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12206,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'OVERALL WHAT RATING'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107381,
"order": "3.66666666666666651864",
"type": "record_selector",
"parent_element_id": 107378,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12206,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'OVERALL HOW RATING'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
}
],
"data_sources": [
{
"id": 12205,
"name": "Employee details",
"order": "1.00000000000000000000",
"service": {
"id": 15071,
"integration_id": 902,
"type": "local_baserow_get_row",
"table_id": 5730,
"view_id": 26609,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.employee_id')"
}
},
{
"id": 12206,
"name": "Performance ratings",
"order": "2.00000000000000000000",
"service": {
"id": 15072,
"integration_id": 902,
"type": "local_baserow_list_rows",
"table_id": 5732,
"view_id": 26626,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 13980,
"type": "create_row",
"order": 1,
"page_id": 6700,
"element_id": 107378,
"event": "submit",
"service": {
"id": 15083,
"integration_id": 902,
"type": "local_baserow_upsert_row",
"table_id": 5731,
"row_id": "",
"field_mappings": [
{
"field_id": 60130,
"value": "get('data_source.12205.id')",
"enabled": true
},
{
"field_id": 60131,
"value": "get('user.id')",
"enabled": true
},
{
"field_id": 60132,
"value": "get('form_data.107379')",
"enabled": true
},
{
"field_id": 60133,
"value": "get('form_data.107380')",
"enabled": true
},
{
"field_id": 60134,
"value": "get('form_data.107381')",
"enabled": true
}
]
}
},
{
"id": 13981,
"type": "notification",
"order": 2,
"page_id": 6700,
"element_id": 107378,
"event": "submit",
"title": "'\u2705 Success '",
"description": "concat('The performance review ',get('previous_action.13980.field_60196'),' is added ')"
},
{
"id": 13982,
"type": "open_page",
"order": 3,
"page_id": 6700,
"element_id": 107378,
"event": "submit",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('data_source.12205.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"People manager"
]
},
{
"id": 6701,
"name": "Edit performance review",
"order": 8,
"path": "/edit-performance-review/:performance_id",
"path_params": [
{
"name": "performance_id",
"type": "numeric"
}
],
"query_params": [],
"shared": false,
"elements": [
{
"id": 107388,
"order": "0.50000000000000000000",
"type": "text",
"parent_element_id": 107385,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 13,
"body_font_weight": "medium"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'EMPLOYEE:'",
"format": "plain"
},
{
"id": 107389,
"order": "0.66666666666666662966",
"type": "link",
"parent_element_id": 107385,
"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": 5,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('data_source.12207.field_60130.0.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.12207.field_60130.0.value')",
"variant": "link"
},
{
"id": 107390,
"order": "1.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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Edit performance review '",
"level": 1
},
{
"id": 107391,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 107385,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 13,
"body_font_weight": "medium"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'YEAR:'",
"format": "plain"
},
{
"id": 107392,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 107385,
"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": 5,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('data_source.12207.field_60132')",
"format": "plain"
},
{
"id": 107385,
"order": "3.00000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"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": 50,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 50,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 50,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 50,
"style_background_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"style_width_child": "normal",
"submit_button_label": "'+ Update performance review'",
"reset_initial_values_post_submission": false
},
{
"id": 107386,
"order": "3.50000000000000000000",
"type": "record_selector",
"parent_element_id": 107385,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12208,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'OVERALL WHAT RATING'",
"default_value": "get('data_source.12207.field_60133.0.id')",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107387,
"order": "3.66666666666666651864",
"type": "record_selector",
"parent_element_id": 107385,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12208,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'OVERALL HOW RATING'",
"default_value": "get('data_source.12207.field_60134.0.id')",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
}
],
"data_sources": [
{
"id": 12207,
"name": "Performance review",
"order": "2.00000000000000000000",
"service": {
"id": 15073,
"integration_id": 902,
"type": "local_baserow_get_row",
"table_id": 5731,
"view_id": null,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.performance_id')"
}
},
{
"id": 12208,
"name": "Performance ratings",
"order": "3.00000000000000000000",
"service": {
"id": 15074,
"integration_id": 902,
"type": "local_baserow_list_rows",
"table_id": 5732,
"view_id": 26626,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 13983,
"type": "update_row",
"order": 1,
"page_id": 6701,
"element_id": 107385,
"event": "submit",
"service": {
"id": 15084,
"integration_id": 902,
"type": "local_baserow_upsert_row",
"table_id": 5731,
"row_id": "get('data_source.12207.id')",
"field_mappings": [
{
"field_id": 60130,
"value": "",
"enabled": false
},
{
"field_id": 60131,
"value": "get('user.id')",
"enabled": true
},
{
"field_id": 60132,
"value": "get('data_source.12207.field_60132')",
"enabled": true
},
{
"field_id": 60133,
"value": "get('form_data.107386')",
"enabled": true
},
{
"field_id": 60134,
"value": "get('form_data.107387')",
"enabled": true
}
]
}
},
{
"id": 13984,
"type": "notification",
"order": 2,
"page_id": 6701,
"element_id": 107385,
"event": "submit",
"title": "'\u2705 Success '",
"description": "concat('The performance review ',get('previous_action.13983.field_60196'),' is updated ')"
},
{
"id": 13985,
"type": "open_page",
"order": 3,
"page_id": 6701,
"element_id": 107385,
"event": "submit",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('data_source.12207.field_60130.0.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"People manager"
]
},
{
"id": 6702,
"name": "Add potential assessment",
"order": 9,
"path": "/add-potential-assessment/:employee_id",
"path_params": [
{
"name": "employee_id",
"type": "numeric"
}
],
"query_params": [],
"shared": false,
"elements": [
{
"id": 107407,
"order": "0.33333333333333331483",
"type": "heading",
"parent_element_id": 107393,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'General info'",
"level": 2
},
{
"id": 107408,
"order": "0.50000000000000000000",
"type": "text",
"parent_element_id": 107393,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 13,
"body_font_weight": "medium"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'EMPLOYEE:'",
"format": "plain"
},
{
"id": 107409,
"order": "0.66666666666666662966",
"type": "link",
"parent_element_id": 107393,
"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": 5,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('page_parameter.employee_id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.12209.field_60111')",
"variant": "link"
},
{
"id": 107394,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 107393,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'YEAR'",
"required": true,
"validation_type": "integer",
"placeholder": "",
"default_value": "get('data_source.12209.field_60183')",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 107410,
"order": "1.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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Add potential assessment'",
"level": 1
},
{
"id": 107411,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": 107393,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Communication'",
"level": 2
},
{
"id": 107393,
"order": "3.00000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"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": 50,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 50,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 50,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 50,
"style_background_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "medium",
"style_width_child": "normal",
"submit_button_label": "'+ Add potential assessment'",
"reset_initial_values_post_submission": false
},
{
"id": 107395,
"order": "3.50000000000000000000",
"type": "record_selector",
"parent_element_id": 107393,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12210,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'01. Explains complex ideas to non-technical audiences in a clear and understandable way.'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107396,
"order": "5.00000000000000000000",
"type": "record_selector",
"parent_element_id": 107393,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12210,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'02. Handles critical feedback from colleagues or superiors constructively.'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107397,
"order": "6.00000000000000000000",
"type": "record_selector",
"parent_element_id": 107393,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12210,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'03. Communicates project delays to the team promptly and effectively.'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107412,
"order": "7.00000000000000000000",
"type": "heading",
"parent_element_id": 107393,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Problem solving'",
"level": 2
},
{
"id": 107398,
"order": "7.50000000000000000000",
"type": "record_selector",
"parent_element_id": 107393,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12210,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'04. Approaches challenging problems with a systematic and logical method.'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107399,
"order": "7.66666666666666696273",
"type": "record_selector",
"parent_element_id": 107393,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12210,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'05. Thinks outside the box to solve issues creatively.'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107400,
"order": "7.75000000000000000000",
"type": "record_selector",
"parent_element_id": 107393,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12210,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'06. Addresses significant errors in projects proactively before deadlines.'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107413,
"order": "8.00000000000000000000",
"type": "heading",
"parent_element_id": 107393,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Leadership'",
"level": 2
},
{
"id": 107401,
"order": "8.50000000000000000000",
"type": "record_selector",
"parent_element_id": 107393,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12210,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'07. Motivates and supports team members through difficult projects.'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107402,
"order": "8.66666666666666607455",
"type": "record_selector",
"parent_element_id": 107393,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12210,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'08. Delegates tasks efficiently to ensure both team productivity and growth.'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107403,
"order": "8.75000000000000000000",
"type": "record_selector",
"parent_element_id": 107393,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12210,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'09. Addresses underperformance in team members with constructive feedback and support.'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107414,
"order": "9.00000000000000000000",
"type": "heading",
"parent_element_id": 107393,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Technical skills'",
"level": 2
},
{
"id": 107404,
"order": "10.00000000000000000000",
"type": "record_selector",
"parent_element_id": 107393,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12210,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'10. Overcomes technical challenges using skills and knowledge effectively.\u00a0'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107405,
"order": "11.00000000000000000000",
"type": "record_selector",
"parent_element_id": 107393,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12210,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'11. Stays updated with the latest technologies and trends in the field regularly.'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107406,
"order": "12.00000000000000000000",
"type": "record_selector",
"parent_element_id": 107393,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12210,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'12.\u00a0Learns and implements new tools or software efficiently for projects.'",
"default_value": "",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
}
],
"data_sources": [
{
"id": 12209,
"name": "Employee details",
"order": "1.00000000000000000000",
"service": {
"id": 15075,
"integration_id": 902,
"type": "local_baserow_get_row",
"table_id": 5730,
"view_id": 26609,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.employee_id')"
}
},
{
"id": 12210,
"name": "Potential assessment scales",
"order": "2.00000000000000000000",
"service": {
"id": 15076,
"integration_id": 902,
"type": "local_baserow_list_rows",
"table_id": 5734,
"view_id": 26628,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 13986,
"type": "create_row",
"order": 1,
"page_id": 6702,
"element_id": 107393,
"event": "submit",
"service": {
"id": 15085,
"integration_id": 902,
"type": "local_baserow_upsert_row",
"table_id": 5733,
"row_id": "",
"field_mappings": [
{
"field_id": 60138,
"value": "get('data_source.12209.id')",
"enabled": true
},
{
"field_id": 60139,
"value": "get('user.id')",
"enabled": true
},
{
"field_id": 60140,
"value": "get('form_data.107395')",
"enabled": true
},
{
"field_id": 60152,
"value": "get('form_data.107394')",
"enabled": true
},
{
"field_id": 60141,
"value": "get('form_data.107396')",
"enabled": true
},
{
"field_id": 60142,
"value": "get('form_data.107397')",
"enabled": true
},
{
"field_id": 60143,
"value": "get('form_data.107398')",
"enabled": true
},
{
"field_id": 60144,
"value": "get('form_data.107399')",
"enabled": true
},
{
"field_id": 60145,
"value": "get('form_data.107400')",
"enabled": true
},
{
"field_id": 60146,
"value": "get('form_data.107401')",
"enabled": true
},
{
"field_id": 60147,
"value": "get('form_data.107402')",
"enabled": true
},
{
"field_id": 60148,
"value": "get('form_data.107403')",
"enabled": true
},
{
"field_id": 60149,
"value": "get('form_data.107404')",
"enabled": true
},
{
"field_id": 60150,
"value": "get('form_data.107405')",
"enabled": true
},
{
"field_id": 60151,
"value": "get('form_data.107406')",
"enabled": true
}
]
}
},
{
"id": 13987,
"type": "notification",
"order": 2,
"page_id": 6702,
"element_id": 107393,
"event": "submit",
"title": "'\u2705 Success '",
"description": "concat('The potential assessment ',get('previous_action.13986.field_60209'),' is added')"
},
{
"id": 13988,
"type": "open_page",
"order": 3,
"page_id": 6702,
"element_id": 107393,
"event": "submit",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('data_source.12209.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"People manager"
]
},
{
"id": 6703,
"name": "Edit potential assessment",
"order": 10,
"path": "/edit-potential-assessment/:potential_id",
"path_params": [
{
"name": "potential_id",
"type": "numeric"
}
],
"query_params": [],
"shared": false,
"elements": [
{
"id": 107428,
"order": "0.33333333333333331483",
"type": "heading",
"parent_element_id": 107415,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'General info'",
"level": 2
},
{
"id": 107429,
"order": "0.50000000000000000000",
"type": "text",
"parent_element_id": 107415,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 13,
"body_font_weight": "medium"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'EMPLOYEE:'",
"format": "plain"
},
{
"id": 107430,
"order": "0.66666666666666662966",
"type": "link",
"parent_element_id": 107415,
"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": 5,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('data_source.12211.field_60138.0.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.12211.field_60138.0.value')",
"variant": "link"
},
{
"id": 107431,
"order": "1.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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Edit potential assessment'",
"level": 1
},
{
"id": 107432,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 107415,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 13,
"body_font_weight": "medium"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'YEAR:'",
"format": "plain"
},
{
"id": 107433,
"order": "1.33333333333333325932",
"type": "text",
"parent_element_id": 107415,
"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": 5,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('data_source.12211.field_60152')",
"format": "plain"
},
{
"id": 107434,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": 107415,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Communication'",
"level": 2
},
{
"id": 107415,
"order": "3.00000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"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": 50,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 50,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 50,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 50,
"style_background_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "medium",
"style_width_child": "normal",
"submit_button_label": "'+ Update potential assessment'",
"reset_initial_values_post_submission": false
},
{
"id": 107416,
"order": "3.50000000000000000000",
"type": "record_selector",
"parent_element_id": 107415,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12212,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'01. Explains complex ideas to non-technical audiences in a clear and understandable way.'",
"default_value": "get('data_source.12211.field_60140.0.id')",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107417,
"order": "5.00000000000000000000",
"type": "record_selector",
"parent_element_id": 107415,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12212,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'02. Handles critical feedback from colleagues or superiors constructively.'",
"default_value": "get('data_source.12211.field_60141.0.id')",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107418,
"order": "6.00000000000000000000",
"type": "record_selector",
"parent_element_id": 107415,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12212,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'03. Communicates project delays to the team promptly and effectively.'",
"default_value": "get('data_source.12211.field_60142.0.id')",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107435,
"order": "7.00000000000000000000",
"type": "heading",
"parent_element_id": 107415,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Problem solving'",
"level": 2
},
{
"id": 107419,
"order": "7.50000000000000000000",
"type": "record_selector",
"parent_element_id": 107415,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12212,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'04. Approaches challenging problems with a systematic and logical method.'",
"default_value": "get('data_source.12211.field_60143.0.id')",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107420,
"order": "7.66666666666666696273",
"type": "record_selector",
"parent_element_id": 107415,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12212,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'05. Thinks outside the box to solve issues creatively.'",
"default_value": "get('data_source.12211.field_60144.0.id')",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107421,
"order": "7.75000000000000000000",
"type": "record_selector",
"parent_element_id": 107415,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12212,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'06. Addresses significant errors in projects proactively before deadlines.'",
"default_value": "get('data_source.12211.field_60145.0.id')",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107436,
"order": "8.00000000000000000000",
"type": "heading",
"parent_element_id": 107415,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Leadership'",
"level": 2
},
{
"id": 107422,
"order": "8.50000000000000000000",
"type": "record_selector",
"parent_element_id": 107415,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12212,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'07. Motivates and supports team members through difficult projects.'",
"default_value": "get('data_source.12211.field_60146.0.id')",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107423,
"order": "8.66666666666666607455",
"type": "record_selector",
"parent_element_id": 107415,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12212,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'08. Delegates tasks efficiently to ensure both team productivity and growth.'",
"default_value": "get('data_source.12211.field_60147.0.id')",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107424,
"order": "8.75000000000000000000",
"type": "record_selector",
"parent_element_id": 107415,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12212,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'09. Addresses underperformance in team members with constructive feedback and support.'",
"default_value": "get('data_source.12211.field_60148.0.id')",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107437,
"order": "9.00000000000000000000",
"type": "heading",
"parent_element_id": 107415,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Technical skills'",
"level": 2
},
{
"id": 107425,
"order": "10.00000000000000000000",
"type": "record_selector",
"parent_element_id": 107415,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12212,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'10. Overcomes technical challenges using skills and knowledge effectively.'",
"default_value": "get('data_source.12211.field_60149.0.id')",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107426,
"order": "11.00000000000000000000",
"type": "record_selector",
"parent_element_id": 107415,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12212,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'11. Stays updated with the latest technologies and trends in the field regularly.'",
"default_value": "get('data_source.12211.field_60150.0.id')",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
},
{
"id": 107427,
"order": "12.00000000000000000000",
"type": "record_selector",
"parent_element_id": 107415,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"data_source_id": 12212,
"items_per_page": 5,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": true,
"label": "'12.\u00a0Learns and implements new tools or software efficiently for projects.'",
"default_value": "get('data_source.12211.field_60151.0.id')",
"placeholder": "",
"multiple": false,
"option_name_suffix": ""
}
],
"data_sources": [
{
"id": 12211,
"name": "Assessment details",
"order": "1.00000000000000000000",
"service": {
"id": 15077,
"integration_id": 902,
"type": "local_baserow_get_row",
"table_id": 5733,
"view_id": 26627,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.potential_id')"
}
},
{
"id": 12212,
"name": "Potential assessment scales",
"order": "2.00000000000000000000",
"service": {
"id": 15078,
"integration_id": 902,
"type": "local_baserow_list_rows",
"table_id": 5734,
"view_id": 26628,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 13989,
"type": "update_row",
"order": 1,
"page_id": 6703,
"element_id": 107415,
"event": "submit",
"service": {
"id": 15086,
"integration_id": 902,
"type": "local_baserow_upsert_row",
"table_id": 5733,
"row_id": "get('data_source.12211.id')",
"field_mappings": [
{
"field_id": 60139,
"value": "get('user.id')",
"enabled": true
},
{
"field_id": 60144,
"value": "get('form_data.107420')",
"enabled": true
},
{
"field_id": 60145,
"value": "get('form_data.107421')",
"enabled": true
},
{
"field_id": 60146,
"value": "get('form_data.107422')",
"enabled": true
},
{
"field_id": 60147,
"value": "get('form_data.107423')",
"enabled": true
},
{
"field_id": 60148,
"value": "get('form_data.107424')",
"enabled": true
},
{
"field_id": 60149,
"value": "get('form_data.107425')",
"enabled": true
},
{
"field_id": 60150,
"value": "get('form_data.107426')",
"enabled": true
},
{
"field_id": 60151,
"value": "get('form_data.107427')",
"enabled": true
},
{
"field_id": 60152,
"value": "get('data_source.12211.field_60152')",
"enabled": true
},
{
"field_id": 60138,
"value": "get('data_source.12211.field_60138.0.id')",
"enabled": true
},
{
"field_id": 60140,
"value": "get('form_data.107416')",
"enabled": true
},
{
"field_id": 60141,
"value": "get('form_data.107417')",
"enabled": true
},
{
"field_id": 60142,
"value": "get('form_data.107418')",
"enabled": true
},
{
"field_id": 60143,
"value": "get('form_data.107419')",
"enabled": true
}
]
}
},
{
"id": 13990,
"type": "notification",
"order": 2,
"page_id": 6703,
"element_id": 107415,
"event": "submit",
"title": "'\u2705 Success '",
"description": "concat('The performance review ',get('previous_action.13989.field_60209'),' is updated')"
},
{
"id": 13991,
"type": "open_page",
"order": 3,
"page_id": 6703,
"element_id": 107415,
"event": "submit",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('data_source.12211.field_60138.0.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"People manager"
]
},
{
"id": 6704,
"name": "Add ability assessment",
"order": 11,
"path": "/add-ability-assessment/:employee_id",
"path_params": [
{
"name": "employee_id",
"type": "numeric"
}
],
"query_params": [],
"shared": false,
"elements": [
{
"id": 107443,
"order": "0.33333333333333331483",
"type": "heading",
"parent_element_id": 107438,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'General info'",
"level": 2
},
{
"id": 107444,
"order": "0.50000000000000000000",
"type": "text",
"parent_element_id": 107438,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 13,
"body_font_weight": "medium"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'EMPLOYEE:'",
"format": "plain"
},
{
"id": 107445,
"order": "0.66666666666666662966",
"type": "link",
"parent_element_id": 107438,
"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": 5,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('page_parameter.employee_id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.12213.field_60111')",
"variant": "link"
},
{
"id": 107439,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 107438,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'YEAR'",
"required": true,
"validation_type": "integer",
"placeholder": "",
"default_value": "get('data_source.12213.field_60183')",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 107446,
"order": "1.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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Add ability assessment'",
"level": 1
},
{
"id": 107447,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": 107438,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Technical proficiency'",
"level": 2
},
{
"id": 107440,
"order": "2.00000000000000000000",
"type": "checkbox",
"parent_element_id": 107438,
"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": 30,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Can the staff member proficiently use the required software tools for their role?'",
"required": false,
"default_value": ""
},
{
"id": 107438,
"order": "3.00000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"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": 50,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 50,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 50,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 50,
"style_background_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "medium",
"style_width_child": "normal",
"submit_button_label": "'+ Add ability assessment'",
"reset_initial_values_post_submission": false
},
{
"id": 107448,
"order": "7.00000000000000000000",
"type": "heading",
"parent_element_id": 107438,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Time management'",
"level": 2
},
{
"id": 107441,
"order": "7.50000000000000000000",
"type": "checkbox",
"parent_element_id": 107438,
"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": 30,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Does the staff member consistently meet project deadlines without compromising quality?'",
"required": false,
"default_value": ""
},
{
"id": 107449,
"order": "8.00000000000000000000",
"type": "heading",
"parent_element_id": 107438,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Adaptability'",
"level": 2
},
{
"id": 107442,
"order": "9.00000000000000000000",
"type": "checkbox",
"parent_element_id": 107438,
"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": 30,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Can the staff member quickly adapt to changes in project requirements or priorities?'",
"required": false,
"default_value": ""
}
],
"data_sources": [
{
"id": 12213,
"name": "Employee details",
"order": "1.00000000000000000000",
"service": {
"id": 15079,
"integration_id": 902,
"type": "local_baserow_get_row",
"table_id": 5730,
"view_id": 26609,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.employee_id')"
}
}
],
"workflow_actions": [
{
"id": 13992,
"type": "create_row",
"order": 1,
"page_id": 6704,
"element_id": 107438,
"event": "submit",
"service": {
"id": 15087,
"integration_id": 902,
"type": "local_baserow_upsert_row",
"table_id": 5735,
"row_id": "",
"field_mappings": [
{
"field_id": 60155,
"value": "get('data_source.12213.id')",
"enabled": true
},
{
"field_id": 60156,
"value": "get('user.id')",
"enabled": true
},
{
"field_id": 60157,
"value": "get('form_data.107439')",
"enabled": true
},
{
"field_id": 60158,
"value": "get('form_data.107440')",
"enabled": true
},
{
"field_id": 60159,
"value": "get('form_data.107441')",
"enabled": true
},
{
"field_id": 60160,
"value": "get('form_data.107442')",
"enabled": true
}
]
}
},
{
"id": 13993,
"type": "notification",
"order": 2,
"page_id": 6704,
"element_id": 107438,
"event": "submit",
"title": "'\u2705 Success '",
"description": "concat('The ability assessment',get('previous_action.13992.field_60200'),' is added')"
},
{
"id": 13994,
"type": "open_page",
"order": 3,
"page_id": 6704,
"element_id": 107438,
"event": "submit",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('data_source.12213.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"People manager"
]
},
{
"id": 6705,
"name": "Edit ability assessment",
"order": 12,
"path": "/edit-ability-assessment/:ability",
"path_params": [
{
"name": "ability",
"type": "numeric"
}
],
"query_params": [],
"shared": false,
"elements": [
{
"id": 107454,
"order": "0.33333333333333331483",
"type": "heading",
"parent_element_id": 107450,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'General info'",
"level": 2
},
{
"id": 107455,
"order": "0.50000000000000000000",
"type": "text",
"parent_element_id": 107450,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 13,
"body_font_weight": "medium"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'EMPLOYEE:'",
"format": "plain"
},
{
"id": 107456,
"order": "0.66666666666666662966",
"type": "link",
"parent_element_id": 107450,
"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": 5,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('data_source.12214.field_60155.0.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.12214.field_60155.0.value')",
"variant": "link"
},
{
"id": 107457,
"order": "1.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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Edit ability assessment'",
"level": 1
},
{
"id": 107458,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 107450,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 13,
"body_font_weight": "medium"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'YEAR:'",
"format": "plain"
},
{
"id": 107459,
"order": "1.33333333333333325932",
"type": "text",
"parent_element_id": 107450,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 13,
"body_font_weight": "medium"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 5,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('data_source.12214.field_60157')",
"format": "plain"
},
{
"id": 107460,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": 107450,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Technical Proficiency'",
"level": 2
},
{
"id": 107451,
"order": "2.00000000000000000000",
"type": "checkbox",
"parent_element_id": 107450,
"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": 30,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Can the staff member proficiently use the required software tools for their role?'",
"required": false,
"default_value": "get('data_source.12214.field_60158')"
},
{
"id": 107450,
"order": "3.00000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"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": 50,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 50,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 50,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 50,
"style_background_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "medium",
"style_width_child": "normal",
"submit_button_label": "'+ Update ability assessment'",
"reset_initial_values_post_submission": false
},
{
"id": 107461,
"order": "7.00000000000000000000",
"type": "heading",
"parent_element_id": 107450,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Time management'",
"level": 2
},
{
"id": 107452,
"order": "7.50000000000000000000",
"type": "checkbox",
"parent_element_id": 107450,
"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": 30,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Does the staff member consistently meet project deadlines without compromising quality?'",
"required": false,
"default_value": "get('data_source.12214.field_60159')"
},
{
"id": 107462,
"order": "8.00000000000000000000",
"type": "heading",
"parent_element_id": 107450,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Adaptability'",
"level": 2
},
{
"id": 107453,
"order": "9.00000000000000000000",
"type": "checkbox",
"parent_element_id": 107450,
"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": 30,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Can the staff member quickly adapt to changes in project requirements or priorities?'",
"required": false,
"default_value": "get('data_source.12214.field_60160')"
}
],
"data_sources": [
{
"id": 12214,
"name": "Assessment details",
"order": "1.00000000000000000000",
"service": {
"id": 15080,
"integration_id": 902,
"type": "local_baserow_get_row",
"table_id": 5735,
"view_id": null,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.ability')"
}
}
],
"workflow_actions": [
{
"id": 13995,
"type": "update_row",
"order": 1,
"page_id": 6705,
"element_id": 107450,
"event": "submit",
"service": {
"id": 15088,
"integration_id": 902,
"type": "local_baserow_upsert_row",
"table_id": 5735,
"row_id": "get('data_source.12214.id')",
"field_mappings": [
{
"field_id": 60155,
"value": "get('data_source.12214.field_60155.0.id')",
"enabled": true
},
{
"field_id": 60156,
"value": "get('user.id')",
"enabled": true
},
{
"field_id": 60157,
"value": "get('data_source.12214.field_60157')",
"enabled": true
},
{
"field_id": 60158,
"value": "get('form_data.107451')",
"enabled": true
},
{
"field_id": 60159,
"value": "get('form_data.107452')",
"enabled": true
},
{
"field_id": 60160,
"value": "get('form_data.107453')",
"enabled": true
}
]
}
},
{
"id": 13996,
"type": "notification",
"order": 2,
"page_id": 6705,
"element_id": 107450,
"event": "submit",
"title": "'\u2705 Success '",
"description": "concat('The ability assessment',get('previous_action.13995.field_60200'),' is updated')"
},
{
"id": 13997,
"type": "open_page",
"order": 3,
"page_id": 6705,
"element_id": 107450,
"event": "submit",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('data_source.12214.field_60155.0.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"People manager"
]
},
{
"id": 6706,
"name": "Add accelerate assessment",
"order": 13,
"path": "/add-accelerate-assessment/:employee_id",
"path_params": [
{
"name": "employee_id",
"type": "numeric"
}
],
"query_params": [],
"shared": false,
"elements": [
{
"id": 107477,
"order": "0.33333333333333331483",
"type": "heading",
"parent_element_id": 107463,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'General info'",
"level": 2
},
{
"id": 107478,
"order": "0.50000000000000000000",
"type": "text",
"parent_element_id": 107463,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 13,
"body_font_weight": "medium"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'EMPLOYEE:'",
"format": "plain"
},
{
"id": 107479,
"order": "0.66666666666666662966",
"type": "link",
"parent_element_id": 107463,
"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": 5,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('page_parameter.employee_id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.12215.field_60111')",
"variant": "link"
},
{
"id": 107464,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 107463,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'YEAR'",
"required": true,
"validation_type": "integer",
"placeholder": "",
"default_value": "get('data_source.12215.field_60183')",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 107480,
"order": "1.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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Add accelerated assessment'",
"level": 1
},
{
"id": 107481,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": 107463,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Strengths '",
"level": 2
},
{
"id": 107465,
"order": "2.00000000000000000000",
"type": "input_text",
"parent_element_id": 107463,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Strength 1'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107463,
"order": "3.00000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"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": 50,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 50,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 50,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 50,
"style_background_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "medium",
"style_width_child": "normal",
"submit_button_label": "'+ Add accelerated assessment'",
"reset_initial_values_post_submission": false
},
{
"id": 107466,
"order": "3.00000000000000000000",
"type": "input_text",
"parent_element_id": 107463,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Strength 2'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107467,
"order": "4.00000000000000000000",
"type": "input_text",
"parent_element_id": 107463,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Strength 3'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107482,
"order": "7.00000000000000000000",
"type": "heading",
"parent_element_id": 107463,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Developments'",
"level": 2
},
{
"id": 107468,
"order": "7.50000000000000000000",
"type": "input_text",
"parent_element_id": 107463,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Development 1'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107469,
"order": "7.66666666666666696273",
"type": "input_text",
"parent_element_id": 107463,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Development 2'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107470,
"order": "7.75000000000000000000",
"type": "input_text",
"parent_element_id": 107463,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Development 3'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107483,
"order": "8.00000000000000000000",
"type": "heading",
"parent_element_id": 107463,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Miscellaneous'",
"level": 2
},
{
"id": 107471,
"order": "9.00000000000000000000",
"type": "input_text",
"parent_element_id": 107463,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Retention risk'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107472,
"order": "10.00000000000000000000",
"type": "input_text",
"parent_element_id": 107463,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Impact of loss'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107473,
"order": "11.00000000000000000000",
"type": "input_text",
"parent_element_id": 107463,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'New to position'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107474,
"order": "12.00000000000000000000",
"type": "input_text",
"parent_element_id": 107463,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Willingness to relocate'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107475,
"order": "13.00000000000000000000",
"type": "input_text",
"parent_element_id": 107463,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Desired location(s)'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107484,
"order": "14.00000000000000000000",
"type": "heading",
"parent_element_id": 107463,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Comments'",
"level": 2
},
{
"id": 107476,
"order": "15.00000000000000000000",
"type": "input_text",
"parent_element_id": 107463,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Additional comments'",
"required": false,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": true,
"rows": 3,
"input_type": "text"
}
],
"data_sources": [
{
"id": 12215,
"name": "Employee details",
"order": "1.00000000000000000000",
"service": {
"id": 15081,
"integration_id": 902,
"type": "local_baserow_get_row",
"table_id": 5730,
"view_id": 26609,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.employee_id')"
}
}
],
"workflow_actions": [
{
"id": 13998,
"type": "create_row",
"order": 1,
"page_id": 6706,
"element_id": 107463,
"event": "submit",
"service": {
"id": 15089,
"integration_id": 902,
"type": "local_baserow_upsert_row",
"table_id": 5736,
"row_id": "",
"field_mappings": [
{
"field_id": 60162,
"value": "get('user.id')",
"enabled": true
},
{
"field_id": 60174,
"value": "get('form_data.107475')",
"enabled": true
},
{
"field_id": 60175,
"value": "get('form_data.107476')",
"enabled": true
},
{
"field_id": 60168,
"value": "get('form_data.107469')",
"enabled": true
},
{
"field_id": 60169,
"value": "get('form_data.107470')",
"enabled": true
},
{
"field_id": 60170,
"value": "get('form_data.107471')",
"enabled": true
},
{
"field_id": 60171,
"value": "get('form_data.107472')",
"enabled": true
},
{
"field_id": 60172,
"value": "get('form_data.107473')",
"enabled": true
},
{
"field_id": 60173,
"value": "get('form_data.107474')",
"enabled": true
},
{
"field_id": 60161,
"value": "get('data_source.12215.id')",
"enabled": true
},
{
"field_id": 60163,
"value": "get('form_data.107464')",
"enabled": true
},
{
"field_id": 60164,
"value": "get('form_data.107465')",
"enabled": true
},
{
"field_id": 60165,
"value": "get('form_data.107466')",
"enabled": true
},
{
"field_id": 60166,
"value": "get('form_data.107467')",
"enabled": true
},
{
"field_id": 60167,
"value": "get('form_data.107468')",
"enabled": true
}
]
}
},
{
"id": 13999,
"type": "notification",
"order": 2,
"page_id": 6706,
"element_id": 107463,
"event": "submit",
"title": "'\u2705 Success '",
"description": "concat('The accelerated assessment',get('previous_action.13998.field_60184'),' is added')"
},
{
"id": 14000,
"type": "open_page",
"order": 3,
"page_id": 6706,
"element_id": 107463,
"event": "submit",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('data_source.12215.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"People manager"
]
},
{
"id": 6707,
"name": "Edit accelerate assessment",
"order": 14,
"path": "/edit-accelerate-assessment/:accelerate",
"path_params": [
{
"name": "accelerate",
"type": "numeric"
}
],
"query_params": [],
"shared": false,
"elements": [
{
"id": 107498,
"order": "0.33333333333333331483",
"type": "heading",
"parent_element_id": 107485,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'General info'",
"level": 2
},
{
"id": 107499,
"order": "0.50000000000000000000",
"type": "text",
"parent_element_id": 107485,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 13,
"body_font_weight": "medium"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'EMPLOYEE:'",
"format": "plain"
},
{
"id": 107500,
"order": "0.66666666666666662966",
"type": "link",
"parent_element_id": 107485,
"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": 5,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('data_source.12216.field_60161.0.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.12216.field_60161.0.value')",
"variant": "link"
},
{
"id": 107501,
"order": "1.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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Edit accelerated assessment'",
"level": 1
},
{
"id": 107502,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 107485,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 13,
"body_font_weight": "medium"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'YEAR:'",
"format": "plain"
},
{
"id": 107503,
"order": "1.33333333333333325932",
"type": "text",
"parent_element_id": 107485,
"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": 5,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "get('data_source.12216.field_60163')",
"format": "plain"
},
{
"id": 107504,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": 107485,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Strengths '",
"level": 2
},
{
"id": 107486,
"order": "2.00000000000000000000",
"type": "input_text",
"parent_element_id": 107485,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Strength 1'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.12216.field_60164')",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107485,
"order": "3.00000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"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": 50,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 50,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 50,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 50,
"style_background_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "medium",
"style_width_child": "normal",
"submit_button_label": "'+ Update accelerated assessment'",
"reset_initial_values_post_submission": false
},
{
"id": 107487,
"order": "3.00000000000000000000",
"type": "input_text",
"parent_element_id": 107485,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Strength 2'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.12216.field_60165')",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107488,
"order": "4.00000000000000000000",
"type": "input_text",
"parent_element_id": 107485,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Strength 3'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.12216.field_60166')",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107505,
"order": "7.00000000000000000000",
"type": "heading",
"parent_element_id": 107485,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Developments'",
"level": 2
},
{
"id": 107489,
"order": "7.50000000000000000000",
"type": "input_text",
"parent_element_id": 107485,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Development 1'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.12216.field_60167')",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107490,
"order": "7.66666666666666696273",
"type": "input_text",
"parent_element_id": 107485,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Development 2'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.12216.field_60168')",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107491,
"order": "7.75000000000000000000",
"type": "input_text",
"parent_element_id": 107485,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Development 3'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.12216.field_60169')",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107506,
"order": "8.00000000000000000000",
"type": "heading",
"parent_element_id": 107485,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Miscellaneous'",
"level": 2
},
{
"id": 107492,
"order": "9.00000000000000000000",
"type": "input_text",
"parent_element_id": 107485,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Retention risk'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.12216.field_60170')",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107493,
"order": "10.00000000000000000000",
"type": "input_text",
"parent_element_id": 107485,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Impact of loss'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.12216.field_60171')",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107494,
"order": "11.00000000000000000000",
"type": "input_text",
"parent_element_id": 107485,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'New to position'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.12216.field_60172')",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107495,
"order": "12.00000000000000000000",
"type": "input_text",
"parent_element_id": 107485,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Willingness to relocate'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.12216.field_60173')",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107496,
"order": "13.00000000000000000000",
"type": "input_text",
"parent_element_id": 107485,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Desired location(s)'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.12216.field_60174')",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 107507,
"order": "14.00000000000000000000",
"type": "heading",
"parent_element_id": 107485,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "#ffffff"
}
},
"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_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Comments'",
"level": 2
},
{
"id": 107497,
"order": "15.00000000000000000000",
"type": "input_text",
"parent_element_id": 107485,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"label": "'Additional comments'",
"required": false,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.12216.field_60175')",
"is_multiline": true,
"rows": 3,
"input_type": "text"
}
],
"data_sources": [
{
"id": 12216,
"name": "Assessment details",
"order": "1.00000000000000000000",
"service": {
"id": 15082,
"integration_id": 902,
"type": "local_baserow_get_row",
"table_id": 5736,
"view_id": null,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.accelerate')"
}
}
],
"workflow_actions": [
{
"id": 14001,
"type": "update_row",
"order": 1,
"page_id": 6707,
"element_id": 107485,
"event": "submit",
"service": {
"id": 15090,
"integration_id": 902,
"type": "local_baserow_upsert_row",
"table_id": 5736,
"row_id": "get('data_source.12216.id')",
"field_mappings": [
{
"field_id": 60161,
"value": "get('data_source.12216.field_60161.0.id')",
"enabled": true
},
{
"field_id": 60162,
"value": "get('user.id')",
"enabled": true
},
{
"field_id": 60163,
"value": "get('data_source.12216.field_60163')",
"enabled": true
},
{
"field_id": 60164,
"value": "get('form_data.107486')",
"enabled": true
},
{
"field_id": 60165,
"value": "get('form_data.107487')",
"enabled": true
},
{
"field_id": 60166,
"value": "get('form_data.107488')",
"enabled": true
},
{
"field_id": 60167,
"value": "get('form_data.107489')",
"enabled": true
},
{
"field_id": 60168,
"value": "get('form_data.107490')",
"enabled": true
},
{
"field_id": 60169,
"value": "get('form_data.107491')",
"enabled": true
},
{
"field_id": 60170,
"value": "get('form_data.107492')",
"enabled": true
},
{
"field_id": 60171,
"value": "get('form_data.107493')",
"enabled": true
},
{
"field_id": 60172,
"value": "get('form_data.107494')",
"enabled": true
},
{
"field_id": 60173,
"value": "get('form_data.107495')",
"enabled": true
},
{
"field_id": 60174,
"value": "get('form_data.107496')",
"enabled": true
},
{
"field_id": 60175,
"value": "get('form_data.107497')",
"enabled": true
}
]
}
},
{
"id": 14002,
"type": "notification",
"order": 2,
"page_id": 6707,
"element_id": 107485,
"event": "submit",
"title": "'\u2705 Success '",
"description": "concat('The accelerated assessment',get('previous_action.14001.field_60184'),' is added')"
},
{
"id": 14003,
"type": "open_page",
"order": 3,
"page_id": 6707,
"element_id": 107485,
"event": "submit",
"navigation_type": "page",
"navigate_to_page_id": 6699,
"page_parameters": [
{
"name": "employee_id",
"value": "get('data_source.12216.field_60161.0.id')"
}
],
"query_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "logged-in",
"role_type": "disallow_all_except",
"roles": [
"People manager"
]
}
],
"integrations": [
{
"id": 902,
"name": "Local Baserow",
"order": "1.00000000000000000000",
"type": "local_baserow",
"authorized_user": null
}
],
"theme": {
"primary_color": "#1e5f97",
"secondary_color": "#5ebcb9",
"border_color": "#8c8c8c",
"main_success_color": "#12D452",
"main_warning_color": "#FCC74A",
"main_error_color": "#FF5A4A",
"custom_colors": [],
"body_font_family": "inter",
"body_font_size": 14,
"body_font_weight": "regular",
"body_text_color": "#444444",
"body_text_alignment": "left",
"heading_1_font_family": "inter",
"heading_1_font_size": 24,
"heading_1_font_weight": "semi-bold",
"heading_1_text_color": "primary",
"heading_1_text_alignment": "center",
"heading_2_font_family": "inter",
"heading_2_font_size": 20,
"heading_2_font_weight": "regular",
"heading_2_text_color": "primary",
"heading_2_text_alignment": "left",
"heading_3_font_family": "inter",
"heading_3_font_size": 16,
"heading_3_font_weight": "regular",
"heading_3_text_color": "#444444",
"heading_3_text_alignment": "left",
"heading_4_font_family": "tahoma",
"heading_4_font_size": 16,
"heading_4_font_weight": "regular",
"heading_4_text_color": "#444444",
"heading_4_text_alignment": "left",
"heading_5_font_family": "inter",
"heading_5_font_size": 14,
"heading_5_font_weight": "regular",
"heading_5_text_color": "#444444",
"heading_5_text_alignment": "left",
"heading_6_font_family": "inter",
"heading_6_font_size": 14,
"heading_6_font_weight": "regular",
"heading_6_text_color": "#444444",
"heading_6_text_alignment": "left",
"button_font_family": "inter",
"button_font_size": 13,
"button_font_weight": "regular",
"button_alignment": "left",
"button_text_alignment": "center",
"button_width": "auto",
"button_background_color": "transparent",
"button_text_color": "primary",
"button_border_color": "primary",
"button_border_size": 1,
"button_border_radius": 4,
"button_vertical_padding": 12,
"button_horizontal_padding": 12,
"button_hover_background_color": "primary",
"button_hover_text_color": "#ffffffff",
"button_hover_border_color": "primary",
"link_font_family": "inter",
"link_font_size": 13,
"link_font_weight": "regular",
"link_text_alignment": "left",
"link_text_color": "secondary",
"link_hover_text_color": "primary",
"image_alignment": "left",
"image_max_width": 100,
"image_max_height": null,
"image_border_radius": 0,
"image_constraint": "contain",
"page_background_color": "#ffffffff",
"page_background_file_id": null,
"page_background_mode": "tile",
"label_font_family": "inter",
"label_text_color": "#444444",
"label_font_size": 13,
"label_font_weight": "medium",
"input_font_family": "inter",
"input_font_size": 13,
"input_font_weight": "regular",
"input_text_color": "#444444",
"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": "border",
"table_border_size": 0,
"table_border_radius": 4,
"table_header_background_color": "secondary",
"table_header_text_color": "#ffffff",
"table_header_font_size": 13,
"table_header_font_weight": "semi-bold",
"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": "border",
"table_vertical_separator_size": 0,
"table_horizontal_separator_color": "border",
"table_horizontal_separator_size": 1
},
"user_sources": [
{
"id": 674,
"name": "Talent Managers",
"order": "1.00000000000000000000",
"type": "local_baserow",
"uid": "90ce6639eb334dbf86e1a078813acb1c",
"integration_id": 902,
"auth_providers": [
{
"id": 677,
"type": "local_baserow_password",
"domain": null,
"enabled": true,
"password_field_id": 60128
}
],
"table_id": 5730,
"email_field_id": 60112,
"name_field_id": 60111,
"role_field_id": 60116
}
],
"favicon_file": null,
"login_page": {
"id": 6694,
"name": "Login",
"order": 1,
"path": "/",
"path_params": [],
"query_params": [],
"shared": false,
"elements": [
{
"id": 107257,
"order": "1.00000000000000000000",
"type": "image",
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "F4nBAS96bygGuPzyB0WvApJG8I8CIMwJ_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "marketing-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 107258,
"order": "1.50000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_1_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 10,
"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_radius": 0,
"style_border_radius": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"style_width_child": "normal",
"value": "'Skill Discovery Application'",
"level": 1
},
{
"id": 107259,
"order": "2.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": 100,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 100,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 50,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 50,
"style_background_radius": 0,
"style_border_radius": 0,
"style_background": "color",
"style_background_color": "#eeeeee4d",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"style_width_child": "normal",
"user_source_id": 674,
"login_button_label": "'Sign in'"
}
],
"data_sources": [],
"workflow_actions": [
{
"id": 13979,
"type": "open_page",
"order": 1,
"page_id": 6694,
"element_id": 107259,
"event": "after_login",
"navigation_type": "page",
"navigate_to_page_id": 6695,
"page_parameters": [],
"query_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "all",
"role_type": "allow_all",
"roles": []
},
"id": 2177,
"name": "Skill Discovery Application",
"order": 2,
"type": "builder"
}
]
}