diff --git a/backend/templates/inspections-compliance.json b/backend/templates/inspections-compliance.json new file mode 100644 index 0000000000..1ba9c57688 --- /dev/null +++ b/backend/templates/inspections-compliance.json @@ -0,0 +1,7789 @@ +{ + "baserow_template_version": 1, + "name": "Inspections & Compliance", + "icon": "iconoir-shield-eye", + "keywords": [ + "inspection", + "compliance", + "safety", + "audit", + "checklist", + "maintenance", + "equipment", + "calibration" + ], + "categories": [ + "Business Operations", + "Business Continuity" + ], + "open_application": 2166, + "export": [ + { + "id": 2166, + "name": "Inspections & Compliance", + "order": 1, + "type": "database", + "tables": [ + { + "id": 5758, + "name": "Inspection Log", + "order": 1, + "fields": [ + { + "id": 61975, + "type": "formula", + "name": "Log ID", + "description": null, + "order": 0, + "primary": true, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": null, + "number_decimal_places": null, + "duration_format": null, + "date_time_format": null, + "date_include_time": null, + "number_suffix": "", + "number_prefix": "", + "date_force_timezone": null, + "array_formula_type": null, + "error": null, + "date_show_tzinfo": null, + "number_separator": "", + "nullable": false, + "formula": "concat('L-00', row_id())", + "formula_type": "text" + }, + { + "id": 61976, + "type": "link_row", + "name": "Equipment", + "description": null, + "order": 1, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "link_row_table_id": 5759, + "link_row_related_field_id": 61994, + "link_row_limit_selection_view_id": null, + "has_related_field": true, + "link_row_multiple_relationships": false + }, + { + "id": 61977, + "type": "single_select", + "name": "Log Type", + "description": null, + "order": 2, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "select_options": [ + { + "id": 24358, + "value": "Calibration Check", + "color": "blue", + "order": 0 + }, + { + "id": 24359, + "value": "Reactive Repair", + "color": "orange", + "order": 1 + }, + { + "id": 24360, + "value": "Safety Audit", + "color": "green", + "order": 2 + }, + { + "id": 24361, + "value": "Routine", + "color": "light-brown", + "order": 3 + }, + { + "id": 24362, + "value": "Post-Repair", + "color": "light-pink", + "order": 4 + } + ], + "single_select_default": null + }, + { + "id": 61978, + "type": "number", + "name": "Target Value", + "description": null, + "order": 3, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "number_decimal_places": 2, + "number_negative": false, + "number_prefix": "", + "number_suffix": "", + "number_separator": "", + "number_default": null + }, + { + "id": 61979, + "type": "number", + "name": "Observed Value", + "description": null, + "order": 4, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "number_decimal_places": 2, + "number_negative": false, + "number_prefix": "", + "number_suffix": "", + "number_separator": "", + "number_default": null + }, + { + "id": 61980, + "type": "number", + "name": "Tolerance Limit", + "description": null, + "order": 5, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "number_decimal_places": 2, + "number_negative": false, + "number_prefix": "", + "number_suffix": "", + "number_separator": "", + "number_default": null + }, + { + "id": 61981, + "type": "single_select", + "name": "Status", + "description": null, + "order": 6, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "select_options": [ + { + "id": 24363, + "value": "Pending Review", + "color": "orange", + "order": 0 + }, + { + "id": 24364, + "value": "Work in Progress", + "color": "yellow", + "order": 1 + }, + { + "id": 24365, + "value": "Completed", + "color": "green", + "order": 2 + } + ], + "single_select_default": null + }, + { + "id": 61982, + "type": "rating", + "name": "Priority", + "description": null, + "order": 7, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "max_value": 5, + "color": "dark-orange", + "style": "star" + }, + { + "id": 61983, + "type": "file", + "name": "Photos/Evidence", + "description": null, + "order": 8, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [] + }, + { + "id": 61984, + "type": "link_row", + "name": "Performed By", + "description": null, + "order": 10, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "link_row_table_id": 5760, + "link_row_related_field_id": 61998, + "link_row_limit_selection_view_id": null, + "has_related_field": true, + "link_row_multiple_relationships": false + }, + { + "id": 62003, + "type": "formula", + "name": "Deviation", + "description": null, + "order": 11, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": null, + "number_decimal_places": 2, + "duration_format": null, + "date_time_format": null, + "date_include_time": null, + "number_suffix": "", + "number_prefix": "", + "date_force_timezone": null, + "array_formula_type": null, + "error": null, + "date_show_tzinfo": null, + "number_separator": "", + "nullable": false, + "formula": "abs(field('Observed Value') - field('Target Value'))", + "formula_type": "number" + }, + { + "id": 62009, + "type": "formula", + "name": "Calibration Result", + "description": null, + "order": 12, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": null, + "number_decimal_places": null, + "duration_format": null, + "date_time_format": null, + "date_include_time": null, + "number_suffix": "", + "number_prefix": "", + "date_force_timezone": null, + "array_formula_type": null, + "error": null, + "date_show_tzinfo": null, + "number_separator": "", + "nullable": false, + "formula": "if(field('Deviation') <= field('Tolerance Limit'), '\u2705 Pass', '\u274c Fail')", + "formula_type": "text" + }, + { + "id": 62012, + "type": "formula", + "name": "Auto-Alert Trigger", + "description": null, + "order": 13, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": null, + "number_decimal_places": null, + "duration_format": null, + "date_time_format": null, + "date_include_time": null, + "number_suffix": "", + "number_prefix": "", + "date_force_timezone": null, + "array_formula_type": null, + "error": null, + "date_show_tzinfo": null, + "number_separator": "", + "nullable": false, + "formula": "if(field('Calibration Result') = '\u274c Fail', 'IMMEDIATE ESCALATION', 'Normal')", + "formula_type": "text" + }, + { + "id": 62010, + "type": "formula", + "name": "Safety Status", + "description": null, + "order": 15, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": null, + "number_decimal_places": null, + "duration_format": null, + "date_time_format": null, + "date_include_time": null, + "number_suffix": "", + "number_prefix": "", + "date_force_timezone": null, + "array_formula_type": null, + "error": null, + "date_show_tzinfo": null, + "number_separator": "", + "nullable": false, + "formula": "if(field('Deviation') > field('Tolerance Limit'), '\ud83d\udd34 CRITICAL: HALT MACHINE', '\ud83d\udfe2 SAFE')", + "formula_type": "text" + }, + { + "id": 61985, + "type": "boolean", + "name": "Within Tolerance?", + "description": null, + "order": 19, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "boolean_default": false + }, + { + "id": 61986, + "type": "long_text", + "name": "Failure Reason", + "description": null, + "order": 20, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "long_text_enable_rich_text": true + }, + { + "id": 61987, + "type": "date", + "name": "Date", + "description": null, + "order": 21, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": "US", + "date_include_time": false, + "date_time_format": "24", + "date_show_tzinfo": false, + "date_force_timezone": null + } + ], + "views": [ + { + "id": 23888, + "type": "form", + "name": "Run Inspection Checklist", + "order": 1, + "ownership_type": "collaborative", + "owned_by": null, + "public": true, + "title": "Run Inspection Checklist", + "description": "Internal Safety Audit", + "cover_image": null, + "logo_image": null, + "submit_text": "Submit", + "submit_action": "MESSAGE", + "submit_action_message": "Maintenance record created successfully.", + "submit_action_redirect_url": "", + "field_options": [ + { + "id": 28824, + "field_id": 61976, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 0, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28825, + "field_id": 61977, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 1, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28826, + "field_id": 61979, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 3, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28827, + "field_id": 61978, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 4, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28828, + "field_id": 61985, + "name": "", + "description": "", + "enabled": true, + "required": false, + "order": 5, + "show_when_matching_conditions": true, + "condition_type": "AND", + "conditions": [ + { + "id": 1527, + "field": 61979, + "type": "not_empty", + "group": null, + "value": "" + } + ], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28829, + "field_id": 61986, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 6, + "show_when_matching_conditions": true, + "condition_type": "AND", + "conditions": [ + { + "id": 1528, + "field": 61985, + "type": "boolean", + "group": null, + "value": "" + } + ], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28830, + "field_id": 61983, + "name": "", + "description": "", + "enabled": true, + "required": false, + "order": 7, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28831, + "field_id": 61984, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 8, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28832, + "field_id": 61975, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 9, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28833, + "field_id": 61980, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 10, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28834, + "field_id": 61981, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 11, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28835, + "field_id": 61982, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 12, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28836, + "field_id": 62003, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 13, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28837, + "field_id": 62009, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 14, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28838, + "field_id": 62012, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 15, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28839, + "field_id": 62010, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 16, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28840, + "field_id": 61987, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + } + ] + }, + { + "id": 23889, + "type": "grid", + "name": "Technical Audit Log", + "order": 2, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "group_bys": [ + { + "id": 3012, + "field_id": 61977, + "order": "ASC" + } + ], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222436, + "field_id": 61975, + "width": 200, + "hidden": false, + "order": 0, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222437, + "field_id": 62009, + "width": 200, + "hidden": false, + "order": 1, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222438, + "field_id": 61976, + "width": 200, + "hidden": false, + "order": 2, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222439, + "field_id": 61977, + "width": 200, + "hidden": false, + "order": 4, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222440, + "field_id": 61978, + "width": 200, + "hidden": false, + "order": 5, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222441, + "field_id": 61979, + "width": 200, + "hidden": false, + "order": 6, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222442, + "field_id": 61980, + "width": 200, + "hidden": false, + "order": 7, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222443, + "field_id": 61981, + "width": 200, + "hidden": false, + "order": 8, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222444, + "field_id": 61982, + "width": 200, + "hidden": false, + "order": 9, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222445, + "field_id": 61983, + "width": 200, + "hidden": false, + "order": 10, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222446, + "field_id": 61984, + "width": 200, + "hidden": false, + "order": 11, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222447, + "field_id": 62003, + "width": 200, + "hidden": false, + "order": 12, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222448, + "field_id": 62012, + "width": 200, + "hidden": false, + "order": 13, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222449, + "field_id": 62010, + "width": 200, + "hidden": false, + "order": 15, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222450, + "field_id": 61985, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222451, + "field_id": 61986, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222452, + "field_id": 61987, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23890, + "type": "grid", + "name": "Failed Calibrations", + "order": 3, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [ + { + "id": 14546, + "field_id": 62009, + "type": "equal", + "value": "\u274c Fail", + "group": null + } + ], + "filter_groups": [], + "sortings": [], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222453, + "field_id": 61975, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222454, + "field_id": 61976, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222455, + "field_id": 61977, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222456, + "field_id": 61978, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222457, + "field_id": 61979, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222458, + "field_id": 61980, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222459, + "field_id": 61981, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222460, + "field_id": 61982, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222461, + "field_id": 61983, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222462, + "field_id": 61984, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222463, + "field_id": 62003, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222464, + "field_id": 62009, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222466, + "field_id": 62010, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222465, + "field_id": 62012, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23891, + "type": "grid", + "name": "Passed Calibrations", + "order": 4, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [ + { + "id": 14547, + "field_id": 62009, + "type": "equal", + "value": "\u2705 Pass", + "group": null + } + ], + "filter_groups": [], + "sortings": [], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222467, + "field_id": 61975, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222468, + "field_id": 61976, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222469, + "field_id": 61977, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222470, + "field_id": 61978, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222471, + "field_id": 61979, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222472, + "field_id": 61980, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222473, + "field_id": 61981, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222474, + "field_id": 61982, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222475, + "field_id": 61983, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222476, + "field_id": 61984, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222477, + "field_id": 62003, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222478, + "field_id": 62009, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222480, + "field_id": 62010, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222479, + "field_id": 62012, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23892, + "type": "grid", + "name": "Escalation", + "order": 5, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [ + { + "id": 14548, + "field_id": 62012, + "type": "equal", + "value": "IMMEDIATE ESCALATION", + "group": null + }, + { + "id": 14549, + "field_id": 61981, + "type": "single_select_not_equal", + "value": "24365", + "group": null + } + ], + "filter_groups": [], + "sortings": [ + { + "id": 15927, + "field_id": 61975, + "order": "ASC" + } + ], + "group_bys": [], + "decorations": [], + "public": true, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222481, + "field_id": 61975, + "width": 200, + "hidden": false, + "order": 0, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222482, + "field_id": 61976, + "width": 200, + "hidden": false, + "order": 1, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222483, + "field_id": 61977, + "width": 200, + "hidden": false, + "order": 2, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222484, + "field_id": 61978, + "width": 200, + "hidden": false, + "order": 3, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222485, + "field_id": 61979, + "width": 200, + "hidden": false, + "order": 4, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222486, + "field_id": 61980, + "width": 200, + "hidden": false, + "order": 5, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222487, + "field_id": 61981, + "width": 200, + "hidden": false, + "order": 6, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222488, + "field_id": 61982, + "width": 200, + "hidden": true, + "order": 7, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222489, + "field_id": 61983, + "width": 200, + "hidden": true, + "order": 8, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222490, + "field_id": 61985, + "width": 200, + "hidden": false, + "order": 10, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222491, + "field_id": 61986, + "width": 200, + "hidden": false, + "order": 11, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222492, + "field_id": 61984, + "width": 200, + "hidden": false, + "order": 12, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222493, + "field_id": 62003, + "width": 200, + "hidden": false, + "order": 13, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222494, + "field_id": 62009, + "width": 200, + "hidden": false, + "order": 14, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222495, + "field_id": 62012, + "width": 200, + "hidden": false, + "order": 15, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222496, + "field_id": 62010, + "width": 200, + "hidden": true, + "order": 16, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 24068, + "type": "grid", + "name": "Grid", + "order": 6, + "ownership_type": "personal", + "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": 224437, + "field_id": 61975, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 224438, + "field_id": 61976, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 224439, + "field_id": 61977, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 224440, + "field_id": 61978, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 224441, + "field_id": 61979, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 224442, + "field_id": 61980, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 224443, + "field_id": 61981, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 224444, + "field_id": 61982, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 224445, + "field_id": 61983, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 224446, + "field_id": 61984, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 224451, + "field_id": 61985, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 224452, + "field_id": 61986, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 224453, + "field_id": 61987, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 224447, + "field_id": 62003, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 224448, + "field_id": 62009, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 224450, + "field_id": 62010, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 224449, + "field_id": 62012, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + } + ], + "rows": [ + { + "id": 1, + "order": "1.00000000000000000000", + "created_on": "2026-02-11T15:06:02.786139+00:00", + "updated_on": "2026-02-12T11:59:44.755138+00:00", + "field_61975": null, + "field_61976": [ + 1 + ], + "field_61977": 24358, + "field_61978": "100.00", + "field_61979": "98.00", + "field_61980": "5.00", + "field_61981": 24363, + "field_61982": 3, + "field_61983": [], + "field_61984": [ + 3 + ], + "field_62003": null, + "field_62009": null, + "field_62012": null, + "field_62010": null, + "field_61985": "true", + "field_61986": "", + "field_61987": "2023-06-15" + }, + { + "id": 2, + "order": "2.00000000000000000000", + "created_on": "2026-02-11T15:06:02.786225+00:00", + "updated_on": "2026-02-12T11:59:44.755230+00:00", + "field_61975": null, + "field_61976": [ + 2 + ], + "field_61977": 24359, + "field_61978": "0.00", + "field_61979": "0.00", + "field_61980": "0.00", + "field_61981": 24364, + "field_61982": 4, + "field_61983": [], + "field_61984": [ + 7 + ], + "field_62003": null, + "field_62009": null, + "field_62012": null, + "field_62010": null, + "field_61985": "false", + "field_61986": "Calibration drift detected", + "field_61987": "2023-05-30" + }, + { + "id": 3, + "order": "3.00000000000000000000", + "created_on": "2026-02-11T15:06:02.786255+00:00", + "updated_on": "2026-02-12T11:59:44.755255+00:00", + "field_61975": null, + "field_61976": [ + 3 + ], + "field_61977": 24360, + "field_61978": "0.00", + "field_61979": "0.00", + "field_61980": "0.00", + "field_61981": 24365, + "field_61982": 2, + "field_61983": [], + "field_61984": [ + 5 + ], + "field_62003": null, + "field_62009": null, + "field_62012": null, + "field_62010": null, + "field_61985": "true", + "field_61986": "", + "field_61987": "2025-05-10" + }, + { + "id": 4, + "order": "4.00000000000000000000", + "created_on": "2026-02-11T15:06:02.786280+00:00", + "updated_on": "2026-02-12T11:59:44.755275+00:00", + "field_61975": null, + "field_61976": [ + 4 + ], + "field_61977": 24362, + "field_61978": "120.00", + "field_61979": "119.00", + "field_61980": "3.00", + "field_61981": 24363, + "field_61982": 3, + "field_61983": [], + "field_61984": [ + 1 + ], + "field_62003": null, + "field_62009": null, + "field_62012": null, + "field_62010": null, + "field_61985": "true", + "field_61986": "", + "field_61987": "2023-01-20" + }, + { + "id": 5, + "order": "5.00000000000000000000", + "created_on": "2026-02-11T15:06:02.786305+00:00", + "updated_on": "2026-02-12T11:59:44.755293+00:00", + "field_61975": null, + "field_61976": [ + 5 + ], + "field_61977": 24359, + "field_61978": "0.00", + "field_61979": "0.00", + "field_61980": "0.00", + "field_61981": 24364, + "field_61982": 4, + "field_61983": [], + "field_61984": [ + 8 + ], + "field_62003": null, + "field_62009": null, + "field_62012": null, + "field_62010": null, + "field_61985": "false", + "field_61986": "Sensor malfunction", + "field_61987": "2025-11-11" + }, + { + "id": 6, + "order": "6.00000000000000000000", + "created_on": "2026-02-11T15:06:02.786331+00:00", + "updated_on": "2026-02-12T11:59:49.610107+00:00", + "field_61975": null, + "field_61976": [ + 6 + ], + "field_61977": 24360, + "field_61978": "0.00", + "field_61979": "0.00", + "field_61980": "0.00", + "field_61981": 24365, + "field_61982": 3, + "field_61983": [], + "field_61984": [ + 2 + ], + "field_62003": null, + "field_62009": null, + "field_62012": null, + "field_62010": null, + "field_61985": "true", + "field_61986": "", + "field_61987": "2023-03-14" + }, + { + "id": 7, + "order": "7.00000000000000000000", + "created_on": "2026-02-11T15:06:02.786357+00:00", + "updated_on": "2026-02-12T11:59:44.755311+00:00", + "field_61975": null, + "field_61976": [ + 7 + ], + "field_61977": 24358, + "field_61978": "150.00", + "field_61979": "148.00", + "field_61980": "4.00", + "field_61981": 24363, + "field_61982": 3, + "field_61983": [], + "field_61984": [ + 6 + ], + "field_62003": null, + "field_62009": null, + "field_62012": null, + "field_62010": null, + "field_61985": "true", + "field_61986": "", + "field_61987": "2025-01-12" + }, + { + "id": 8, + "order": "8.00000000000000000000", + "created_on": "2026-02-11T15:06:02.786383+00:00", + "updated_on": "2026-02-12T11:59:44.755328+00:00", + "field_61975": null, + "field_61976": [ + 8 + ], + "field_61977": 24362, + "field_61978": "0.00", + "field_61979": "0.00", + "field_61980": "0.00", + "field_61981": 24364, + "field_61982": 4, + "field_61983": [], + "field_61984": [ + 7 + ], + "field_62003": null, + "field_62009": null, + "field_62012": null, + "field_62010": null, + "field_61985": "false", + "field_61986": "Calibration out of spec", + "field_61987": "2023-05-07" + }, + { + "id": 9, + "order": "9.00000000000000000000", + "created_on": "2026-02-11T15:06:02.786408+00:00", + "updated_on": "2026-02-12T11:59:49.610178+00:00", + "field_61975": null, + "field_61976": [ + 9 + ], + "field_61977": 24360, + "field_61978": "0.00", + "field_61979": "0.00", + "field_61980": "0.00", + "field_61981": 24365, + "field_61982": 2, + "field_61983": [], + "field_61984": [ + 4 + ], + "field_62003": null, + "field_62009": null, + "field_62012": null, + "field_62010": null, + "field_61985": "true", + "field_61986": "", + "field_61987": "2025-05-10" + }, + { + "id": 10, + "order": "10.00000000000000000000", + "created_on": "2026-02-11T15:06:02.786433+00:00", + "updated_on": "2026-02-12T11:59:44.755345+00:00", + "field_61975": null, + "field_61976": [ + 10 + ], + "field_61977": 24358, + "field_61978": "200.00", + "field_61979": "197.00", + "field_61980": "5.00", + "field_61981": 24363, + "field_61982": 5, + "field_61983": [], + "field_61984": [ + 5 + ], + "field_62003": null, + "field_62009": null, + "field_62012": null, + "field_62010": null, + "field_61985": "true", + "field_61986": "", + "field_61987": "2023-10-09" + }, + { + "id": 11, + "order": "11.00000000000000000000", + "created_on": "2026-02-11T15:41:05.121105+00:00", + "updated_on": "2026-02-12T11:59:44.755362+00:00", + "field_61975": null, + "field_61976": [ + 10 + ], + "field_61977": 24361, + "field_61978": "100.00", + "field_61979": "120.00", + "field_61980": "10.00", + "field_61981": 24363, + "field_61982": 2, + "field_61983": [], + "field_61984": [ + 3 + ], + "field_62003": null, + "field_62009": null, + "field_62012": null, + "field_62010": null, + "field_61985": "false", + "field_61986": "Incorrect gauge reading", + "field_61987": "2023-08-22" + }, + { + "id": 12, + "order": "12.00000000000000000000", + "created_on": "2026-02-11T15:41:05.121185+00:00", + "updated_on": "2026-02-12T11:59:44.755379+00:00", + "field_61975": null, + "field_61976": [ + 4 + ], + "field_61977": 24361, + "field_61978": "50.00", + "field_61979": "70.00", + "field_61980": "5.00", + "field_61981": 24363, + "field_61982": 3, + "field_61983": [], + "field_61984": [ + 2 + ], + "field_62003": null, + "field_62009": null, + "field_62012": null, + "field_62010": null, + "field_61985": "true", + "field_61986": "", + "field_61987": "2023-03-14" + } + ], + "data_sync": null, + "field_rules": [] + }, + { + "id": 5759, + "name": "Equipment", + "order": 2, + "fields": [ + { + "id": 61988, + "type": "formula", + "name": "Equipment ID", + "description": null, + "order": 0, + "primary": true, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": null, + "number_decimal_places": null, + "duration_format": null, + "date_time_format": null, + "date_include_time": null, + "number_suffix": "", + "number_prefix": "", + "date_force_timezone": null, + "array_formula_type": null, + "error": null, + "date_show_tzinfo": null, + "number_separator": "", + "nullable": false, + "formula": "concat('M-00', row_id())", + "formula_type": "text" + }, + { + "id": 61989, + "type": "text", + "name": "Model", + "description": null, + "order": 1, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "text_default": "" + }, + { + "id": 61990, + "type": "single_select", + "name": "Location", + "description": null, + "order": 2, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "select_options": [ + { + "id": 24366, + "value": "Imaging Lab A", + "color": "blue", + "order": 0 + }, + { + "id": 24367, + "value": "Sterilization", + "color": "green", + "order": 1 + }, + { + "id": 24368, + "value": "Assembly Line 4", + "color": "orange", + "order": 2 + } + ], + "single_select_default": null + }, + { + "id": 61991, + "type": "single_select", + "name": "Status", + "description": null, + "order": 3, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "select_options": [ + { + "id": 24369, + "value": "Operational", + "color": "green", + "order": 0 + }, + { + "id": 24370, + "value": "Calibration Required", + "color": "orange", + "order": 1 + }, + { + "id": 24371, + "value": "Maintenance In-Progress", + "color": "yellow", + "order": 2 + }, + { + "id": 24372, + "value": "Down", + "color": "red", + "order": 3 + } + ], + "single_select_default": null + }, + { + "id": 61992, + "type": "number", + "name": "Calibration Interval (Days)", + "description": null, + "order": 4, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "number_decimal_places": 0, + "number_negative": false, + "number_prefix": "", + "number_suffix": "", + "number_separator": "", + "number_default": null + }, + { + "id": 61993, + "type": "date", + "name": "Last Calibration Date", + "description": null, + "order": 5, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": "EU", + "date_include_time": false, + "date_time_format": "24", + "date_show_tzinfo": false, + "date_force_timezone": null + }, + { + "id": 61994, + "type": "link_row", + "name": "Maintenance & Call Logs", + "description": null, + "order": 6, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "link_row_table_id": 5758, + "link_row_related_field_id": 61976, + "link_row_limit_selection_view_id": null, + "has_related_field": true, + "link_row_multiple_relationships": true + }, + { + "id": 62004, + "type": "formula", + "name": "Next Calibration Due", + "description": null, + "order": 8, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": "EU", + "number_decimal_places": null, + "duration_format": null, + "date_time_format": "24", + "date_include_time": false, + "number_suffix": "", + "number_prefix": "", + "date_force_timezone": null, + "array_formula_type": null, + "error": null, + "date_show_tzinfo": false, + "number_separator": "", + "nullable": true, + "formula": "field('Last Calibration Date') + multiply(date_interval('1 day'), field('Calibration Interval (Days)'))", + "formula_type": "date" + }, + { + "id": 62011, + "type": "formula", + "name": "Compliance Status", + "description": null, + "order": 9, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": null, + "number_decimal_places": null, + "duration_format": null, + "date_time_format": null, + "date_include_time": null, + "number_suffix": "", + "number_prefix": "", + "date_force_timezone": null, + "array_formula_type": null, + "error": null, + "date_show_tzinfo": null, + "number_separator": "", + "nullable": false, + "formula": "if(today() > field('Next Calibration Due'), '\u26a0\ufe0f Overdue', '\u2705 Compliant')", + "formula_type": "text" + }, + { + "id": 62005, + "type": "lookup", + "name": "Open Risk Level (Rollup)", + "description": null, + "order": 10, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": null, + "number_decimal_places": 0, + "duration_format": null, + "date_time_format": null, + "date_include_time": null, + "number_suffix": "", + "number_prefix": "", + "date_force_timezone": null, + "array_formula_type": "number", + "error": null, + "date_show_tzinfo": null, + "number_separator": "", + "nullable": false, + "through_field_id": 61994, + "through_field_name": "Maintenance & Call Logs", + "target_field_id": 61982, + "target_field_name": "Priority" + }, + { + "id": 61995, + "type": "date", + "name": "Warranty Expiry", + "description": null, + "order": 11, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": "EU", + "date_include_time": false, + "date_time_format": "24", + "date_show_tzinfo": false, + "date_force_timezone": null + }, + { + "id": 61996, + "type": "file", + "name": "Technical Manual Uploads", + "description": null, + "order": 12, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [] + }, + { + "id": 62006, + "type": "lookup", + "name": "Performed By", + "description": null, + "order": 13, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": null, + "number_decimal_places": null, + "duration_format": null, + "date_time_format": null, + "date_include_time": null, + "number_suffix": "", + "number_prefix": "", + "date_force_timezone": null, + "array_formula_type": "text", + "error": null, + "date_show_tzinfo": null, + "number_separator": "", + "nullable": true, + "through_field_id": 61994, + "through_field_name": "Maintenance & Call Logs", + "target_field_id": 61984, + "target_field_name": "Performed By" + } + ], + "views": [ + { + "id": 23894, + "type": "grid", + "name": "All Equipment", + "order": 1, + "ownership_type": "collaborative", + "owned_by": null, + "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": 222497, + "field_id": 61988, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222498, + "field_id": 61989, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222499, + "field_id": 61990, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222500, + "field_id": 61991, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222501, + "field_id": 61992, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222502, + "field_id": 61993, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222503, + "field_id": 61994, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222507, + "field_id": 61995, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222508, + "field_id": 61996, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222504, + "field_id": 62004, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222506, + "field_id": 62005, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222509, + "field_id": 62006, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222505, + "field_id": 62011, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23895, + "type": "grid", + "name": "Equipments with active logs", + "order": 2, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [ + { + "id": 14550, + "field_id": 61994, + "type": "not_empty", + "value": "", + "group": null + } + ], + "filter_groups": [], + "sortings": [], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222510, + "field_id": 61988, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222511, + "field_id": 61989, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222512, + "field_id": 61990, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222513, + "field_id": 61991, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222514, + "field_id": 61992, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222515, + "field_id": 61993, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222516, + "field_id": 61994, + "width": 239, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222520, + "field_id": 61995, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222521, + "field_id": 61996, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222517, + "field_id": 62004, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222519, + "field_id": 62005, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222522, + "field_id": 62006, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222518, + "field_id": 62011, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23898, + "type": "grid", + "name": "Needs Attention Today", + "order": 3, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [ + { + "id": 14551, + "field_id": 62004, + "type": "date_is_on_or_before", + "value": "Europe/London??today", + "group": null + } + ], + "filter_groups": [], + "sortings": [], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222523, + "field_id": 61988, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222524, + "field_id": 61989, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222525, + "field_id": 61990, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222526, + "field_id": 61991, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222527, + "field_id": 61992, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222528, + "field_id": 61993, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222529, + "field_id": 61994, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222530, + "field_id": 62004, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222532, + "field_id": 62005, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222531, + "field_id": 62011, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23896, + "type": "calendar", + "name": "Calibration Schedule", + "order": 4, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "decorations": [], + "public": false, + "date_field_id": 62004, + "field_options": [ + { + "id": 15540, + "field_id": 61988, + "hidden": false, + "order": 32767 + }, + { + "id": 15541, + "field_id": 61989, + "hidden": true, + "order": 32767 + }, + { + "id": 15542, + "field_id": 61990, + "hidden": true, + "order": 32767 + }, + { + "id": 15543, + "field_id": 61991, + "hidden": true, + "order": 32767 + }, + { + "id": 15544, + "field_id": 61992, + "hidden": true, + "order": 32767 + }, + { + "id": 15545, + "field_id": 61993, + "hidden": true, + "order": 32767 + }, + { + "id": 15546, + "field_id": 61994, + "hidden": true, + "order": 32767 + }, + { + "id": 15547, + "field_id": 62004, + "hidden": true, + "order": 32767 + }, + { + "id": 15549, + "field_id": 62005, + "hidden": true, + "order": 32767 + }, + { + "id": 15548, + "field_id": 62011, + "hidden": true, + "order": 32767 + } + ] + }, + { + "id": 23897, + "type": "kanban", + "name": "Equipments by Location", + "order": 5, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "decorations": [], + "public": false, + "single_select_field_id": 61990, + "field_options": [ + { + "id": 30419, + "field_id": 61988, + "hidden": false, + "order": 32767 + }, + { + "id": 30420, + "field_id": 61989, + "hidden": false, + "order": 32767 + }, + { + "id": 30421, + "field_id": 61990, + "hidden": false, + "order": 32767 + }, + { + "id": 30422, + "field_id": 61991, + "hidden": true, + "order": 32767 + }, + { + "id": 30423, + "field_id": 61992, + "hidden": true, + "order": 32767 + }, + { + "id": 30424, + "field_id": 61993, + "hidden": true, + "order": 32767 + }, + { + "id": 30425, + "field_id": 61994, + "hidden": true, + "order": 32767 + }, + { + "id": 30426, + "field_id": 62004, + "hidden": true, + "order": 32767 + }, + { + "id": 30428, + "field_id": 62005, + "hidden": true, + "order": 32767 + }, + { + "id": 30427, + "field_id": 62011, + "hidden": true, + "order": 32767 + } + ] + }, + { + "id": 23893, + "type": "form", + "name": "New Equipment Intake", + "order": 6, + "ownership_type": "collaborative", + "owned_by": null, + "public": true, + "title": "New Equipment Intake", + "description": "Add new equipment to the fleet.", + "cover_image": null, + "logo_image": null, + "submit_text": "Submit", + "submit_action": "MESSAGE", + "submit_action_message": "", + "submit_action_redirect_url": "", + "field_options": [ + { + "id": 28841, + "field_id": 61989, + "name": "Model", + "description": "", + "enabled": true, + "required": true, + "order": 1, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28842, + "field_id": 61990, + "name": "Location", + "description": "", + "enabled": true, + "required": true, + "order": 2, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28843, + "field_id": 61991, + "name": "Status", + "description": "", + "enabled": true, + "required": true, + "order": 3, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28844, + "field_id": 61992, + "name": "Calibration Interval (Days)", + "description": "", + "enabled": true, + "required": true, + "order": 4, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28845, + "field_id": 61993, + "name": "Last Calibration Date", + "description": "", + "enabled": true, + "required": true, + "order": 5, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28846, + "field_id": 61988, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28847, + "field_id": 61994, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28851, + "field_id": 61995, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28852, + "field_id": 61996, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28848, + "field_id": 62004, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28850, + "field_id": 62005, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28853, + "field_id": 62006, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28849, + "field_id": 62011, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + } + ] + } + ], + "rows": [ + { + "id": 1, + "order": "1.00000000000000000000", + "created_on": "2026-02-11T15:05:58.640415+00:00", + "updated_on": "2026-02-20T09:16:00.715033+00:00", + "last_modified_by": "frederik@baserow.io", + "field_61988": null, + "field_61989": "X100", + "field_61990": 24366, + "field_61991": 24372, + "field_61992": "180", + "field_61993": "2023-06-15", + "field_61994": [ + 1 + ], + "field_62004": null, + "field_62011": null, + "field_62005": null, + "field_61995": "2025-12-31", + "field_61996": [], + "field_62006": null + }, + { + "id": 2, + "order": "2.00000000000000000000", + "created_on": "2026-02-11T15:05:58.640487+00:00", + "updated_on": "2026-02-11T16:26:40.289652+00:00", + "field_61988": null, + "field_61989": "X200", + "field_61990": 24367, + "field_61991": 24370, + "field_61992": "365", + "field_61993": "2025-12-01", + "field_61994": [ + 2 + ], + "field_62004": null, + "field_62011": null, + "field_62005": null, + "field_61995": "2026-01-15", + "field_61996": [], + "field_62006": null + }, + { + "id": 3, + "order": "3.00000000000000000000", + "created_on": "2026-02-11T15:05:58.640511+00:00", + "updated_on": "2026-02-11T16:26:40.289679+00:00", + "field_61988": null, + "field_61989": "Y300", + "field_61990": 24368, + "field_61991": 24371, + "field_61992": "90", + "field_61993": "2023-09-10", + "field_61994": [ + 3 + ], + "field_62004": null, + "field_62011": null, + "field_62005": null, + "field_61995": "2025-11-30", + "field_61996": [], + "field_62006": null + }, + { + "id": 4, + "order": "4.00000000000000000000", + "created_on": "2026-02-11T15:05:58.640532+00:00", + "updated_on": "2026-02-11T16:26:40.289698+00:00", + "field_61988": null, + "field_61989": "Z400", + "field_61990": 24366, + "field_61991": 24372, + "field_61992": "180", + "field_61993": "2023-01-20", + "field_61994": [ + 4, + 12 + ], + "field_62004": null, + "field_62011": null, + "field_62005": null, + "field_61995": "2024-06-30", + "field_61996": [], + "field_62006": null + }, + { + "id": 5, + "order": "5.00000000000000000000", + "created_on": "2026-02-11T15:05:58.640568+00:00", + "updated_on": "2026-02-11T16:26:40.289716+00:00", + "field_61988": null, + "field_61989": "X150", + "field_61990": 24367, + "field_61991": 24369, + "field_61992": "180", + "field_61993": "2023-07-05", + "field_61994": [ + 5 + ], + "field_62004": null, + "field_62011": null, + "field_62005": null, + "field_61995": "2025-09-15", + "field_61996": [], + "field_62006": null + }, + { + "id": 6, + "order": "6.00000000000000000000", + "created_on": "2026-02-11T15:05:58.640588+00:00", + "updated_on": "2026-02-11T16:26:40.289734+00:00", + "field_61988": null, + "field_61989": "Y350", + "field_61990": 24368, + "field_61991": 24369, + "field_61992": "120", + "field_61993": "2023-05-30", + "field_61994": [ + 6 + ], + "field_62004": null, + "field_62011": null, + "field_62005": null, + "field_61995": "2025-08-01", + "field_61996": [], + "field_62006": null + }, + { + "id": 7, + "order": "7.00000000000000000000", + "created_on": "2026-02-11T15:05:58.640609+00:00", + "updated_on": "2026-02-11T16:26:40.289751+00:00", + "field_61988": null, + "field_61989": "Z410", + "field_61990": 24366, + "field_61991": 24370, + "field_61992": "365", + "field_61993": "2025-11-11", + "field_61994": [ + 7 + ], + "field_62004": null, + "field_62011": null, + "field_62005": null, + "field_61995": "2026-02-28", + "field_61996": [], + "field_62006": null + }, + { + "id": 8, + "order": "8.00000000000000000000", + "created_on": "2026-02-11T15:05:58.640628+00:00", + "updated_on": "2026-02-11T16:26:40.289780+00:00", + "field_61988": null, + "field_61989": "X210", + "field_61990": 24367, + "field_61991": 24371, + "field_61992": "90", + "field_61993": "2023-08-22", + "field_61994": [ + 8 + ], + "field_62004": null, + "field_62011": null, + "field_62005": null, + "field_61995": "2025-07-20", + "field_61996": [], + "field_62006": null + }, + { + "id": 9, + "order": "9.00000000000000000000", + "created_on": "2026-02-11T15:05:58.640648+00:00", + "updated_on": "2026-02-11T16:26:40.289797+00:00", + "field_61988": null, + "field_61989": "Y320", + "field_61990": 24368, + "field_61991": 24369, + "field_61992": "180", + "field_61993": "2023-03-14", + "field_61994": [ + 9 + ], + "field_62004": null, + "field_62011": null, + "field_62005": null, + "field_61995": "2025-10-10", + "field_61996": [], + "field_62006": null + }, + { + "id": 10, + "order": "10.00000000000000000000", + "created_on": "2026-02-11T15:05:58.640668+00:00", + "updated_on": "2026-02-11T16:26:40.289814+00:00", + "field_61988": null, + "field_61989": "Z420", + "field_61990": 24366, + "field_61991": 24372, + "field_61992": "365", + "field_61993": "2025-10-05", + "field_61994": [ + 10, + 11 + ], + "field_62004": null, + "field_62011": null, + "field_62005": null, + "field_61995": "2024-12-01", + "field_61996": [], + "field_62006": null + } + ], + "data_sync": null, + "field_rules": [] + }, + { + "id": 5760, + "name": "Inspector", + "order": 3, + "fields": [ + { + "id": 61997, + "type": "text", + "name": "Full Name", + "description": null, + "order": 0, + "primary": true, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "text_default": "" + }, + { + "id": 61998, + "type": "link_row", + "name": "Assigned Logs", + "description": null, + "order": 1, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "link_row_table_id": 5758, + "link_row_related_field_id": 61984, + "link_row_limit_selection_view_id": null, + "has_related_field": true, + "link_row_multiple_relationships": true + }, + { + "id": 61999, + "type": "text", + "name": "Email", + "description": null, + "order": 2, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "text_default": "" + }, + { + "id": 62000, + "type": "multiple_select", + "name": "Specialty", + "description": null, + "order": 3, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "select_options": [ + { + "id": 24373, + "value": "Radiology Systems", + "color": "blue", + "order": 0 + }, + { + "id": 24374, + "value": "Precision Milling", + "color": "green", + "order": 1 + }, + { + "id": 24375, + "value": "Electrical Safety", + "color": "orange", + "order": 2 + } + ], + "multiple_select_default": null + }, + { + "id": 62001, + "type": "single_select", + "name": "Role", + "description": null, + "order": 4, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "select_options": [ + { + "id": 24376, + "value": "Field Tech", + "color": "blue", + "order": 0 + }, + { + "id": 24377, + "value": "Senior Auditor", + "color": "green", + "order": 1 + }, + { + "id": 24378, + "value": "System Admin", + "color": "red", + "order": 2 + } + ], + "single_select_default": null + }, + { + "id": 62007, + "type": "formula", + "name": "Active Tasks", + "description": null, + "order": 5, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": null, + "number_decimal_places": 0, + "duration_format": null, + "date_time_format": null, + "date_include_time": null, + "number_suffix": "", + "number_prefix": "", + "date_force_timezone": null, + "array_formula_type": null, + "error": null, + "date_show_tzinfo": null, + "number_separator": "", + "nullable": false, + "formula": "count(filter(lookup('Assigned Logs', 'Status'), lookup('Assigned Logs', 'Status') != 'Completed'))", + "formula_type": "number" + }, + { + "id": 62002, + "type": "password", + "name": "Password", + "description": null, + "order": 6, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "allow_endpoint_authentication": true + }, + { + "id": 62008, + "type": "formula", + "name": "Submit Log URL", + "description": null, + "order": 7, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": null, + "number_decimal_places": null, + "duration_format": null, + "date_time_format": null, + "date_include_time": null, + "number_suffix": "", + "number_prefix": "", + "date_force_timezone": null, + "array_formula_type": null, + "error": null, + "date_show_tzinfo": null, + "number_separator": "", + "nullable": false, + "formula": "concat(field('Share Form URL'), field('Full Name'))", + "formula_type": "text" + }, + { + "id": 62260, + "type": "formula", + "name": "Share Form URL", + "description": null, + "order": 8, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": null, + "number_decimal_places": null, + "duration_format": null, + "date_time_format": null, + "date_include_time": null, + "number_suffix": "", + "number_prefix": "", + "date_force_timezone": null, + "array_formula_type": null, + "error": null, + "date_show_tzinfo": null, + "number_separator": "", + "nullable": false, + "formula": "tourl(\"https://baserow.cloudron.getbaserow.com/form/BQ2Rfr5LJVwaUM6bb0ryYhhXIVdOHTxojpgoyjtVUmQ?prefill_Performed By=\")", + "formula_type": "url" + } + ], + "views": [ + { + "id": 23900, + "type": "grid", + "name": "Technician Directory", + "order": 1, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [ + { + "id": 15928, + "field_id": 61997, + "order": "ASC" + } + ], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222533, + "field_id": 61997, + "width": 200, + "hidden": false, + "order": 0, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222534, + "field_id": 61999, + "width": 200, + "hidden": false, + "order": 1, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222535, + "field_id": 62002, + "width": 200, + "hidden": false, + "order": 2, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222536, + "field_id": 61998, + "width": 200, + "hidden": false, + "order": 3, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222537, + "field_id": 62000, + "width": 200, + "hidden": false, + "order": 4, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222538, + "field_id": 62001, + "width": 200, + "hidden": false, + "order": 5, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222539, + "field_id": 62007, + "width": 200, + "hidden": false, + "order": 6, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222540, + "field_id": 62008, + "width": 200, + "hidden": true, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 223112, + "field_id": 62260, + "width": 200, + "hidden": true, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23899, + "type": "form", + "name": "Staff Onboarding", + "order": 2, + "ownership_type": "collaborative", + "owned_by": null, + "public": true, + "title": "Join the Team", + "description": "Certifications and contact information for inspectors.", + "cover_image": null, + "logo_image": null, + "submit_text": "Submit", + "submit_action": "MESSAGE", + "submit_action_message": "", + "submit_action_redirect_url": "", + "field_options": [ + { + "id": 28854, + "field_id": 61997, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 0, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28855, + "field_id": 61999, + "name": "Email", + "description": "", + "enabled": true, + "required": true, + "order": 1, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28856, + "field_id": 62000, + "name": "Specialty", + "description": "", + "enabled": true, + "required": true, + "order": 2, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28857, + "field_id": 61998, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 3, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28858, + "field_id": 62001, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 4, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28859, + "field_id": 62007, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 5, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28860, + "field_id": 62002, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28861, + "field_id": 62008, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 29053, + "field_id": 62260, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + } + ] + }, + { + "id": 23901, + "type": "gallery", + "name": "Workload Overview", + "order": 3, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "decorations": [], + "public": false, + "field_options": [ + { + "id": 19191, + "field_id": 61997, + "hidden": false, + "order": 32767 + }, + { + "id": 19192, + "field_id": 61998, + "hidden": false, + "order": 32767 + }, + { + "id": 19193, + "field_id": 61999, + "hidden": false, + "order": 32767 + }, + { + "id": 19194, + "field_id": 62000, + "hidden": true, + "order": 32767 + }, + { + "id": 19195, + "field_id": 62001, + "hidden": true, + "order": 32767 + }, + { + "id": 19196, + "field_id": 62007, + "hidden": true, + "order": 32767 + } + ] + } + ], + "rows": [ + { + "id": 1, + "order": "1.00000000000000000000", + "created_on": "2026-02-11T15:07:08.317079+00:00", + "updated_on": "2026-02-20T08:44:22.067508+00:00", + "last_modified_by": "frederik@baserow.io", + "field_61997": "Alice Smith", + "field_61998": [ + 4 + ], + "field_61999": "alice.smith@example.com", + "field_62000": [ + 24373 + ], + "field_62001": 24376, + "field_62007": null, + "field_62002": "pbkdf2_sha256$720000$shfTJs9SC9jQTjAOJIvozo$SLEywujOwBgcSCN2G5NL49DSStAHjT3ljIR3B2jfsNI=", + "field_62008": null, + "field_62260": null + }, + { + "id": 2, + "order": "2.00000000000000000000", + "created_on": "2026-02-11T15:07:08.317134+00:00", + "updated_on": "2026-02-20T08:44:23.701806+00:00", + "last_modified_by": "frederik@baserow.io", + "field_61997": "Bob Johnson", + "field_61998": [ + 6, + 12 + ], + "field_61999": "bob.johnson@example.com", + "field_62000": [ + 24374 + ], + "field_62001": 24377, + "field_62007": null, + "field_62002": "pbkdf2_sha256$720000$TB7KyAjXiqKHao12LGghnk$NoOp4AsbGoFY+MqDjVgbgfToMoj7rGPeFMdQs70VRHY=", + "field_62008": null, + "field_62260": null + }, + { + "id": 3, + "order": "3.00000000000000000000", + "created_on": "2026-02-11T15:07:08.317150+00:00", + "updated_on": "2026-02-20T08:44:28.541630+00:00", + "last_modified_by": "frederik@baserow.io", + "field_61997": "Carol Davis", + "field_61998": [ + 1, + 11 + ], + "field_61999": "carol.davis@example.com", + "field_62000": [ + 24375 + ], + "field_62001": 24378, + "field_62007": null, + "field_62002": "pbkdf2_sha256$720000$WLr7rsF2FHwy9YUBE4dp0z$Kw9sLHXkZ9Uop1toIIQCuFwThtdBFQFENzi4CJt4uqs=", + "field_62008": null, + "field_62260": null + }, + { + "id": 4, + "order": "4.00000000000000000000", + "created_on": "2026-02-11T15:07:08.317164+00:00", + "updated_on": "2026-02-20T08:44:30.426784+00:00", + "last_modified_by": "frederik@baserow.io", + "field_61997": "David Lee", + "field_61998": [ + 9 + ], + "field_61999": "david.lee@example.com", + "field_62000": [ + 24373, + 24374 + ], + "field_62001": 24376, + "field_62007": null, + "field_62002": "pbkdf2_sha256$720000$FQNin2RDbbBLD5SmZWsTMh$yutAlbdZuxW+9F5Zf5H7o56zAA9EkKzNFCe+mS4fGmI=", + "field_62008": null, + "field_62260": null + }, + { + "id": 5, + "order": "5.00000000000000000000", + "created_on": "2026-02-11T15:07:08.317177+00:00", + "updated_on": "2026-02-20T08:44:32.061895+00:00", + "last_modified_by": "frederik@baserow.io", + "field_61997": "Eva Martinez", + "field_61998": [ + 3, + 10 + ], + "field_61999": "eva.martinez@example.com", + "field_62000": [ + 24374, + 24375 + ], + "field_62001": 24377, + "field_62007": null, + "field_62002": "pbkdf2_sha256$720000$q83wB7u3BtaeW1svMT5prC$olwnkYYYnE1nrU6SdnrDtIIH6xq4YI1F6fjgY3QxV04=", + "field_62008": null, + "field_62260": null + }, + { + "id": 6, + "order": "6.00000000000000000000", + "created_on": "2026-02-11T15:07:08.317192+00:00", + "updated_on": "2026-02-20T08:44:33.673180+00:00", + "last_modified_by": "frederik@baserow.io", + "field_61997": "Frank Wilson", + "field_61998": [ + 7 + ], + "field_61999": "frank.wilson@example.com", + "field_62000": [ + 24373 + ], + "field_62001": 24378, + "field_62007": null, + "field_62002": "pbkdf2_sha256$720000$kniIGA1Mvor6VvWkjCKFgR$lCNdXCqTZUcl7ckhyyNDrIDIRA52XCPbU4Zwc9CqmPE=", + "field_62008": null, + "field_62260": null + }, + { + "id": 7, + "order": "7.00000000000000000000", + "created_on": "2026-02-11T15:07:08.317206+00:00", + "updated_on": "2026-02-20T08:44:35.218078+00:00", + "last_modified_by": "frederik@baserow.io", + "field_61997": "Grace Kim", + "field_61998": [ + 2, + 8 + ], + "field_61999": "grace.kim@example.com", + "field_62000": [ + 24375 + ], + "field_62001": 24376, + "field_62007": null, + "field_62002": "pbkdf2_sha256$720000$LLOum4lh1thafbIjqyYFNu$sLZr5JB3MX4Bk2G56X/It8J6XzwW3bAvZ21rZfddsFo=", + "field_62008": null, + "field_62260": null + }, + { + "id": 8, + "order": "8.00000000000000000000", + "created_on": "2026-02-11T15:07:08.317219+00:00", + "updated_on": "2026-02-20T08:44:36.620389+00:00", + "last_modified_by": "frederik@baserow.io", + "field_61997": "Henry Patel", + "field_61998": [ + 5 + ], + "field_61999": "henry.patel@example.com", + "field_62000": [ + 24373, + 24375 + ], + "field_62001": 24377, + "field_62007": null, + "field_62002": "pbkdf2_sha256$720000$7AjZtBFlXKXnbJbNmzqqSz$WDq8bJlQsfqRETTY1wPBV8IV5q926nLSwuuz2bEjG6Q=", + "field_62008": null, + "field_62260": null + } + ], + "data_sync": null, + "field_rules": [] + } + ] + }, + { + "pages": [ + { + "id": 16645, + "name": "__shared__", + "order": 1, + "path": "__shared__", + "path_params": [], + "query_params": [], + "shared": true, + "elements": [ + { + "id": 324882, + "order": "0.25000000000000000000", + "type": "image", + "parent_element_id": 324881, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "image": { + "image_constraint": "full-width" + } + }, + "style_border_top_color": "border", + "style_border_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": "wghpZn3GLKnVbOtpXiLqzWqSsFLm4SDT_d7ef7916a9670e53534a7ddbad00c947500715ef956ae215d8a876dbb4b50cf0.png", + "original_name": "Screenshot 2026-02-12 at 14.27.56.png" + }, + "image_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "alt_text": { + "mode": "simple", + "version": "0.1", + "formula": "" + } + }, + { + "id": 324883, + "order": "0.28571428571428569843", + "type": "text", + "parent_element_id": 324881, + "place_in_container": null, + "css_classes": "", + "visibility": "logged-in", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_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": 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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('SIGNED IN AS: ',get('user.username'),' (',get('user.role'),')')" + }, + "format": "plain" + }, + { + "id": 324881, + "order": "1.00000000000000000000", + "type": "header", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "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": "all", + "pages": [] + }, + { + "id": 324884, + "order": "3.00000000000000000000", + "type": "menu", + "parent_element_id": 324881, + "place_in_container": null, + "css_classes": "", + "visibility": "logged-in", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "menu": { + "link_font_size": 13, + "link_text_color": "zoOtT", + "link_font_weight": "semi-bold", + "button_text_color": "zoOtT", + "button_border_size": 1, + "link_hover_text_color": "#2f3135", + "link_active_text_color": "zoOtT", + "button_background_color": "ElMaZ", + "button_hover_text_color": "zoOtT", + "button_active_text_color": "zoOtT", + "link_hover_text_decoration": [ + false, + false, + false, + false + ], + "link_active_text_decoration": [ + false, + false, + false, + false + ], + "link_default_text_decoration": [ + false, + false, + false, + false + ], + "button_hover_background_color": "#fafafa", + "button_active_background_color": "ElMaZ" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 8, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 8, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 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", + "orientation": "horizontal", + "alignment": "left", + "menu_items": [ + { + "id": 107523, + "variant": "link", + "type": "link", + "menu_item_order": 0, + "uid": "1a5465d4-261b-4d03-bd19-72d611f74073", + "name": "My Workspace", + "navigation_type": "page", + "navigate_to_page_id": 16647, + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "page_parameters": [], + "query_parameters": [ + { + "name": "search", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "" + } + } + ], + "parent_menu_item": null, + "target": "self", + "children": [] + }, + { + "id": 107524, + "variant": "link", + "type": "separator", + "menu_item_order": 1, + "uid": "36429606-63f8-4b47-b62a-b8e9fa68930f", + "name": "Page", + "navigation_type": "page", + "navigate_to_page_id": null, + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + }, + { + "id": 107525, + "variant": "link", + "type": "link", + "menu_item_order": 2, + "uid": "2fe71db7-d4ce-4733-a6b5-3ccee0920e78", + "name": "All Equipments", + "navigation_type": "page", + "navigate_to_page_id": 16648, + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "page_parameters": [], + "query_parameters": [ + { + "name": "search", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "" + } + } + ], + "parent_menu_item": null, + "target": "self", + "children": [] + }, + { + "id": 107526, + "variant": "link", + "type": "separator", + "menu_item_order": 3, + "uid": "ffdc93fc-4fb8-48d8-9b42-c3ff8b149016", + "name": "Page 2", + "navigation_type": "page", + "navigate_to_page_id": null, + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + }, + { + "id": 107527, + "variant": "link", + "type": "spacer", + "menu_item_order": 4, + "uid": "0efc82a7-0b40-4550-a5e6-cb5c69097b66", + "name": "Page 1", + "navigation_type": "page", + "navigate_to_page_id": null, + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + }, + { + "id": 107528, + "variant": "link", + "type": "button", + "menu_item_order": 5, + "uid": "0b9458d1-0ec6-4091-bc11-3aa183a1b22c", + "name": "Logout", + "navigation_type": "page", + "navigate_to_page_id": null, + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + } + ] + } + ], + "data_sources": [ + { + "id": 45226, + "name": "Technician Profile", + "order": "1.00000000000000000000", + "service": { + "id": 56940, + "integration_id": 1196, + "type": "local_baserow_get_row", + "sample_data": null, + "table_id": 5760, + "view_id": 23900, + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "filter_type": "AND", + "filters": [], + "row_id": { + "mode": "simple", + "version": "0.1", + "formula": "get('user.id')" + } + } + }, + { + "id": 45227, + "name": "All Technicians", + "order": "2.00000000000000000000", + "service": { + "id": 56941, + "integration_id": 1196, + "type": "local_baserow_list_rows", + "sample_data": null, + "table_id": 5760, + "view_id": 23900, + "sortings": [], + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "filter_type": "AND", + "filters": [], + "default_result_count": 20 + } + } + ], + "workflow_actions": [ + { + "id": 34285, + "type": "logout", + "order": 1, + "page_id": 16645, + "element_id": 324884, + "event": "0b9458d1-0ec6-4091-bc11-3aa183a1b22c_click" + } + ], + "visibility": "all", + "role_type": "allow_all", + "roles": [] + }, + { + "id": 16646, + "name": "Login", + "order": 1, + "path": "/login", + "path_params": [], + "query_params": [], + "shared": false, + "elements": [ + { + "id": 324885, + "order": "0.50000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 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": 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": { + "mode": "simple", + "version": "0.1", + "formula": "'Login'" + }, + "level": 1 + }, + { + "id": 324886, + "order": "1.00000000000000000000", + "type": "auth_form", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "login_button": { + "button_alignment": "center", + "button_horizontal_padding": 36 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "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": 50, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 50, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "ElMaZ", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "small", + "style_width_child": "normal", + "user_source_id": 807, + "login_button_label": { + "mode": "simple", + "version": "0.1", + "formula": "'Sign in'" + } + } + ], + "data_sources": [], + "workflow_actions": [ + { + "id": 34286, + "type": "refresh_data_source", + "order": 1, + "page_id": 16646, + "element_id": 324886, + "event": "after_login", + "data_source_id": 45226 + }, + { + "id": 34287, + "type": "open_page", + "order": 2, + "page_id": 16646, + "element_id": 324886, + "event": "after_login", + "navigation_type": "page", + "navigate_to_page_id": 16647, + "page_parameters": [], + "query_parameters": [ + { + "name": "search", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "" + } + } + ], + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "target": "self" + } + ], + "visibility": "all", + "role_type": "allow_all", + "roles": [] + }, + { + "id": 16647, + "name": "Inspector Workspace", + "order": 2, + "path": "/", + "path_params": [], + "query_params": [ + { + "name": "search", + "type": "text" + } + ], + "shared": false, + "elements": [ + { + "id": 324888, + "order": "1.00000000000000000000", + "type": "input_text", + "parent_element_id": 324887, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'SEARCH'" + }, + "required": false, + "validation_type": "any", + "placeholder": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "default_value": { + "mode": "simple", + "version": "0.1", + "formula": "get('page_parameter.search')" + }, + "is_multiline": false, + "rows": 3, + "input_type": "text" + }, + { + "id": 324889, + "order": "1.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'My Workspace'" + }, + "level": 2 + }, + { + "id": 324887, + "order": "1.50000000000000000000", + "type": "form_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 50, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 50, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "ElMaZ", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "small", + "style_width_child": "normal", + "submit_button_label": { + "mode": "simple", + "version": "0.1", + "formula": "'Search'" + }, + "reset_initial_values_post_submission": false + }, + { + "id": 324890, + "order": "1.55555555555555558023", + "type": "button", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_text_color": "error", + "button_background_color": "#4e5cfe00", + "button_hover_text_color": "error", + "button_active_text_color": "error", + "button_hover_background_color": "#4653e500", + "button_active_background_color": "#4e5cfe00" + } + }, + "style_border_top_color": "border", + "style_border_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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n','','\n','Clear search')" + } + }, + { + "id": 324891, + "order": "1.60000000000000008882", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 4, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 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": { + "mode": "simple", + "version": "0.1", + "formula": "'My Active Logs'" + }, + "level": 3 + }, + { + "id": 324892, + "order": "1.62500000000000000000", + "type": "table", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 45228, + "items_per_page": 20, + "button_load_more_label": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "schema_property": null, + "property_options": [], + "fields": [ + { + "uid": "646299cf-e4ba-4846-a12e-61afcca97d27", + "name": "Log Type", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61975')" + } + } + }, + { + "uid": "cb426bf2-6454-4051-81b8-ecf6116cb5d4", + "name": "Log Type", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61977.value')" + } + } + }, + { + "uid": "dcbf397f-ba97-4e19-9426-92bbeba9da1f", + "name": "Target Value", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61978')" + } + } + }, + { + "uid": "4a620a2e-9bd1-418b-86b2-72efc2759865", + "name": "Observed Value", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61979')" + } + } + }, + { + "uid": "5e0ec783-a6f1-4bd8-940f-b7d3b42e9864", + "name": "Tolerance Limit", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61980')" + } + } + }, + { + "uid": "4861ef3d-2712-4be8-8e3e-cbaf68fdc20e", + "name": "Status", + "type": "tags", + "styles": {}, + "config": { + "values": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',get('current_record.field_61981.value'))" + }, + "colors_is_formula": true, + "colors": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61981.color')" + } + } + }, + { + "uid": "33c29426-9af9-45cd-8edb-64aed350cd77", + "name": "Priority", + "type": "rating", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61982')" + }, + "color": "primary", + "rating_style": "star", + "max_value": 5 + } + }, + { + "uid": "932cfcc1-90ca-4679-a46b-f3411b5fc00a", + "name": "Within Tolerance?", + "type": "boolean", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61985')" + } + } + }, + { + "uid": "fa0a6767-4bdf-49d9-a9b0-70658aed5834", + "name": "Failure Reason", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61986')" + } + } + }, + { + "uid": "5af69d09-969d-4794-b1c9-b2ee1e96b114", + "name": "Date", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61987')" + } + } + } + ], + "orientation": { + "tablet": "horizontal", + "desktop": "horizontal", + "smartphone": "horizontal" + } + }, + { + "id": 324893, + "order": "1.66666666666666674068", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 4, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 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": { + "mode": "simple", + "version": "0.1", + "formula": "'Equipments Requiring Attention'" + }, + "level": 3 + }, + { + "id": 324894, + "order": "1.71428571428571419055", + "type": "table", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 45229, + "items_per_page": 20, + "button_load_more_label": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "schema_property": null, + "property_options": [], + "fields": [ + { + "uid": "a32dbfbd-0d99-4c10-b9cf-d289737f56a5", + "name": "Model", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61989')" + } + } + }, + { + "uid": "a7c8f645-02a1-4ac2-bd50-6e1495350edb", + "name": "Location", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61990.value')" + } + } + }, + { + "uid": "2ab5c042-5127-4adb-a1fd-eef521ace737", + "name": "Status", + "type": "tags", + "styles": {}, + "config": { + "values": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',get('current_record.field_61991.value'))" + }, + "colors_is_formula": true, + "colors": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61991.color')" + } + } + }, + { + "uid": "478e438f-2f9b-420a-8471-66c63bb12bd3", + "name": "Calibration Interval (Days)", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61992')" + } + } + }, + { + "uid": "0bf00997-2e06-40d6-963f-a4561a0531a9", + "name": "Last Calibration Date", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61993')" + } + } + }, + { + "uid": "010d9739-171c-4e7a-a3b1-8a43876f5947", + "name": "Warranty Expiry", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61995')" + } + } + }, + { + "uid": "554e848c-f93c-4866-bf11-9ec824f174cc", + "name": "Performed By", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_62006.*.value')" + } + } + } + ], + "orientation": { + "tablet": "horizontal", + "desktop": "horizontal", + "smartphone": "horizontal" + } + }, + { + "id": 324895, + "order": "2.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 4, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 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": { + "mode": "simple", + "version": "0.1", + "formula": "'Immediate Escalation'" + }, + "level": 3 + }, + { + "id": 324896, + "order": "3.00000000000000000000", + "type": "table", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 45230, + "items_per_page": 20, + "button_load_more_label": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "schema_property": null, + "property_options": [], + "fields": [ + { + "uid": "fd83723f-c65a-41a6-9af6-d3ae011a5982", + "name": "Equipment", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61976.*.value')" + } + } + }, + { + "uid": "1b1d75fd-4b7a-4c3a-acc8-5f5112431447", + "name": "Log Type", + "type": "tags", + "styles": {}, + "config": { + "values": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',get('current_record.field_61977.value'))" + }, + "colors_is_formula": true, + "colors": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61977.color')" + } + } + }, + { + "uid": "22292e9e-b402-4a51-94ab-e076a7e7a887", + "name": "Target Value", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61978')" + } + } + }, + { + "uid": "104c55c3-7690-4a61-ad95-31d1336ce64a", + "name": "Observed Value", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61979')" + } + } + }, + { + "uid": "c0adc9bd-5d98-43fd-b7a0-4d1e08624538", + "name": "Tolerance Limit", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61980')" + } + } + }, + { + "uid": "789261ab-8ca4-4b2a-b0ca-57fc9e2f6252", + "name": "Status", + "type": "tags", + "styles": {}, + "config": { + "values": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',get('current_record.field_61981.value'))" + }, + "colors_is_formula": true, + "colors": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61981.color')" + } + } + }, + { + "uid": "5538060f-f81a-4a02-a937-cc5e81447623", + "name": "Priority", + "type": "rating", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61982')" + }, + "color": "primary", + "rating_style": "star", + "max_value": 5 + } + }, + { + "uid": "efb04688-5b67-40db-ab65-52c4374ec659", + "name": "Performed By", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61984.*.value')" + } + } + }, + { + "uid": "16f75ee9-09d2-43a9-9b26-6e94164abff0", + "name": "Within Tolerance?", + "type": "boolean", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61985')" + } + } + }, + { + "uid": "0392b7f2-db0d-44c9-89ff-dd429937638b", + "name": "Failure Reason", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61986')" + } + } + }, + { + "uid": "c00cda27-9437-4573-89b7-205acb00170b", + "name": "Date", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61987')" + } + } + } + ], + "orientation": { + "tablet": "horizontal", + "desktop": "horizontal", + "smartphone": "horizontal" + } + } + ], + "data_sources": [ + { + "id": 45228, + "name": "My Active Logs", + "order": "1.00000000000000000000", + "service": { + "id": 56942, + "integration_id": 1196, + "type": "local_baserow_list_rows", + "sample_data": null, + "table_id": 5758, + "view_id": 23889, + "sortings": [], + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "get('page_parameter.search')" + }, + "filter_type": "AND", + "filters": [ + { + "field_id": 61984, + "type": "link_row_has", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('user.username')" + }, + "value_is_formula": true + }, + { + "field_id": 61981, + "type": "single_select_equal", + "value": { + "mode": "raw", + "version": "0.1", + "formula": "24364" + }, + "value_is_formula": false + } + ], + "default_result_count": 20 + } + }, + { + "id": 45229, + "name": "Machines Requiring Attention", + "order": "2.00000000000000000000", + "service": { + "id": 56943, + "integration_id": 1196, + "type": "local_baserow_list_rows", + "sample_data": null, + "table_id": 5759, + "view_id": 23894, + "sortings": [], + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "get('page_parameter.search')" + }, + "filter_type": "AND", + "filters": [ + { + "field_id": 62011, + "type": "contains", + "value": { + "mode": "raw", + "version": "0.1", + "formula": "\u26a0\ufe0f Overdue" + }, + "value_is_formula": false + } + ], + "default_result_count": 20 + } + }, + { + "id": 45230, + "name": "Critical Failures", + "order": "3.00000000000000000000", + "service": { + "id": 56944, + "integration_id": 1196, + "type": "local_baserow_list_rows", + "sample_data": null, + "table_id": 5758, + "view_id": 23889, + "sortings": [], + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "get('page_parameter.search')" + }, + "filter_type": "AND", + "filters": [ + { + "field_id": 62012, + "type": "contains", + "value": { + "mode": "raw", + "version": "0.1", + "formula": "IMMEDIATE ESCALATION" + }, + "value_is_formula": false + } + ], + "default_result_count": 20 + } + } + ], + "workflow_actions": [ + { + "id": 34288, + "type": "open_page", + "order": 1, + "page_id": 16647, + "element_id": 324887, + "event": "submit", + "navigation_type": "page", + "navigate_to_page_id": 16647, + "page_parameters": [], + "query_parameters": [ + { + "name": "search", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('form_data.324888')" + } + } + ], + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "target": "self" + }, + { + "id": 34289, + "type": "open_page", + "order": 1, + "page_id": 16647, + "element_id": 324890, + "event": "click", + "navigation_type": "page", + "navigate_to_page_id": 16647, + "page_parameters": [], + "query_parameters": [ + { + "name": "search", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "" + } + } + ], + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "target": "self" + } + ], + "visibility": "logged-in", + "role_type": "allow_all", + "roles": [] + }, + { + "id": 16648, + "name": "All Equipments", + "order": 3, + "path": "/all-machines", + "path_params": [], + "query_params": [ + { + "name": "search", + "type": "text" + } + ], + "shared": false, + "elements": [ + { + "id": 324899, + "order": "1.00000000000000000000", + "type": "input_text", + "parent_element_id": 324898, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'SEARCH'" + }, + "required": false, + "validation_type": "any", + "placeholder": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "default_value": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "is_multiline": false, + "rows": 3, + "input_type": "text" + }, + { + "id": 324900, + "order": "1.00000000000000000000", + "type": "heading", + "parent_element_id": 324897, + "place_in_container": "0", + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Equipments'" + }, + "level": 2 + }, + { + "id": 324897, + "order": "1.33333333333333325932", + "type": "column", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 1, + "column_gap": 20, + "alignment": "top" + }, + { + "id": 324898, + "order": "1.50000000000000000000", + "type": "form_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 50, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 50, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "ElMaZ", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "small", + "style_width_child": "normal", + "submit_button_label": { + "mode": "simple", + "version": "0.1", + "formula": "'Search'" + }, + "reset_initial_values_post_submission": false + }, + { + "id": 324901, + "order": "1.62500000000000000000", + "type": "button", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_text_color": "error", + "button_background_color": "transparent", + "button_hover_text_color": "error", + "button_active_text_color": "error", + "button_hover_background_color": "transparent", + "button_active_background_color": "transparent" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 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": { + "mode": "simple", + "version": "0.1", + "formula": "'Clear search'" + } + }, + { + "id": 324902, + "order": "1.66666666666666674068", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 4, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 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": { + "mode": "simple", + "version": "0.1", + "formula": "'Unassigned'" + }, + "level": 3 + }, + { + "id": 324903, + "order": "1.71428571428571419055", + "type": "table", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 45232, + "items_per_page": 20, + "button_load_more_label": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "schema_property": null, + "property_options": [], + "fields": [ + { + "uid": "2c99530c-3eca-46bb-bf73-fcee4f58f099", + "name": "Model", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61989')" + } + } + }, + { + "uid": "c5f8ec26-0e1c-4817-a498-fdf0b8ffdd68", + "name": "Location", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61990.value')" + } + } + }, + { + "uid": "a674fa3f-00cf-4329-9bab-5e0843311e0a", + "name": "Status", + "type": "tags", + "styles": {}, + "config": { + "values": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',get('current_record.field_61991.value'))" + }, + "colors_is_formula": true, + "colors": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61991.color')" + } + } + }, + { + "uid": "903cbc20-0525-4841-824b-5d35a1098c7e", + "name": "Calibration Interval (Days)", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61992')" + } + } + }, + { + "uid": "9979baac-9a67-433d-8e35-2d590617d7bc", + "name": "Last Calibration Date", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61993')" + } + } + }, + { + "uid": "fcce959e-0bb7-4085-a15e-d916662fbe9a", + "name": "Warranty Expiry", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61995')" + } + } + }, + { + "uid": "911b765c-0a7c-42c2-b073-a246ca517acb", + "name": "Performed By", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_62006.*.value')" + } + } + } + ], + "orientation": { + "tablet": "horizontal", + "desktop": "horizontal", + "smartphone": "horizontal" + } + }, + { + "id": 324904, + "order": "1.75000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 4, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 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": { + "mode": "simple", + "version": "0.1", + "formula": "'Active logs'" + }, + "level": 3 + }, + { + "id": 324905, + "order": "1.77777777777777767909", + "type": "table", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 45233, + "items_per_page": 20, + "button_load_more_label": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "schema_property": null, + "property_options": [], + "fields": [ + { + "uid": "6b35a47e-9d19-4d77-b366-b997df932524", + "name": "Model", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61989')" + } + } + }, + { + "uid": "8eae841d-61e8-43ba-a4fe-8cb987eb5305", + "name": "Location", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61990.value')" + } + } + }, + { + "uid": "cabd5599-fd07-44e1-9083-44ff49e1f423", + "name": "Status", + "type": "tags", + "styles": {}, + "config": { + "values": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',get('current_record.field_61991.value'))" + }, + "colors_is_formula": true, + "colors": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61991.color')" + } + } + }, + { + "uid": "bcd45198-c7fd-45e6-b00c-13a513967ade", + "name": "Calibration Interval (Days)", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61992')" + } + } + }, + { + "uid": "3abb63ec-dc39-4c0c-bd82-457cd42f39c4", + "name": "Last Calibration Date", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61993')" + } + } + }, + { + "uid": "99a7370a-2641-4830-97b8-14bd8663346f", + "name": "Warranty Expiry", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61995')" + } + } + }, + { + "uid": "818b2ea1-f7c4-42aa-8a61-1217a5215567", + "name": "Performed By", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_62006.*.value')" + } + } + } + ], + "orientation": { + "tablet": "horizontal", + "desktop": "horizontal", + "smartphone": "horizontal" + } + }, + { + "id": 324906, + "order": "1.80000000000000004441", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 4, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 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": { + "mode": "simple", + "version": "0.1", + "formula": "'In maintenance'" + }, + "level": 3 + }, + { + "id": 324907, + "order": "1.81818181818181812126", + "type": "table", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 45234, + "items_per_page": 20, + "button_load_more_label": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "schema_property": null, + "property_options": [], + "fields": [ + { + "uid": "98b8039d-cfe5-4d5d-8405-4f54b29cdb9d", + "name": "Model", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61989')" + } + } + }, + { + "uid": "041de37d-be79-49b1-8aac-0d55841ba3ed", + "name": "Location", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61990.value')" + } + } + }, + { + "uid": "380dd6e3-82a3-4e89-88a3-4faf4bf5c5da", + "name": "Status", + "type": "tags", + "styles": {}, + "config": { + "values": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61991.value')" + }, + "colors_is_formula": true, + "colors": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61991.color')" + } + } + }, + { + "uid": "37cd604c-fe17-458c-aa39-0b5b1dc39542", + "name": "Calibration Interval (Days)", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61992')" + } + } + }, + { + "uid": "e2fcb586-22c7-4fb7-b02d-ee83658a5efa", + "name": "Last Calibration Date", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61993')" + } + } + }, + { + "uid": "59daae9f-2db7-4625-912a-8d11255d3a30", + "name": "Warranty Expiry", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61995')" + } + } + }, + { + "uid": "784a6d7b-9258-4931-8509-8d9a0b9ee5cb", + "name": "Performed By", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_62006.*.value')" + } + } + } + ], + "orientation": { + "tablet": "horizontal", + "desktop": "horizontal", + "smartphone": "horizontal" + } + }, + { + "id": 324908, + "order": "1.83333333333333325932", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 4, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('All Equipments (',get('data_source.45235.result'),')')" + }, + "level": 3 + }, + { + "id": 324909, + "order": "2.00000000000000000000", + "type": "table", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 45231, + "items_per_page": 20, + "button_load_more_label": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "schema_property": null, + "property_options": [], + "fields": [ + { + "uid": "d756a855-14eb-4f46-bc56-cbe9bd1ad702", + "name": "Model", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61989')" + } + } + }, + { + "uid": "5d49cd2b-e25a-47e3-a796-bee14127a955", + "name": "Location", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61990.value')" + } + } + }, + { + "uid": "20fbb511-1cb6-4377-80a2-609e080fd3e3", + "name": "Status", + "type": "tags", + "styles": {}, + "config": { + "values": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',get('current_record.field_61991.value'))" + }, + "colors_is_formula": true, + "colors": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61991.color')" + } + } + }, + { + "uid": "43f5a3af-9673-4123-8f56-109f6aadd7a5", + "name": "Calibration Interval (Days)", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61992')" + } + } + }, + { + "uid": "e6686931-653b-42f0-af81-84d0f408d692", + "name": "Last Calibration Date", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61993')" + } + } + }, + { + "uid": "fcfbccd6-aebd-4023-a365-b680c2c863f0", + "name": "Warranty Expiry", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61995')" + } + } + }, + { + "uid": "dfccd4c9-eb7d-42c4-ae2c-a875489670d9", + "name": "Performed By", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_62006.*.value')" + } + } + } + ], + "orientation": { + "tablet": "horizontal", + "desktop": "horizontal", + "smartphone": "horizontal" + } + } + ], + "data_sources": [ + { + "id": 45231, + "name": "All Equipment", + "order": "1.00000000000000000000", + "service": { + "id": 56945, + "integration_id": 1196, + "type": "local_baserow_list_rows", + "sample_data": null, + "table_id": 5759, + "view_id": 23894, + "sortings": [], + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "get('page_parameter.search')" + }, + "filter_type": "AND", + "filters": [], + "default_result_count": 20 + } + }, + { + "id": 45232, + "name": "Unassigned Equipments", + "order": "2.00000000000000000000", + "service": { + "id": 56946, + "integration_id": 1196, + "type": "local_baserow_list_rows", + "sample_data": null, + "table_id": 5759, + "view_id": 23894, + "sortings": [], + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "get('page_parameter.search')" + }, + "filter_type": "AND", + "filters": [ + { + "field_id": 62006, + "type": "has_empty_value", + "value": { + "mode": "raw", + "version": "0.1", + "formula": "" + }, + "value_is_formula": false + } + ], + "default_result_count": 20 + } + }, + { + "id": 45233, + "name": "Equipment with active logs", + "order": "3.00000000000000000000", + "service": { + "id": 56947, + "integration_id": 1196, + "type": "local_baserow_list_rows", + "sample_data": null, + "table_id": 5759, + "view_id": 23895, + "sortings": [], + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "get('page_parameter.search')" + }, + "filter_type": "AND", + "filters": [], + "default_result_count": 20 + } + }, + { + "id": 45234, + "name": "Machines in maintenance", + "order": "4.00000000000000000000", + "service": { + "id": 56948, + "integration_id": 1196, + "type": "local_baserow_list_rows", + "sample_data": null, + "table_id": 5759, + "view_id": 23894, + "sortings": [], + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "get('page_parameter.search')" + }, + "filter_type": "AND", + "filters": [ + { + "field_id": 61991, + "type": "single_select_equal", + "value": { + "mode": "raw", + "version": "0.1", + "formula": "24371" + }, + "value_is_formula": false + } + ], + "default_result_count": 20 + } + }, + { + "id": 45235, + "name": "Fleet Summary", + "order": "5.00000000000000000000", + "service": { + "id": 56949, + "integration_id": 1196, + "type": "local_baserow_aggregate_rows", + "sample_data": null, + "table_id": 5759, + "view_id": 23894, + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "get('page_parameter.search')" + }, + "filter_type": "AND", + "filters": [], + "field_id": 62011, + "aggregation_type": "count" + } + } + ], + "workflow_actions": [ + { + "id": 34290, + "type": "open_page", + "order": 1, + "page_id": 16648, + "element_id": 324898, + "event": "submit", + "navigation_type": "page", + "navigate_to_page_id": 16648, + "page_parameters": [], + "query_parameters": [ + { + "name": "search", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('form_data.324899')" + } + } + ], + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "target": "self" + }, + { + "id": 34291, + "type": "open_page", + "order": 1, + "page_id": 16648, + "element_id": 324901, + "event": "click", + "navigation_type": "page", + "navigate_to_page_id": 16648, + "page_parameters": [], + "query_parameters": [ + { + "name": "search", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "" + } + } + ], + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "target": "self" + } + ], + "visibility": "logged-in", + "role_type": "allow_all", + "roles": [] + } + ], + "integrations": [ + { + "id": 1196, + "name": "Local Baserow", + "order": "1.00000000000000000000", + "type": "local_baserow", + "authorized_user": null + } + ], + "theme": { + "primary_color": "#4e5cfe", + "secondary_color": "#2bc3f1", + "border_color": "#ededed", + "main_success_color": "#12d452", + "main_warning_color": "#ffd269", + "main_error_color": "#ff5a44", + "custom_colors": [ + { + "name": "White", + "color": "#ffffff", + "value": "ElMaZ" + }, + { + "name": "Custom 2", + "color": "#202128", + "value": "zoOtT" + }, + { + "name": "Custom 3", + "color": "#6a6b70", + "value": "V6EVv" + } + ], + "body_font_family": "inter", + "body_font_size": 14, + "body_font_weight": "regular", + "body_text_color": "zoOtT", + "body_text_alignment": "left", + "heading_1_font_family": "inter", + "heading_1_font_size": 32, + "heading_1_font_weight": "bold", + "heading_1_text_color": "zoOtT", + "heading_1_text_alignment": "left", + "heading_1_text_decoration": [ + false, + false, + false, + false + ], + "heading_2_font_family": "inter", + "heading_2_font_size": 24, + "heading_2_font_weight": "medium", + "heading_2_text_color": "zoOtT", + "heading_2_text_alignment": "left", + "heading_2_text_decoration": [ + false, + false, + false, + false + ], + "heading_3_font_family": "inter", + "heading_3_font_size": 18, + "heading_3_font_weight": "medium", + "heading_3_text_color": "zoOtT", + "heading_3_text_alignment": "left", + "heading_3_text_decoration": [ + false, + false, + false, + false + ], + "heading_4_font_family": "inter", + "heading_4_font_size": 16, + "heading_4_font_weight": "semi-bold", + "heading_4_text_color": "zoOtT", + "heading_4_text_alignment": "left", + "heading_4_text_decoration": [ + false, + false, + false, + false + ], + "heading_5_font_family": "inter", + "heading_5_font_size": 14, + "heading_5_font_weight": "semi-bold", + "heading_5_text_color": "zoOtT", + "heading_5_text_alignment": "left", + "heading_5_text_decoration": [ + false, + false, + false, + false + ], + "heading_6_font_family": "inter", + "heading_6_font_size": 14, + "heading_6_font_weight": "semi-bold", + "heading_6_text_color": "zoOtT", + "heading_6_text_alignment": "left", + "heading_6_text_decoration": [ + false, + false, + false, + false + ], + "button_font_family": "inter", + "button_font_size": 12, + "button_font_weight": "semi-bold", + "button_alignment": "center", + "button_text_alignment": "center", + "button_width": "auto", + "button_background_color": "primary", + "button_text_color": "ElMaZ", + "button_border_color": "border", + "button_border_size": 0, + "button_border_radius": 6, + "button_vertical_padding": 10, + "button_horizontal_padding": 36, + "button_hover_background_color": "#4653e5", + "button_hover_text_color": "ElMaZ", + "button_hover_border_color": "border", + "button_active_background_color": "primary", + "button_active_text_color": "ElMaZ", + "button_active_border_color": "border", + "image_alignment": "left", + "image_max_width": 100, + "image_max_height": null, + "image_border_radius": 0, + "image_constraint": "contain", + "page_background_color": "#fafafa", + "page_background_file_id": null, + "page_background_mode": "tile", + "label_font_family": "inter", + "label_text_color": "V6EVv", + "label_font_size": 11, + "label_font_weight": "medium", + "input_font_family": "inter", + "input_font_size": 14, + "input_font_weight": "regular", + "input_text_color": "zoOtT", + "input_background_color": "#ffffff", + "input_border_color": "border", + "input_border_size": 1, + "input_border_radius": 6, + "input_vertical_padding": 12, + "input_horizontal_padding": 16, + "table_border_color": "border", + "table_border_size": 1, + "table_border_radius": 6, + "table_header_background_color": "#f7f7f7", + "table_header_text_color": "V6EVv", + "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": "ElMaZ", + "table_cell_alternate_background_color": "ElMaZ", + "table_cell_alignment": "left", + "table_cell_vertical_padding": 18, + "table_cell_horizontal_padding": 24, + "table_vertical_separator_color": "#000000FF", + "table_vertical_separator_size": 0, + "table_horizontal_separator_color": "border", + "table_horizontal_separator_size": 1, + "link_font_family": "inter", + "link_font_size": 14, + "link_font_weight": "regular", + "link_text_alignment": "left", + "link_text_color": "primary", + "link_hover_text_color": "#4653e5", + "link_active_text_color": "primary", + "link_default_text_decoration": [ + true, + false, + false, + false + ], + "link_hover_text_decoration": [ + true, + false, + false, + false + ], + "link_active_text_decoration": [ + true, + false, + false, + false + ] + }, + "user_sources": [ + { + "id": 807, + "name": "Technicians", + "order": "1.00000000000000000000", + "type": "local_baserow", + "uid": "807_5760_61999_62001", + "integration_id": 1196, + "auth_providers": [ + { + "id": 812, + "type": "local_baserow_password", + "domain": null, + "enabled": true, + "password_field_id": 62002 + } + ], + "table_id": 5760, + "email_field_id": 61999, + "name_field_id": 61997, + "role_field_id": 62001 + } + ], + "favicon_file": null, + "login_page": { + "id": 16646, + "name": "Login", + "order": 1, + "path": "/login", + "path_params": [], + "query_params": [], + "shared": false, + "elements": [ + { + "id": 324885, + "order": "0.50000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 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": 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": { + "mode": "simple", + "version": "0.1", + "formula": "'Login'" + }, + "level": 1 + }, + { + "id": 324886, + "order": "1.00000000000000000000", + "type": "auth_form", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "login_button": { + "button_alignment": "center", + "button_horizontal_padding": 36 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "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": 50, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 50, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "ElMaZ", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "small", + "style_width_child": "normal", + "user_source_id": 807, + "login_button_label": { + "mode": "simple", + "version": "0.1", + "formula": "'Sign in'" + } + } + ], + "data_sources": [], + "workflow_actions": [ + { + "id": 34286, + "type": "refresh_data_source", + "order": 1, + "page_id": 16646, + "element_id": 324886, + "event": "after_login", + "data_source_id": 45226 + }, + { + "id": 34287, + "type": "open_page", + "order": 2, + "page_id": 16646, + "element_id": 324886, + "event": "after_login", + "navigation_type": "page", + "navigate_to_page_id": 16647, + "page_parameters": [], + "query_parameters": [ + { + "name": "search", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "" + } + } + ], + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "target": "self" + } + ], + "visibility": "all", + "role_type": "allow_all", + "roles": [] + }, + "id": 2167, + "name": "Field Inspector Portal", + "order": 2, + "type": "builder", + "scripts": [], + "custom_code": { + "css": "", + "js": "" + } + }, + { + "workflows": [ + { + "id": 172, + "name": "Escalation", + "order": 2, + "nodes": [ + { + "id": 963, + "type": "local_baserow_rows_created", + "label": "New inspection log", + "service": { + "id": 60634, + "integration_id": 1197, + "type": "local_baserow_rows_created", + "sample_data": { + "data": { + "results": [ + { + "id": 16, + "Date": null, + "order": "16.00000000000000000000", + "Log ID": "L-0016", + "Status": null, + "Log Type": { + "id": 24358, + "color": "blue", + "value": "Calibration Check" + }, + "Priority": 0, + "Deviation": "333.00", + "Equipment": [ + { + "id": 1, + "order": "1.00000000000000000000", + "value": "M-001" + } + ], + "Performed By": [ + { + "id": 2, + "order": "2.00000000000000000000", + "value": "Bob Johnson" + } + ], + "Target Value": 456.0, + "Safety Status": "\ud83d\udd34 CRITICAL: HALT MACHINE", + "Failure Reason": "Test", + "Observed Value": 123.0, + "Photos/Evidence": [], + "Tolerance Limit": null, + "Within Tolerance?": false, + "Auto-Alert Trigger": "IMMEDIATE ESCALATION", + "Calibration Result": "\u274c Fail" + } + ], + "has_next_page": false + }, + "status": 200, + "output_uid": "" + }, + "table_id": 5758 + }, + "workflow_id": 172 + }, + { + "id": 966, + "type": "router", + "label": "Check emergency", + "service": { + "id": 60637, + "integration_id": null, + "type": "router", + "sample_data": { + "data": { + "edge": { + "label": "Emergency protocal" + } + }, + "status": 200, + "output_uid": "e5c65edc-5c51-4cc5-8b54-9430104ccf9f" + }, + "edges": [ + { + "label": "Emergency protocal", + "uid": "e5c65edc-5c51-4cc5-8b54-9430104ccf9f", + "condition": { + "mode": "advanced", + "version": "0.1", + "formula": "and(get('previous_node.963.0.field_62012') = 'IMMEDIATE ESCALATION', get('previous_node.963.0.field_61981.value') != 'Completed')" + } + } + ], + "default_edge_label": "Standard alert" + }, + "workflow_id": 172 + }, + { + "id": 967, + "type": "local_baserow_update_row", + "label": "", + "service": { + "id": 60638, + "integration_id": 1197, + "type": "local_baserow_upsert_row", + "sample_data": { + "data": { + "id": 1, + "Model": "X100", + "order": "1.00000000000000000000", + "Status": { + "id": 24372, + "color": "red", + "value": "Down" + }, + "Location": { + "id": 24366, + "color": "blue", + "value": "Imaging Lab A" + }, + "Equipment ID": "M-001", + "Performed By": [ + { + "ids": { + "database_table_5758": 13, + "database_table_5760": 1 + }, + "value": "Alice Smith" + }, + { + "ids": { + "database_table_5758": 14, + "database_table_5760": 2 + }, + "value": "Bob Johnson" + }, + { + "ids": { + "database_table_5758": 15, + "database_table_5760": 2 + }, + "value": "Bob Johnson" + }, + { + "ids": { + "database_table_5758": 16, + "database_table_5760": 2 + }, + "value": "Bob Johnson" + }, + { + "ids": { + "database_table_5758": 1, + "database_table_5760": 3 + }, + "value": "Carol Davis" + } + ], + "Warranty Expiry": "2025-12-31", + "Compliance Status": "\u26a0\ufe0f Overdue", + "Next Calibration Due": "2023-12-12", + "Last Calibration Date": "2023-06-15", + "Maintenance & Call Logs": [ + { + "id": 1, + "order": "1.00000000000000000000", + "value": "L-001" + }, + { + "id": 13, + "order": "13.00000000000000000000", + "value": "L-0013" + }, + { + "id": 14, + "order": "14.00000000000000000000", + "value": "L-0014" + }, + { + "id": 15, + "order": "15.00000000000000000000", + "value": "L-0015" + }, + { + "id": 16, + "order": "16.00000000000000000000", + "value": "L-0016" + } + ], + "Open Risk Level (Rollup)": [ + { + "id": 1, + "value": "3" + }, + { + "id": 13, + "value": "0" + }, + { + "id": 14, + "value": "0" + }, + { + "id": 15, + "value": "0" + }, + { + "id": 16, + "value": "0" + } + ], + "Technical Manual Uploads": [], + "Calibration Interval (Days)": 180 + }, + "status": 200, + "output_uid": "" + }, + "table_id": 5759, + "row_id": { + "mode": "simple", + "version": "0.1", + "formula": "get('previous_node.963.0.field_61976.0.id')" + }, + "field_mappings": [ + { + "field_id": 61991, + "value": { + "mode": "simple", + "version": "0.1", + "formula": "'Down'" + }, + "enabled": true + } + ] + }, + "workflow_id": 172 + }, + { + "id": 968, + "type": "slack_write_message", + "label": "", + "service": { + "id": 60639, + "integration_id": 1198, + "type": "slack_write_message", + "sample_data": null, + "channel": "team", + "text": { + "mode": "simple", + "version": "0.1", + "formula": "concat('\ud83d\udea8 CRITICAL SAFETY ALERT: ', '\n', concat(get('previous_node.967.field_61988'), ' at ', get('previous_node.967.field_61990.value'), ' failed calibrations. Result:'), '\n', concat(get('previous_node.963.0.field_61979'), ' vs Target: ', get('previous_node.963.0.field_61978')), '\n', 'Machine has been locked automatically')" + } + }, + "workflow_id": 172 + }, + { + "id": 969, + "type": "local_baserow_update_row", + "label": "", + "service": { + "id": 60640, + "integration_id": 1197, + "type": "local_baserow_upsert_row", + "sample_data": null, + "table_id": 5759, + "row_id": { + "mode": "simple", + "version": "0.1", + "formula": "get('previous_node.963.0.field_61976.0.id')" + }, + "field_mappings": [ + { + "field_id": 61993, + "value": { + "mode": "advanced", + "version": "0.1", + "formula": "today()" + }, + "enabled": true + } + ] + }, + "workflow_id": 172 + }, + { + "id": 970, + "type": "smtp_email", + "label": "", + "service": { + "id": 60641, + "integration_id": 1199, + "type": "smtp_email", + "sample_data": null, + "from_email": { + "mode": "simple", + "version": "0.1", + "formula": "'sender@gmail.com'" + }, + "from_name": { + "mode": "simple", + "version": "0.1", + "formula": "'Notifier'" + }, + "to_emails": { + "mode": "simple", + "version": "0.1", + "formula": "get('previous_node.971.field_61999')" + }, + "cc_emails": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "bcc_emails": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "subject": { + "mode": "simple", + "version": "0.1", + "formula": "concat('Routine maintenance for ', get('previous_node.963.0.field_61976.0.value'), ' logged')" + }, + "body_type": "plain", + "body": { + "mode": "simple", + "version": "0.1", + "formula": "concat('', '\n', concat('Routine maintenance for ', get('previous_node.963.0.field_61976.0.value'), ' logged'))" + } + }, + "workflow_id": 172 + }, + { + "id": 971, + "type": "local_baserow_get_row", + "label": "Get inspector", + "service": { + "id": 60642, + "integration_id": 1197, + "type": "local_baserow_get_row", + "sample_data": { + "data": { + "id": 2, + "Role": { + "id": 24377, + "color": "green", + "value": "Senior Auditor" + }, + "Email": "bob.johnson@example.com", + "order": "2.00000000000000000000", + "Password": true, + "Full Name": "Bob Johnson", + "Specialty": [ + { + "id": 24374, + "color": "green", + "value": "Precision Milling" + } + ], + "Active Tasks": "4", + "Assigned Logs": [ + { + "id": 6, + "order": "6.00000000000000000000", + "value": "L-006" + }, + { + "id": 12, + "order": "12.00000000000000000000", + "value": "L-0012" + }, + { + "id": 14, + "order": "14.00000000000000000000", + "value": "L-0014" + }, + { + "id": 15, + "order": "15.00000000000000000000", + "value": "L-0015" + }, + { + "id": 16, + "order": "16.00000000000000000000", + "value": "L-0016" + } + ], + "Share Form URL": "https://baserow.cloudron.getbaserow.com/form/BQ2Rfr5LJVwaUM6bb0ryYhhXIVdOHTxojpgoyjtVUmQ?prefill_Performed By=", + "Submit Log URL": "https://baserow.cloudron.getbaserow.com/form/BQ2Rfr5LJVwaUM6bb0ryYhhXIVdOHTxojpgoyjtVUmQ?prefill_Performed By=Bob Johnson" + }, + "status": 200, + "output_uid": "" + }, + "table_id": 5760, + "view_id": null, + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "filter_type": "AND", + "filters": [], + "row_id": { + "mode": "simple", + "version": "0.1", + "formula": "get('previous_node.963.0.field_61984.0.id')" + } + }, + "workflow_id": 172 + } + ], + "state": "draft", + "graph": { + "0": 963, + "963": { + "next": { + "": [ + 971 + ] + } + }, + "966": { + "next": { + "": [ + 969 + ], + "e5c65edc-5c51-4cc5-8b54-9430104ccf9f": [ + 967 + ] + } + }, + "967": { + "next": { + "": [ + 968 + ] + } + }, + "968": {}, + "969": { + "next": { + "": [ + 970 + ] + } + }, + "970": {}, + "971": { + "next": { + "": [ + 966 + ] + } + } + } + } + ], + "integrations": [ + { + "id": 1197, + "name": "Local Baserow", + "order": "1.00000000000000000000", + "type": "local_baserow", + "authorized_user": null + }, + { + "id": 1198, + "name": "Slack Bot", + "order": "2.00000000000000000000", + "type": "slack_bot", + "token": null + }, + { + "id": 1199, + "name": "SMTP Email", + "order": "3.00000000000000000000", + "type": "smtp", + "host": "smtp.gmail.com", + "port": 587, + "use_tls": true, + "username": null, + "password": null + } + ], + "id": 2168, + "name": "Inspection Workflows", + "order": 3, + "type": "automation" + } + ] +} \ No newline at end of file diff --git a/backend/templates/inspections-compliance.zip b/backend/templates/inspections-compliance.zip new file mode 100644 index 0000000000..d45be95d62 Binary files /dev/null and b/backend/templates/inspections-compliance.zip differ diff --git a/backend/templates/intake-qualification.json b/backend/templates/intake-qualification.json new file mode 100644 index 0000000000..5bb4372521 --- /dev/null +++ b/backend/templates/intake-qualification.json @@ -0,0 +1,10960 @@ +{ + "baserow_template_version": 1, + "name": "Intake & Qualification Engine", + "icon": "iconoir-check", + "keywords": [ + "lead", + "intake", + "qualification", + "CRM", + "sales" + ], + "categories": [ + "Business Operations", + "Business Continuity" + ], + "open_application": 2164, + "export": [ + { + "id": 2164, + "name": "Dynamic Intake & Qualification Engine", + "order": 1, + "type": "database", + "tables": [ + { + "id": 5753, + "name": "Submissions", + "order": 2, + "fields": [ + { + "id": 61923, + "type": "text", + "name": "Full Name", + "description": null, + "order": 1, + "primary": true, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "text_default": "" + }, + { + "id": 61924, + "type": "formula", + "name": "Submission ID", + "description": null, + "order": 0, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_force_timezone": null, + "number_decimal_places": null, + "number_suffix": "", + "number_separator": "", + "date_include_time": null, + "error": null, + "date_time_format": null, + "date_show_tzinfo": null, + "number_prefix": "", + "nullable": false, + "date_format": null, + "duration_format": null, + "array_formula_type": null, + "formula": "concat('SUB00',row_id())", + "formula_type": "text" + }, + { + "id": 61925, + "type": "email", + "name": "Email", + "description": null, + "order": 2, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [] + }, + { + "id": 61926, + "type": "single_select", + "name": "Company Size", + "description": null, + "order": 3, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "select_options": [ + { + "id": 24333, + "value": "1-10", + "color": "blue", + "order": 0 + }, + { + "id": 24334, + "value": "11-50", + "color": "blue", + "order": 1 + }, + { + "id": 24335, + "value": "51-200", + "color": "blue", + "order": 2 + }, + { + "id": 24336, + "value": "201+", + "color": "blue", + "order": 3 + } + ], + "single_select_default": null + }, + { + "id": 61927, + "type": "single_select", + "name": "Budget Range", + "description": null, + "order": 4, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "select_options": [ + { + "id": 24337, + "value": "<$5k", + "color": "blue", + "order": 0 + }, + { + "id": 24338, + "value": "$5k-$20k", + "color": "blue", + "order": 1 + }, + { + "id": 24339, + "value": "$20k-$50k", + "color": "blue", + "order": 2 + }, + { + "id": 24340, + "value": "$50k+", + "color": "blue", + "order": 3 + } + ], + "single_select_default": null + }, + { + "id": 61928, + "type": "long_text", + "name": "Inquiry Details", + "description": null, + "order": 5, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "long_text_enable_rich_text": true + }, + { + "id": 61929, + "type": "single_select", + "name": "Status", + "description": null, + "order": 6, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "select_options": [ + { + "id": 24341, + "value": "New", + "color": "blue", + "order": 0 + }, + { + "id": 24342, + "value": "Qualified", + "color": "light-green", + "order": 1 + }, + { + "id": 24343, + "value": "Disqualified", + "color": "light-cyan", + "order": 2 + }, + { + "id": 24344, + "value": "Contacted", + "color": "light-yellow", + "order": 3 + } + ], + "single_select_default": null + }, + { + "id": 61930, + "type": "link_row", + "name": "Service Interest", + "description": null, + "order": 7, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "link_row_table_id": 5754, + "link_row_related_field_id": 61939, + "link_row_limit_selection_view_id": null, + "has_related_field": true, + "link_row_multiple_relationships": false + }, + { + "id": 61931, + "type": "link_row", + "name": "Assigned Rep", + "description": null, + "order": 8, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "link_row_table_id": 5755, + "link_row_related_field_id": 61944, + "link_row_limit_selection_view_id": null, + "has_related_field": true, + "link_row_multiple_relationships": false + }, + { + "id": 61932, + "type": "link_row", + "name": "Campaign Source", + "description": null, + "order": 9, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "link_row_table_id": 5756, + "link_row_related_field_id": 61954, + "link_row_limit_selection_view_id": null, + "has_related_field": true, + "link_row_multiple_relationships": false + }, + { + "id": 61966, + "type": "formula", + "name": "Lead Score", + "description": null, + "order": 10, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_force_timezone": null, + "number_decimal_places": 0, + "number_suffix": "%", + "number_separator": "", + "date_include_time": null, + "error": null, + "date_time_format": null, + "date_show_tzinfo": null, + "number_prefix": "", + "nullable": false, + "date_format": null, + "duration_format": null, + "array_formula_type": null, + "formula": "if(field('Budget Range') = '$50k+', 50, 10) + if(field('Company Size') = '201+', 50, 0)", + "formula_type": "number" + }, + { + "id": 61973, + "type": "formula", + "name": "Priority Level", + "description": null, + "order": 11, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_force_timezone": null, + "number_decimal_places": null, + "number_suffix": "", + "number_separator": "", + "date_include_time": null, + "error": null, + "date_time_format": null, + "date_show_tzinfo": null, + "number_prefix": "", + "nullable": false, + "date_format": null, + "duration_format": null, + "array_formula_type": null, + "formula": "if(field('Lead Score') >= 80, '\ud83d\udd25 High', '\ud83e\uddca Normal')", + "formula_type": "text" + }, + { + "id": 61933, + "type": "link_row", + "name": "Interaction Logs", + "description": null, + "order": 12, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "link_row_table_id": 5757, + "link_row_related_field_id": 61963, + "link_row_limit_selection_view_id": null, + "has_related_field": true, + "link_row_multiple_relationships": true + }, + { + "id": 61934, + "type": "created_on", + "name": "Created On", + "description": null, + "order": 14, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": "EU", + "date_include_time": false, + "date_time_format": "24", + "date_show_tzinfo": false, + "date_force_timezone": null + }, + { + "id": 61935, + "type": "number", + "name": "Budget Value", + "description": null, + "order": 15, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "number_decimal_places": 2, + "number_negative": false, + "number_prefix": "$", + "number_suffix": "", + "number_separator": "COMMA_PERIOD", + "number_default": null + } + ], + "views": [ + { + "id": 23857, + "type": "form", + "name": "Lead Intake Form", + "order": 1, + "ownership_type": "collaborative", + "owned_by": null, + "public": true, + "title": "Lead Intake Form", + "description": "Submit a new lead", + "cover_image": null, + "logo_image": null, + "submit_text": "Submit", + "submit_action": "MESSAGE", + "submit_action_message": "We\u2019ve received your inquiry. Our team is reviewing your details. You can expect to hear from us via email within one business day.", + "submit_action_redirect_url": "", + "field_options": [ + { + "id": 28775, + "field_id": 61924, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 0, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28776, + "field_id": 61923, + "name": "Full Name", + "description": "Please enter your first and last name so we know who we're speaking with.", + "enabled": true, + "required": true, + "order": 1, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28777, + "field_id": 61925, + "name": "Email", + "description": "We\u2019ll use this to send your project summary and follow up on your inquiry. (Work email preferred).", + "enabled": true, + "required": true, + "order": 2, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [ + { + "id": 1530, + "field": 61923, + "type": "equal", + "group": null, + "value": "" + } + ], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28778, + "field_id": 61926, + "name": "Company Size", + "description": "This helps us understand the scale of your organization to provide the most relevant case studies and solutions.", + "enabled": true, + "required": false, + "order": 3, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "radios", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28779, + "field_id": 61927, + "name": "Budget Range", + "description": "Selecting a range helps us align our recommendations with your financial goals and project scope.", + "enabled": true, + "required": false, + "order": 4, + "show_when_matching_conditions": true, + "condition_type": "AND", + "conditions": [ + { + "id": 1531, + "field": 61926, + "type": "single_select_equal", + "group": null, + "value": "24334" + } + ], + "condition_groups": [], + "field_component": "radios", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28780, + "field_id": 61930, + "name": "Service Interest", + "description": "Which of our core capabilities are you most interested in exploring right now?", + "enabled": true, + "required": true, + "order": 5, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28781, + "field_id": 61928, + "name": "Inquiry Details", + "description": "Briefly describe your primary goals or any specific challenges you're looking to solve. The more detail, the better we can prepare for our first call.", + "enabled": true, + "required": true, + "order": 6, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28782, + "field_id": 61935, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 7, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28783, + "field_id": 61929, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 8, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28784, + "field_id": 61931, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 9, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28785, + "field_id": 61932, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 10, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28786, + "field_id": 61966, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 11, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28787, + "field_id": 61973, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 12, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28788, + "field_id": 61933, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 13, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28789, + "field_id": 61934, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 14, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + } + ] + }, + { + "id": 23858, + "type": "grid", + "name": "All Submissions", + "order": 2, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [ + { + "id": 14572, + "field_id": 61923, + "type": "equal", + "value": "", + "group": null + } + ], + "filter_groups": [], + "sortings": [ + { + "id": 15978, + "field_id": 61927, + "order": "ASC" + } + ], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "medium", + "field_options": [ + { + "id": 222290, + "field_id": 61923, + "width": 200, + "hidden": false, + "order": 0, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222289, + "field_id": 61924, + "width": 200, + "hidden": false, + "order": 1, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222291, + "field_id": 61925, + "width": 200, + "hidden": false, + "order": 2, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222295, + "field_id": 61929, + "width": 200, + "hidden": true, + "order": 3, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222292, + "field_id": 61926, + "width": 200, + "hidden": false, + "order": 4, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222293, + "field_id": 61927, + "width": 200, + "hidden": false, + "order": 5, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222294, + "field_id": 61928, + "width": 200, + "hidden": false, + "order": 6, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222296, + "field_id": 61930, + "width": 200, + "hidden": false, + "order": 7, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222297, + "field_id": 61931, + "width": 200, + "hidden": false, + "order": 8, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222298, + "field_id": 61932, + "width": 200, + "hidden": false, + "order": 9, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222299, + "field_id": 61966, + "width": 200, + "hidden": true, + "order": 10, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222300, + "field_id": 61973, + "width": 200, + "hidden": false, + "order": 11, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222301, + "field_id": 61933, + "width": 200, + "hidden": true, + "order": 12, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222302, + "field_id": 61934, + "width": 200, + "hidden": true, + "order": 13, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222303, + "field_id": 61935, + "width": 200, + "hidden": false, + "order": 14, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23860, + "type": "grid", + "name": "High Priority Queue", + "order": 3, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [ + { + "id": 14539, + "field_id": 61973, + "type": "contains", + "value": "High", + "group": null + } + ], + "filter_groups": [], + "sortings": [], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222320, + "field_id": 61923, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222319, + "field_id": 61924, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222321, + "field_id": 61925, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222322, + "field_id": 61926, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222323, + "field_id": 61927, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222324, + "field_id": 61928, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222325, + "field_id": 61929, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222326, + "field_id": 61930, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222327, + "field_id": 61931, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222328, + "field_id": 61932, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222331, + "field_id": 61933, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222332, + "field_id": 61934, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222333, + "field_id": 61935, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222329, + "field_id": 61966, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222330, + "field_id": 61973, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23859, + "type": "grid", + "name": "Inbox: New Leads", + "order": 4, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [ + { + "id": 14538, + "field_id": 61934, + "type": "date_is_within", + "value": "Europe/London??this_week", + "group": null + } + ], + "filter_groups": [], + "sortings": [ + { + "id": 15925, + "field_id": 61923, + "order": "ASC" + } + ], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222305, + "field_id": 61923, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222304, + "field_id": 61924, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222306, + "field_id": 61925, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222307, + "field_id": 61926, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222308, + "field_id": 61927, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222309, + "field_id": 61928, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222310, + "field_id": 61929, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222311, + "field_id": 61930, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222312, + "field_id": 61931, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222313, + "field_id": 61932, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222316, + "field_id": 61933, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222317, + "field_id": 61934, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222318, + "field_id": 61935, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222314, + "field_id": 61966, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222315, + "field_id": 61973, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23861, + "type": "kanban", + "name": "Status Kanban", + "order": 5, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "decorations": [], + "public": false, + "single_select_field_id": 61929, + "field_options": [ + { + "id": 30397, + "field_id": 61923, + "hidden": false, + "order": 32767 + }, + { + "id": 30396, + "field_id": 61924, + "hidden": false, + "order": 32767 + }, + { + "id": 30398, + "field_id": 61925, + "hidden": false, + "order": 32767 + }, + { + "id": 30399, + "field_id": 61926, + "hidden": true, + "order": 32767 + }, + { + "id": 30400, + "field_id": 61927, + "hidden": true, + "order": 32767 + }, + { + "id": 30401, + "field_id": 61928, + "hidden": true, + "order": 32767 + }, + { + "id": 30402, + "field_id": 61929, + "hidden": true, + "order": 32767 + }, + { + "id": 30403, + "field_id": 61930, + "hidden": true, + "order": 32767 + }, + { + "id": 30404, + "field_id": 61931, + "hidden": true, + "order": 32767 + }, + { + "id": 30405, + "field_id": 61932, + "hidden": true, + "order": 32767 + }, + { + "id": 30408, + "field_id": 61933, + "hidden": true, + "order": 32767 + }, + { + "id": 30409, + "field_id": 61934, + "hidden": true, + "order": 32767 + }, + { + "id": 30410, + "field_id": 61935, + "hidden": true, + "order": 32767 + }, + { + "id": 30406, + "field_id": 61966, + "hidden": true, + "order": 32767 + }, + { + "id": 30407, + "field_id": 61973, + "hidden": true, + "order": 32767 + } + ] + }, + { + "id": 23862, + "type": "calendar", + "name": "Submissions by Date", + "order": 6, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "decorations": [], + "public": false, + "date_field_id": 61934, + "field_options": [ + { + "id": 15516, + "field_id": 61923, + "hidden": true, + "order": 32767 + }, + { + "id": 15515, + "field_id": 61924, + "hidden": false, + "order": 32767 + }, + { + "id": 15517, + "field_id": 61925, + "hidden": true, + "order": 32767 + }, + { + "id": 15518, + "field_id": 61926, + "hidden": true, + "order": 32767 + }, + { + "id": 15519, + "field_id": 61927, + "hidden": true, + "order": 32767 + }, + { + "id": 15520, + "field_id": 61928, + "hidden": true, + "order": 32767 + }, + { + "id": 15521, + "field_id": 61929, + "hidden": true, + "order": 32767 + }, + { + "id": 15522, + "field_id": 61930, + "hidden": true, + "order": 32767 + }, + { + "id": 15523, + "field_id": 61931, + "hidden": true, + "order": 32767 + }, + { + "id": 15524, + "field_id": 61932, + "hidden": true, + "order": 32767 + }, + { + "id": 15527, + "field_id": 61933, + "hidden": true, + "order": 32767 + }, + { + "id": 15528, + "field_id": 61934, + "hidden": true, + "order": 32767 + }, + { + "id": 15529, + "field_id": 61935, + "hidden": true, + "order": 32767 + }, + { + "id": 15525, + "field_id": 61966, + "hidden": true, + "order": 32767 + }, + { + "id": 15526, + "field_id": 61973, + "hidden": true, + "order": 32767 + } + ] + } + ], + "rows": [ + { + "id": 1, + "order": "1.00000000000000000000", + "created_on": "2026-02-12T15:51:46.519748+00:00", + "updated_on": "2026-02-12T20:21:23.646560+00:00", + "field_61923": "Alice Johnson", + "field_61924": null, + "field_61925": "alice.johnson@example.com", + "field_61926": 24334, + "field_61927": 24338, + "field_61928": "Interested in a custom SaaS solution for project management.", + "field_61929": 24341, + "field_61930": [ + 4 + ], + "field_61931": [ + 2 + ], + "field_61932": [ + 2 + ], + "field_61966": null, + "field_61973": null, + "field_61933": [ + 3 + ], + "field_61934": null, + "field_61935": "2000.00" + }, + { + "id": 2, + "order": "2.00000000000000000000", + "created_on": "2026-02-12T15:51:46.519809+00:00", + "updated_on": "2026-02-12T20:21:23.646650+00:00", + "field_61923": "Brian Lee", + "field_61924": null, + "field_61925": "brian.lee@techstartups.io", + "field_61926": 24333, + "field_61927": 24337, + "field_61928": "Looking for a basic CRM integration for a small team.", + "field_61929": 24342, + "field_61930": [ + 5 + ], + "field_61931": [ + 3 + ], + "field_61932": [ + 4 + ], + "field_61966": null, + "field_61973": null, + "field_61933": [ + 4 + ], + "field_61934": null, + "field_61935": "15000.00" + }, + { + "id": 3, + "order": "3.00000000000000000000", + "created_on": "2026-02-12T15:51:46.519833+00:00", + "updated_on": "2026-02-12T20:21:23.646672+00:00", + "field_61923": "Carla Mart\u00ednez", + "field_61924": null, + "field_61925": "c.martinez@globalenterprises.com", + "field_61926": 24336, + "field_61927": 24340, + "field_61928": "Need enterprise\u2011level analytics platform with AI capabilities.", + "field_61929": 24344, + "field_61930": [ + 2 + ], + "field_61931": [ + 4 + ], + "field_61932": [ + 3 + ], + "field_61966": null, + "field_61973": null, + "field_61933": [], + "field_61934": null, + "field_61935": "500.00" + }, + { + "id": 4, + "order": "4.00000000000000000000", + "created_on": "2026-02-12T15:51:46.519854+00:00", + "updated_on": "2026-02-12T20:21:23.646690+00:00", + "field_61923": "David Patel", + "field_61924": null, + "field_61925": "david.patel@midsizeco.org", + "field_61926": 24335, + "field_61927": 24339, + "field_61928": "Requesting a quote for migration to cloud infrastructure.", + "field_61929": 24342, + "field_61930": [ + 1 + ], + "field_61931": [ + 1 + ], + "field_61932": [ + 1 + ], + "field_61966": null, + "field_61973": null, + "field_61933": [ + 5 + ], + "field_61934": null, + "field_61935": "1200.00" + }, + { + "id": 5, + "order": "5.00000000000000000000", + "created_on": "2026-02-12T15:51:46.519873+00:00", + "updated_on": "2026-02-17T15:13:31.850571+00:00", + "last_modified_by": "olga@baserow.io", + "field_61923": "Emily Chen", + "field_61924": null, + "field_61925": "e.chen@creativeagency.net", + "field_61926": 24334, + "field_61927": 24338, + "field_61928": "Seeking a marketing automation tool with email sequencing.", + "field_61929": 24341, + "field_61930": [ + 3 + ], + "field_61931": [ + 5 + ], + "field_61932": [ + 5 + ], + "field_61966": null, + "field_61973": null, + "field_61933": [ + 2 + ], + "field_61934": null, + "field_61935": "8000.00" + }, + { + "id": 6, + "order": "6.00000000000000000000", + "created_on": "2026-02-17T15:12:55.329965+00:00", + "updated_on": "2026-02-17T15:13:57.160578+00:00", + "created_by": "olga@baserow.io", + "last_modified_by": "olga@baserow.io", + "field_61923": "Sofia Ramirez", + "field_61924": null, + "field_61925": "sofia@example.com", + "field_61926": 24334, + "field_61927": 24338, + "field_61928": "Interested in a custom SaaS solution for project management.", + "field_61929": 24341, + "field_61930": [ + 4 + ], + "field_61931": [ + 2 + ], + "field_61932": [ + 2 + ], + "field_61966": null, + "field_61973": null, + "field_61933": [], + "field_61934": null, + "field_61935": "2000.00" + }, + { + "id": 7, + "order": "7.00000000000000000000", + "created_on": "2026-02-17T15:12:58.510886+00:00", + "updated_on": "2026-02-17T15:14:00.952019+00:00", + "created_by": "olga@baserow.io", + "last_modified_by": "olga@baserow.io", + "field_61923": "Liam O'Connor", + "field_61924": null, + "field_61925": "liam@example.com", + "field_61926": 24333, + "field_61927": 24337, + "field_61928": "Looking for a basic CRM integration for a small team.", + "field_61929": 24342, + "field_61930": [ + 5 + ], + "field_61931": [ + 3 + ], + "field_61932": [ + 4 + ], + "field_61966": null, + "field_61973": null, + "field_61933": [], + "field_61934": null, + "field_61935": "15000.00" + }, + { + "id": 8, + "order": "8.00000000000000000000", + "created_on": "2026-02-17T15:12:58.510953+00:00", + "updated_on": "2026-02-17T15:14:05.536498+00:00", + "created_by": "olga@baserow.io", + "last_modified_by": "olga@baserow.io", + "field_61923": "Nina Patel", + "field_61924": null, + "field_61925": "nina@example.com", + "field_61926": 24336, + "field_61927": 24340, + "field_61928": "Need enterprise\u2011level analytics platform with AI capabilities.", + "field_61929": 24344, + "field_61930": [ + 2 + ], + "field_61931": [ + 4 + ], + "field_61932": [ + 3 + ], + "field_61966": null, + "field_61973": null, + "field_61933": [], + "field_61934": null, + "field_61935": "500.00" + }, + { + "id": 9, + "order": "9.00000000000000000000", + "created_on": "2026-02-17T15:12:58.510976+00:00", + "updated_on": "2026-02-17T15:14:10.987006+00:00", + "created_by": "olga@baserow.io", + "last_modified_by": "olga@baserow.io", + "field_61923": "Carlos Mendes", + "field_61924": null, + "field_61925": "carlos@examples.com", + "field_61926": 24335, + "field_61927": 24339, + "field_61928": "Requesting a quote for migration to cloud infrastructure.", + "field_61929": 24342, + "field_61930": [ + 1 + ], + "field_61931": [ + 1 + ], + "field_61932": [ + 1 + ], + "field_61966": null, + "field_61973": null, + "field_61933": [], + "field_61934": null, + "field_61935": "1200.00" + }, + { + "id": 10, + "order": "10.00000000000000000000", + "created_on": "2026-02-17T15:12:58.510996+00:00", + "updated_on": "2026-02-17T15:14:16.793166+00:00", + "created_by": "olga@baserow.io", + "last_modified_by": "olga@baserow.io", + "field_61923": "Emily Zhao", + "field_61924": null, + "field_61925": "emily@example.com", + "field_61926": 24334, + "field_61927": 24338, + "field_61928": "Seeking a marketing automation tool with email sequencing.", + "field_61929": 24341, + "field_61930": [ + 3 + ], + "field_61931": [ + 5 + ], + "field_61932": [ + 5 + ], + "field_61966": null, + "field_61973": null, + "field_61933": [ + 1 + ], + "field_61934": null, + "field_61935": "8000.00" + } + ], + "data_sync": null, + "field_rules": [] + }, + { + "id": 5754, + "name": "Service Catalog", + "order": 3, + "fields": [ + { + "id": 61936, + "type": "text", + "name": "Service Name", + "description": null, + "order": 0, + "primary": true, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "text_default": "" + }, + { + "id": 61937, + "type": "number", + "name": "Base Price", + "description": null, + "order": 1, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "number_decimal_places": 2, + "number_negative": false, + "number_prefix": "$", + "number_suffix": "", + "number_separator": "COMMA_PERIOD", + "number_default": null + }, + { + "id": 61938, + "type": "boolean", + "name": "Active", + "description": null, + "order": 2, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "boolean_default": false + }, + { + "id": 61939, + "type": "link_row", + "name": "Leads Interested", + "description": null, + "order": 3, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "link_row_table_id": 5753, + "link_row_related_field_id": 61930, + "link_row_limit_selection_view_id": null, + "has_related_field": true, + "link_row_multiple_relationships": true + }, + { + "id": 61967, + "type": "formula", + "name": "Total Pipeline Value", + "description": null, + "order": 7, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_force_timezone": null, + "number_decimal_places": 2, + "number_suffix": "", + "number_separator": "COMMA_PERIOD", + "date_include_time": null, + "error": null, + "date_time_format": null, + "date_show_tzinfo": null, + "number_prefix": "$", + "nullable": false, + "date_format": null, + "duration_format": null, + "array_formula_type": null, + "formula": "sum(lookup('Leads Interested', 'Budget Value'))", + "formula_type": "number" + }, + { + "id": 61940, + "type": "last_modified", + "name": "Last modified", + "description": null, + "order": 8, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": "EU", + "date_include_time": true, + "date_time_format": "24", + "date_show_tzinfo": false, + "date_force_timezone": null + } + ], + "views": [ + { + "id": 23864, + "type": "grid", + "name": "Service Catalog", + "order": 1, + "ownership_type": "collaborative", + "owned_by": null, + "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": 222334, + "field_id": 61936, + "width": 200, + "hidden": false, + "order": 0, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222335, + "field_id": 61937, + "width": 200, + "hidden": false, + "order": 1, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222336, + "field_id": 61938, + "width": 200, + "hidden": false, + "order": 2, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222337, + "field_id": 61939, + "width": 200, + "hidden": false, + "order": 3, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222338, + "field_id": 61967, + "width": 229, + "hidden": false, + "order": 4, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222339, + "field_id": 61940, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23866, + "type": "grid", + "name": "Service Performance", + "order": 2, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "group_bys": [ + { + "id": 3008, + "field_id": 61938, + "order": "ASC" + } + ], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222340, + "field_id": 61936, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222341, + "field_id": 61937, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222342, + "field_id": 61938, + "width": 200, + "hidden": true, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222343, + "field_id": 61939, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222819, + "field_id": 61940, + "width": 200, + "hidden": true, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222344, + "field_id": 61967, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23867, + "type": "grid", + "name": "Active Services", + "order": 3, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [ + { + "id": 14540, + "field_id": 61938, + "type": "boolean", + "value": "1", + "group": null + } + ], + "filter_groups": [], + "sortings": [], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222345, + "field_id": 61936, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222346, + "field_id": 61937, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222347, + "field_id": 61938, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222348, + "field_id": 61939, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222349, + "field_id": 61967, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23868, + "type": "grid", + "name": "Service Archive", + "order": 4, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [ + { + "id": 14541, + "field_id": 61938, + "type": "boolean", + "value": "", + "group": null + } + ], + "filter_groups": [], + "sortings": [], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222350, + "field_id": 61936, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222351, + "field_id": 61937, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222352, + "field_id": 61938, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222353, + "field_id": 61939, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222354, + "field_id": 61967, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23863, + "type": "form", + "name": "Add Service Form", + "order": 5, + "ownership_type": "collaborative", + "owned_by": null, + "public": true, + "title": "Add Service", + "description": "Form to add a new Service", + "cover_image": null, + "logo_image": null, + "submit_text": "Submit", + "submit_action": "MESSAGE", + "submit_action_message": "", + "submit_action_redirect_url": "", + "field_options": [ + { + "id": 28790, + "field_id": 61936, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28791, + "field_id": 61937, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28792, + "field_id": 61938, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28793, + "field_id": 61939, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28882, + "field_id": 61940, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28794, + "field_id": 61967, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + } + ] + }, + { + "id": 23865, + "type": "gallery", + "name": "Pricing Gallery", + "order": 6, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "decorations": [], + "public": false, + "field_options": [ + { + "id": 19178, + "field_id": 61936, + "hidden": false, + "order": 32767 + }, + { + "id": 19179, + "field_id": 61937, + "hidden": false, + "order": 32767 + }, + { + "id": 19180, + "field_id": 61938, + "hidden": false, + "order": 32767 + }, + { + "id": 19181, + "field_id": 61939, + "hidden": true, + "order": 32767 + }, + { + "id": 19182, + "field_id": 61967, + "hidden": true, + "order": 32767 + } + ] + } + ], + "rows": [ + { + "id": 1, + "order": "1.00000000000000000000", + "created_on": "2026-02-12T15:51:47.705919+00:00", + "updated_on": "2026-02-12T20:02:38.983434+00:00", + "field_61936": "Consulting", + "field_61937": "2000.00", + "field_61938": "true", + "field_61939": [ + 4, + 9 + ], + "field_61967": null, + "field_61940": null + }, + { + "id": 2, + "order": "2.00000000000000000000", + "created_on": "2026-02-12T15:51:47.705995+00:00", + "updated_on": "2026-02-12T20:02:42.764268+00:00", + "field_61936": "Custom Software Development", + "field_61937": "15000.00", + "field_61938": "true", + "field_61939": [ + 3, + 8 + ], + "field_61967": null, + "field_61940": null + }, + { + "id": 3, + "order": "3.00000000000000000000", + "created_on": "2026-02-12T15:51:47.706018+00:00", + "updated_on": "2026-02-13T12:42:21.225280+00:00", + "field_61936": "Support Package", + "field_61937": "1500.00", + "field_61938": "true", + "field_61939": [ + 5, + 10 + ], + "field_61967": null, + "field_61940": null + }, + { + "id": 4, + "order": "4.00000000000000000000", + "created_on": "2026-02-12T15:51:47.706037+00:00", + "updated_on": "2026-02-12T20:02:29.183811+00:00", + "field_61936": "Training Workshop", + "field_61937": "1200.00", + "field_61938": "false", + "field_61939": [ + 1, + 6 + ], + "field_61967": null, + "field_61940": null + }, + { + "id": 5, + "order": "5.00000000000000000000", + "created_on": "2026-02-12T15:51:47.706057+00:00", + "updated_on": "2026-02-17T19:39:59.880209+00:00", + "last_modified_by": "frederik@baserow.io", + "field_61936": "Data Analytics Platform", + "field_61937": "8000.00", + "field_61938": "true", + "field_61939": [ + 2, + 7 + ], + "field_61967": null, + "field_61940": null + } + ], + "data_sync": null, + "field_rules": [] + }, + { + "id": 5755, + "name": "Team", + "order": 4, + "fields": [ + { + "id": 61941, + "type": "text", + "name": "Name", + "description": null, + "order": 0, + "primary": true, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "text_default": "" + }, + { + "id": 61942, + "type": "single_select", + "name": "Role", + "description": null, + "order": 1, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "select_options": [ + { + "id": 24345, + "value": "SDR", + "color": "blue", + "order": 0 + }, + { + "id": 24346, + "value": "Account Executive", + "color": "blue", + "order": 1 + }, + { + "id": 24347, + "value": "Sales Manager", + "color": "blue", + "order": 2 + } + ], + "single_select_default": null + }, + { + "id": 61943, + "type": "number", + "name": "Workload Limit", + "description": null, + "order": 2, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "number_decimal_places": 0, + "number_negative": false, + "number_prefix": "", + "number_suffix": "", + "number_separator": "", + "number_default": null + }, + { + "id": 61944, + "type": "link_row", + "name": "My Leads", + "description": null, + "order": 3, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "link_row_table_id": 5753, + "link_row_related_field_id": 61931, + "link_row_limit_selection_view_id": null, + "has_related_field": true, + "link_row_multiple_relationships": true + }, + { + "id": 61945, + "type": "link_row", + "name": "Interaction Logs", + "description": null, + "order": 4, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "link_row_table_id": 5757, + "link_row_related_field_id": 61964, + "link_row_limit_selection_view_id": null, + "has_related_field": true, + "link_row_multiple_relationships": true + }, + { + "id": 61974, + "type": "formula", + "name": "Load %", + "description": null, + "order": 6, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_force_timezone": null, + "number_decimal_places": 2, + "number_suffix": "%", + "number_separator": "", + "date_include_time": null, + "error": null, + "date_time_format": null, + "date_show_tzinfo": null, + "number_prefix": "", + "nullable": false, + "date_format": null, + "duration_format": null, + "array_formula_type": null, + "formula": "field('Current Load (Count)') / field('Workload Limit')", + "formula_type": "number" + }, + { + "id": 61968, + "type": "formula", + "name": "Current Load (Count)", + "description": null, + "order": 8, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_force_timezone": null, + "number_decimal_places": 0, + "number_suffix": "", + "number_separator": "", + "date_include_time": null, + "error": null, + "date_time_format": null, + "date_show_tzinfo": null, + "number_prefix": "", + "nullable": false, + "date_format": null, + "duration_format": null, + "array_formula_type": null, + "formula": "count(field('My Leads'))", + "formula_type": "number" + }, + { + "id": 61946, + "type": "file", + "name": "Profile Photo", + "description": null, + "order": 9, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [] + }, + { + "id": 61947, + "type": "email", + "name": "Email", + "description": null, + "order": 10, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [] + }, + { + "id": 61948, + "type": "phone_number", + "name": "Phone number", + "description": null, + "order": 11, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [] + }, + { + "id": 61949, + "type": "single_select", + "name": "Status", + "description": null, + "order": 12, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "select_options": [ + { + "id": 24348, + "value": "Inactive", + "color": "red", + "order": 0 + }, + { + "id": 24349, + "value": "Active", + "color": "green", + "order": 1 + } + ], + "single_select_default": null + }, + { + "id": 61950, + "type": "password", + "name": "Password", + "description": null, + "order": 13, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "allow_endpoint_authentication": true + }, + { + "id": 61951, + "type": "link_row", + "name": "Campaigns", + "description": null, + "order": 15, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "link_row_table_id": 5756, + "link_row_related_field_id": 61958, + "link_row_limit_selection_view_id": null, + "has_related_field": true, + "link_row_multiple_relationships": true + } + ], + "views": [ + { + "id": 23870, + "type": "grid", + "name": "Team Overview", + "order": 1, + "ownership_type": "collaborative", + "owned_by": null, + "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": 222355, + "field_id": 61941, + "width": 200, + "hidden": false, + "order": 0, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222356, + "field_id": 61942, + "width": 200, + "hidden": false, + "order": 1, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222357, + "field_id": 61947, + "width": 200, + "hidden": false, + "order": 2, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222358, + "field_id": 61950, + "width": 200, + "hidden": false, + "order": 3, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222359, + "field_id": 61948, + "width": 200, + "hidden": false, + "order": 4, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222360, + "field_id": 61949, + "width": 200, + "hidden": false, + "order": 5, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222361, + "field_id": 61946, + "width": 200, + "hidden": false, + "order": 6, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222362, + "field_id": 61943, + "width": 200, + "hidden": false, + "order": 7, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222363, + "field_id": 61944, + "width": 200, + "hidden": false, + "order": 8, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222364, + "field_id": 61945, + "width": 200, + "hidden": false, + "order": 9, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222365, + "field_id": 61951, + "width": 200, + "hidden": false, + "order": 10, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222366, + "field_id": 61974, + "width": 200, + "hidden": false, + "order": 11, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222367, + "field_id": 61968, + "width": 200, + "hidden": false, + "order": 12, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23872, + "type": "grid", + "name": "Rep Performance", + "order": 2, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [ + { + "id": 15926, + "field_id": 61943, + "order": "ASC" + } + ], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222370, + "field_id": 61941, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222371, + "field_id": 61942, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222372, + "field_id": 61943, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222373, + "field_id": 61944, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222374, + "field_id": 61945, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222377, + "field_id": 61946, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222376, + "field_id": 61968, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222375, + "field_id": 61974, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23874, + "type": "grid", + "name": "Assigner View", + "order": 3, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "group_bys": [ + { + "id": 3009, + "field_id": 61942, + "order": "ASC" + } + ], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222378, + "field_id": 61941, + "width": 200, + "hidden": false, + "order": 0, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222379, + "field_id": 61942, + "width": 200, + "hidden": false, + "order": 1, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222380, + "field_id": 61943, + "width": 200, + "hidden": false, + "order": 2, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222381, + "field_id": 61944, + "width": 200, + "hidden": false, + "order": 3, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222382, + "field_id": 61968, + "width": 200, + "hidden": false, + "order": 4, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222383, + "field_id": 61974, + "width": 200, + "hidden": false, + "order": 5, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222384, + "field_id": 61945, + "width": 200, + "hidden": false, + "order": 6, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222385, + "field_id": 61946, + "width": 200, + "hidden": false, + "order": 7, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23869, + "type": "form", + "name": "Create Your Team Profile", + "order": 4, + "ownership_type": "collaborative", + "owned_by": null, + "public": true, + "title": "New Member Form", + "description": "Form to add team members", + "cover_image": null, + "logo_image": null, + "submit_text": "Submit", + "submit_action": "MESSAGE", + "submit_action_message": "Thanks for introducing yourself. We\u2019re excited to learn more about you. One of our team members will personally review your submission and reach out to schedule a brief discovery call. Talk soon!", + "submit_action_redirect_url": "", + "field_options": [ + { + "id": 28795, + "field_id": 61941, + "name": "Name", + "description": "Enter your full name as you'd like it to appear on lead assignments.", + "enabled": true, + "required": true, + "order": 1, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28796, + "field_id": 61947, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 2, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28797, + "field_id": 61950, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 3, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28798, + "field_id": 61948, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 4, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28799, + "field_id": 61946, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 5, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28800, + "field_id": 61942, + "name": "Role", + "description": "Select your current position (this determines which leads are routed to you).", + "enabled": true, + "required": false, + "order": 6, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "radios", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28801, + "field_id": 61943, + "name": "Workload Limit", + "description": "Enter the maximum number of active leads you can manage at one time. (This controls your Capacity Score).", + "enabled": true, + "required": false, + "order": 7, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28802, + "field_id": 61944, + "name": "My Leads (Link)", + "description": "", + "enabled": false, + "required": true, + "order": 8, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28803, + "field_id": 61945, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 9, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28804, + "field_id": 61974, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 10, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28805, + "field_id": 61968, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 11, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28806, + "field_id": 61949, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 12, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28808, + "field_id": 61951, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 14, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + } + ] + }, + { + "id": 23871, + "type": "kanban", + "name": "Capacity Kanban", + "order": 5, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "decorations": [], + "public": false, + "single_select_field_id": 61942, + "field_options": [ + { + "id": 30411, + "field_id": 61941, + "hidden": false, + "order": 32767 + }, + { + "id": 30412, + "field_id": 61942, + "hidden": false, + "order": 32767 + }, + { + "id": 30413, + "field_id": 61943, + "hidden": false, + "order": 32767 + }, + { + "id": 30414, + "field_id": 61944, + "hidden": true, + "order": 32767 + }, + { + "id": 30415, + "field_id": 61945, + "hidden": true, + "order": 32767 + }, + { + "id": 30418, + "field_id": 61946, + "hidden": true, + "order": 32767 + }, + { + "id": 30417, + "field_id": 61968, + "hidden": true, + "order": 32767 + }, + { + "id": 30416, + "field_id": 61974, + "hidden": true, + "order": 32767 + } + ] + }, + { + "id": 23873, + "type": "gallery", + "name": "Team Gallery", + "order": 6, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "decorations": [], + "public": false, + "card_cover_image_field_id": 61946, + "field_options": [ + { + "id": 19183, + "field_id": 61941, + "hidden": false, + "order": 32767 + }, + { + "id": 19184, + "field_id": 61942, + "hidden": false, + "order": 32767 + }, + { + "id": 19185, + "field_id": 61943, + "hidden": false, + "order": 32767 + }, + { + "id": 19186, + "field_id": 61944, + "hidden": true, + "order": 32767 + }, + { + "id": 19187, + "field_id": 61945, + "hidden": true, + "order": 32767 + }, + { + "id": 19190, + "field_id": 61946, + "hidden": true, + "order": 32767 + }, + { + "id": 19189, + "field_id": 61968, + "hidden": true, + "order": 32767 + }, + { + "id": 19188, + "field_id": 61974, + "hidden": true, + "order": 32767 + } + ] + } + ], + "rows": [ + { + "id": 1, + "order": "1.00000000000000000000", + "created_on": "2026-02-12T15:51:48.886493+00:00", + "updated_on": "2026-02-20T08:39:23.774543+00:00", + "last_modified_by": "frederik@baserow.io", + "field_61941": "Sofia Ramirez", + "field_61942": 24347, + "field_61943": "30", + "field_61944": [ + 4, + 9 + ], + "field_61945": [ + 3 + ], + "field_61974": null, + "field_61968": null, + "field_61946": [ + { + "name": "o0THmAAdLHMEgClH2bObjdTuykNtspC8_1152b29c363e20f93afab12f6f7e286373bce9daf0ee5706f9be8ff30ca714e3.jpg", + "visible_name": "janetcook.jpg", + "original_name": "o0THmAAdLHMEgClH2bObjdTuykNtspC8_1152b29c363e20f93afab12f6f7e286373bce9daf0ee5706f9be8ff30ca714e3.jpg", + "size": 34101 + } + ], + "field_61947": "sofia@example.com", + "field_61948": "(495) 302-1105", + "field_61949": 24348, + "field_61950": "pbkdf2_sha256$720000$C0reEFAuBJqFN2Ldx4YPbW$jxbyLi9roAfZDsmwsdb4xhBO3zu4KVcffvxFLzADzEQ=", + "field_61951": [ + 1, + 5 + ] + }, + { + "id": 2, + "order": "2.00000000000000000000", + "created_on": "2026-02-12T15:51:48.886565+00:00", + "updated_on": "2026-02-20T08:39:25.718955+00:00", + "last_modified_by": "frederik@baserow.io", + "field_61941": "Liam O'Connor", + "field_61942": 24346, + "field_61943": "45", + "field_61944": [ + 1, + 6 + ], + "field_61945": [ + 2 + ], + "field_61974": null, + "field_61968": null, + "field_61946": [ + { + "name": "MsOPv6WbEuNVfEHqMo3KFOlki3Zsvpsy_da3dd507538b1f018710ad98e6cfb5a310ac38b5839991d68d04de643d4c4cc4.jpg", + "visible_name": "brandonwayne.jpg", + "original_name": "MsOPv6WbEuNVfEHqMo3KFOlki3Zsvpsy_da3dd507538b1f018710ad98e6cfb5a310ac38b5839991d68d04de643d4c4cc4.jpg", + "size": 47232 + } + ], + "field_61947": "liam@example.com", + "field_61948": "(495) 294-1003", + "field_61949": 24349, + "field_61950": "pbkdf2_sha256$720000$t7BFDZ3v5LpdlWRMw7YIdJ$IbB5QShABKl6RllpdgVG81gNzpm6RJhonDIP/TmsKOs=", + "field_61951": [ + 4 + ] + }, + { + "id": 3, + "order": "3.00000000000000000000", + "created_on": "2026-02-12T15:51:48.886589+00:00", + "updated_on": "2026-02-20T08:39:27.609836+00:00", + "last_modified_by": "frederik@baserow.io", + "field_61941": "Nina Patel", + "field_61942": 24347, + "field_61943": "60", + "field_61944": [ + 2, + 7 + ], + "field_61945": [ + 4 + ], + "field_61974": null, + "field_61968": null, + "field_61946": [ + { + "name": "e2uULZkBFcqOc3HqtQcr22Ca8jSe0qDc_f4f3a606aa392f97d54e76e58891f161bb2d917c1eb2b3d878a324529303d828.jpg", + "visible_name": "taliaalgord.jpg", + "original_name": "e2uULZkBFcqOc3HqtQcr22Ca8jSe0qDc_f4f3a606aa392f97d54e76e58891f161bb2d917c1eb2b3d878a324529303d828.jpg", + "size": 87813 + } + ], + "field_61947": "nina@example.com", + "field_61948": "(495) 125-1774", + "field_61949": 24349, + "field_61950": "pbkdf2_sha256$720000$tVzkgJ9F2pzJQ2Qtzu6rfT$Ve9rYWTB2a6aNM5pGzsKqIJ0H77hzjgZFdanz8SXR3o=", + "field_61951": [ + 1 + ] + }, + { + "id": 4, + "order": "4.00000000000000000000", + "created_on": "2026-02-12T15:51:48.886611+00:00", + "updated_on": "2026-02-20T08:39:29.519381+00:00", + "last_modified_by": "frederik@baserow.io", + "field_61941": "Carlos Mendes", + "field_61942": 24345, + "field_61943": "28", + "field_61944": [ + 3, + 8 + ], + "field_61945": [ + 1 + ], + "field_61974": null, + "field_61968": null, + "field_61946": [ + { + "name": "vOPnK6HTD2iVy6ZXxVNXfcHbzwyGftEA_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg", + "visible_name": "danielwayne.jpg", + "original_name": "vOPnK6HTD2iVy6ZXxVNXfcHbzwyGftEA_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg", + "size": 51715 + } + ], + "field_61947": "carlos@example.com", + "field_61948": "(495) 204-2944", + "field_61949": 24348, + "field_61950": "pbkdf2_sha256$720000$FlyyI2qXVh8KIKfGMdegzA$FnBiY1EjuwkaRiSZFuoNikOjaOlS6sqRH4w+EYIqZRY=", + "field_61951": [ + 2, + 3 + ] + }, + { + "id": 5, + "order": "5.00000000000000000000", + "created_on": "2026-02-12T15:51:48.886634+00:00", + "updated_on": "2026-02-20T08:39:31.635617+00:00", + "last_modified_by": "frederik@baserow.io", + "field_61941": "Emily Zhao", + "field_61942": 24346, + "field_61943": "40", + "field_61944": [ + 5, + 10 + ], + "field_61945": [ + 5 + ], + "field_61974": null, + "field_61968": null, + "field_61946": [ + { + "name": "f83rtz9EwDJab26MNxXzMNJYqXv4ycjZ_b288ceb2b2c6d308d15df9c559688a3e8a34ff741eacf546e45bca3b8e33d560.jpg", + "visible_name": "susanglaze.jpg", + "original_name": "f83rtz9EwDJab26MNxXzMNJYqXv4ycjZ_b288ceb2b2c6d308d15df9c559688a3e8a34ff741eacf546e45bca3b8e33d560.jpg", + "size": 48586 + } + ], + "field_61947": "emily@example.com", + "field_61948": "(495) 503-2044", + "field_61949": 24349, + "field_61950": "pbkdf2_sha256$720000$bXpjEgWV5PrfuZ4FgxEQcP$sD1/LdUbG+wyqwiut23p+ptwb0fZr7TvDwktSaHwKZc=", + "field_61951": [ + 2, + 5 + ] + } + ], + "data_sync": null, + "field_rules": [] + }, + { + "id": 5756, + "name": "Campaigns", + "order": 5, + "fields": [ + { + "id": 61952, + "type": "text", + "name": "Campaign Name", + "description": null, + "order": 0, + "primary": true, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "text_default": "" + }, + { + "id": 61953, + "type": "single_select", + "name": "Channel", + "description": null, + "order": 1, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "select_options": [ + { + "id": 24350, + "value": "Paid Ads", + "color": "green", + "order": 0 + }, + { + "id": 24351, + "value": "Organic", + "color": "blue", + "order": 1 + }, + { + "id": 24352, + "value": "Referral", + "color": "orange", + "order": 2 + }, + { + "id": 24353, + "value": "Cold Outreach", + "color": "brown", + "order": 3 + } + ], + "single_select_default": null + }, + { + "id": 61954, + "type": "link_row", + "name": "Generated Leads", + "description": null, + "order": 2, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "link_row_table_id": 5753, + "link_row_related_field_id": 61932, + "link_row_limit_selection_view_id": null, + "has_related_field": true, + "link_row_multiple_relationships": true + }, + { + "id": 61955, + "type": "date", + "name": "Start Date", + "description": null, + "order": 3, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": "EU", + "date_include_time": false, + "date_time_format": "24", + "date_show_tzinfo": false, + "date_force_timezone": null + }, + { + "id": 61956, + "type": "date", + "name": "End Date", + "description": null, + "order": 4, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": "EU", + "date_include_time": false, + "date_time_format": "24", + "date_show_tzinfo": false, + "date_force_timezone": null + }, + { + "id": 61971, + "type": "formula", + "name": "Conversion Count (Count)", + "description": null, + "order": 6, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_force_timezone": null, + "number_decimal_places": 0, + "number_suffix": "", + "number_separator": "", + "date_include_time": null, + "error": null, + "date_time_format": null, + "date_show_tzinfo": null, + "number_prefix": "", + "nullable": false, + "date_format": null, + "duration_format": null, + "array_formula_type": null, + "formula": "count(field('Generated Leads'))", + "formula_type": "number" + }, + { + "id": 61957, + "type": "file", + "name": "Assets", + "description": null, + "order": 7, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [] + }, + { + "id": 61958, + "type": "link_row", + "name": "Led By", + "description": null, + "order": 8, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "link_row_table_id": 5755, + "link_row_related_field_id": 61951, + "link_row_limit_selection_view_id": null, + "has_related_field": true, + "link_row_multiple_relationships": true + }, + { + "id": 61959, + "type": "last_modified", + "name": "Last modified", + "description": null, + "order": 9, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": "EU", + "date_include_time": true, + "date_time_format": "24", + "date_show_tzinfo": false, + "date_force_timezone": null + } + ], + "views": [ + { + "id": 23876, + "type": "grid", + "name": "All Campaigns", + "order": 1, + "ownership_type": "collaborative", + "owned_by": null, + "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": 222386, + "field_id": 61952, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222387, + "field_id": 61953, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222388, + "field_id": 61954, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222389, + "field_id": 61955, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222390, + "field_id": 61956, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222392, + "field_id": 61957, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222393, + "field_id": 61958, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222394, + "field_id": 61959, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222391, + "field_id": 61971, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23877, + "type": "grid", + "name": "Active Campaigns", + "order": 2, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [ + { + "id": 14542, + "field_id": 61955, + "type": "date_is_before", + "value": "Europe/London??today", + "group": null + } + ], + "filter_groups": [], + "sortings": [], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222395, + "field_id": 61952, + "width": 200, + "hidden": false, + "order": 0, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222396, + "field_id": 61953, + "width": 200, + "hidden": false, + "order": 1, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222397, + "field_id": 61954, + "width": 200, + "hidden": false, + "order": 2, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222398, + "field_id": 61971, + "width": 216, + "hidden": false, + "order": 3, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222399, + "field_id": 61955, + "width": 200, + "hidden": false, + "order": 4, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222400, + "field_id": 61956, + "width": 200, + "hidden": false, + "order": 5, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23878, + "type": "grid", + "name": "Channel Performance", + "order": 3, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "group_bys": [ + { + "id": 3010, + "field_id": 61953, + "order": "ASC" + } + ], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222401, + "field_id": 61952, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222402, + "field_id": 61953, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222403, + "field_id": 61954, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222404, + "field_id": 61955, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222405, + "field_id": 61956, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222406, + "field_id": 61971, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23880, + "type": "grid", + "name": "Campaign ROI", + "order": 4, + "ownership_type": "collaborative", + "owned_by": null, + "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": 222407, + "field_id": 61952, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222408, + "field_id": 61953, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222409, + "field_id": 61954, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222410, + "field_id": 61955, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222411, + "field_id": 61956, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222412, + "field_id": 61971, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23881, + "type": "grid", + "name": "Archived Campaigns", + "order": 5, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [ + { + "id": 14543, + "field_id": 61956, + "type": "date_is_before", + "value": "Europe/London??today", + "group": null + } + ], + "filter_groups": [], + "sortings": [], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222413, + "field_id": 61952, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222414, + "field_id": 61953, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222415, + "field_id": 61954, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222416, + "field_id": 61955, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222417, + "field_id": 61956, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222418, + "field_id": 61971, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23879, + "type": "timeline", + "name": "Campaign Timeline", + "order": 6, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "decorations": [], + "public": false, + "start_date_field_id": 61955, + "end_date_field_id": 61956, + "field_options": [ + { + "id": 2132, + "field_id": 61952, + "hidden": false, + "order": 32767 + }, + { + "id": 2133, + "field_id": 61953, + "hidden": true, + "order": 32767 + }, + { + "id": 2134, + "field_id": 61954, + "hidden": true, + "order": 32767 + }, + { + "id": 2135, + "field_id": 61955, + "hidden": true, + "order": 32767 + }, + { + "id": 2136, + "field_id": 61956, + "hidden": true, + "order": 32767 + }, + { + "id": 2137, + "field_id": 61971, + "hidden": true, + "order": 32767 + } + ] + }, + { + "id": 23875, + "type": "form", + "name": "New Campaign", + "order": 7, + "ownership_type": "collaborative", + "owned_by": null, + "public": true, + "title": "Campaign Quick Form", + "description": "", + "cover_image": null, + "logo_image": { + "name": "04cJMHWoNhnHnMzD4Q57QMoYvSyM9D21_1138df84b0e38971a48a3346411c6c238c2a618f83297066aca2571a6c78622c.png", + "original_name": "logo.png" + }, + "submit_text": "Submit", + "submit_action": "MESSAGE", + "submit_action_message": "", + "submit_action_redirect_url": "", + "field_options": [ + { + "id": 28810, + "field_id": 61952, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28811, + "field_id": 61953, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28812, + "field_id": 61954, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28813, + "field_id": 61955, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28814, + "field_id": 61956, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28816, + "field_id": 61957, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28817, + "field_id": 61958, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "multiple", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28883, + "field_id": 61959, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28815, + "field_id": 61971, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + } + ] + } + ], + "rows": [ + { + "id": 1, + "order": "1.00000000000000000000", + "created_on": "2026-02-12T15:51:52.419974+00:00", + "updated_on": "2026-02-13T10:41:14.988103+00:00", + "field_61952": "Spring Product Launch", + "field_61953": 24350, + "field_61954": [ + 4, + 9 + ], + "field_61955": "2026-01-17", + "field_61956": "2026-02-18", + "field_61971": null, + "field_61957": [], + "field_61958": [ + 1, + 3 + ], + "field_61959": null + }, + { + "id": 2, + "order": "2.00000000000000000000", + "created_on": "2026-02-12T15:51:52.420024+00:00", + "updated_on": "2026-02-13T10:41:19.270126+00:00", + "field_61952": "Referral Program Q2", + "field_61953": 24352, + "field_61954": [ + 1, + 6 + ], + "field_61955": "2026-01-03", + "field_61956": "2026-02-18", + "field_61971": null, + "field_61957": [], + "field_61958": [ + 4, + 5 + ], + "field_61959": null + }, + { + "id": 3, + "order": "3.00000000000000000000", + "created_on": "2026-02-12T15:51:52.420040+00:00", + "updated_on": "2026-02-13T10:41:23.625564+00:00", + "field_61952": "Content Marketing Blog Series", + "field_61953": 24351, + "field_61954": [ + 3, + 8 + ], + "field_61955": "2026-03-01", + "field_61956": "2026-04-15", + "field_61971": null, + "field_61957": [], + "field_61958": [ + 4 + ], + "field_61959": null + }, + { + "id": 4, + "order": "4.00000000000000000000", + "created_on": "2026-02-12T15:51:52.420054+00:00", + "updated_on": "2026-02-13T10:41:27.386008+00:00", + "field_61952": "Cold Outreach for SMBs", + "field_61953": 24353, + "field_61954": [ + 2, + 7 + ], + "field_61955": "2026-03-07", + "field_61956": "2026-04-29", + "field_61971": null, + "field_61957": [], + "field_61958": [ + 2 + ], + "field_61959": null + }, + { + "id": 5, + "order": "5.00000000000000000000", + "created_on": "2026-02-12T15:51:52.420069+00:00", + "updated_on": "2026-02-13T10:41:31.737594+00:00", + "field_61952": "Holiday Promo", + "field_61953": 24350, + "field_61954": [ + 5, + 10 + ], + "field_61955": "2026-03-09", + "field_61956": "2026-05-27", + "field_61971": null, + "field_61957": [], + "field_61958": [ + 1, + 5 + ], + "field_61959": null + } + ], + "data_sync": null, + "field_rules": [] + }, + { + "id": 5757, + "name": "Interaction Logs", + "order": 6, + "fields": [ + { + "id": 61960, + "type": "created_on", + "name": "Date", + "description": null, + "order": 0, + "primary": true, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": "EU", + "date_include_time": false, + "date_time_format": "24", + "date_show_tzinfo": false, + "date_force_timezone": null + }, + { + "id": 61961, + "type": "single_select", + "name": "Type", + "description": null, + "order": 1, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "select_options": [ + { + "id": 24354, + "value": "Email", + "color": "blue", + "order": 0 + }, + { + "id": 24355, + "value": "Call", + "color": "light-red", + "order": 1 + }, + { + "id": 24356, + "value": "Demo", + "color": "light-purple", + "order": 2 + }, + { + "id": 24357, + "value": "Note", + "color": "light-gray", + "order": 3 + } + ], + "single_select_default": null + }, + { + "id": 61962, + "type": "long_text", + "name": "Summary", + "description": null, + "order": 2, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "long_text_enable_rich_text": true + }, + { + "id": 61963, + "type": "link_row", + "name": "Related Lead", + "description": null, + "order": 3, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "link_row_table_id": 5753, + "link_row_related_field_id": 61933, + "link_row_limit_selection_view_id": null, + "has_related_field": true, + "link_row_multiple_relationships": false + }, + { + "id": 61964, + "type": "link_row", + "name": "Recorded By", + "description": null, + "order": 4, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "link_row_table_id": 5755, + "link_row_related_field_id": 61945, + "link_row_limit_selection_view_id": null, + "has_related_field": true, + "link_row_multiple_relationships": false + }, + { + "id": 61972, + "type": "lookup", + "name": "Lead Name", + "description": null, + "order": 5, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_force_timezone": null, + "number_decimal_places": null, + "number_suffix": "", + "number_separator": "", + "date_include_time": null, + "error": null, + "date_time_format": null, + "date_show_tzinfo": null, + "number_prefix": "", + "nullable": true, + "date_format": null, + "duration_format": null, + "array_formula_type": "text", + "through_field_id": 61963, + "through_field_name": "Related Lead", + "target_field_id": 61923, + "target_field_name": "Full Name" + }, + { + "id": 61965, + "type": "last_modified", + "name": "Last modified", + "description": null, + "order": 6, + "primary": false, + "read_only": false, + "db_index": false, + "immutable_type": false, + "immutable_properties": false, + "field_constraints": [], + "date_format": "EU", + "date_include_time": true, + "date_time_format": "24", + "date_show_tzinfo": false, + "date_force_timezone": null + } + ], + "views": [ + { + "id": 23883, + "type": "grid", + "name": "All Interactions", + "order": 1, + "ownership_type": "collaborative", + "owned_by": null, + "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": 222419, + "field_id": 61960, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222420, + "field_id": 61961, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222421, + "field_id": 61962, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222422, + "field_id": 61963, + "width": 231, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222423, + "field_id": 61964, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222425, + "field_id": 61965, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222424, + "field_id": 61972, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23884, + "type": "grid", + "name": "Recent Activities", + "order": 2, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [ + { + "id": 14544, + "field_id": 61960, + "type": "date_is_within", + "value": "Europe/London??this_week", + "group": null + } + ], + "filter_groups": [], + "sortings": [], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222426, + "field_id": 61960, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222427, + "field_id": 61961, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222428, + "field_id": 61962, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222429, + "field_id": 61963, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222430, + "field_id": 61964, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23886, + "type": "grid", + "name": "Interaction History", + "order": 3, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "group_bys": [ + { + "id": 3011, + "field_id": 61964, + "order": "ASC" + } + ], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 222431, + "field_id": 61960, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222432, + "field_id": 61961, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222433, + "field_id": 61962, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222434, + "field_id": 61963, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 222435, + "field_id": 61964, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + }, + { + "id": 23882, + "type": "form", + "name": "New Interaction", + "order": 4, + "ownership_type": "collaborative", + "owned_by": null, + "public": true, + "title": "New Interaction", + "description": "Additional form view for logging interactions", + "cover_image": null, + "logo_image": { + "name": "04cJMHWoNhnHnMzD4Q57QMoYvSyM9D21_1138df84b0e38971a48a3346411c6c238c2a618f83297066aca2571a6c78622c.png", + "original_name": "logo.png" + }, + "submit_text": "Submit", + "submit_action": "MESSAGE", + "submit_action_message": "", + "submit_action_redirect_url": "", + "field_options": [ + { + "id": 28818, + "field_id": 61960, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28819, + "field_id": 61961, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28820, + "field_id": 61962, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28821, + "field_id": 61963, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28822, + "field_id": 61964, + "name": "", + "description": "", + "enabled": true, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28884, + "field_id": 61965, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + }, + { + "id": 28823, + "field_id": 61972, + "name": "", + "description": "", + "enabled": false, + "required": true, + "order": 32767, + "show_when_matching_conditions": false, + "condition_type": "AND", + "conditions": [], + "condition_groups": [], + "field_component": "default", + "include_all_select_options": true, + "allowed_select_options": [] + } + ] + }, + { + "id": 23885, + "type": "calendar", + "name": "Calls Today", + "order": 5, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [ + { + "id": 14545, + "field_id": 61960, + "type": "date_is", + "value": "Europe/London??today", + "group": null + } + ], + "filter_groups": [], + "sortings": [], + "decorations": [], + "public": false, + "date_field_id": 61960, + "field_options": [ + { + "id": 15530, + "field_id": 61960, + "hidden": false, + "order": 32767 + }, + { + "id": 15531, + "field_id": 61961, + "hidden": true, + "order": 32767 + }, + { + "id": 15532, + "field_id": 61962, + "hidden": true, + "order": 32767 + }, + { + "id": 15533, + "field_id": 61963, + "hidden": true, + "order": 32767 + }, + { + "id": 15534, + "field_id": 61964, + "hidden": true, + "order": 32767 + } + ] + }, + { + "id": 23887, + "type": "calendar", + "name": "Demo Schedule", + "order": 6, + "ownership_type": "collaborative", + "owned_by": null, + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "decorations": [], + "public": false, + "date_field_id": 61960, + "field_options": [ + { + "id": 15535, + "field_id": 61960, + "hidden": false, + "order": 32767 + }, + { + "id": 15536, + "field_id": 61961, + "hidden": true, + "order": 32767 + }, + { + "id": 15537, + "field_id": 61962, + "hidden": true, + "order": 32767 + }, + { + "id": 15538, + "field_id": 61963, + "hidden": true, + "order": 32767 + }, + { + "id": 15539, + "field_id": 61964, + "hidden": true, + "order": 32767 + } + ] + } + ], + "rows": [ + { + "id": 1, + "order": "1.00000000000000000000", + "created_on": "2026-02-12T15:51:54.746309+00:00", + "updated_on": "2026-02-17T19:35:31.398476+00:00", + "last_modified_by": "juliet@baserow.io", + "field_61960": null, + "field_61961": 24354, + "field_61962": "Follow-up email sent to Alice Johnson regarding project scope.", + "field_61963": [ + 10 + ], + "field_61964": [ + 4 + ], + "field_61972": null, + "field_61965": null + }, + { + "id": 2, + "order": "2.00000000000000000000", + "created_on": "2026-02-12T15:51:54.746362+00:00", + "updated_on": "2026-02-17T19:35:09.142062+00:00", + "last_modified_by": "juliet@baserow.io", + "field_61960": null, + "field_61961": 24355, + "field_61962": "Phone call with Brian Lee to discuss CRM integration timeline.", + "field_61963": [ + 5 + ], + "field_61964": [ + 2 + ], + "field_61972": null, + "field_61965": null + }, + { + "id": 3, + "order": "3.00000000000000000000", + "created_on": "2026-02-12T15:51:54.746379+00:00", + "updated_on": "2026-02-17T19:35:14.974938+00:00", + "last_modified_by": "juliet@baserow.io", + "field_61960": null, + "field_61961": 24356, + "field_61962": "Live demo of analytics platform for Carla Mart\u00ednez's team.", + "field_61963": [ + 1 + ], + "field_61964": [ + 1 + ], + "field_61972": null, + "field_61965": null + }, + { + "id": 4, + "order": "4.00000000000000000000", + "created_on": "2026-02-12T15:51:54.746395+00:00", + "updated_on": "2026-02-17T19:35:17.031155+00:00", + "last_modified_by": "juliet@baserow.io", + "field_61960": null, + "field_61961": 24357, + "field_61962": "Internal note: prioritize David Patel's migration request.", + "field_61963": [ + 2 + ], + "field_61964": [ + 3 + ], + "field_61972": null, + "field_61965": null + }, + { + "id": 5, + "order": "5.00000000000000000000", + "created_on": "2026-02-12T15:51:54.746410+00:00", + "updated_on": "2026-02-17T19:35:20.206678+00:00", + "last_modified_by": "juliet@baserow.io", + "field_61960": null, + "field_61961": 24354, + "field_61962": "Sent proposal to Emily Chen for marketing automation solution.", + "field_61963": [ + 4 + ], + "field_61964": [ + 5 + ], + "field_61972": null, + "field_61965": null + } + ], + "data_sync": null, + "field_rules": [] + } + ] + }, + { + "pages": [ + { + "id": 16637, + "name": "__shared__", + "order": 1, + "path": "__shared__", + "path_params": [], + "query_params": [], + "shared": true, + "elements": [ + { + "id": 324798, + "order": "1.00000000000000000000", + "type": "header", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": "all", + "pages": [] + }, + { + "id": 324799, + "order": "1.00000000000000000000", + "type": "image", + "parent_element_id": 324798, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "image": { + "image_max_width": 10, + "image_constraint": "full-width", + "image_max_height": 60 + } + }, + "style_border_top_color": "border", + "style_border_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": "pEZanl6aznucXE3alnKImOdI2aHFTTWa_f7966fc0aefdc966f9cf26117d437cdab8d0aa6a9e305487f8389a5d9259b876.png", + "original_name": "BMuSWrKLsaDfhMvkHVL5dcArp3AG8MY...8fa381247-removebg-preview.png" + }, + "image_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "alt_text": { + "mode": "simple", + "version": "0.1", + "formula": "" + } + }, + { + "id": 324801, + "order": "3.50000000000000000000", + "type": "menu", + "parent_element_id": 324798, + "place_in_container": null, + "css_classes": "", + "visibility": "logged-in", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [ + "Sales Manager" + ], + "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": 1, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_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", + "orientation": "horizontal", + "alignment": "left", + "menu_items": [ + { + "id": 107545, + "variant": "link", + "type": "link", + "menu_item_order": 0, + "uid": "cabec251-5c83-4573-bd79-62a8aa58496c", + "name": "Dashboard", + "navigation_type": "page", + "navigate_to_page_id": 16641, + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + }, + { + "id": 107546, + "variant": "link", + "type": "spacer", + "menu_item_order": 1, + "uid": "26c6f072-cd57-4ecb-9f9f-94a334b114bd", + "name": "Page 1", + "navigation_type": "page", + "navigate_to_page_id": null, + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + }, + { + "id": 107547, + "variant": "link", + "type": "button", + "menu_item_order": 2, + "uid": "2031c436-9074-479f-ba0a-a8301be4a234", + "name": "Log out", + "navigation_type": "page", + "navigate_to_page_id": null, + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + } + ] + }, + { + "id": 324802, + "order": "4.00000000000000000000", + "type": "text", + "parent_element_id": 324798, + "place_in_container": null, + "css_classes": "", + "visibility": "logged-in", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('Welcome back, **',get('user.username'),'** - ',get('data_source.45215.field_61942.value'))" + }, + "format": "markdown" + } + ], + "data_sources": [ + { + "id": 45215, + "name": "Get member detail", + "order": "1.00000000000000000000", + "service": { + "id": 56926, + "integration_id": 1195, + "type": "local_baserow_get_row", + "sample_data": null, + "table_id": 5755, + "view_id": null, + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "filter_type": "AND", + "filters": [ + { + "field_id": 61941, + "type": "equal", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('user.username')" + }, + "value_is_formula": true + } + ], + "row_id": { + "mode": "simple", + "version": "0.1", + "formula": "" + } + } + } + ], + "workflow_actions": [ + { + "id": 34265, + "type": "logout", + "order": 1, + "page_id": 16637, + "element_id": 324801, + "event": "2031c436-9074-479f-ba0a-a8301be4a234_click" + } + ], + "visibility": "all", + "role_type": "allow_all", + "roles": [] + }, + { + "id": 16640, + "name": "Team Login", + "order": 3, + "path": "/login", + "path_params": [], + "query_params": [], + "shared": false, + "elements": [ + { + "id": 324813, + "order": "0.33333333333333331483", + "type": "heading", + "parent_element_id": 324812, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_6_text_color": "#7d7f8d", + "heading_6_text_decoration": [ + false, + false, + false, + true + ] + } + }, + "style_border_top_color": "border", + "style_border_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": { + "mode": "simple", + "version": "0.1", + "formula": "'Employee Portal'" + }, + "level": 6 + }, + { + "id": 324812, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_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" + }, + { + "id": 324814, + "order": "1.00000000000000000000", + "type": "heading", + "parent_element_id": 324812, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Team Login'" + }, + "level": 1 + }, + { + "id": 324815, + "order": "1.50000000000000000000", + "type": "heading", + "parent_element_id": 324812, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Access your dashboard and workload management tools.'" + }, + "level": 4 + }, + { + "id": 324816, + "order": "1.66666666666666674068", + "type": "auth_form", + "parent_element_id": 324812, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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", + "user_source_id": 806, + "login_button_label": { + "mode": "simple", + "version": "0.1", + "formula": "'Log In'" + } + } + ], + "data_sources": [], + "workflow_actions": [ + { + "id": 34267, + "type": "open_page", + "order": 1, + "page_id": 16640, + "element_id": 324816, + "event": "after_login", + "navigation_type": "page", + "navigate_to_page_id": 16641, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "target": "self" + }, + { + "id": 34268, + "type": "notification", + "order": 2, + "page_id": 16640, + "element_id": 324816, + "event": "after_login", + "title": { + "mode": "simple", + "version": "0.1", + "formula": "'Login Successful'" + }, + "description": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n','You are already logged in \u2014 Go to Dashboard')" + } + }, + { + "id": 34269, + "type": "refresh_data_source", + "order": 3, + "page_id": 16640, + "element_id": 324816, + "event": "after_login", + "data_source_id": 45215 + } + ], + "visibility": "all", + "role_type": "allow_all", + "roles": [] + }, + { + "id": 16641, + "name": "Dashboard", + "order": 4, + "path": "/", + "path_params": [], + "query_params": [], + "shared": false, + "elements": [ + { + "id": 324825, + "order": "0.59999999999999997780", + "type": "column", + "parent_element_id": 324817, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 1, + "column_gap": 20, + "alignment": "top" + }, + { + "id": 324826, + "order": "0.66666666666666662966", + "type": "column", + "parent_element_id": 324818, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 1, + "column_gap": 20, + "alignment": "top" + }, + { + "id": 324817, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 0, + "style_margin_top": 30, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 0, + "style_margin_bottom": 28, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 0, + "style_margin_left": 29, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 0, + "style_margin_right": 15, + "style_background_radius": 0, + "style_border_radius": 8, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 324821, + "order": "1.00000000000000000000", + "type": "table", + "parent_element_id": 324817, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "header_button": { + "button_text_color": "#6e6cff", + "button_background_color": "transparent", + "button_hover_text_color": "primary", + "button_active_text_color": "#6e6cff", + "button_hover_background_color": "transparent", + "button_active_background_color": "transparent" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 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": 45217, + "items_per_page": 20, + "button_load_more_label": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "schema_property": null, + "property_options": [ + { + "schema_property": "field_61960", + "filterable": true, + "sortable": true, + "searchable": true + }, + { + "schema_property": "field_61961", + "filterable": true, + "sortable": true, + "searchable": true + }, + { + "schema_property": "field_61962", + "filterable": false, + "sortable": false, + "searchable": false + }, + { + "schema_property": "field_61972", + "filterable": true, + "sortable": true, + "searchable": true + } + ], + "fields": [ + { + "uid": "c38edc73-1aa0-425b-bc01-784694783215", + "name": "Date", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61960')" + } + } + }, + { + "uid": "c31927b4-b641-49dd-b3fe-eb85818b8e3d", + "name": "Type", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61961.value')" + } + } + }, + { + "uid": "5173be71-60bd-484d-9837-68857f4cf28f", + "name": "Summary", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61962')" + } + } + }, + { + "uid": "16e54ca7-265a-4097-86e3-1a0cf164d6b2", + "name": "Lead Name", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61972.*.value')" + } + } + }, + { + "uid": "37653b88-f1b7-42fd-b9ab-2a60a81925a1", + "name": "", + "type": "button", + "styles": {}, + "config": { + "label": { + "mode": "simple", + "version": "0.1", + "formula": "'View Log'" + } + } + } + ], + "orientation": { + "tablet": "horizontal", + "desktop": "horizontal", + "smartphone": "horizontal" + } + }, + { + "id": 324827, + "order": "1.00000000000000000000", + "type": "column", + "parent_element_id": 324819, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 1, + "column_gap": 20, + "alignment": "top" + }, + { + "id": 324829, + "order": "1.00000000000000000000", + "type": "heading", + "parent_element_id": 324825, + "place_in_container": "0", + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n','My Logs')" + }, + "level": 3 + }, + { + "id": 324828, + "order": "1.50000000000000000000", + "type": "column", + "parent_element_id": 324820, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 1, + "column_gap": 20, + "alignment": "top" + }, + { + "id": 324822, + "order": "1.75000000000000000000", + "type": "table", + "parent_element_id": 324818, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "header_button": { + "button_text_color": "#6e6cff", + "button_background_color": "transparent", + "button_hover_text_color": "#6e6cff", + "button_active_text_color": "#6e6cff", + "button_hover_background_color": "transparent", + "button_active_background_color": "transparent" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 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": 45216, + "items_per_page": 20, + "button_load_more_label": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "schema_property": null, + "property_options": [ + { + "schema_property": "field_61923", + "filterable": true, + "sortable": true, + "searchable": true + }, + { + "schema_property": "field_61926", + "filterable": true, + "sortable": true, + "searchable": false + }, + { + "schema_property": "field_61927", + "filterable": true, + "sortable": true, + "searchable": false + }, + { + "schema_property": "field_61928", + "filterable": false, + "sortable": false, + "searchable": true + }, + { + "schema_property": "field_61929", + "filterable": true, + "sortable": true, + "searchable": false + }, + { + "schema_property": "field_61930", + "filterable": false, + "sortable": true, + "searchable": true + }, + { + "schema_property": "field_61932", + "filterable": false, + "sortable": true, + "searchable": true + } + ], + "fields": [ + { + "uid": "07b42407-bce2-4e0f-8094-6835dd4f7a78", + "name": "Full Name", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61923')" + } + } + }, + { + "uid": "70576cd3-121e-4a66-91d5-8307a395af99", + "name": "Email", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61925')" + } + } + }, + { + "uid": "24373617-da14-41a0-adba-e59344273a72", + "name": "Company Size", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61926.value')" + } + } + }, + { + "uid": "50374e12-3bcf-4664-ac0d-2b5792f6e96b", + "name": "Budget Range", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61927.value')" + } + } + }, + { + "uid": "d1bc215e-97ad-4e87-ac0e-0ae3e8ca3bc6", + "name": "Inquiry Details", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61928')" + } + } + }, + { + "uid": "9914ec5f-a16c-472f-9a72-253759c30d05", + "name": "Status", + "type": "tags", + "styles": {}, + "config": { + "values": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',get('current_record.field_61929.value'))" + }, + "colors_is_formula": true, + "colors": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61929.color')" + } + } + }, + { + "uid": "83ad0555-fa2a-49a6-a1f1-220bc4dc00fd", + "name": "Service Interest", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61930.*.value')" + } + } + }, + { + "uid": "77b8106c-aefb-4b91-8d2b-c6109a1d375c", + "name": "Campaign Source", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61932.*.value')" + } + } + }, + { + "uid": "71072bf5-5c2d-4624-992e-ebc3bf488060", + "name": "Interaction Logs", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61933.*.value')" + } + } + }, + { + "uid": "0aac1c0d-cda1-486f-b73f-64c9b5da833a", + "name": "Created On", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61934')" + } + } + }, + { + "uid": "6de51a55-c3c0-469a-9caa-fbdee893163e", + "name": "Budget Value", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "concat('$',get('current_record.field_61935'))" + } + } + } + ], + "orientation": { + "tablet": "horizontal", + "desktop": "horizontal", + "smartphone": "horizontal" + } + }, + { + "id": 324818, + "order": "2.00000000000000000000", + "type": "simple_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 0, + "style_margin_top": 30, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 0, + "style_margin_bottom": 30, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 0, + "style_margin_left": 30, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 0, + "style_margin_right": 30, + "style_background_radius": 0, + "style_border_radius": 8, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 324833, + "order": "2.00000000000000000000", + "type": "heading", + "parent_element_id": 324826, + "place_in_container": "0", + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'My Assigned Leads'" + }, + "level": 3 + }, + { + "id": 324819, + "order": "3.00000000000000000000", + "type": "simple_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 0, + "style_margin_top": 30, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 0, + "style_margin_bottom": 30, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 0, + "style_margin_left": 30, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 0, + "style_margin_right": 30, + "style_background_radius": 0, + "style_border_radius": 8, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 324834, + "order": "3.00000000000000000000", + "type": "heading", + "parent_element_id": 324827, + "place_in_container": "0", + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'All Campaigns'" + }, + "level": 3 + }, + { + "id": 324820, + "order": "4.00000000000000000000", + "type": "simple_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 0, + "style_margin_top": 30, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 0, + "style_margin_bottom": 30, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 0, + "style_margin_left": 30, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 0, + "style_margin_right": 30, + "style_background_radius": 0, + "style_border_radius": 8, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 324823, + "order": "4.00000000000000000000", + "type": "table", + "parent_element_id": 324819, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "header_button": { + "button_text_color": "#6e6cff", + "button_background_color": "transparent", + "button_hover_text_color": "#6e6cff", + "button_active_text_color": "#6e6cff", + "button_hover_background_color": "transparent", + "button_active_background_color": "transparent" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 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": 45218, + "items_per_page": 20, + "button_load_more_label": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "schema_property": null, + "property_options": [ + { + "schema_property": "field_61952", + "filterable": false, + "sortable": true, + "searchable": true + }, + { + "schema_property": "field_61953", + "filterable": true, + "sortable": true, + "searchable": true + }, + { + "schema_property": "field_61955", + "filterable": true, + "sortable": true, + "searchable": false + }, + { + "schema_property": "field_61956", + "filterable": true, + "sortable": true, + "searchable": false + } + ], + "fields": [ + { + "uid": "9980188b-ca13-45e0-8f9a-db6c9bd1ad36", + "name": "Campaign Name", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61952')" + } + } + }, + { + "uid": "0a8cef31-a9a8-49ac-b597-ecaafd9afd68", + "name": "Channel", + "type": "tags", + "styles": { + "cell": {} + }, + "config": { + "values": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',get('current_record.field_61953.value'))" + }, + "colors_is_formula": true, + "colors": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61953.color')" + } + } + }, + { + "uid": "9bc2f841-d4d7-4348-b153-2a1be86cb43b", + "name": "Start Date", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61955')" + } + } + }, + { + "uid": "00bfae1e-0b7e-4231-8d75-3db07d92dcab", + "name": "End Date", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61956')" + } + } + }, + { + "uid": "a42e5525-5557-48e8-bde7-cc6d7c4e2f7d", + "name": "", + "type": "button", + "styles": {}, + "config": { + "label": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n','View Campaign')" + } + } + } + ], + "orientation": { + "tablet": "horizontal", + "desktop": "horizontal", + "smartphone": "horizontal" + } + }, + { + "id": 324835, + "order": "4.00000000000000000000", + "type": "heading", + "parent_element_id": 324828, + "place_in_container": "0", + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'All Services'" + }, + "level": 3 + }, + { + "id": 324824, + "order": "8.00000000000000000000", + "type": "table", + "parent_element_id": 324820, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "header_button": { + "button_text_color": "#6e6cff", + "button_background_color": "transparent", + "button_hover_text_color": "#6e6cff", + "button_active_text_color": "#6e6cff", + "button_hover_background_color": "transparent", + "button_active_background_color": "transparent" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 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": 45219, + "items_per_page": 20, + "button_load_more_label": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "schema_property": null, + "property_options": [ + { + "schema_property": "field_61936", + "filterable": true, + "sortable": true, + "searchable": true + }, + { + "schema_property": "field_61937", + "filterable": true, + "sortable": true, + "searchable": true + }, + { + "schema_property": "field_61938", + "filterable": true, + "sortable": true, + "searchable": true + }, + { + "schema_property": "field_61967", + "filterable": true, + "sortable": true, + "searchable": true + } + ], + "fields": [ + { + "uid": "db511605-1807-41b6-9a90-fdc07b1bf230", + "name": "Service Name", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61936')" + } + } + }, + { + "uid": "b983ed51-3f3b-4649-91f7-f1b859d449b8", + "name": "Base Price", + "type": "text", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "concat('$',get('current_record.field_61937'))" + } + } + }, + { + "uid": "75996a33-eccc-4367-b0eb-903a767070c9", + "name": "Active", + "type": "boolean", + "styles": {}, + "config": { + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61938')" + } + } + }, + { + "uid": "eaa59978-33fa-4ceb-960e-b745aaa0e6c5", + "name": "", + "type": "button", + "styles": {}, + "config": { + "label": { + "mode": "simple", + "version": "0.1", + "formula": "'View Service'" + } + } + } + ], + "orientation": { + "tablet": "horizontal", + "desktop": "horizontal", + "smartphone": "horizontal" + } + } + ], + "data_sources": [ + { + "id": 45216, + "name": "My leads", + "order": "0.50000000000000000000", + "service": { + "id": 56927, + "integration_id": 1195, + "type": "local_baserow_list_rows", + "sample_data": null, + "table_id": 5753, + "view_id": null, + "sortings": [], + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "filter_type": "AND", + "filters": [ + { + "field_id": 61931, + "type": "link_row_has", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('user.id')" + }, + "value_is_formula": true + } + ], + "default_result_count": 20 + } + }, + { + "id": 45217, + "name": "My logs", + "order": "1.00000000000000000000", + "service": { + "id": 56928, + "integration_id": 1195, + "type": "local_baserow_list_rows", + "sample_data": null, + "table_id": 5757, + "view_id": null, + "sortings": [], + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "filter_type": "AND", + "filters": [ + { + "field_id": 61964, + "type": "link_row_has", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('user.id')" + }, + "value_is_formula": true + } + ], + "default_result_count": 20 + } + }, + { + "id": 45218, + "name": "All campaigns", + "order": "2.00000000000000000000", + "service": { + "id": 56929, + "integration_id": 1195, + "type": "local_baserow_list_rows", + "sample_data": null, + "table_id": 5756, + "view_id": null, + "sortings": [], + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "filter_type": "AND", + "filters": [], + "default_result_count": 20 + } + }, + { + "id": 45219, + "name": "All services", + "order": "3.00000000000000000000", + "service": { + "id": 56930, + "integration_id": 1195, + "type": "local_baserow_list_rows", + "sample_data": null, + "table_id": 5754, + "view_id": null, + "sortings": [], + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "filter_type": "AND", + "filters": [], + "default_result_count": 20 + } + } + ], + "workflow_actions": [ + { + "id": 34270, + "type": "open_page", + "order": 1, + "page_id": 16641, + "element_id": 324821, + "event": "37653b88-f1b7-42fd-b9ab-2a60a81925a1_click", + "navigation_type": "page", + "navigate_to_page_id": 16642, + "page_parameters": [], + "query_parameters": [ + { + "name": "log_id", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.id')" + } + } + ], + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "target": "self" + }, + { + "id": 34274, + "type": "open_page", + "order": 1, + "page_id": 16641, + "element_id": 324823, + "event": "a42e5525-5557-48e8-bde7-cc6d7c4e2f7d_click", + "navigation_type": "page", + "navigate_to_page_id": 16643, + "page_parameters": [], + "query_parameters": [ + { + "name": "campaign_id", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.id')" + } + } + ], + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "target": "self" + }, + { + "id": 34275, + "type": "open_page", + "order": 1, + "page_id": 16641, + "element_id": 324824, + "event": "eaa59978-33fa-4ceb-960e-b745aaa0e6c5_click", + "navigation_type": "page", + "navigate_to_page_id": 16644, + "page_parameters": [], + "query_parameters": [ + { + "name": "service_id", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.id')" + } + } + ], + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "target": "self" + } + ], + "visibility": "logged-in", + "role_type": "allow_all", + "roles": [ + "Account Executive", + "SDR", + "Sales Manager" + ] + }, + { + "id": 16642, + "name": "Update Log", + "order": 5, + "path": "/update-log", + "path_params": [], + "query_params": [ + { + "name": "log_id", + "type": "numeric" + } + ], + "shared": false, + "elements": [ + { + "id": 324842, + "order": "0.50000000000000000000", + "type": "form_container", + "parent_element_id": 324836, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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", + "submit_button_label": { + "mode": "simple", + "version": "0.1", + "formula": "'Search'" + }, + "reset_initial_values_post_submission": true + }, + { + "id": 324847, + "order": "0.50000000000000000000", + "type": "heading", + "parent_element_id": 324843, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',concat('Update interaction with ',get('data_source.45221.field_61972.0.value'),' (',get('data_source.45221.field_61960'),')'))" + }, + "level": 3 + }, + { + "id": 324848, + "order": "0.66666666666666662966", + "type": "text", + "parent_element_id": 324843, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Review the information below. You can make edits directly and save your changes.'" + }, + "format": "plain" + }, + { + "id": 324849, + "order": "0.75000000000000000000", + "type": "text", + "parent_element_id": 324843, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('*Last Modified: ',get('data_source.45221.field_61965'),'*')" + }, + "format": "markdown" + }, + { + "id": 324839, + "order": "1.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "concat(get('data_source.45221.field_61963.0.value'),' Log')" + }, + "level": 1 + }, + { + "id": 324840, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 324837, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "advanced", + "version": "0.1", + "formula": "is_empty(get('data_source.45221.id')) = false" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',concat('\u2139\ufe0f You are updating the **',get('data_source.45221.field_61960'),' log with ',get('data_source.45221.field_61972.0.value'),'**. To update a new log, please select a new interaction above and click the Search button.'))" + }, + "format": "markdown" + }, + { + "id": 324843, + "order": "1.00000000000000000000", + "type": "form_container", + "parent_element_id": 324838, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "advanced", + "version": "0.1", + "formula": "is_empty(get('data_source.45221.id')) = false" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 40, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 40, + "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", + "submit_button_label": { + "mode": "simple", + "version": "0.1", + "formula": "'Save changes'" + }, + "reset_initial_values_post_submission": false + }, + { + "id": 324844, + "order": "1.00000000000000000000", + "type": "input_text", + "parent_element_id": 324843, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Summary'" + }, + "required": false, + "validation_type": "any", + "placeholder": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',get('data_source.45221.field_61962'),'\n','')" + }, + "default_value": { + "mode": "simple", + "version": "0.1", + "formula": "get('data_source.45221.field_61962')" + }, + "is_multiline": true, + "rows": 3, + "input_type": "text" + }, + { + "id": 324841, + "order": "1.50000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Review interaction history and record new updates for leads.'" + }, + "level": 4 + }, + { + "id": 324836, + "order": "1.66666666666666674068", + "type": "simple_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 0, + "style_margin_top": 30, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 0, + "style_margin_bottom": 30, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 0, + "style_margin_left": 30, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 0, + "style_margin_right": 30, + "style_background_radius": 0, + "style_border_radius": 8, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 324837, + "order": "2.00000000000000000000", + "type": "simple_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 1, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 2, + "style_margin_right": 0, + "style_background_radius": 8, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "#fffff6", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 324845, + "order": "2.00000000000000000000", + "type": "record_selector", + "parent_element_id": 324842, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 45220, + "items_per_page": 20, + "button_load_more_label": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "schema_property": null, + "property_options": [ + { + "schema_property": "field_61960", + "filterable": false, + "sortable": false, + "searchable": true + }, + { + "schema_property": "field_61961", + "filterable": false, + "sortable": false, + "searchable": true + }, + { + "schema_property": "field_61963", + "filterable": false, + "sortable": false, + "searchable": true + }, + { + "schema_property": "field_61972", + "filterable": false, + "sortable": false, + "searchable": true + } + ], + "required": false, + "label": { + "mode": "simple", + "version": "0.1", + "formula": "'Select Log from the list to view or update its details.'" + }, + "default_value": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "placeholder": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "multiple": false, + "option_name_suffix": { + "mode": "simple", + "version": "0.1", + "formula": "get('current_record.field_61972.*.value')" + } + }, + { + "id": 324846, + "order": "2.00000000000000000000", + "type": "choice", + "parent_element_id": 324843, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Type'" + }, + "required": false, + "placeholder": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',get('data_source.45221.field_61961.value'))" + }, + "default_value": { + "mode": "simple", + "version": "0.1", + "formula": "get('data_source.45221.field_61961.value')" + }, + "options": [], + "multiple": false, + "show_as_dropdown": false, + "option_type": "formulas", + "formula_value": { + "mode": "simple", + "version": "0.1", + "formula": "get('data_source_context.45221.field_61961.*.value')" + }, + "formula_name": { + "mode": "simple", + "version": "0.1", + "formula": "get('data_source_context.45221.field_61961.*.value')" + } + }, + { + "id": 324838, + "order": "3.00000000000000000000", + "type": "simple_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 0, + "style_margin_top": 30, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 0, + "style_margin_bottom": 30, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 0, + "style_margin_left": 30, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 0, + "style_margin_right": 30, + "style_background_radius": 0, + "style_border_radius": 8, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + } + ], + "data_sources": [ + { + "id": 45220, + "name": "My interactions", + "order": "1.00000000000000000000", + "service": { + "id": 56931, + "integration_id": 1195, + "type": "local_baserow_list_rows", + "sample_data": null, + "table_id": 5757, + "view_id": null, + "sortings": [], + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "filter_type": "AND", + "filters": [ + { + "field_id": 61964, + "type": "link_row_has", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('user.username')" + }, + "value_is_formula": true + } + ], + "default_result_count": 20 + } + }, + { + "id": 45221, + "name": "Get log", + "order": "2.00000000000000000000", + "service": { + "id": 56932, + "integration_id": 1195, + "type": "local_baserow_get_row", + "sample_data": null, + "table_id": 5757, + "view_id": null, + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "filter_type": "AND", + "filters": [], + "row_id": { + "mode": "simple", + "version": "0.1", + "formula": "get('page_parameter.log_id')" + } + } + } + ], + "workflow_actions": [ + { + "id": 34276, + "type": "open_page", + "order": 1, + "page_id": 16642, + "element_id": 324842, + "event": "submit", + "navigation_type": "page", + "navigate_to_page_id": 16642, + "page_parameters": [], + "query_parameters": [ + { + "name": "log_id", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('form_data.324845')" + } + } + ], + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "target": "self" + }, + { + "id": 34277, + "type": "notification", + "order": 1, + "page_id": 16642, + "element_id": 324843, + "event": "submit", + "title": { + "mode": "simple", + "version": "0.1", + "formula": "'Success'" + }, + "description": { + "mode": "simple", + "version": "0.1", + "formula": "'Log Updated'" + } + }, + { + "id": 34278, + "type": "update_row", + "order": 2, + "page_id": 16642, + "element_id": 324843, + "event": "submit", + "service": { + "id": 56937, + "integration_id": 1195, + "type": "local_baserow_upsert_row", + "sample_data": null, + "table_id": 5757, + "row_id": { + "mode": "simple", + "version": "0.1", + "formula": "get('page_parameter.log_id')" + }, + "field_mappings": [ + { + "field_id": 61961, + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('form_data.324846')" + }, + "enabled": true + }, + { + "field_id": 61962, + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('form_data.324844')" + }, + "enabled": true + } + ] + } + } + ], + "visibility": "logged-in", + "role_type": "allow_all", + "roles": [] + }, + { + "id": 16643, + "name": "Update Campaign", + "order": 6, + "path": "/update-campaign/", + "path_params": [], + "query_params": [ + { + "name": "campaign_id", + "type": "numeric" + } + ], + "shared": false, + "elements": [ + { + "id": 324856, + "order": "0.50000000000000000000", + "type": "form_container", + "parent_element_id": 324850, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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", + "submit_button_label": { + "mode": "simple", + "version": "0.1", + "formula": "'Search'" + }, + "reset_initial_values_post_submission": true + }, + { + "id": 324863, + "order": "0.50000000000000000000", + "type": "heading", + "parent_element_id": 324857, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',concat('Update ',get('data_source.45223.field_61952'),' Campaign'))" + }, + "level": 3 + }, + { + "id": 324864, + "order": "0.59999999999999997780", + "type": "text", + "parent_element_id": 324857, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Review the information below. You can make edits directly and save your changes.'" + }, + "format": "plain" + }, + { + "id": 324865, + "order": "0.62500000000000000000", + "type": "text", + "parent_element_id": 324857, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('*Last Modified: ',get('data_source.45223.field_61959'),'*')" + }, + "format": "markdown" + }, + { + "id": 324858, + "order": "0.66666666666666662966", + "type": "datetime_picker", + "parent_element_id": 324857, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Start Date'" + }, + "required": false, + "default_value": { + "mode": "simple", + "version": "0.1", + "formula": "get('data_source.45223.field_61955')" + }, + "date_format": "EU", + "include_time": false, + "time_format": "24" + }, + { + "id": 324859, + "order": "0.75000000000000000000", + "type": "datetime_picker", + "parent_element_id": 324857, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'End Date'" + }, + "required": false, + "default_value": { + "mode": "simple", + "version": "0.1", + "formula": "get('data_source.45223.field_61956')" + }, + "date_format": "EU", + "include_time": false, + "time_format": "24" + }, + { + "id": 324853, + "order": "1.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',concat(' ',get('data_source.45223.field_61952'),' Campaign'))" + }, + "level": 1 + }, + { + "id": 324854, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 324851, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "advanced", + "version": "0.1", + "formula": "is_empty(get('page_parameter.campaign_id')) = false" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": {} + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',concat('\u2139\ufe0f You are updating the **',get('data_source.45223.field_61952'),'** campaign. To update a new campaign, please select a campaign above and click the Search button.'))" + }, + "format": "markdown" + }, + { + "id": 324857, + "order": "1.00000000000000000000", + "type": "form_container", + "parent_element_id": 324852, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "advanced", + "version": "0.1", + "formula": "is_empty(get('page_parameter.campaign_id')) = false" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 40, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 40, + "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", + "submit_button_label": { + "mode": "simple", + "version": "0.1", + "formula": "'Save Changes'" + }, + "reset_initial_values_post_submission": false + }, + { + "id": 324855, + "order": "1.50000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Manage campaign details, track progress, and update performance metrics'" + }, + "level": 4 + }, + { + "id": 324850, + "order": "1.66666666666666674068", + "type": "simple_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 0, + "style_margin_top": 30, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 0, + "style_margin_bottom": 30, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 0, + "style_margin_left": 30, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 0, + "style_margin_right": 30, + "style_background_radius": 0, + "style_border_radius": 8, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 324851, + "order": "2.00000000000000000000", + "type": "simple_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 1, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 2, + "style_margin_right": 0, + "style_background_radius": 8, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "#fffff9", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 324860, + "order": "2.00000000000000000000", + "type": "record_selector", + "parent_element_id": 324856, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": 45222, + "items_per_page": 20, + "button_load_more_label": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "schema_property": null, + "property_options": [ + { + "schema_property": "field_61960", + "filterable": false, + "sortable": false, + "searchable": true + }, + { + "schema_property": "field_61961", + "filterable": false, + "sortable": false, + "searchable": true + }, + { + "schema_property": "field_61963", + "filterable": false, + "sortable": false, + "searchable": true + }, + { + "schema_property": "field_61972", + "filterable": false, + "sortable": false, + "searchable": true + }, + { + "schema_property": "field_61952", + "filterable": false, + "sortable": false, + "searchable": true + }, + { + "schema_property": "field_61953", + "filterable": false, + "sortable": false, + "searchable": false + } + ], + "required": false, + "label": { + "mode": "simple", + "version": "0.1", + "formula": "'Select Campaign from the list to view or update its details.'" + }, + "default_value": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "placeholder": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "multiple": false, + "option_name_suffix": { + "mode": "simple", + "version": "0.1", + "formula": "" + } + }, + { + "id": 324861, + "order": "2.00000000000000000000", + "type": "choice", + "parent_element_id": 324857, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Channels'" + }, + "required": false, + "placeholder": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "default_value": { + "mode": "simple", + "version": "0.1", + "formula": "get('data_source.45223.field_61953.value')" + }, + "options": [], + "multiple": false, + "show_as_dropdown": false, + "option_type": "formulas", + "formula_value": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',get('data_source_context.45222.field_61953.*.value'))" + }, + "formula_name": { + "mode": "simple", + "version": "0.1", + "formula": "get('data_source_context.45222.field_61953.*.value')" + } + }, + { + "id": 324852, + "order": "3.00000000000000000000", + "type": "simple_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 0, + "style_margin_top": 30, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 0, + "style_margin_bottom": 30, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 0, + "style_margin_left": 30, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 0, + "style_margin_right": 30, + "style_background_radius": 0, + "style_border_radius": 8, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 324862, + "order": "3.00000000000000000000", + "type": "input_file", + "parent_element_id": 324857, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Asset'" + }, + "required": false, + "multiple": true, + "default_name": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "default_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "help_text": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "max_filesize": 5, + "allowed_filetypes": [], + "preview": true + } + ], + "data_sources": [ + { + "id": 45222, + "name": "My campaigns", + "order": "1.00000000000000000000", + "service": { + "id": 56933, + "integration_id": 1195, + "type": "local_baserow_list_rows", + "sample_data": null, + "table_id": 5756, + "view_id": null, + "sortings": [], + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "filter_type": "AND", + "filters": [], + "default_result_count": 20 + } + }, + { + "id": 45223, + "name": "Get campaign", + "order": "2.00000000000000000000", + "service": { + "id": 56934, + "integration_id": 1195, + "type": "local_baserow_get_row", + "sample_data": null, + "table_id": 5756, + "view_id": null, + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "filter_type": "AND", + "filters": [], + "row_id": { + "mode": "simple", + "version": "0.1", + "formula": "get('page_parameter.campaign_id')" + } + } + } + ], + "workflow_actions": [ + { + "id": 34279, + "type": "open_page", + "order": 1, + "page_id": 16643, + "element_id": 324856, + "event": "submit", + "navigation_type": "page", + "navigate_to_page_id": 16643, + "page_parameters": [], + "query_parameters": [ + { + "name": "campaign_id", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('form_data.324860')" + } + } + ], + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "target": "self" + }, + { + "id": 34280, + "type": "notification", + "order": 1, + "page_id": 16643, + "element_id": 324857, + "event": "submit", + "title": { + "mode": "simple", + "version": "0.1", + "formula": "'Success'" + }, + "description": { + "mode": "simple", + "version": "0.1", + "formula": "'Campaign Updated'" + } + }, + { + "id": 34281, + "type": "update_row", + "order": 2, + "page_id": 16643, + "element_id": 324857, + "event": "submit", + "service": { + "id": 56938, + "integration_id": 1195, + "type": "local_baserow_upsert_row", + "sample_data": null, + "table_id": 5756, + "row_id": { + "mode": "simple", + "version": "0.1", + "formula": "get('page_parameter.campaign_id')" + }, + "field_mappings": [ + { + "field_id": 61953, + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('form_data.324861')" + }, + "enabled": true + }, + { + "field_id": 61955, + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('form_data.324858')" + }, + "enabled": true + }, + { + "field_id": 61956, + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('form_data.324859')" + }, + "enabled": true + }, + { + "field_id": 61957, + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('form_data.324862')" + }, + "enabled": true + } + ] + } + } + ], + "visibility": "logged-in", + "role_type": "allow_all", + "roles": [] + }, + { + "id": 16644, + "name": "Update Service", + "order": 7, + "path": "/update-service", + "path_params": [], + "query_params": [ + { + "name": "service_id", + "type": "numeric" + } + ], + "shared": false, + "elements": [ + { + "id": 324872, + "order": "0.50000000000000000000", + "type": "form_container", + "parent_element_id": 324866, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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", + "submit_button_label": { + "mode": "simple", + "version": "0.1", + "formula": "'Search'" + }, + "reset_initial_values_post_submission": true + }, + { + "id": 324878, + "order": "0.50000000000000000000", + "type": "heading", + "parent_element_id": 324873, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',concat('Update ',get('data_source.45225.field_61936'),' Service'))" + }, + "level": 3 + }, + { + "id": 324869, + "order": "1.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',concat(' ',get('data_source.45225.field_61936'),' Service'))" + }, + "level": 1 + }, + { + "id": 324870, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 324867, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "advanced", + "version": "0.1", + "formula": "is_empty(get('page_parameter.service_id')) = false" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": {} + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n',concat('\u2139\ufe0f You are updating the **',get('data_source.45225.field_61936'),'** service. To update a new service, please select a service above and click the Search button.'))" + }, + "format": "markdown" + }, + { + "id": 324873, + "order": "1.00000000000000000000", + "type": "form_container", + "parent_element_id": 324868, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "advanced", + "version": "0.1", + "formula": "is_empty(get('page_parameter.service_id')) = false" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 40, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 40, + "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", + "submit_button_label": { + "mode": "simple", + "version": "0.1", + "formula": "'Save Changes'" + }, + "reset_initial_values_post_submission": false + }, + { + "id": 324879, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 324873, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Review the information below. You can make edits directly and save your changes.'" + }, + "format": "plain" + }, + { + "id": 324871, + "order": "1.50000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'View current service offerings or adjust pricing and descriptions.'" + }, + "level": 4 + }, + { + "id": 324880, + "order": "1.50000000000000000000", + "type": "text", + "parent_element_id": 324873, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": {} + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('*Last Modified: ',get('data_source.45225.field_61940'),'*')" + }, + "format": "markdown" + }, + { + "id": 324866, + "order": "1.66666666666666674068", + "type": "simple_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 0, + "style_margin_top": 30, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 0, + "style_margin_bottom": 30, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 0, + "style_margin_left": 30, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 0, + "style_margin_right": 30, + "style_background_radius": 0, + "style_border_radius": 8, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 324867, + "order": "2.00000000000000000000", + "type": "simple_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 1, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 2, + "style_margin_right": 0, + "style_background_radius": 8, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "#fffff9", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 324874, + "order": "2.00000000000000000000", + "type": "record_selector", + "parent_element_id": 324872, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "input": {} + }, + "style_border_top_color": "border", + "style_border_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": 45224, + "items_per_page": 20, + "button_load_more_label": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "schema_property": null, + "property_options": [ + { + "schema_property": "field_61960", + "filterable": false, + "sortable": false, + "searchable": true + }, + { + "schema_property": "field_61961", + "filterable": false, + "sortable": false, + "searchable": true + }, + { + "schema_property": "field_61963", + "filterable": false, + "sortable": false, + "searchable": true + }, + { + "schema_property": "field_61972", + "filterable": false, + "sortable": false, + "searchable": true + }, + { + "schema_property": "field_61952", + "filterable": false, + "sortable": false, + "searchable": true + }, + { + "schema_property": "field_61953", + "filterable": false, + "sortable": false, + "searchable": false + } + ], + "required": false, + "label": { + "mode": "simple", + "version": "0.1", + "formula": "'Select Service from the list to view or update its details.'" + }, + "default_value": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "placeholder": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "multiple": false, + "option_name_suffix": { + "mode": "simple", + "version": "0.1", + "formula": "" + } + }, + { + "id": 324875, + "order": "2.00000000000000000000", + "type": "input_text", + "parent_element_id": 324873, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Service Name'" + }, + "required": false, + "validation_type": "any", + "placeholder": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "default_value": { + "mode": "simple", + "version": "0.1", + "formula": "get('data_source.45225.field_61936')" + }, + "is_multiline": false, + "rows": 3, + "input_type": "text" + }, + { + "id": 324868, + "order": "3.00000000000000000000", + "type": "simple_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 0, + "style_margin_top": 30, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 0, + "style_margin_bottom": 30, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 0, + "style_margin_left": 30, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 0, + "style_margin_right": 30, + "style_background_radius": 0, + "style_border_radius": 8, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 324876, + "order": "3.00000000000000000000", + "type": "input_text", + "parent_element_id": 324873, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n','Base Price ($)')" + }, + "required": false, + "validation_type": "any", + "placeholder": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "default_value": { + "mode": "simple", + "version": "0.1", + "formula": "get('data_source.45225.field_61937')" + }, + "is_multiline": false, + "rows": 3, + "input_type": "text" + }, + { + "id": 324877, + "order": "4.00000000000000000000", + "type": "checkbox", + "parent_element_id": 324873, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Active?'" + }, + "required": false, + "default_value": { + "mode": "simple", + "version": "0.1", + "formula": "" + } + } + ], + "data_sources": [ + { + "id": 45224, + "name": "Services", + "order": "1.00000000000000000000", + "service": { + "id": 56935, + "integration_id": 1195, + "type": "local_baserow_list_rows", + "sample_data": null, + "table_id": 5754, + "view_id": null, + "sortings": [], + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "filter_type": "AND", + "filters": [], + "default_result_count": 20 + } + }, + { + "id": 45225, + "name": "Get Service", + "order": "2.00000000000000000000", + "service": { + "id": 56936, + "integration_id": 1195, + "type": "local_baserow_get_row", + "sample_data": null, + "table_id": 5754, + "view_id": null, + "search_query": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "filter_type": "AND", + "filters": [], + "row_id": { + "mode": "simple", + "version": "0.1", + "formula": "get('page_parameter.service_id')" + } + } + } + ], + "workflow_actions": [ + { + "id": 34282, + "type": "open_page", + "order": 1, + "page_id": 16644, + "element_id": 324872, + "event": "submit", + "navigation_type": "page", + "navigate_to_page_id": 16644, + "page_parameters": [], + "query_parameters": [ + { + "name": "service_id", + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('form_data.324874')" + } + } + ], + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "target": "self" + }, + { + "id": 34283, + "type": "notification", + "order": 1, + "page_id": 16644, + "element_id": 324873, + "event": "submit", + "title": { + "mode": "simple", + "version": "0.1", + "formula": "'Success'" + }, + "description": { + "mode": "simple", + "version": "0.1", + "formula": "'Service Updated'" + } + }, + { + "id": 34284, + "type": "update_row", + "order": 2, + "page_id": 16644, + "element_id": 324873, + "event": "submit", + "service": { + "id": 56939, + "integration_id": 1195, + "type": "local_baserow_upsert_row", + "sample_data": null, + "table_id": 5754, + "row_id": { + "mode": "simple", + "version": "0.1", + "formula": "get('page_parameter.service_id')" + }, + "field_mappings": [ + { + "field_id": 61936, + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('form_data.324875')" + }, + "enabled": true + }, + { + "field_id": 61937, + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('form_data.324876')" + }, + "enabled": true + }, + { + "field_id": 61938, + "value": { + "mode": "simple", + "version": "0.1", + "formula": "get('form_data.324877')" + }, + "enabled": true + } + ] + } + } + ], + "visibility": "logged-in", + "role_type": "allow_all", + "roles": [] + } + ], + "integrations": [ + { + "id": 1195, + "name": "Local Baserow", + "order": "1.00000000000000000000", + "type": "local_baserow", + "authorized_user": null + } + ], + "theme": { + "primary_color": "#5190efff", + "secondary_color": "#0eaa42ff", + "border_color": "#eadeff", + "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": "#070810ff", + "body_text_alignment": "left", + "heading_1_font_family": "inter", + "heading_1_font_size": 32, + "heading_1_font_weight": "bold", + "heading_1_text_color": "#070810ff", + "heading_1_text_alignment": "left", + "heading_1_text_decoration": [ + false, + false, + false, + false + ], + "heading_2_font_family": "inter", + "heading_2_font_size": 28, + "heading_2_font_weight": "semi-bold", + "heading_2_text_color": "#070810ff", + "heading_2_text_alignment": "left", + "heading_2_text_decoration": [ + false, + false, + false, + false + ], + "heading_3_font_family": "inter", + "heading_3_font_size": 20, + "heading_3_font_weight": "semi-bold", + "heading_3_text_color": "#070810ff", + "heading_3_text_alignment": "left", + "heading_3_text_decoration": [ + false, + false, + false, + false + ], + "heading_4_font_family": "inter", + "heading_4_font_size": 16, + "heading_4_font_weight": "medium", + "heading_4_text_color": "#070810ff", + "heading_4_text_alignment": "left", + "heading_4_text_decoration": [ + false, + false, + false, + false + ], + "heading_5_font_family": "inter", + "heading_5_font_size": 14, + "heading_5_font_weight": "medium", + "heading_5_text_color": "#070810ff", + "heading_5_text_alignment": "left", + "heading_5_text_decoration": [ + false, + false, + false, + false + ], + "heading_6_font_family": "inter", + "heading_6_font_size": 14, + "heading_6_font_weight": "medium", + "heading_6_text_color": "#202128", + "heading_6_text_alignment": "left", + "heading_6_text_decoration": [ + false, + false, + false, + false + ], + "button_font_family": "inter", + "button_font_size": 13, + "button_font_weight": "regular", + "button_alignment": "right", + "button_text_alignment": "center", + "button_width": "auto", + "button_background_color": "#6e6cff", + "button_text_color": "#ffffffff", + "button_border_color": "border", + "button_border_size": 0, + "button_border_radius": 4, + "button_vertical_padding": 12, + "button_horizontal_padding": 12, + "button_hover_background_color": "#96baf6ff", + "button_hover_text_color": "#ffffffff", + "button_hover_border_color": "border", + "button_active_background_color": "#4783db", + "button_active_text_color": "#ffffffff", + "button_active_border_color": "#275d9f", + "image_alignment": "left", + "image_max_width": 100, + "image_max_height": null, + "image_border_radius": 0, + "image_constraint": "contain", + "page_background_color": "#f8f8ff", + "page_background_file_id": null, + "page_background_mode": "tile", + "label_font_family": "inter", + "label_text_color": "#070810FF", + "label_font_size": 13, + "label_font_weight": "medium", + "input_font_family": "inter", + "input_font_size": 13, + "input_font_weight": "regular", + "input_text_color": "#070810FF", + "input_background_color": "#f8f8ff", + "input_border_color": "#000000", + "input_border_size": 1, + "input_border_radius": 12, + "input_vertical_padding": 12, + "input_horizontal_padding": 12, + "table_border_color": "#00000000", + "table_border_size": 1, + "table_border_radius": 8, + "table_header_background_color": "#edebeb", + "table_header_text_color": "#000000", + "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": "#edebeb80", + "table_cell_alignment": "left", + "table_cell_vertical_padding": 10, + "table_cell_horizontal_padding": 20, + "table_vertical_separator_color": "#00000000", + "table_vertical_separator_size": 0, + "table_horizontal_separator_color": "#ededed", + "table_horizontal_separator_size": 1, + "link_font_family": "inter", + "link_font_size": 13, + "link_font_weight": "medium", + "link_text_alignment": "left", + "link_text_color": "#486091", + "link_hover_text_color": "#96baf6ff", + "link_active_text_color": "#275d9f", + "link_default_text_decoration": [ + false, + false, + false, + false + ], + "link_hover_text_decoration": [ + true, + false, + false, + false + ], + "link_active_text_decoration": [ + true, + false, + false, + false + ] + }, + "user_sources": [ + { + "id": 806, + "name": "User authentication", + "order": "2.00000000000000000000", + "type": "local_baserow", + "uid": "806_5755_61947_61942", + "integration_id": 1195, + "auth_providers": [ + { + "id": 811, + "type": "local_baserow_password", + "domain": null, + "enabled": true, + "password_field_id": 61950 + } + ], + "table_id": 5755, + "email_field_id": 61947, + "name_field_id": 61941, + "role_field_id": 61942 + } + ], + "favicon_file": null, + "login_page": { + "id": 16640, + "name": "Team Login", + "order": 3, + "path": "/login", + "path_params": [], + "query_params": [], + "shared": false, + "elements": [ + { + "id": 324813, + "order": "0.33333333333333331483", + "type": "heading", + "parent_element_id": 324812, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_6_text_color": "#7d7f8d", + "heading_6_text_decoration": [ + false, + false, + false, + true + ] + } + }, + "style_border_top_color": "border", + "style_border_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": { + "mode": "simple", + "version": "0.1", + "formula": "'Employee Portal'" + }, + "level": 6 + }, + { + "id": 324812, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": null, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_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" + }, + { + "id": 324814, + "order": "1.00000000000000000000", + "type": "heading", + "parent_element_id": 324812, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Team Login'" + }, + "level": 1 + }, + { + "id": 324815, + "order": "1.50000000000000000000", + "type": "heading", + "parent_element_id": 324812, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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": { + "mode": "simple", + "version": "0.1", + "formula": "'Access your dashboard and workload management tools.'" + }, + "level": 4 + }, + { + "id": 324816, + "order": "1.66666666666666674068", + "type": "auth_form", + "parent_element_id": 324812, + "place_in_container": null, + "css_classes": "", + "visibility": "all", + "visibility_condition": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "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", + "user_source_id": 806, + "login_button_label": { + "mode": "simple", + "version": "0.1", + "formula": "'Log In'" + } + } + ], + "data_sources": [], + "workflow_actions": [ + { + "id": 34267, + "type": "open_page", + "order": 1, + "page_id": 16640, + "element_id": 324816, + "event": "after_login", + "navigation_type": "page", + "navigate_to_page_id": 16641, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "target": "self" + }, + { + "id": 34268, + "type": "notification", + "order": 2, + "page_id": 16640, + "element_id": 324816, + "event": "after_login", + "title": { + "mode": "simple", + "version": "0.1", + "formula": "'Login Successful'" + }, + "description": { + "mode": "simple", + "version": "0.1", + "formula": "concat('','\n','You are already logged in \u2014 Go to Dashboard')" + } + }, + { + "id": 34269, + "type": "refresh_data_source", + "order": 3, + "page_id": 16640, + "element_id": 324816, + "event": "after_login", + "data_source_id": 45215 + } + ], + "visibility": "all", + "role_type": "allow_all", + "roles": [] + }, + "id": 2165, + "name": "Intake & Team Portal", + "order": 2, + "type": "builder", + "scripts": [], + "custom_code": { + "css": "", + "js": "" + } + }, + { + "workflows": [ + { + "id": 151, + "name": "New Lead Submission", + "order": 1, + "nodes": [ + { + "id": 833, + "type": "local_baserow_rows_created", + "label": "", + "service": { + "id": 57007, + "integration_id": 1206, + "type": "local_baserow_rows_created", + "sample_data": { + "data": { + "results": [ + { + "id": 13, + "Email": "nina@example.com", + "order": "0.50000000000000000000", + "Status": { + "id": 24344, + "color": "light-yellow", + "value": "Contacted" + }, + "Full Name": "Nina Patel", + "Created On": "2026-02-20", + "Lead Score": "100", + "Assigned Rep": [ + { + "id": 4, + "order": "4.00000000000000000000", + "value": "Carlos Mendes" + } + ], + "Budget Range": { + "id": 24340, + "color": "blue", + "value": "$50k+" + }, + "Budget Value": 500.0, + "Company Size": { + "id": 24336, + "color": "blue", + "value": "201+" + }, + "Submission ID": "SUB0013", + "Priority Level": "\ud83d\udd25 High", + "Campaign Source": [ + { + "id": 3, + "order": "3.00000000000000000000", + "value": "Content Marketing Blog Series" + } + ], + "Inquiry Details": "Need enterprise\u2011level analytics platform with AI capabilities.", + "Interaction Logs": [], + "Service Interest": [ + { + "id": 2, + "order": "2.00000000000000000000", + "value": "Custom Software Development" + } + ] + } + ], + "has_next_page": false + }, + "status": 200, + "output_uid": "" + }, + "table_id": 5753 + }, + "workflow_id": 151 + }, + { + "id": 899, + "type": "slack_write_message", + "label": "Notify team in Slack", + "service": { + "id": 60312, + "integration_id": 1243, + "type": "slack_write_message", + "sample_data": null, + "channel": "new", + "text": { + "mode": "simple", + "version": "0.1", + "formula": "'A new high potential contact is submitted '" + } + }, + "workflow_id": 151 + }, + { + "id": 979, + "type": "local_baserow_update_row", + "label": "", + "service": { + "id": 60650, + "integration_id": 1206, + "type": "local_baserow_upsert_row", + "sample_data": { + "data": { + "id": 13, + "Email": "nina@example.com", + "order": "0.50000000000000000000", + "Status": { + "id": 24342, + "color": "light-green", + "value": "Qualified" + }, + "Full Name": "Nina Patel", + "Created On": "2026-02-20", + "Lead Score": "100", + "Assigned Rep": [ + { + "id": 4, + "order": "4.00000000000000000000", + "value": "Carlos Mendes" + } + ], + "Budget Range": { + "id": 24340, + "color": "blue", + "value": "$50k+" + }, + "Budget Value": 500.0, + "Company Size": { + "id": 24336, + "color": "blue", + "value": "201+" + }, + "Submission ID": "SUB0013", + "Priority Level": "\ud83d\udd25 High", + "Campaign Source": [ + { + "id": 3, + "order": "3.00000000000000000000", + "value": "Content Marketing Blog Series" + } + ], + "Inquiry Details": "Need enterprise\u2011level analytics platform with AI capabilities.", + "Interaction Logs": [], + "Service Interest": [ + { + "id": 2, + "order": "2.00000000000000000000", + "value": "Custom Software Development" + } + ] + }, + "status": 200, + "output_uid": "" + }, + "table_id": 5753, + "row_id": { + "mode": "simple", + "version": "0.1", + "formula": "get('previous_node.833.0.id')" + }, + "field_mappings": [ + { + "field_id": 61929, + "value": { + "mode": "simple", + "version": "0.1", + "formula": "'Qualified'" + }, + "enabled": true + } + ] + }, + "workflow_id": 151 + }, + { + "id": 980, + "type": "router", + "label": "Check priority", + "service": { + "id": 60651, + "integration_id": null, + "type": "router", + "sample_data": { + "data": { + "edge": { + "label": "Urgent" + } + }, + "status": 200, + "output_uid": "ed673358-8aa5-4d58-b59c-2dca5c89690f" + }, + "edges": [ + { + "label": "Urgent", + "uid": "ed673358-8aa5-4d58-b59c-2dca5c89690f", + "condition": { + "mode": "advanced", + "version": "0.1", + "formula": "get('previous_node.833.0.field_61973')='\ud83d\udd25 High'" + } + } + ], + "default_edge_label": "Default" + }, + "workflow_id": 151 + } + ], + "state": "draft", + "graph": { + "0": 833, + "833": { + "next": { + "": [ + 980 + ] + } + }, + "899": {}, + "979": { + "next": { + "": [ + 899 + ] + } + }, + "980": { + "next": { + "ed673358-8aa5-4d58-b59c-2dca5c89690f": [ + 979 + ] + } + } + } + }, + { + "id": 152, + "name": "Team Member Onboarding", + "order": 2, + "nodes": [ + { + "id": 835, + "type": "local_baserow_rows_created", + "label": "", + "service": { + "id": 57009, + "integration_id": 1206, + "type": "local_baserow_rows_created", + "sample_data": null, + "table_id": 5755 + }, + "workflow_id": 152 + }, + { + "id": 836, + "type": "smtp_email", + "label": "Notify team", + "service": { + "id": 57010, + "integration_id": 1242, + "type": "smtp_email", + "sample_data": null, + "from_email": { + "mode": "simple", + "version": "0.1", + "formula": "'mailer@gmail.com'" + }, + "from_name": { + "mode": "simple", + "version": "0.1", + "formula": "'Notifiy'" + }, + "to_emails": { + "mode": "simple", + "version": "0.1", + "formula": "get('previous_node.835.0.field_61947')" + }, + "cc_emails": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "bcc_emails": { + "mode": "simple", + "version": "0.1", + "formula": "" + }, + "subject": { + "mode": "simple", + "version": "0.1", + "formula": "'Welcome to the team'" + }, + "body_type": "plain", + "body": { + "mode": "simple", + "version": "0.1", + "formula": "'Welcome to the team'" + } + }, + "workflow_id": 152 + } + ], + "state": "draft", + "graph": { + "0": 835, + "835": { + "next": { + "": [ + 836 + ] + } + }, + "836": {} + } + } + ], + "integrations": [ + { + "id": 1206, + "name": "Local Baserow", + "order": "1.00000000000000000000", + "type": "local_baserow", + "authorized_user": null + }, + { + "id": 1242, + "name": "SMTP Email", + "order": "2.00000000000000000000", + "type": "smtp", + "host": "smpt.gmail.com", + "port": 587, + "use_tls": true, + "username": null, + "password": null + }, + { + "id": 1243, + "name": "Slack Bot", + "order": "3.00000000000000000000", + "type": "slack_bot", + "token": null + } + ], + "id": 2178, + "name": "Intake Automation", + "order": 3, + "type": "automation" + } + ] +} \ No newline at end of file diff --git a/backend/templates/intake-qualification.zip b/backend/templates/intake-qualification.zip new file mode 100644 index 0000000000..13ffab61d4 Binary files /dev/null and b/backend/templates/intake-qualification.zip differ diff --git a/changelog/entries/unreleased/bug/resolved_an_issue_which_prevented_the_application_builder_ta.json b/changelog/entries/unreleased/bug/resolved_an_issue_which_prevented_the_application_builder_ta.json new file mode 100644 index 0000000000..29a850ade0 --- /dev/null +++ b/changelog/entries/unreleased/bug/resolved_an_issue_which_prevented_the_application_builder_ta.json @@ -0,0 +1,9 @@ +{ + "type": "bug", + "message": "Resolved an issue which prevented the application builder table element's boolean fields from being checked correctly.", + "issue_origin": "github", + "issue_number": null, + "domain": "builder", + "bullet_points": [], + "created_at": "2026-03-02" +} \ No newline at end of file diff --git a/web-frontend/modules/builder/components/elements/components/collectionField/BooleanField.vue b/web-frontend/modules/builder/components/elements/components/collectionField/BooleanField.vue index 4b815ccdad..0bf05db9b8 100644 --- a/web-frontend/modules/builder/components/elements/components/collectionField/BooleanField.vue +++ b/web-frontend/modules/builder/components/elements/components/collectionField/BooleanField.vue @@ -1,5 +1,5 @@