ToolJet/server/templates/finance-underwriting-user-form/definition.json
Abhinaba Adhikari ab1aa2cc3d
Fix community templates (#9559)
* Renamed conflicting folder

* Restored correct folder name

* Prepare templates for deployment

* Update id of lorem ipsum template
2024-05-02 02:56:34 +05:30

2166 lines
No EOL
76 KiB
JSON

{
"tooljet_database": [
{
"id": "04df6269-fec2-47a8-970e-9bcdfd97d59d",
"table_name": "finance_underwriting",
"schema": {
"columns": [
{
"column_name": "id",
"data_type": "integer",
"column_default": "nextval('\"04df6269-fec2-47a8-970e-9bcdfd97d59d_id_seq\"'::regclass)",
"character_maximum_length": null,
"numeric_precision": 32,
"constraints_type": {
"is_not_null": true,
"is_primary_key": true
},
"keytype": "PRIMARY KEY"
},
{
"column_name": "applicant_name",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "application_type",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "loan_amount",
"data_type": "integer",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": 32,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "credit_score",
"data_type": "integer",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": 32,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "annual_turnover",
"data_type": "integer",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": 32,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "collateral",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "notes",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "assigned_to",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "created_at",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "updated_at",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "status",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
}
]
}
}
],
"app": [
{
"definition": {
"appV2": {
"id": "c43aa960-7c0b-498c-b288-56ba48b7e671",
"type": "front-end",
"name": "Finance underwriting - User form",
"slug": "c43aa960-7c0b-498c-b288-56ba48b7e671",
"isPublic": false,
"isMaintenanceOn": false,
"icon": "server",
"organizationId": "f2a832bb-fc39-49c5-be7f-7037ebb79b84",
"currentVersionId": null,
"userId": "ccf51822-9d82-4d82-81dd-22df9f3cfcfc",
"workflowApiToken": null,
"workflowEnabled": false,
"createdAt": "2024-04-26T00:07:10.017Z",
"creationMode": "DEFAULT",
"updatedAt": "2024-04-26T00:07:10.594Z",
"editingVersion": {
"id": "4e6236d7-ca5e-4b94-bf22-e1ada5c474f6",
"name": "v1",
"definition": null,
"globalSettings": {
"hideHeader": true,
"appInMaintenance": false,
"canvasMaxWidth": 100,
"canvasMaxWidthType": "%",
"canvasMaxHeight": 2400,
"canvasBackgroundColor": "#edeff5",
"backgroundFxQuery": ""
},
"showViewerNavigation": false,
"homePageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"appId": "c43aa960-7c0b-498c-b288-56ba48b7e671",
"currentEnvironmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"promotedFrom": null,
"createdAt": "2024-04-26T00:07:10.038Z",
"updatedAt": "2024-04-30T23:47:00.804Z"
},
"components": [
{
"id": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"name": "form1",
"type": "Form",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": null,
"properties": {
"buttonToSubmit": {
"value": "none"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "10"
},
"borderColor": {
"value": "#ffffff00"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "e0ef0a7b-d5bd-42eb-ba24-90ee037f4fcd",
"type": "mobile",
"top": 120,
"left": 20.930232558139533,
"width": 13,
"height": 330,
"componentId": "fafe8505-ecc1-4df5-9247-c63670ed4243"
},
{
"id": "85adf0c1-f27d-4d1a-af9c-922de6e2398f",
"type": "desktop",
"top": 100,
"left": 6.976744543501746,
"width": 37,
"height": 730,
"componentId": "fafe8505-ecc1-4df5-9247-c63670ed4243"
}
]
},
{
"id": "99c3c0e0-6d94-4c49-af60-7855bc48e56b",
"name": "numberinput1",
"type": "NumberInput",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"label": {
"value": ""
},
"decimalPlaces": {
"value": "{{0}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
},
"icon": {
"value": "IconCurrencyDollar"
},
"iconVisibility": {
"value": true
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {
"minValue": {
"value": "1"
}
},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "dd2ec214-1beb-4523-9430-f65074da0cbd",
"type": "mobile",
"top": 170,
"left": 0,
"width": 23.25581395348837,
"height": 40,
"componentId": "99c3c0e0-6d94-4c49-af60-7855bc48e56b"
},
{
"id": "7257a5be-9e40-4065-b723-71decb81f9ce",
"type": "desktop",
"top": 229.99996948242188,
"left": 18.604652446037402,
"width": 33,
"height": 40,
"componentId": "99c3c0e0-6d94-4c49-af60-7855bc48e56b"
}
]
},
{
"id": "dae9cdcf-2f6a-491f-af3a-bec515e04866",
"name": "text4",
"type": "Text",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"text": {
"value": "Credit score"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "00e5c41d-9080-4413-8503-94ca2b7a16eb",
"type": "desktop",
"top": 289.9999694824219,
"left": 4.651162790697675,
"width": 6,
"height": 40,
"componentId": "dae9cdcf-2f6a-491f-af3a-bec515e04866"
},
{
"id": "0a6fa326-0482-48b7-8af9-0e9c4a1970b0",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "dae9cdcf-2f6a-491f-af3a-bec515e04866"
}
]
},
{
"id": "dae27a7d-d88a-4f5d-ba65-4cd4e44ea751",
"name": "numberinput2",
"type": "NumberInput",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"label": {
"value": ""
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "fade8f13-1c88-4d8a-b7c8-6adee8000448",
"type": "desktop",
"top": 289.9999694824219,
"left": 18.6046511627907,
"width": 33,
"height": 40,
"componentId": "dae27a7d-d88a-4f5d-ba65-4cd4e44ea751"
},
{
"id": "66119b4f-08c2-40bb-a5e3-9f54004fb1a2",
"type": "mobile",
"top": 140,
"left": 0,
"width": 23.25581395348837,
"height": 40,
"componentId": "dae27a7d-d88a-4f5d-ba65-4cd4e44ea751"
}
]
},
{
"id": "d76bd763-64fe-49b4-91ea-a95f82c87dbf",
"name": "text5",
"type": "Text",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"text": {
"value": "Annual turnover"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "df329faf-a052-4df2-9af9-32ae17094fc6",
"type": "desktop",
"top": 349.9999694824219,
"left": 4.651162790697675,
"width": 6,
"height": 40,
"componentId": "d76bd763-64fe-49b4-91ea-a95f82c87dbf"
},
{
"id": "f3eff169-f98e-44ae-9c9c-98054d0ec74d",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "d76bd763-64fe-49b4-91ea-a95f82c87dbf"
}
]
},
{
"id": "d564b233-c62c-4f94-9112-3a2169acb490",
"name": "numberinput3",
"type": "NumberInput",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"label": {
"value": ""
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
},
"icon": {
"value": "IconCurrencyDollar"
},
"iconVisibility": {
"value": true
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {
"minValue": {
"value": "1"
}
},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "d01c0027-3e3b-492d-bc6a-65a8cb8eb3aa",
"type": "desktop",
"top": 350,
"left": 18.6046511627907,
"width": 33,
"height": 40,
"componentId": "d564b233-c62c-4f94-9112-3a2169acb490"
},
{
"id": "496f7d32-599d-4bb0-89f5-4ce64bb414ba",
"type": "mobile",
"top": 170,
"left": 0,
"width": 23.25581395348837,
"height": 40,
"componentId": "d564b233-c62c-4f94-9112-3a2169acb490"
}
]
},
{
"id": "3a154698-159f-4892-bf80-2d3324315972",
"name": "text6",
"type": "Text",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"text": {
"value": "Collateral"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "97639a6a-3472-49b2-b0e3-b47d972f935c",
"type": "desktop",
"top": 409.99993896484375,
"left": 4.651162790697675,
"width": 6,
"height": 40,
"componentId": "3a154698-159f-4892-bf80-2d3324315972"
},
{
"id": "cb0fd7a4-f983-40b3-9db9-9d6b91c91bef",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "3a154698-159f-4892-bf80-2d3324315972"
}
]
},
{
"id": "552fa8a0-890c-4d2f-beb7-47c0a20ab77c",
"name": "textinput2",
"type": "TextInput",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "Enter collateral"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "a47e5662-e93b-451f-8ba3-488d456b2921",
"type": "desktop",
"top": 410.0001220703125,
"left": 18.6046511627907,
"width": 33,
"height": 40,
"componentId": "552fa8a0-890c-4d2f-beb7-47c0a20ab77c"
},
{
"id": "fd7a57da-494b-46bb-9a70-373337d6e147",
"type": "mobile",
"top": 260,
"left": 4.651162790697674,
"width": 23.25581395348837,
"height": 40,
"componentId": "552fa8a0-890c-4d2f-beb7-47c0a20ab77c"
}
]
},
{
"id": "0b69fe90-dc3d-4e77-a9a2-791e7e38b209",
"name": "textarea1",
"type": "TextArea",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"value": {
"value": ""
},
"placeholder": {
"value": "Enter notes"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "{{5}}"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "7221b551-7549-461b-9a09-fb934b57f15c",
"type": "desktop",
"top": 470,
"left": 18.604651632346332,
"width": 33,
"height": 100,
"componentId": "0b69fe90-dc3d-4e77-a9a2-791e7e38b209"
},
{
"id": "7f30cfb6-2b46-4bc6-916e-b7c92a72c5bd",
"type": "mobile",
"top": 500,
"left": 30.23255813953488,
"width": 13.953488372093023,
"height": 100,
"componentId": "0b69fe90-dc3d-4e77-a9a2-791e7e38b209"
}
]
},
{
"id": "ae7afb3d-940e-4ab5-a37d-84d7f7768862",
"name": "button1",
"type": "Button",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"text": {
"value": "Submit form"
},
"loadingState": {
"value": "",
"fxActive": true
}
},
"general": {},
"styles": {
"backgroundColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "{{5}}"
},
"borderColor": {
"value": "#ffffff00"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "99e3cdaf-363c-4011-856c-560ce5093f33",
"type": "desktop",
"top": 619.9999389648438,
"left": 51.1628031772046,
"width": 9,
"height": 50,
"componentId": "ae7afb3d-940e-4ab5-a37d-84d7f7768862"
}
]
},
{
"id": "00c388e1-0886-4989-b899-206ca0b0d914",
"name": "text9",
"type": "Text",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"text": {
"value": "Notes"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "618443ee-8997-4c41-9977-16adeba967bb",
"type": "desktop",
"top": 470,
"left": 4.651156601980805,
"width": 6,
"height": 40,
"componentId": "00c388e1-0886-4989-b899-206ca0b0d914"
},
{
"id": "22a1d7ed-7771-447c-958a-e068ad96ab2e",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "00c388e1-0886-4989-b899-206ca0b0d914"
}
]
},
{
"id": "59cf324f-598a-4029-a273-b85f890f224f",
"name": "textinput1",
"type": "TextInput",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "Enter applicant name"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "0376b088-3b98-404b-a63b-d6b6b1f60d78",
"type": "desktop",
"top": 109.99995422363281,
"left": 18.604653729284106,
"width": 33,
"height": 40,
"componentId": "59cf324f-598a-4029-a273-b85f890f224f"
},
{
"id": "3e114811-433c-415a-af83-8ed1cf796946",
"type": "mobile",
"top": 100,
"left": 20.930232558139533,
"width": 23.25581395348837,
"height": 40,
"componentId": "59cf324f-598a-4029-a273-b85f890f224f"
}
]
},
{
"id": "4fe68078-32d6-4b2b-a1a9-c6f2b3ac006a",
"name": "text2",
"type": "Text",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"text": {
"value": "Application type"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "2b7b94a6-b6ab-457a-ada0-29b778f740fc",
"type": "desktop",
"top": 169.99996948242188,
"left": 4.651162790697675,
"width": 6,
"height": 40,
"componentId": "4fe68078-32d6-4b2b-a1a9-c6f2b3ac006a"
},
{
"id": "66d341bb-06df-49ba-b97e-6ba8297f1e0f",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "4fe68078-32d6-4b2b-a1a9-c6f2b3ac006a"
}
]
},
{
"id": "82135383-7309-4f4a-8308-f40ae16f722a",
"name": "dropdown1",
"type": "DropDown",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"label": {
"value": ""
},
"value": {
"value": ""
},
"values": {
"value": "{{[\"Personal\", \"Mortgage\", \"Business\"]}}"
},
"display_values": {
"value": "{{[\"Personal\", \"Mortgage\", \"Business\"]}}"
},
"loadingState": {
"fxActive": false
},
"placeholder": {
"value": "Select application type"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "37d04768-e7b8-4a41-beae-099a31ae3d5e",
"type": "desktop",
"top": 170,
"left": 18.6046511627907,
"width": 33,
"height": 40,
"componentId": "82135383-7309-4f4a-8308-f40ae16f722a"
},
{
"id": "c9397fc5-bded-4fb8-aba9-f4225bcbd61c",
"type": "mobile",
"top": 60,
"left": 46.51162790697675,
"width": 18.6046511627907,
"height": 30,
"componentId": "82135383-7309-4f4a-8308-f40ae16f722a"
}
]
},
{
"id": "76a4b727-bc8b-4527-be26-d1df3e23d09f",
"name": "text3",
"type": "Text",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"text": {
"value": "Loan amount"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "8ebeb735-9a22-4a42-86f2-642917f91782",
"type": "desktop",
"top": 229.99996948242188,
"left": 4.651162790697675,
"width": 6,
"height": 40,
"componentId": "76a4b727-bc8b-4527-be26-d1df3e23d09f"
},
{
"id": "67702e40-c946-4c02-a4ee-02523dd86af0",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "76a4b727-bc8b-4527-be26-d1df3e23d09f"
}
]
},
{
"id": "74978653-0722-4e68-9918-19d2b8559e07",
"name": "text1",
"type": "Text",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"text": {
"value": "Applicant name"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "bold"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "07469a33-e19a-422f-b559-0f8b7811e63e",
"type": "desktop",
"top": 109.99996948242188,
"left": 4.651162790697675,
"width": 6,
"height": 40,
"componentId": "74978653-0722-4e68-9918-19d2b8559e07"
},
{
"id": "31b1035a-6a2e-4c89-94c6-97bc880d443c",
"type": "mobile",
"top": 30,
"left": 6.976744186046512,
"width": 13.953488372093023,
"height": 40,
"componentId": "74978653-0722-4e68-9918-19d2b8559e07"
}
]
},
{
"id": "e5d314a4-0218-4976-a5e3-d4fc2b00b01d",
"name": "text11",
"type": "Text",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "f0f9652a-50ab-41ac-8870-4da574657714",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Finance underwriting</div>"
}
},
"general": {},
"styles": {
"textColor": {
"value": "#ffffffff",
"fxActive": false
},
"textSize": {
"value": "{{20}}"
},
"textAlign": {
"value": "right"
},
"boxShadow": {
"value": "0px 0px 0px 0px #00000040"
},
"isScrollRequired": {
"value": "disabled"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "eede55b0-d563-49f7-9a49-94824da6d8bd",
"type": "desktop",
"top": 10,
"left": 51.162790697674424,
"width": 19,
"height": 40,
"componentId": "e5d314a4-0218-4976-a5e3-d4fc2b00b01d"
}
]
},
{
"id": "f0f9652a-50ab-41ac-8870-4da574657714",
"name": "container1",
"type": "Container",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": null,
"properties": {},
"general": {},
"styles": {
"backgroundColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "10"
},
"borderColor": {
"value": "#ffffff00",
"fxActive": false
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "523bbefd-d0e2-464c-89f3-87a0bc6b8a89",
"type": "desktop",
"top": 20,
"left": 6.976744186046512,
"width": 37,
"height": 70,
"componentId": "f0f9652a-50ab-41ac-8870-4da574657714"
}
]
},
{
"id": "14a1bd3a-5f42-4dbe-903b-ad9fdde59922",
"name": "text10",
"type": "Text",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "f0f9652a-50ab-41ac-8870-4da574657714",
"properties": {
"text": {
"value": "B R A N D"
}
},
"general": {},
"styles": {
"textColor": {
"value": "#ffffffff"
},
"textSize": {
"value": "{{24}}"
},
"fontWeight": {
"value": "bold"
},
"letterSpacing": {
"value": "{{0}}"
},
"boxShadow": {
"value": "0px 0px 0px 0px #00000040"
},
"isScrollRequired": {
"value": "disabled"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "f13176b2-c48d-4962-9c9a-8887b27eda35",
"type": "desktop",
"top": 10,
"left": 4.6511685142596155,
"width": 9,
"height": 40,
"componentId": "14a1bd3a-5f42-4dbe-903b-ad9fdde59922"
}
]
},
{
"id": "343b2a0a-9028-4a8c-a084-6e070d409a9e",
"name": "button2",
"type": "Button",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"text": {
"value": "Reset form"
},
"loadingState": {
"value": "",
"fxActive": false
}
},
"general": {},
"styles": {
"backgroundColor": {
"value": "#ffffff00"
},
"borderRadius": {
"value": "{{5}}"
},
"borderColor": {
"value": "#3e63ddff"
},
"textColor": {
"value": "#3e63ddff"
},
"loaderColor": {
"value": "#3e63ddff"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "4264492e-c8ee-443d-9380-9cd633baec2a",
"type": "desktop",
"top": 619.9999389648438,
"left": 27.9069786690561,
"width": 9,
"height": 50,
"componentId": "343b2a0a-9028-4a8c-a084-6e070d409a9e"
}
]
},
{
"id": "9b6a1cde-19ff-4022-858e-8f2168fe781b",
"name": "text12",
"type": "Text",
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"parent": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Loan application form</div>"
}
},
"general": {},
"styles": {
"textSize": {
"value": "24"
},
"fontWeight": {
"value": "normal"
},
"textColor": {
"value": "#3e63ddff"
},
"isScrollRequired": {
"value": "disabled"
},
"textAlign": {
"value": "center"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T07:04:57.331Z",
"layouts": [
{
"id": "cd9b0a4d-2b74-4f14-bda7-d3529fc63f95",
"type": "desktop",
"top": 20,
"left": 4.651162297818282,
"width": 39,
"height": 60,
"componentId": "9b6a1cde-19ff-4022-858e-8f2168fe781b"
},
{
"id": "4379e1e8-a4fe-4399-91e4-d56a92991787",
"type": "mobile",
"top": 30,
"left": 4.651162790697675,
"width": 13.953488372093023,
"height": 40,
"componentId": "9b6a1cde-19ff-4022-858e-8f2168fe781b"
}
]
},
{
"id": "a0e9472c-cf26-41c3-a253-c244d54b7611",
"name": "text1",
"type": "Text",
"pageId": "3014f295-58d7-4844-99fa-c18fb7d353aa",
"parent": "1e64cd80-9e4b-4163-abaa-aa0478ca0c7b",
"properties": {
"text": {
"value": "B R A N D"
}
},
"general": {},
"styles": {
"textColor": {
"value": "#ffffffff"
},
"textSize": {
"value": "{{24}}"
},
"fontWeight": {
"value": "bold"
},
"letterSpacing": {
"value": "{{0}}"
},
"boxShadow": {
"value": "0px 0px 0px 0px #00000040"
},
"isScrollRequired": {
"value": "disabled"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "403230b9-15e9-4d98-aa7a-9c80e69a3b78",
"type": "desktop",
"top": 10,
"left": 4.6511685142596155,
"width": 9,
"height": 40,
"componentId": "a0e9472c-cf26-41c3-a253-c244d54b7611"
}
]
},
{
"id": "a9d85987-3dcc-4972-8ef9-aac1d74811ce",
"name": "text2",
"type": "Text",
"pageId": "3014f295-58d7-4844-99fa-c18fb7d353aa",
"parent": "1e64cd80-9e4b-4163-abaa-aa0478ca0c7b",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Finance underwriting</div>"
}
},
"general": {},
"styles": {
"textColor": {
"value": "#ffffffff",
"fxActive": false
},
"textSize": {
"value": "{{20}}"
},
"textAlign": {
"value": "right"
},
"boxShadow": {
"value": "0px 0px 0px 0px #00000040"
},
"isScrollRequired": {
"value": "disabled"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "b188bb8a-7c17-4c9b-9633-6133112589b3",
"type": "desktop",
"top": 10,
"left": 51.162790697674424,
"width": 19,
"height": 40,
"componentId": "a9d85987-3dcc-4972-8ef9-aac1d74811ce"
}
]
},
{
"id": "1e64cd80-9e4b-4163-abaa-aa0478ca0c7b",
"name": "container1",
"type": "Container",
"pageId": "3014f295-58d7-4844-99fa-c18fb7d353aa",
"parent": null,
"properties": {},
"general": {},
"styles": {
"backgroundColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "10"
},
"borderColor": {
"value": "#ffffff00",
"fxActive": false
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "c89a7a40-f5a7-4244-b88a-992116574fa6",
"type": "desktop",
"top": 20,
"left": 6.976744186046512,
"width": 37,
"height": 70,
"componentId": "1e64cd80-9e4b-4163-abaa-aa0478ca0c7b"
}
]
},
{
"id": "da442a59-540e-4c77-8050-41061c8d7e24",
"name": "container2",
"type": "Container",
"pageId": "3014f295-58d7-4844-99fa-c18fb7d353aa",
"parent": null,
"properties": {},
"general": {},
"styles": {
"borderRadius": {
"value": "10"
},
"borderColor": {
"value": "#ffffff00"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "d777412f-983a-4ca2-9cfc-b6d70588f789",
"type": "desktop",
"top": 100,
"left": 6.976744186046512,
"width": 37,
"height": 290,
"componentId": "da442a59-540e-4c77-8050-41061c8d7e24"
},
{
"id": "4dc5370e-9483-4795-b58b-306d61d3cf59",
"type": "mobile",
"top": 100,
"left": 6.976744186046512,
"width": 5,
"height": 200,
"componentId": "da442a59-540e-4c77-8050-41061c8d7e24"
}
]
},
{
"id": "edf14c35-ee35-443a-9f9e-8f575c9a520b",
"name": "text3",
"type": "Text",
"pageId": "3014f295-58d7-4844-99fa-c18fb7d353aa",
"parent": "da442a59-540e-4c77-8050-41061c8d7e24",
"properties": {
"text": {
"value": "<span style=\"font-weight: 600;\">Application submitted successfully</span>\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#7ed321ff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"tabler-icon tabler-icon-circle-check\" style=\"width: auto; height: 100%; color: rgb(126, 211, 33);\"><path d=\"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0\"></path><path d=\"M9 12l2 2l4 -4\"></path></svg>"
}
},
"general": {},
"styles": {
"textColor": {
"value": "#000",
"fxActive": false
},
"textSize": {
"value": "24"
},
"isScrollRequired": {
"value": "disabled"
},
"textAlign": {
"value": "center"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "973f7d4b-766d-4eb2-8d48-f60f3739710a",
"type": "mobile",
"top": 30,
"left": 4.651162790697675,
"width": 13.953488372093023,
"height": 40,
"componentId": "edf14c35-ee35-443a-9f9e-8f575c9a520b"
},
{
"id": "086d3ce6-8cff-4a99-a516-fcaec71ccc47",
"type": "desktop",
"top": 60,
"left": 4.651161484127214,
"width": 39,
"height": 60,
"componentId": "edf14c35-ee35-443a-9f9e-8f575c9a520b"
}
]
},
{
"id": "d3f598c1-4adb-44ca-b2ac-ec4c2260bad4",
"name": "button1",
"type": "Button",
"pageId": "3014f295-58d7-4844-99fa-c18fb7d353aa",
"parent": "da442a59-540e-4c77-8050-41061c8d7e24",
"properties": {
"text": {
"value": "Submit another response"
}
},
"general": {},
"styles": {
"backgroundColor": {
"value": "#ffffff00"
},
"textColor": {
"value": "#3e63ddff"
},
"loaderColor": {
"value": "#3e63ddff"
},
"borderColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "{{5}}"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"layouts": [
{
"id": "18233265-4174-455c-94f7-0bc779af2b4e",
"type": "mobile",
"top": 180,
"left": 25.581395348837212,
"width": 6.976744186046512,
"height": 30,
"componentId": "d3f598c1-4adb-44ca-b2ac-ec4c2260bad4"
},
{
"id": "06e8ec7f-605a-41d5-9738-8de98c2f229a",
"type": "desktop",
"top": 160,
"left": 34.88372211578353,
"width": 13,
"height": 50,
"componentId": "d3f598c1-4adb-44ca-b2ac-ec4c2260bad4"
}
]
}
],
"pages": [
{
"id": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"name": "Home",
"handle": "home",
"index": 1,
"disabled": false,
"hidden": false,
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"appVersionId": "4e6236d7-ca5e-4b94-bf22-e1ada5c474f6"
},
{
"id": "3014f295-58d7-4844-99fa-c18fb7d353aa",
"name": "Submitted",
"handle": "submitted",
"index": 2,
"disabled": false,
"hidden": false,
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z",
"appVersionId": "4e6236d7-ca5e-4b94-bf22-e1ada5c474f6"
}
],
"events": [
{
"id": "a2e3332f-f900-4df6-bc79-77f2f5e036f4",
"name": "onClick",
"index": 0,
"event": {
"eventId": "onClick",
"message": "Hello world!",
"queryId": "884e2f8b-4c41-4f16-aee4-262ebfb32ec1",
"actionId": "run-query",
"alertType": "info",
"queryName": "submitApplication",
"parameters": {}
},
"sourceId": "ae7afb3d-940e-4ab5-a37d-84d7f7768862",
"target": "component",
"appVersionId": "4e6236d7-ca5e-4b94-bf22-e1ada5c474f6",
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.510Z"
},
{
"id": "865e6652-b502-4e6a-8e1d-8bd92b216fa0",
"name": "onClick",
"index": 0,
"event": {
"eventId": "onClick",
"message": "Hello world!",
"actionId": "control-component",
"alertType": "info",
"componentId": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"componentSpecificActionHandle": "resetForm",
"componentSpecificActionParams": []
},
"sourceId": "343b2a0a-9028-4a8c-a084-6e070d409a9e",
"target": "component",
"appVersionId": "4e6236d7-ca5e-4b94-bf22-e1ada5c474f6",
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.556Z"
},
{
"id": "159eab4c-aa48-46e4-9bd2-d4a0619b7ab0",
"name": "onDataQueryFailure",
"index": 2,
"event": {
"eventId": "onDataQueryFailure",
"message": "Failed to submit application! Please check and try again.",
"actionId": "show-alert",
"alertType": "warning"
},
"sourceId": "884e2f8b-4c41-4f16-aee4-262ebfb32ec1",
"target": "data_query",
"appVersionId": "4e6236d7-ca5e-4b94-bf22-e1ada5c474f6",
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.046Z"
},
{
"id": "bdb42e88-c10a-46ed-addc-edd74d63415b",
"name": "onClick",
"index": 0,
"event": {
"pageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "switch-page",
"alertType": "info"
},
"sourceId": "d3f598c1-4adb-44ca-b2ac-ec4c2260bad4",
"target": "component",
"appVersionId": "4e6236d7-ca5e-4b94-bf22-e1ada5c474f6",
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.521Z"
},
{
"id": "e6ae827f-82ed-487e-a312-fafc683e8165",
"name": "onDataQuerySuccess",
"index": 0,
"event": {
"eventId": "onDataQuerySuccess",
"message": "Hello world!",
"actionId": "control-component",
"alertType": "info",
"componentId": "fafe8505-ecc1-4df5-9247-c63670ed4243",
"componentSpecificActionHandle": "submitForm",
"componentSpecificActionParams": []
},
"sourceId": "884e2f8b-4c41-4f16-aee4-262ebfb32ec1",
"target": "data_query",
"appVersionId": "4e6236d7-ca5e-4b94-bf22-e1ada5c474f6",
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.534Z"
},
{
"id": "aa0d32aa-3889-40fa-8002-4bfd49b8bbe1",
"name": "onDataQuerySuccess",
"index": 1,
"event": {
"pageId": "3014f295-58d7-4844-99fa-c18fb7d353aa",
"eventId": "onDataQuerySuccess",
"message": "Hello world!",
"actionId": "switch-page",
"alertType": "info"
},
"sourceId": "884e2f8b-4c41-4f16-aee4-262ebfb32ec1",
"target": "data_query",
"appVersionId": "4e6236d7-ca5e-4b94-bf22-e1ada5c474f6",
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T00:07:10.545Z"
}
],
"dataQueries": [
{
"id": "884e2f8b-4c41-4f16-aee4-262ebfb32ec1",
"name": "submitApplication",
"options": {
"operation": "create_row",
"transformationLanguage": "javascript",
"enableTransformation": false,
"organization_id": "7bc483fb-ec16-4179-a16e-e02d42a64963",
"table_id": "04df6269-fec2-47a8-970e-9bcdfd97d59d",
"join_table": {
"joins": [
{
"id": 1714114531896,
"conditions": {
"operator": "AND",
"conditionsList": [
{
"operator": "=",
"leftField": {
"table": "04df6269-fec2-47a8-970e-9bcdfd97d59d"
}
}
]
},
"joinType": "INNER"
}
],
"from": {
"name": "04df6269-fec2-47a8-970e-9bcdfd97d59d",
"type": "Table"
},
"fields": [
{
"name": "id",
"table": "04df6269-fec2-47a8-970e-9bcdfd97d59d"
},
{
"name": "applicant_name",
"table": "04df6269-fec2-47a8-970e-9bcdfd97d59d"
},
{
"name": "application_type",
"table": "04df6269-fec2-47a8-970e-9bcdfd97d59d"
},
{
"name": "loan_amount",
"table": "04df6269-fec2-47a8-970e-9bcdfd97d59d"
},
{
"name": "credit_score",
"table": "04df6269-fec2-47a8-970e-9bcdfd97d59d"
},
{
"name": "annual_turnover",
"table": "04df6269-fec2-47a8-970e-9bcdfd97d59d"
},
{
"name": "collateral",
"table": "04df6269-fec2-47a8-970e-9bcdfd97d59d"
},
{
"name": "notes",
"table": "04df6269-fec2-47a8-970e-9bcdfd97d59d"
},
{
"name": "assigned_to",
"table": "04df6269-fec2-47a8-970e-9bcdfd97d59d"
},
{
"name": "created_at",
"table": "04df6269-fec2-47a8-970e-9bcdfd97d59d"
},
{
"name": "updated_at",
"table": "04df6269-fec2-47a8-970e-9bcdfd97d59d"
},
{
"name": "status",
"table": "04df6269-fec2-47a8-970e-9bcdfd97d59d"
}
]
},
"list_rows": {},
"create_row": {
"0": {
"column": "applicant_name",
"value": "{{components.form1.data.textinput1.value}}"
},
"1": {
"column": "application_type",
"value": "{{components.form1.data.dropdown1.value}}"
},
"2": {
"column": "loan_amount",
"value": "{{components.form1.data.numberinput1.value}}"
},
"3": {
"column": "credit_score",
"value": "{{components.form1.data.numberinput2.value}}"
},
"4": {
"column": "annual_turnover",
"value": "{{components.form1.data.numberinput3.value}}"
},
"5": {
"column": "collateral",
"value": "{{components.form1.data.textinput2.value}}"
},
"6": {
"column": "status",
"value": "Under Review"
},
"7": {
"column": "notes",
"value": "{{components.form1.data.textarea1.value}}"
},
"8": {
"column": "assigned_to",
"value": "unassigned"
},
"9": {
"column": "created_at",
"value": "{{moment().format()}}"
},
"c46b3664-4680-4199-ba08-dce3eecf8701": {
"column": "updated_at",
"value": "{{moment().format()}}"
}
}
},
"dataSourceId": "afb65901-5006-413e-9ba5-8f38a41186e8",
"appVersionId": "4e6236d7-ca5e-4b94-bf22-e1ada5c474f6",
"createdAt": "2024-04-26T00:07:10.046Z",
"updatedAt": "2024-04-26T06:55:25.345Z"
}
],
"dataSources": [
{
"id": "dd73089f-f857-4f67-b2e4-e9d270aa843c",
"name": "restapidefault",
"kind": "restapi",
"type": "static",
"pluginId": null,
"appVersionId": "4e6236d7-ca5e-4b94-bf22-e1ada5c474f6",
"organizationId": null,
"scope": "local",
"createdAt": "2024-04-26T00:07:10.056Z",
"updatedAt": "2024-04-26T00:07:10.056Z"
},
{
"id": "727bbeca-5553-4a79-80d1-da9a87af8419",
"name": "runjsdefault",
"kind": "runjs",
"type": "static",
"pluginId": null,
"appVersionId": "4e6236d7-ca5e-4b94-bf22-e1ada5c474f6",
"organizationId": null,
"scope": "local",
"createdAt": "2024-04-26T00:07:10.074Z",
"updatedAt": "2024-04-26T00:07:10.074Z"
},
{
"id": "ef390b49-babc-4b77-902b-f031db85bbea",
"name": "runpydefault",
"kind": "runpy",
"type": "static",
"pluginId": null,
"appVersionId": "4e6236d7-ca5e-4b94-bf22-e1ada5c474f6",
"organizationId": null,
"scope": "local",
"createdAt": "2024-04-26T00:07:10.094Z",
"updatedAt": "2024-04-26T00:07:10.094Z"
},
{
"id": "afb65901-5006-413e-9ba5-8f38a41186e8",
"name": "tooljetdbdefault",
"kind": "tooljetdb",
"type": "static",
"pluginId": null,
"appVersionId": "4e6236d7-ca5e-4b94-bf22-e1ada5c474f6",
"organizationId": null,
"scope": "local",
"createdAt": "2024-04-26T00:07:10.105Z",
"updatedAt": "2024-04-26T00:07:10.105Z"
},
{
"id": "e06c45e9-a2b1-48dd-9cd2-ac6ae60bdf4a",
"name": "workflowsdefault",
"kind": "workflows",
"type": "static",
"pluginId": null,
"appVersionId": "4e6236d7-ca5e-4b94-bf22-e1ada5c474f6",
"organizationId": null,
"scope": "local",
"createdAt": "2024-04-26T00:07:10.123Z",
"updatedAt": "2024-04-26T00:07:10.123Z"
}
],
"appVersions": [
{
"id": "4e6236d7-ca5e-4b94-bf22-e1ada5c474f6",
"name": "v1",
"definition": null,
"globalSettings": {
"hideHeader": true,
"appInMaintenance": false,
"canvasMaxWidth": 100,
"canvasMaxWidthType": "%",
"canvasMaxHeight": 2400,
"canvasBackgroundColor": "#edeff5",
"backgroundFxQuery": ""
},
"showViewerNavigation": false,
"homePageId": "dcbb4576-8aa4-4789-8d5a-04957123724b",
"appId": "c43aa960-7c0b-498c-b288-56ba48b7e671",
"currentEnvironmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"promotedFrom": null,
"createdAt": "2024-04-26T00:07:10.038Z",
"updatedAt": "2024-04-30T23:47:00.804Z"
}
],
"appEnvironments": [
{
"id": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"organizationId": "f2a832bb-fc39-49c5-be7f-7037ebb79b84",
"name": "development",
"isDefault": false,
"priority": 1,
"enabled": true,
"createdAt": "2023-04-26T19:44:06.852Z",
"updatedAt": "2023-04-26T19:44:06.852Z"
},
{
"id": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"organizationId": "f2a832bb-fc39-49c5-be7f-7037ebb79b84",
"name": "staging",
"isDefault": false,
"priority": 2,
"enabled": true,
"createdAt": "2023-04-26T19:44:06.852Z",
"updatedAt": "2023-04-26T19:44:06.852Z"
},
{
"id": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"organizationId": "f2a832bb-fc39-49c5-be7f-7037ebb79b84",
"name": "production",
"isDefault": true,
"priority": 3,
"enabled": true,
"createdAt": "2023-04-26T19:44:06.852Z",
"updatedAt": "2023-04-26T19:44:06.852Z"
}
],
"dataSourceOptions": [
{
"id": "609449a6-713d-435b-9ba8-753f1b6bd627",
"dataSourceId": "dd73089f-f857-4f67-b2e4-e9d270aa843c",
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"options": null,
"createdAt": "2024-04-26T00:07:10.069Z",
"updatedAt": "2024-04-26T00:07:10.069Z"
},
{
"id": "9a0df2cc-56fc-463f-88a1-b78cb9ef6dec",
"dataSourceId": "dd73089f-f857-4f67-b2e4-e9d270aa843c",
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"options": null,
"createdAt": "2024-04-26T00:07:10.069Z",
"updatedAt": "2024-04-26T00:07:10.069Z"
},
{
"id": "c0d8ff39-27b7-4062-a0e5-d78324237440",
"dataSourceId": "dd73089f-f857-4f67-b2e4-e9d270aa843c",
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"options": null,
"createdAt": "2024-04-26T00:07:10.069Z",
"updatedAt": "2024-04-26T00:07:10.069Z"
},
{
"id": "84059627-ccca-44c1-bdb8-17a99ba3101d",
"dataSourceId": "727bbeca-5553-4a79-80d1-da9a87af8419",
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"options": null,
"createdAt": "2024-04-26T00:07:10.092Z",
"updatedAt": "2024-04-26T00:07:10.092Z"
},
{
"id": "49820cf4-354a-4f09-8d28-387d4153a387",
"dataSourceId": "727bbeca-5553-4a79-80d1-da9a87af8419",
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"options": null,
"createdAt": "2024-04-26T00:07:10.092Z",
"updatedAt": "2024-04-26T00:07:10.092Z"
},
{
"id": "393f1f2e-0ee1-467d-a3f3-53bfb26d092d",
"dataSourceId": "727bbeca-5553-4a79-80d1-da9a87af8419",
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"options": null,
"createdAt": "2024-04-26T00:07:10.092Z",
"updatedAt": "2024-04-26T00:07:10.092Z"
},
{
"id": "fb9085cc-4323-4030-ac8c-6e6bdc4fbf4b",
"dataSourceId": "ef390b49-babc-4b77-902b-f031db85bbea",
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"options": null,
"createdAt": "2024-04-26T00:07:10.101Z",
"updatedAt": "2024-04-26T00:07:10.101Z"
},
{
"id": "ae05b8f2-336a-4720-a72f-b0ac619f8019",
"dataSourceId": "ef390b49-babc-4b77-902b-f031db85bbea",
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"options": null,
"createdAt": "2024-04-26T00:07:10.101Z",
"updatedAt": "2024-04-26T00:07:10.101Z"
},
{
"id": "7d2061b0-fed4-4c5c-b8f6-bd5614538da9",
"dataSourceId": "ef390b49-babc-4b77-902b-f031db85bbea",
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"options": null,
"createdAt": "2024-04-26T00:07:10.101Z",
"updatedAt": "2024-04-26T00:07:10.101Z"
},
{
"id": "88664d8a-e809-471e-94c4-750d009142ba",
"dataSourceId": "afb65901-5006-413e-9ba5-8f38a41186e8",
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"options": null,
"createdAt": "2024-04-26T00:07:10.118Z",
"updatedAt": "2024-04-26T00:07:10.118Z"
},
{
"id": "318a28c5-761c-4fc1-ab8a-aa6198eb5e9d",
"dataSourceId": "afb65901-5006-413e-9ba5-8f38a41186e8",
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"options": null,
"createdAt": "2024-04-26T00:07:10.118Z",
"updatedAt": "2024-04-26T00:07:10.118Z"
},
{
"id": "a94206b8-74f7-4ba9-9519-6e5b65f59ddf",
"dataSourceId": "afb65901-5006-413e-9ba5-8f38a41186e8",
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"options": null,
"createdAt": "2024-04-26T00:07:10.118Z",
"updatedAt": "2024-04-26T00:07:10.118Z"
},
{
"id": "856c669c-637c-4cb9-bbb4-bf73359790c0",
"dataSourceId": "e06c45e9-a2b1-48dd-9cd2-ac6ae60bdf4a",
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"options": null,
"createdAt": "2024-04-26T00:07:10.134Z",
"updatedAt": "2024-04-26T00:07:10.134Z"
},
{
"id": "a6a77b63-39ab-4250-83ae-4cf2a06ac262",
"dataSourceId": "e06c45e9-a2b1-48dd-9cd2-ac6ae60bdf4a",
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"options": null,
"createdAt": "2024-04-26T00:07:10.135Z",
"updatedAt": "2024-04-26T00:07:10.135Z"
},
{
"id": "6ddaf300-9c52-4368-a94e-4f80636147fd",
"dataSourceId": "e06c45e9-a2b1-48dd-9cd2-ac6ae60bdf4a",
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"options": null,
"createdAt": "2024-04-26T00:07:10.135Z",
"updatedAt": "2024-04-26T00:07:10.135Z"
}
],
"schemaDetails": {
"multiPages": true,
"multiEnv": true,
"globalDataSources": true
}
}
}
}
],
"tooljet_version": "2.35.4-ee2.15.26-cloud2.3.10"
}