From aaffe5dd573aafd386fad4a44da7b005e2c7539b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNandanAnantharamu=E2=80=9D?= <“nandan@thinkify.io”> Date: Thu, 2 Jan 2025 19:40:19 +0530 Subject: [PATCH 1/7] test: regression tests for import flow --- .../PartialImportExport/VerifyImport_spec.ts | 40 +++++++++++++++++++ .../cypress/fixtures/TryToCoverMore.json | 1 + 2 files changed, 41 insertions(+) create mode 100644 app/client/cypress/e2e/Regression/ClientSide/PartialImportExport/VerifyImport_spec.ts create mode 100644 app/client/cypress/fixtures/TryToCoverMore.json diff --git a/app/client/cypress/e2e/Regression/ClientSide/PartialImportExport/VerifyImport_spec.ts b/app/client/cypress/e2e/Regression/ClientSide/PartialImportExport/VerifyImport_spec.ts new file mode 100644 index 000000000000..8d85e860dc23 --- /dev/null +++ b/app/client/cypress/e2e/Regression/ClientSide/PartialImportExport/VerifyImport_spec.ts @@ -0,0 +1,40 @@ +import { + agHelper, + homePage, + gitSync, + appSettings, +} from "../../../../support/Objects/ObjectsCore"; +import EditorNavigation, { + AppSidebar, + AppSidebarButton, +} from "../../../../support/Pages/EditorNavigation"; +import ReconnectLocators from "../../../../locators/ReconnectLocators"; + +describe( + "Tests Import option for Git connected apps and normal apps", + {}, + () => { + before(() => { + gitSync.CreateNConnectToGit(); + }); + + it("1. Verify Import Option", () => { + AppSidebar.navigate(AppSidebarButton.Settings); + agHelper.GetNClick(appSettings.locators._importHeader); + agHelper.AssertElementEnabledDisabled(appSettings.locators._importBtn); + + homePage.NavigateToHome(); + homePage.CreateNewApplication(); + AppSidebar.navigate(AppSidebarButton.Settings); + agHelper.GetNClick(appSettings.locators._importHeader); + agHelper.AssertElementEnabledDisabled( + appSettings.locators._importBtn, + 0, + false, + ); + agHelper.GetNClick(appSettings.locators._importBtn); + homePage.ImportApp("TryToCoverMore.json", "", true); + agHelper.GetNClick(ReconnectLocators.SkipToAppBtn); + }); + }, +); diff --git a/app/client/cypress/fixtures/TryToCoverMore.json b/app/client/cypress/fixtures/TryToCoverMore.json new file mode 100644 index 000000000000..8623e269c158 --- /dev/null +++ b/app/client/cypress/fixtures/TryToCoverMore.json @@ -0,0 +1 @@ +{"artifactJsonType":"APPLICATION","clientSchemaVersion":1.0,"serverSchemaVersion":9.0,"exportedApplication":{"name":"OldApp_DSTesting1.9.24","isPublic":false,"pages":[{"id":"OAuth20","isDefault":true},{"id":"GSheetsRWDAll","isDefault":false},{"id":"GSheetsRWDSel1Column","isDefault":false},{"id":"Firestore","isDefault":false},{"id":"PostGreSQL","isDefault":false},{"id":"Mongo","isDefault":false},{"id":"ElasticSearch","isDefault":false},{"id":"Oracle","isDefault":false},{"id":"Redshift","isDefault":false},{"id":"SMTP","isDefault":false},{"id":"S3","isDefault":false},{"id":"Airtable","isDefault":false},{"id":"Hubspot","isDefault":false},{"id":"OpenAI","isDefault":false},{"id":"Inbuilt Framework","isDefault":false},{"id":"Snowflake","isDefault":false},{"id":"MainCustomWidgetTest","isDefault":false},{"id":"InputCustomWidgetTest","isDefault":false},{"id":"Gac","isDefault":false},{"id":"Dynamo","isDefault":false},{"id":"AWSLmabda","isDefault":false},{"id":"Twilio","isDefault":false},{"id":"API_Pixabay","isDefault":false},{"id":"API_ZipcodeFinder","isDefault":false}],"publishedPages":[{"id":"OAuth20","isDefault":true},{"id":"GSheetsRWDAll","isDefault":false},{"id":"GSheetsRWDSel1Column","isDefault":false},{"id":"Firestore","isDefault":false},{"id":"PostGreSQL","isDefault":false},{"id":"Mongo","isDefault":false},{"id":"ElasticSearch","isDefault":false},{"id":"Oracle","isDefault":false},{"id":"Redshift","isDefault":false},{"id":"SMTP","isDefault":false},{"id":"S3","isDefault":false},{"id":"Airtable","isDefault":false},{"id":"Hubspot","isDefault":false},{"id":"OpenAI","isDefault":false},{"id":"Inbuilt Framework","isDefault":false},{"id":"Snowflake","isDefault":false},{"id":"MainCustomWidgetTest","isDefault":false},{"id":"InputCustomWidgetTest","isDefault":false}],"viewMode":false,"appIsExample":false,"unreadCommentThreads":0.0,"color":"#FFEFDB","slug":"oldapp-dstesting1-9-24","unpublishedCustomJSLibs":[{"uidString":"xmlParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js"}],"publishedCustomJSLibs":[],"evaluationVersion":2.0,"applicationVersion":2.0,"collapseInvisibleWidgets":true,"isManualUpdate":false,"deleted":false},"datasourceList":[{"datasourceConfiguration":{},"name":"AWSLambda","pluginId":"AWS Lambda","messages":[],"isAutoGenerated":false,"gitSyncId":"65afd667b672a72a800fd253_f8460175-8c0c-4030-ad9f-e3fe1b9e3e93","deleted":false},{"datasourceConfiguration":{},"name":"Dynamo","pluginId":"dynamo-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"65afd667b672a72a800fd253_7ada0fbe-1039-4f11-95e1-848e2159a405","deleted":false},{"datasourceConfiguration":{"endpoints":[{"host":"https://5564-101-0-63-39.ngrok-free.app","port":0.0}]},"name":"ElasticSearch","pluginId":"elasticsearch-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"64c252a12e389c399f6f64c6_64c27d142e389c399f6f651a","deleted":false},{"datasourceConfiguration":{},"name":"GSheets_RWDAll","pluginId":"google-sheets-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"64c252a12e389c399f6f64c6_64c26dd72e389c399f6f64d9","deleted":false},{"datasourceConfiguration":{},"name":"GSheets_RWDSelected","pluginId":"google-sheets-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"64c252a12e389c399f6f64c6_64c271792e389c399f6f64ea","deleted":false},{"datasourceConfiguration":{"url":"http://rakshaappsmith.firebaseapp.com"},"name":"Firestore","pluginId":"firestore-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"64c252a12e389c399f6f64c6_64c275192e389c399f6f64f7","deleted":false},{"datasourceConfiguration":{},"name":"Airtable","pluginId":"airtable-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"64c252a12e389c399f6f64c6_64c3a3ae2e389c399f6f655d","deleted":false},{"datasourceConfiguration":{"connection":{"mode":"READ_WRITE","ssl":{"authType":"DEFAULT"}},"endpoints":[{"host":"postgres-test-db.cz8diybf9wdj.ap-south-1.rds.amazonaws.com","port":5432.0}]},"name":"PostGreSQL","pluginId":"postgres-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"64c252a12e389c399f6f64c6_64c27ac32e389c399f6f6501","deleted":false},{"datasourceConfiguration":{"connection":{"mode":"READ_WRITE","ssl":{}},"endpoints":[{"host":"t","port":5439.0}]},"name":"Redshift","pluginId":"redshift-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"64c252a12e389c399f6f64c6_64c351772e389c399f6f6531","deleted":false},{"datasourceConfiguration":{"connection":{"mode":"READ_WRITE","type":"DIRECT","ssl":{"authType":"DEFAULT"}},"endpoints":[]},"name":"Mongo","pluginId":"mongo-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"64c252a12e389c399f6f64c6_64c27b552e389c399f6f650f","deleted":false},{"datasourceConfiguration":{"connection":{"ssl":{"authType":"DISABLE"}},"endpoints":[{"host":"oracledb.cz8diybf9wdj.ap-south-1.rds.amazonaws.com","port":1521.0}]},"name":"Oracle","pluginId":"oracle-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"64c252a12e389c399f6f64c6_64c34df82e389c399f6f6523","deleted":false},{"datasourceConfiguration":{},"name":"Hubspot","pluginId":"hubspot-1.2-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"652d291940d2164a0e997a6e_652e3f413824d14877eb5ef0","deleted":false},{"datasourceConfiguration":{"endpoints":[{"host":""}]},"name":"S3","pluginId":"amazons3-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"64c252a12e389c399f6f64c6_64c3a1d52e389c399f6f6549","deleted":false},{"datasourceConfiguration":{"connection":{"mode":"READ_WRITE","type":"DIRECT","ssl":{"authType":"DEFAULT"}},"endpoints":[]},"name":"Movies","pluginId":"mongo-plugin","messages":[],"isAutoGenerated":false,"isMock":true,"gitSyncId":"659f8dfc4963d6547666af27_659f91bd4963d6547666af85","deleted":false},{"datasourceConfiguration":{"connection":{"ssl":{"authType":"DEFAULT"}},"url":"https://pixabay.com","headers":[],"queryParameters":[]},"name":"Pixabay","pluginId":"restapi-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"65afd667b672a72a800fd253_0ee34142-d8d1-4140-bb71-c90405ad6487","deleted":false},{"datasourceConfiguration":{"endpoints":[{"host":"smtp-relay.brevo.com","port":587.0}]},"name":"SMTP","pluginId":"smtp-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"64c252a12e389c399f6f64c6_64c3a1152e389c399f6f6541","deleted":false},{"datasourceConfiguration":{"url":"https://api.openai.com"},"name":"OpenAI","pluginId":"Open AI","messages":[],"isAutoGenerated":false,"gitSyncId":"6566d7000ed7792bd284dd1d_656973dbb469b52000dd078e","deleted":false},{"datasourceConfiguration":{"url":"hz29889.us-east-2.aws"},"name":"Snowflake","pluginId":"snowflake-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"657aa7e521b8476f056b7c36_657aaa7d21b8476f056b7c99","deleted":false},{"datasourceConfiguration":{},"name":"gsheet","pluginId":"google-sheets-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"659d2d5b183ac635e2b6d471_659d2d9a183ac635e2b6d567","deleted":false},{"datasourceConfiguration":{},"name":"Twilio","pluginId":"twilio-1.2-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"65afd667b672a72a800fd253_4918c246-4fd7-42ab-85f3-5c39184df988","deleted":false},{"datasourceConfiguration":{"connection":{"ssl":{"authType":"DEFAULT"}},"url":"https://api.dropboxapi.com/","headers":[],"queryParameters":[]},"name":"Oauth2.0","pluginId":"restapi-plugin","messages":[],"isAutoGenerated":false,"gitSyncId":"64c252a12e389c399f6f64c6_64c25e052e389c399f6f64cf","deleted":false}],"customJSLibList":[{"name":"xmlParser","uidString":"xmlParser_https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js","accessor":["xmlParser"],"url":"https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/3.17.5/parser.min.js","version":"3.17.5","defs":"{\"!name\":\"LIB/xmlParser\",\"xmlParser\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertTonimn\":{\"!type\":\"fn()\",\"prototype\":{}},\"getTraversalObj\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJson\":{\"!type\":\"fn()\",\"prototype\":{}},\"convertToJsonString\":{\"!type\":\"fn()\",\"prototype\":{}},\"validate\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2xParser\":{\"!type\":\"fn()\",\"prototype\":{\"parse\":{\"!type\":\"fn()\",\"prototype\":{}},\"j2x\":{\"!type\":\"fn()\",\"prototype\":{}}}},\"parseToNimn\":{\"!type\":\"fn()\",\"prototype\":{}}}}","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]}],"pageList":[{"unpublishedPage":{"name":"S3","slug":"s3","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":400.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.fileName.computedValue"},{"key":"primaryColumns.url.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.690542585064E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["fileName","url"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"fileName":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"fileName","id":"fileName","alias":"fileName","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"fileName","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"fileName\"]))}}","sticky":"","validation":{},"cellBackground":""},"url":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"url","id":"url","alias":"url","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"url","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"url\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"0l02188acp","canFreezeColumn":true,"isDeprecated":false,"rightColumn":63.0,"textSize":"0.875rem","widgetId":"hrleb0cx8b","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{ListFiles.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"boxShadow":"none","mobileBottomRow":40.0,"widgetName":"FilePicker1","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"FilePicker","iconSVG":"/static/media/icon.2c8bfbc118a7a5f7b61b10540a4a8881.svg","searchTags":["upload"],"topRow":36.0,"bottomRow":40.0,"parentRowSpace":10.0,"allowedFileTypes":[],"type":"FILE_PICKER_WIDGET_V2","hideCard":false,"mobileRightColumn":34.0,"animateLoading":true,"parentColumnSpace":12.578125,"leftColumn":18.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"isDisabled":false,"key":"b9m0w5g2fk","isRequired":false,"isDeprecated":false,"rightColumn":34.0,"isDefaultClickDisabled":true,"widgetId":"59clc7nasf","minWidth":120.0,"isVisible":true,"label":"Select Files","maxFileSize":5.0,"dynamicTyping":true,"version":1.0,"fileDataType":"Base64","parentId":"0","selectedFiles":[],"renderMode":"CANVAS","isLoading":false,"mobileTopRow":36.0,"responsiveBehavior":"hug","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":18.0,"files":[],"maxNumFiles":1.0}]},"layoutOnLoadActions":[[{"id":"S3_ListFiles","name":"ListFiles","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"S3","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"S3","slug":"s3","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":400.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.fileName.computedValue"},{"key":"primaryColumns.url.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.690542585064E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["fileName","url"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"fileName":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"fileName","id":"fileName","alias":"fileName","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"fileName","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"fileName\"]))}}","sticky":"","validation":{},"cellBackground":""},"url":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"url","id":"url","alias":"url","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"url","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"url\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"0l02188acp","canFreezeColumn":true,"isDeprecated":false,"rightColumn":63.0,"textSize":"0.875rem","widgetId":"hrleb0cx8b","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{ListFiles.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"boxShadow":"none","mobileBottomRow":40.0,"widgetName":"FilePicker1","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"FilePicker","iconSVG":"/static/media/icon.2c8bfbc118a7a5f7b61b10540a4a8881.svg","searchTags":["upload"],"topRow":36.0,"bottomRow":40.0,"parentRowSpace":10.0,"allowedFileTypes":[],"type":"FILE_PICKER_WIDGET_V2","hideCard":false,"mobileRightColumn":34.0,"animateLoading":true,"parentColumnSpace":12.578125,"leftColumn":18.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"isDisabled":false,"key":"b9m0w5g2fk","isRequired":false,"isDeprecated":false,"rightColumn":34.0,"isDefaultClickDisabled":true,"widgetId":"59clc7nasf","minWidth":120.0,"isVisible":true,"label":"Select Files","maxFileSize":5.0,"dynamicTyping":true,"version":1.0,"fileDataType":"Base64","parentId":"0","selectedFiles":[],"renderMode":"CANVAS","isLoading":false,"mobileTopRow":36.0,"responsiveBehavior":"hug","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":18.0,"files":[],"maxNumFiles":1.0}]},"layoutOnLoadActions":[[{"id":"S3_ListFiles","name":"ListFiles","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"S3","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"64c252a12e389c399f6f64ca_64c3a1992e389c399f6f6547","deleted":false},{"unpublishedPage":{"name":"ElasticSearch","slug":"elasticsearch","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":380.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"mobileBottomRow":5.0,"widgetName":"Text1","displayName":"Text","iconSVG":"/static/media/icon.c3b6033f570046f8c6288d911333a827.svg","searchTags":["typography","paragraph","label"],"topRow":1.0,"bottomRow":37.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":16.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","dynamicBindingPathList":[{"key":"text"},{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"}],"leftColumn":0.0,"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"{{JSON.stringify(Query1.data, null, 2)}}","key":"0691vocsqp","isDeprecated":false,"rightColumn":62.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"2q7tidx0tc","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":1.0,"responsiveBehavior":"fill","originalTopRow":1.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":0.0,"maxDynamicHeight":9000.0,"originalBottomRow":37.0,"fontSize":"1rem","minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"ElasticSearch_Query1","name":"Query1","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"ElasticSearch","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"ElasticSearch","slug":"elasticsearch","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":380.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"mobileBottomRow":5.0,"widgetName":"Text1","displayName":"Text","iconSVG":"/static/media/icon.c3b6033f570046f8c6288d911333a827.svg","searchTags":["typography","paragraph","label"],"topRow":1.0,"bottomRow":37.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":16.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","dynamicBindingPathList":[{"key":"text"},{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"}],"leftColumn":0.0,"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"{{JSON.stringify(Query1.data, null, 2)}}","key":"0691vocsqp","isDeprecated":false,"rightColumn":62.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"2q7tidx0tc","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":1.0,"responsiveBehavior":"fill","originalTopRow":1.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":0.0,"maxDynamicHeight":9000.0,"originalBottomRow":37.0,"fontSize":"1rem","minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"ElasticSearch_Query1","name":"Query1","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"ElasticSearch","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"64c252a12e389c399f6f64ca_64c27c7c2e389c399f6f6518","deleted":false},{"unpublishedPage":{"name":"Oracle","slug":"oracle","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":600.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.ID.computedValue"},{"key":"primaryColumns.NAME.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.690521113615E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["ID","NAME"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"ID":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"ID","id":"ID","alias":"ID","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"ID","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"ID\"]))}}","sticky":"","validation":{},"cellBackground":""},"NAME":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"NAME","id":"NAME","alias":"NAME","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"NAME","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"NAME\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"0l02188acp","canFreezeColumn":true,"isDeprecated":false,"rightColumn":56.0,"textSize":"0.875rem","widgetId":"uz0r1cbsfg","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{Select.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"boxShadow":"none","iconSVG":"/static/media/icon.d0ce957b6c4640f8a7418ce846ee200e.svg","topRow":39.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":9.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"NUMBER","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":41.0,"widgetName":"Input1","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":46.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":29.0,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"labelPosition":"Top","key":"q20rxu1lsl","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":29.0,"widgetId":"zscmar4pgq","minWidth":450.0,"label":"Label","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":34.0,"responsiveBehavior":"fill","mobileLeftColumn":9.0,"maxDynamicHeight":9000.0,"shouldAllowAutofill":false,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"mobileBottomRow":49.0,"widgetName":"Text1","displayName":"Text","iconSVG":"/static/media/icon.c3b6033f570046f8c6288d911333a827.svg","searchTags":["typography","paragraph","label"],"topRow":47.0,"bottomRow":51.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":27.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"leftColumn":11.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"Sheetal","key":"0691vocsqp","isDeprecated":false,"rightColumn":27.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"r98ern0tu9","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":45.0,"responsiveBehavior":"fill","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":11.0,"maxDynamicHeight":9000.0,"fontSize":"1rem","minDynamicHeight":4.0},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":56.0,"widgetName":"Button1","onClick":"{{Insert.run().then(() => {\n showAlert('Row inserted', 'success');\n}).catch(() => {\n showAlert('Could not insert row', 'error');\n});}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":56.0,"bottomRow":60.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":27.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":2.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Insert Data","isDisabled":false,"key":"eoq72ezi7w","isDeprecated":false,"rightColumn":18.0,"isDefaultClickDisabled":true,"widgetId":"5inuvrqs3w","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":52.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":11.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":60.0,"widgetName":"Button2","onClick":"{{Select.run()}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":56.0,"bottomRow":60.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":39.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":23.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Fetch Data","isDisabled":false,"key":"eoq72ezi7w","isDeprecated":false,"rightColumn":39.0,"isDefaultClickDisabled":true,"widgetId":"sjta0zw8a7","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":56.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":23.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"mobileBottomRow":38.0,"widgetName":"Text2","displayName":"Text","iconSVG":"/static/media/icon.c3b6033f570046f8c6288d911333a827.svg","searchTags":["typography","paragraph","label"],"topRow":34.0,"bottomRow":38.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":27.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"leftColumn":11.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"Enter Values","key":"0691vocsqp","isDeprecated":false,"rightColumn":27.0,"textAlign":"CENTER","dynamicHeight":"AUTO_HEIGHT","widgetId":"btmq9ef9za","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":34.0,"responsiveBehavior":"fill","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":11.0,"maxDynamicHeight":9000.0,"fontSize":"1rem","minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"Oracle_Select","name":"Select","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Oracle","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"Oracle","slug":"oracle","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":600.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.ID.computedValue"},{"key":"primaryColumns.NAME.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.690521113615E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["ID","NAME"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"ID":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"ID","id":"ID","alias":"ID","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"ID","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"ID\"]))}}","sticky":"","validation":{},"cellBackground":""},"NAME":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"NAME","id":"NAME","alias":"NAME","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"NAME","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"NAME\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"0l02188acp","canFreezeColumn":true,"isDeprecated":false,"rightColumn":56.0,"textSize":"0.875rem","widgetId":"uz0r1cbsfg","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{Select.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"boxShadow":"none","iconSVG":"/static/media/icon.d0ce957b6c4640f8a7418ce846ee200e.svg","topRow":39.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":9.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"NUMBER","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":41.0,"widgetName":"Input1","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":46.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":29.0,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"labelPosition":"Top","key":"q20rxu1lsl","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":29.0,"widgetId":"zscmar4pgq","minWidth":450.0,"label":"Label","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":34.0,"responsiveBehavior":"fill","mobileLeftColumn":9.0,"maxDynamicHeight":9000.0,"shouldAllowAutofill":false,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"mobileBottomRow":49.0,"widgetName":"Text1","displayName":"Text","iconSVG":"/static/media/icon.c3b6033f570046f8c6288d911333a827.svg","searchTags":["typography","paragraph","label"],"topRow":47.0,"bottomRow":51.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":27.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"leftColumn":11.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"Raghu","key":"0691vocsqp","isDeprecated":false,"rightColumn":27.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"r98ern0tu9","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":45.0,"responsiveBehavior":"fill","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":11.0,"maxDynamicHeight":9000.0,"fontSize":"1rem","minDynamicHeight":4.0},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":56.0,"widgetName":"Button1","onClick":"{{Insert.run().then(() => {\n showAlert('Row inserted', 'success');\n}).catch(() => {\n showAlert('Could not insert row', 'error');\n});}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":56.0,"bottomRow":60.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":27.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":2.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Insert Data","isDisabled":false,"key":"eoq72ezi7w","isDeprecated":false,"rightColumn":18.0,"isDefaultClickDisabled":true,"widgetId":"5inuvrqs3w","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":52.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":11.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":60.0,"widgetName":"Button2","onClick":"{{Select.run()}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":56.0,"bottomRow":60.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":39.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":23.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Fetch Data","isDisabled":false,"key":"eoq72ezi7w","isDeprecated":false,"rightColumn":39.0,"isDefaultClickDisabled":true,"widgetId":"sjta0zw8a7","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":56.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":23.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"mobileBottomRow":38.0,"widgetName":"Text2","displayName":"Text","iconSVG":"/static/media/icon.c3b6033f570046f8c6288d911333a827.svg","searchTags":["typography","paragraph","label"],"topRow":34.0,"bottomRow":38.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":27.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"leftColumn":11.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"Enter Values","key":"0691vocsqp","isDeprecated":false,"rightColumn":27.0,"textAlign":"CENTER","dynamicHeight":"AUTO_HEIGHT","widgetId":"btmq9ef9za","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":34.0,"responsiveBehavior":"fill","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":11.0,"maxDynamicHeight":9000.0,"fontSize":"1rem","minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"Oracle_Select","name":"Select","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Oracle","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"64c252a12e389c399f6f64ca_64c34dd12e389c399f6f6521","deleted":false},{"unpublishedPage":{"name":"Firestore","slug":"firestore","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":820.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.gender.computedValue"},{"key":"primaryColumns._ref.computedValue"},{"key":"primaryColumns.name.computedValue"},{"key":"primaryColumns.email.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.690465582838E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["gender","_ref","name","email"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"gender":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"gender","id":"gender","alias":"gender","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"gender","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"gender\"]))}}","sticky":"","validation":{},"cellBackground":""},"_ref":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"_ref","id":"_ref","alias":"_ref","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"_ref","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"_ref\"]))}}","sticky":"","validation":{},"cellBackground":""},"name":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"name","id":"name","alias":"name","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"name","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"name\"]))}}","sticky":"","validation":{},"cellBackground":""},"email":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"email","id":"email","alias":"email","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"email","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"email\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"0l02188acp","canFreezeColumn":true,"isDeprecated":false,"rightColumn":63.0,"textSize":"0.875rem","widgetId":"0xsiq4onjz","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{ListDocs.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":39.0,"widgetName":"Button1","onClick":"{{ListDocs.run()}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":35.0,"bottomRow":39.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":22.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":13.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"List Documents","isDisabled":false,"key":"eoq72ezi7w","isDeprecated":false,"rightColumn":29.0,"isDefaultClickDisabled":true,"widgetId":"qbh2cr4ndb","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":35.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":6.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"boxShadow":"none","iconSVG":"/static/media/icon.1a5defb3c19b4cac4a27829d1f979e4c.svg","labelText":"Gender","topRow":53.0,"labelWidth":5.0,"type":"SELECT_WIDGET","serverSideFiltering":false,"defaultOptionValue":"{{ ((options, serverSideFiltering) => ( `M`))(Select1.options, Select1.serverSideFiltering) }}","animateLoading":true,"leftColumn":6.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"},{"key":"defaultOptionValue"}],"placeholderText":"Select option","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisible":true,"version":1.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","originalBottomRow":61.0,"mobileBottomRow":51.0,"widgetName":"Select1","isFilterable":true,"dynamicPropertyPathList":[{"key":"sourceData"}],"displayName":"Select","searchTags":["dropdown"],"bottomRow":60.0,"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":26.0,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"labelPosition":"Top","sourceData":"[\n {\n \"label\": \"Male\",\n \"value\": \"M\"\n },\n {\n \"label\": \"Female\",\n \"value\": \"F\"\n }\n]","key":"hucfoaore4","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":26.0,"widgetId":"fgxce9pxx2","optionValue":"value","minWidth":450.0,"parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":44.0,"optionLabel":"label","responsiveBehavior":"fill","originalTopRow":54.0,"mobileLeftColumn":6.0,"maxDynamicHeight":9000.0,"minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.d0ce957b6c4640f8a7418ce846ee200e.svg","topRow":53.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":33.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"EMAIL","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","originalBottomRow":61.0,"mobileBottomRow":51.0,"widgetName":"Input1","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":60.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":54.0,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"labelPosition":"Top","key":"q20rxu1lsl","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":53.0,"widgetId":"ex0vbw63ai","minWidth":450.0,"label":"Enter Email","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":44.0,"responsiveBehavior":"fill","originalTopRow":54.0,"mobileLeftColumn":34.0,"maxDynamicHeight":9000.0,"shouldAllowAutofill":true,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.d0ce957b6c4640f8a7418ce846ee200e.svg","topRow":62.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":33.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"TEXT","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","originalBottomRow":70.0,"mobileBottomRow":61.0,"widgetName":"Input2","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":69.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":54.0,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"labelPosition":"Top","key":"q20rxu1lsl","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":53.0,"widgetId":"ysnrv2nmf0","minWidth":450.0,"label":"Enter Name","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":54.0,"responsiveBehavior":"fill","originalTopRow":63.0,"mobileLeftColumn":34.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"mobileBottomRow":58.0,"widgetName":"Text1","displayName":"Text","iconSVG":"/static/media/icon.c3b6033f570046f8c6288d911333a827.svg","searchTags":["typography","paragraph","label"],"topRow":62.0,"bottomRow":67.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":23.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"leftColumn":6.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"users/G5viIwfOoqqb74zeSizp","key":"0691vocsqp","isDeprecated":false,"rightColumn":22.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"qzx5tha8jc","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":54.0,"responsiveBehavior":"fill","originalTopRow":63.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":7.0,"maxDynamicHeight":9000.0,"originalBottomRow":68.0,"fontSize":"1rem","minDynamicHeight":4.0},{"mobileBottomRow":58.0,"widgetName":"Text2","displayName":"Text","iconSVG":"/static/media/icon.c3b6033f570046f8c6288d911333a827.svg","searchTags":["typography","paragraph","label"],"topRow":69.0,"bottomRow":73.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":23.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"leftColumn":6.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"G5viIwfOoqqb74zeSizp","key":"0691vocsqp","isDeprecated":false,"rightColumn":22.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"d7aoxd6bd1","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":54.0,"responsiveBehavior":"fill","originalTopRow":70.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":7.0,"maxDynamicHeight":9000.0,"originalBottomRow":74.0,"fontSize":"1rem","minDynamicHeight":4.0},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":40.0,"widgetName":"Button2","onClick":"{{AddDocToCollection.run().then(() => {\n showAlert('Success', 'success');\n});}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":78.0,"bottomRow":82.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":48.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":12.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Add doc to Collection","isDisabled":false,"key":"eoq72ezi7w","isDeprecated":false,"rightColumn":28.0,"isDefaultClickDisabled":true,"widgetId":"twzeuih6tj","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":36.0,"responsiveBehavior":"hug","originalTopRow":79.0,"disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":32.0,"originalBottomRow":83.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"mobileBottomRow":48.0,"widgetName":"Text3","displayName":"Text","iconSVG":"/static/media/icon.c3b6033f570046f8c6288d911333a827.svg","searchTags":["typography","paragraph","label"],"topRow":47.0,"bottomRow":51.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":38.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"leftColumn":13.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"Enter following details and then Add doc to Collection","key":"0691vocsqp","isDeprecated":false,"rightColumn":47.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"ljuivxo8bs","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":44.0,"responsiveBehavior":"fill","originalTopRow":47.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":22.0,"maxDynamicHeight":9000.0,"originalBottomRow":52.0,"fontSize":"1rem","minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"Firestore_ListDocs","name":"ListDocs","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Firestore","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"Firestore","slug":"firestore","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":820.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.gender.computedValue"},{"key":"primaryColumns._ref.computedValue"},{"key":"primaryColumns.name.computedValue"},{"key":"primaryColumns.email.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.690465582838E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["gender","_ref","name","email"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"gender":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"gender","id":"gender","alias":"gender","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"gender","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"gender\"]))}}","sticky":"","validation":{},"cellBackground":""},"_ref":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"_ref","id":"_ref","alias":"_ref","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"_ref","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"_ref\"]))}}","sticky":"","validation":{},"cellBackground":""},"name":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"name","id":"name","alias":"name","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"name","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"name\"]))}}","sticky":"","validation":{},"cellBackground":""},"email":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"email","id":"email","alias":"email","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"email","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"email\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"0l02188acp","canFreezeColumn":true,"isDeprecated":false,"rightColumn":63.0,"textSize":"0.875rem","widgetId":"0xsiq4onjz","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{ListDocs.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":39.0,"widgetName":"Button1","onClick":"{{ListDocs.run()}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":35.0,"bottomRow":39.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":22.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":13.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"List Documents","isDisabled":false,"key":"eoq72ezi7w","isDeprecated":false,"rightColumn":29.0,"isDefaultClickDisabled":true,"widgetId":"qbh2cr4ndb","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":35.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":6.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"boxShadow":"none","iconSVG":"/static/media/icon.1a5defb3c19b4cac4a27829d1f979e4c.svg","labelText":"Gender","topRow":53.0,"labelWidth":5.0,"type":"SELECT_WIDGET","serverSideFiltering":false,"defaultOptionValue":"{{ ((options, serverSideFiltering) => ( `M`))(Select1.options, Select1.serverSideFiltering) }}","animateLoading":true,"leftColumn":6.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"},{"key":"defaultOptionValue"}],"placeholderText":"Select option","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisible":true,"version":1.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","originalBottomRow":60.0,"mobileBottomRow":51.0,"widgetName":"Select1","isFilterable":true,"dynamicPropertyPathList":[{"key":"sourceData"}],"displayName":"Select","searchTags":["dropdown"],"bottomRow":60.0,"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":26.0,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"labelPosition":"Top","sourceData":"[\n {\n \"label\": \"Male\",\n \"value\": \"M\"\n },\n {\n \"label\": \"Female\",\n \"value\": \"F\"\n }\n]","key":"hucfoaore4","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":26.0,"widgetId":"fgxce9pxx2","optionValue":"value","minWidth":450.0,"parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":44.0,"optionLabel":"label","responsiveBehavior":"fill","originalTopRow":53.0,"mobileLeftColumn":6.0,"maxDynamicHeight":9000.0,"minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.d0ce957b6c4640f8a7418ce846ee200e.svg","topRow":53.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":33.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"EMAIL","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","originalBottomRow":60.0,"mobileBottomRow":51.0,"widgetName":"Input1","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":60.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":54.0,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"labelPosition":"Top","key":"q20rxu1lsl","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":53.0,"widgetId":"ex0vbw63ai","minWidth":450.0,"label":"Enter Email","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":44.0,"responsiveBehavior":"fill","originalTopRow":53.0,"mobileLeftColumn":34.0,"maxDynamicHeight":9000.0,"shouldAllowAutofill":true,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.d0ce957b6c4640f8a7418ce846ee200e.svg","topRow":62.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":33.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"TEXT","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","originalBottomRow":70.0,"mobileBottomRow":61.0,"widgetName":"Input2","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":69.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":54.0,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"labelPosition":"Top","key":"q20rxu1lsl","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":53.0,"widgetId":"ysnrv2nmf0","minWidth":450.0,"label":"Enter Name","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":54.0,"responsiveBehavior":"fill","originalTopRow":63.0,"mobileLeftColumn":34.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"mobileBottomRow":58.0,"widgetName":"Text1","displayName":"Text","iconSVG":"/static/media/icon.c3b6033f570046f8c6288d911333a827.svg","searchTags":["typography","paragraph","label"],"topRow":62.0,"bottomRow":67.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":23.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"leftColumn":6.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"users/G5viIwfONMFb74zeSizp","key":"0691vocsqp","isDeprecated":false,"rightColumn":22.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"qzx5tha8jc","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":54.0,"responsiveBehavior":"fill","originalTopRow":62.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":7.0,"maxDynamicHeight":9000.0,"originalBottomRow":67.0,"fontSize":"1rem","minDynamicHeight":4.0},{"mobileBottomRow":58.0,"widgetName":"Text2","displayName":"Text","iconSVG":"/static/media/icon.c3b6033f570046f8c6288d911333a827.svg","searchTags":["typography","paragraph","label"],"topRow":69.0,"bottomRow":73.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":23.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"leftColumn":6.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"G5viIwfONMFb74zeSizp","key":"0691vocsqp","isDeprecated":false,"rightColumn":22.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"d7aoxd6bd1","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":54.0,"responsiveBehavior":"fill","originalTopRow":69.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":7.0,"maxDynamicHeight":9000.0,"originalBottomRow":73.0,"fontSize":"1rem","minDynamicHeight":4.0},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":40.0,"widgetName":"Button2","onClick":"{{AddDocToCollection.run().then(() => {\n showAlert('Success', 'success');\n});}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":78.0,"bottomRow":82.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":48.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":12.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Add doc to Collection","isDisabled":false,"key":"eoq72ezi7w","isDeprecated":false,"rightColumn":28.0,"isDefaultClickDisabled":true,"widgetId":"twzeuih6tj","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":36.0,"responsiveBehavior":"hug","originalTopRow":78.0,"disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":32.0,"originalBottomRow":82.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"mobileBottomRow":48.0,"widgetName":"Text3","displayName":"Text","iconSVG":"/static/media/icon.c3b6033f570046f8c6288d911333a827.svg","searchTags":["typography","paragraph","label"],"topRow":47.0,"bottomRow":51.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":38.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"leftColumn":13.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"Enter following details and then Add doc to Collection","key":"0691vocsqp","isDeprecated":false,"rightColumn":47.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"ljuivxo8bs","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":44.0,"responsiveBehavior":"fill","originalTopRow":47.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":22.0,"maxDynamicHeight":9000.0,"originalBottomRow":52.0,"fontSize":"1rem","minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"Firestore_ListDocs","name":"ListDocs","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Firestore","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"64c252a12e389c399f6f64ca_64c273342e389c399f6f64f5","deleted":false},{"unpublishedPage":{"name":"OAuth20","slug":"oauth20","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":4896.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":670.0,"containerStyle":"none","snapRows":124.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":1292.0,"dynamicTriggerPathList":[],"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns._tag.computedValue"},{"key":"primaryColumns.name.computedValue"},{"key":"primaryColumns.path_lower.computedValue"},{"key":"primaryColumns.path_display.computedValue"},{"key":"primaryColumns.id.computedValue"},{"key":"primaryColumns.client_modified.computedValue"},{"key":"primaryColumns.server_modified.computedValue"},{"key":"primaryColumns.rev.computedValue"},{"key":"primaryColumns.size.computedValue"},{"key":"primaryColumns.is_downloadable.computedValue"},{"key":"primaryColumns.export_info.computedValue"},{"key":"primaryColumns.content_hash.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.690463499259E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["_tag","name","path_lower","path_display","id","client_modified","server_modified","rev","size","is_downloadable","export_info","content_hash"],"dynamicPropertyPathList":[{"key":"tableData"}],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"_tag":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":".tag","id":"_tag","alias":".tag","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":".tag","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\".tag\"]))}}","sticky":"","validation":{},"cellBackground":""},"name":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"name","id":"name","alias":"name","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"name","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"name\"]))}}","sticky":"","validation":{},"cellBackground":""},"path_lower":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"path_lower","id":"path_lower","alias":"path_lower","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"path_lower","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"path_lower\"]))}}","sticky":"","validation":{},"cellBackground":""},"path_display":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"path_display","id":"path_display","alias":"path_display","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"path_display","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"path_display\"]))}}","sticky":"","validation":{},"cellBackground":""},"id":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":4.0,"width":150.0,"originalId":"id","id":"id","alias":"id","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"id","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"id\"]))}}","sticky":"","validation":{},"cellBackground":""},"client_modified":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":5.0,"width":150.0,"originalId":"client_modified","id":"client_modified","alias":"client_modified","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"client_modified","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"client_modified\"]))}}","sticky":"","validation":{},"cellBackground":""},"server_modified":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":6.0,"width":150.0,"originalId":"server_modified","id":"server_modified","alias":"server_modified","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"server_modified","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"server_modified\"]))}}","sticky":"","validation":{},"cellBackground":""},"rev":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":7.0,"width":150.0,"originalId":"rev","id":"rev","alias":"rev","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"rev","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"rev\"]))}}","sticky":"","validation":{},"cellBackground":""},"size":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":8.0,"width":150.0,"originalId":"size","id":"size","alias":"size","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"size","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"size\"]))}}","sticky":"","validation":{},"cellBackground":""},"is_downloadable":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":9.0,"width":150.0,"originalId":"is_downloadable","id":"is_downloadable","alias":"is_downloadable","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"checkbox","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"is_downloadable","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"is_downloadable\"]))}}","sticky":"","validation":{},"cellBackground":""},"export_info":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":10.0,"width":150.0,"originalId":"export_info","id":"export_info","alias":"export_info","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"export_info","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"export_info\"]))}}","sticky":"","validation":{},"cellBackground":""},"content_hash":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":11.0,"width":150.0,"originalId":"content_hash","id":"content_hash","alias":"content_hash","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"content_hash","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"content_hash\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"we4vy66l8b","canFreezeColumn":true,"isDeprecated":false,"rightColumn":64.0,"textSize":"0.875rem","widgetId":"0tyy4sx237","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{Api1.data.entries}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":38.0,"widgetName":"Button1","onClick":"{{Api1.run().then(() => {\n showAlert('Success', 'success');\n}).catch(() => {\n showAlert('Failed to execute', 'error');\n});}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":34.0,"bottomRow":38.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":21.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":5.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Run Dropbox query","isDisabled":false,"key":"mmv0t0bzmw","isDeprecated":false,"rightColumn":21.0,"isDefaultClickDisabled":true,"widgetId":"tfcmvjdes1","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":34.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":5.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.cf625df24d42d0de4d06cba559b3c327.svg","topRow":39.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.id.computedValue"},{"key":"primaryColumns.email.computedValue"},{"key":"primaryColumns.first_name.computedValue"},{"key":"primaryColumns.last_name.computedValue"},{"key":"primaryColumns.avatar.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"flexVerticalAlignment":"start","accentColor":"{{appsmith.theme.colors.primaryColor}}","onCanvasUI":{"selectionBGCSSVar":"--on-canvas-ui-widget-selection","focusBGCSSVar":"--on-canvas-ui-widget-focus","selectionColorCSSVar":"--on-canvas-ui-widget-focus","focusColorCSSVar":"--on-canvas-ui-widget-selection","disableParentSelection":false},"isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"tags":["Suggested","Display"],"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.718803202583E12,"defaultSelectedRowIndices":[0.0],"needsErrorInfo":false,"mobileBottomRow":67.0,"widgetName":"Table2","defaultPageSize":0.0,"columnOrder":["id","email","first_name","last_name","avatar"],"dynamicPropertyPathList":[{"key":"tableData"}],"displayName":"Table","bottomRow":67.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"id":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"id","id":"id","alias":"id","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"id","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table2.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"id\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"email":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"email","id":"email","alias":"email","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"email","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table2.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"email\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"first_name":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"first_name","id":"first_name","alias":"first_name","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"first_name","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table2.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"first_name\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"last_name":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"last_name","id":"last_name","alias":"last_name","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"last_name","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table2.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"last_name\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"avatar":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":4.0,"width":150.0,"originalId":"avatar","id":"avatar","alias":"avatar","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"avatar","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table2.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"avatar\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""}},"key":"v893jlkqbm","canFreezeColumn":true,"isDeprecated":false,"rightColumn":64.0,"textSize":"0.875rem","thumbnailSVG":"/static/media/thumbnail.d0492f06681daa69baf92b07d3829dfc.svg","widgetId":"nzzoindghf","minWidth":450.0,"tableData":"{{Api2.data.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":39.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"}]},"layoutOnLoadActions":[[{"id":"OAuth20_Api1","name":"Api1","confirmBeforeExecute":false,"pluginType":"API","jsonPathKeys":[],"timeoutInMillisecond":10000.0},{"id":"OAuth20_Api2","name":"Api2","confirmBeforeExecute":false,"pluginType":"API","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"OAuth20","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"OAuth20","slug":"oauth20","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":4896.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":380.0,"containerStyle":"none","snapRows":124.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":1292.0,"dynamicTriggerPathList":[],"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns._tag.computedValue"},{"key":"primaryColumns.name.computedValue"},{"key":"primaryColumns.path_lower.computedValue"},{"key":"primaryColumns.path_display.computedValue"},{"key":"primaryColumns.id.computedValue"},{"key":"primaryColumns.client_modified.computedValue"},{"key":"primaryColumns.server_modified.computedValue"},{"key":"primaryColumns.rev.computedValue"},{"key":"primaryColumns.size.computedValue"},{"key":"primaryColumns.is_downloadable.computedValue"},{"key":"primaryColumns.export_info.computedValue"},{"key":"primaryColumns.content_hash.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.690463499259E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["_tag","name","path_lower","path_display","id","client_modified","server_modified","rev","size","is_downloadable","export_info","content_hash"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"_tag":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":".tag","id":"_tag","alias":".tag","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":".tag","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\".tag\"]))}}","sticky":"","validation":{},"cellBackground":""},"name":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"name","id":"name","alias":"name","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"name","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"name\"]))}}","sticky":"","validation":{},"cellBackground":""},"path_lower":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"path_lower","id":"path_lower","alias":"path_lower","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"path_lower","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"path_lower\"]))}}","sticky":"","validation":{},"cellBackground":""},"path_display":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"path_display","id":"path_display","alias":"path_display","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"path_display","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"path_display\"]))}}","sticky":"","validation":{},"cellBackground":""},"id":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":4.0,"width":150.0,"originalId":"id","id":"id","alias":"id","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"id","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"id\"]))}}","sticky":"","validation":{},"cellBackground":""},"client_modified":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":5.0,"width":150.0,"originalId":"client_modified","id":"client_modified","alias":"client_modified","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"client_modified","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"client_modified\"]))}}","sticky":"","validation":{},"cellBackground":""},"server_modified":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":6.0,"width":150.0,"originalId":"server_modified","id":"server_modified","alias":"server_modified","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"server_modified","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"server_modified\"]))}}","sticky":"","validation":{},"cellBackground":""},"rev":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":7.0,"width":150.0,"originalId":"rev","id":"rev","alias":"rev","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"rev","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"rev\"]))}}","sticky":"","validation":{},"cellBackground":""},"size":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":8.0,"width":150.0,"originalId":"size","id":"size","alias":"size","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"size","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"size\"]))}}","sticky":"","validation":{},"cellBackground":""},"is_downloadable":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":9.0,"width":150.0,"originalId":"is_downloadable","id":"is_downloadable","alias":"is_downloadable","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"checkbox","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"is_downloadable","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"is_downloadable\"]))}}","sticky":"","validation":{},"cellBackground":""},"export_info":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":10.0,"width":150.0,"originalId":"export_info","id":"export_info","alias":"export_info","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"export_info","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"export_info\"]))}}","sticky":"","validation":{},"cellBackground":""},"content_hash":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":11.0,"width":150.0,"originalId":"content_hash","id":"content_hash","alias":"content_hash","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"content_hash","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"content_hash\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"we4vy66l8b","canFreezeColumn":true,"isDeprecated":false,"rightColumn":64.0,"textSize":"0.875rem","widgetId":"0tyy4sx237","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{Api1.data.entries}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":38.0,"widgetName":"Button1","onClick":"{{Api1.run().then(() => {\n showAlert('Success', 'success');\n}).catch(() => {\n showAlert('Failed to execute', 'error');\n});}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":34.0,"bottomRow":38.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":21.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":5.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Run Dropbox query","isDisabled":false,"key":"mmv0t0bzmw","isDeprecated":false,"rightColumn":21.0,"isDefaultClickDisabled":true,"widgetId":"tfcmvjdes1","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":34.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":5.0,"buttonVariant":"PRIMARY","placement":"CENTER"}]},"layoutOnLoadActions":[[{"id":"OAuth20_Api1","name":"Api1","confirmBeforeExecute":false,"pluginType":"API","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"OAuth20","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"64c252a12e389c399f6f64ca_64c252a12e389c399f6f64cc","deleted":false},{"unpublishedPage":{"name":"GSheetsRWDSel1Column","slug":"gsheetsrwdsel1column","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":380.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.Names.computedValue"},{"key":"primaryColumns.rowIndex.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.690467034814E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["Names","rowIndex"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"Names":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"Names","id":"Names","alias":"Names","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Names","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Names\"]))}}","sticky":"","validation":{},"cellBackground":""},"rowIndex":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":5.0,"width":150.0,"originalId":"rowIndex","id":"rowIndex","alias":"rowIndex","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"rowIndex","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"rowIndex\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"0l02188acp","canFreezeColumn":true,"isDeprecated":false,"rightColumn":64.0,"textSize":"0.875rem","widgetId":"etyt92ulp8","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{FetchMany_1Column.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"}]},"layoutOnLoadActions":[[{"id":"GSheetsRWDSel1Column_FetchMany_1Column","name":"FetchMany_1Column","confirmBeforeExecute":false,"pluginType":"SAAS","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"GSheetsRWDSel1Column","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"GSheetsRWDSel1Column","slug":"gsheetsrwdsel1column","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":380.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.Names.computedValue"},{"key":"primaryColumns.rowIndex.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.690467034814E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["Names","rowIndex"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"Names":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"Names","id":"Names","alias":"Names","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Names","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Names\"]))}}","sticky":"","validation":{},"cellBackground":""},"rowIndex":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":5.0,"width":150.0,"originalId":"rowIndex","id":"rowIndex","alias":"rowIndex","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"rowIndex","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"rowIndex\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"0l02188acp","canFreezeColumn":true,"isDeprecated":false,"rightColumn":64.0,"textSize":"0.875rem","widgetId":"etyt92ulp8","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{FetchMany_1Column.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"}]},"layoutOnLoadActions":[[{"id":"GSheetsRWDSel1Column_FetchMany_1Column","name":"FetchMany_1Column","confirmBeforeExecute":false,"pluginType":"SAAS","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"GSheetsRWDSel1Column","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"64c252a12e389c399f6f64ca_64c271622e389c399f6f64e8","deleted":false},{"unpublishedPage":{"name":"SMTP","slug":"smtp","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":380.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"none","mobileBottomRow":9.0,"widgetName":"FilePicker1","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"FilePicker","iconSVG":"/static/media/icon.2c8bfbc118a7a5f7b61b10540a4a8881.svg","searchTags":["upload"],"topRow":5.0,"bottomRow":9.0,"parentRowSpace":10.0,"allowedFileTypes":[],"type":"FILE_PICKER_WIDGET_V2","hideCard":false,"mobileRightColumn":37.0,"animateLoading":true,"parentColumnSpace":12.578125,"leftColumn":21.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"isDisabled":false,"key":"b9m0w5g2fk","isRequired":false,"isDeprecated":false,"rightColumn":37.0,"isDefaultClickDisabled":true,"widgetId":"m08xoy9pwl","minWidth":120.0,"isVisible":true,"label":"Select Files","maxFileSize":5.0,"dynamicTyping":true,"version":1.0,"fileDataType":"Base64","parentId":"0","selectedFiles":[],"renderMode":"CANVAS","isLoading":false,"mobileTopRow":5.0,"responsiveBehavior":"hug","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":21.0,"files":[],"maxNumFiles":1.0}]},"layoutOnLoadActions":[],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"SMTP","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"SMTP","slug":"smtp","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":380.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"none","mobileBottomRow":9.0,"widgetName":"FilePicker1","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"FilePicker","iconSVG":"/static/media/icon.2c8bfbc118a7a5f7b61b10540a4a8881.svg","searchTags":["upload"],"topRow":5.0,"bottomRow":9.0,"parentRowSpace":10.0,"allowedFileTypes":[],"type":"FILE_PICKER_WIDGET_V2","hideCard":false,"mobileRightColumn":37.0,"animateLoading":true,"parentColumnSpace":12.578125,"leftColumn":21.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"isDisabled":false,"key":"b9m0w5g2fk","isRequired":false,"isDeprecated":false,"rightColumn":37.0,"isDefaultClickDisabled":true,"widgetId":"m08xoy9pwl","minWidth":120.0,"isVisible":true,"label":"Select Files","maxFileSize":5.0,"dynamicTyping":true,"version":1.0,"fileDataType":"Base64","parentId":"0","selectedFiles":[],"renderMode":"CANVAS","isLoading":false,"mobileTopRow":5.0,"responsiveBehavior":"hug","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":21.0,"files":[],"maxNumFiles":1.0}]},"layoutOnLoadActions":[],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"SMTP","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"64c252a12e389c399f6f64ca_64c3a0e62e389c399f6f653f","deleted":false},{"unpublishedPage":{"name":"Mongo","slug":"mongo","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":770.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.revenue.computedValue"},{"key":"primaryColumns.imdb_id.computedValue"},{"key":"primaryColumns.release_date.computedValue"},{"key":"primaryColumns.genres.computedValue"},{"key":"primaryColumns.vote_average.computedValue"},{"key":"primaryColumns.tagline.computedValue"},{"key":"primaryColumns._id.computedValue"},{"key":"primaryColumns.title.computedValue"},{"key":"primaryColumns.vote_count.computedValue"},{"key":"primaryColumns.poster_path.computedValue"},{"key":"primaryColumns.homepage.computedValue"},{"key":"primaryColumns.status.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.69046717754E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["revenue","imdb_id","release_date","genres","vote_average","tagline","_id","title","vote_count","poster_path","homepage","status"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"revenue":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"revenue","id":"revenue","alias":"revenue","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"revenue","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"revenue\"]))}}","sticky":"","validation":{},"cellBackground":""},"imdb_id":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"imdb_id","id":"imdb_id","alias":"imdb_id","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"imdb_id","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"imdb_id\"]))}}","sticky":"","validation":{},"cellBackground":""},"release_date":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"release_date","id":"release_date","alias":"release_date","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"date","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"release_date","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"release_date\"]))}}","sticky":"","validation":{},"cellBackground":""},"genres":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"genres","id":"genres","alias":"genres","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"genres","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"genres\"]))}}","sticky":"","validation":{},"cellBackground":""},"vote_average":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":4.0,"width":150.0,"originalId":"vote_average","id":"vote_average","alias":"vote_average","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"vote_average","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"vote_average\"]))}}","sticky":"","validation":{},"cellBackground":""},"tagline":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":5.0,"width":150.0,"originalId":"tagline","id":"tagline","alias":"tagline","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"tagline","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"tagline\"]))}}","sticky":"","validation":{},"cellBackground":""},"_id":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":6.0,"width":150.0,"originalId":"_id","id":"_id","alias":"_id","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"_id","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"_id\"]))}}","sticky":"","validation":{},"cellBackground":""},"title":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":7.0,"width":150.0,"originalId":"title","id":"title","alias":"title","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"title","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"title\"]))}}","sticky":"","validation":{},"cellBackground":""},"vote_count":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":8.0,"width":150.0,"originalId":"vote_count","id":"vote_count","alias":"vote_count","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"vote_count","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"vote_count\"]))}}","sticky":"","validation":{},"cellBackground":""},"poster_path":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":9.0,"width":150.0,"originalId":"poster_path","id":"poster_path","alias":"poster_path","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"poster_path","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"poster_path\"]))}}","sticky":"","validation":{},"cellBackground":""},"homepage":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":10.0,"width":150.0,"originalId":"homepage","id":"homepage","alias":"homepage","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"homepage","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"homepage\"]))}}","sticky":"","validation":{},"cellBackground":""},"status":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":11.0,"width":150.0,"originalId":"status","id":"status","alias":"status","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"status","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"0l02188acp","canFreezeColumn":true,"isDeprecated":false,"rightColumn":63.0,"textSize":"0.875rem","widgetId":"v0w0k2zwjm","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{FindDocs.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":39.0,"widgetName":"Button1","onClick":"{{FindDocs.run()}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":35.0,"bottomRow":39.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":23.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":7.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Find Documents","isDisabled":false,"key":"eoq72ezi7w","isDeprecated":false,"rightColumn":23.0,"isDefaultClickDisabled":true,"widgetId":"ih7ean18ni","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":35.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":7.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":39.0,"widgetName":"Button2","onClick":"{{InsertDoc.run().then(() => {\n showAlert('Inserted successfully', 'success');\n}).catch(() => {\n showAlert('Failed to insert', 'error');\n});}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":35.0,"bottomRow":39.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":44.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":28.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Insert a doc","isDisabled":false,"key":"eoq72ezi7w","isDeprecated":false,"rightColumn":44.0,"isDefaultClickDisabled":true,"widgetId":"oe8j2lw706","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":35.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":28.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"boxShadow":"none","iconSVG":"/static/media/icon.f4dd498ee72f01127e5bfe3a1a8ad671.svg","topRow":42.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":28.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"NUMBER","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"tags":["Suggested","Inputs"],"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","needsErrorInfo":false,"mobileBottomRow":49.0,"widgetName":"Input1","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":49.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":48.0,"parentColumnSpace":11.890625,"dynamicTriggerPathList":[],"labelPosition":"Top","key":"95vcfecib1","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":48.0,"thumbnailSVG":"/static/media/thumbnail.a4eac1a16753ea7fc54cac7731f9ea6a.svg","widgetId":"4b9uecg2la","minWidth":450.0,"label":"revenue","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":42.0,"responsiveBehavior":"fill","mobileLeftColumn":28.0,"maxDynamicHeight":9000.0,"shouldAllowAutofill":false,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.f4dd498ee72f01127e5bfe3a1a8ad671.svg","topRow":51.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":28.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"TEXT","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"tags":["Suggested","Inputs"],"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","needsErrorInfo":false,"mobileBottomRow":58.0,"widgetName":"Input2","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":58.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":48.0,"parentColumnSpace":11.890625,"dynamicTriggerPathList":[],"labelPosition":"Top","key":"95vcfecib1","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":48.0,"thumbnailSVG":"/static/media/thumbnail.a4eac1a16753ea7fc54cac7731f9ea6a.svg","widgetId":"3t5u2e1dhe","minWidth":450.0,"label":"imdb_id","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":51.0,"responsiveBehavior":"fill","mobileLeftColumn":28.0,"maxDynamicHeight":9000.0,"shouldAllowAutofill":false,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.f4dd498ee72f01127e5bfe3a1a8ad671.svg","topRow":60.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":28.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"TEXT","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"tags":["Suggested","Inputs"],"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","needsErrorInfo":false,"mobileBottomRow":67.0,"widgetName":"Input3","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":67.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":48.0,"parentColumnSpace":11.890625,"dynamicTriggerPathList":[],"labelPosition":"Top","key":"95vcfecib1","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":48.0,"thumbnailSVG":"/static/media/thumbnail.a4eac1a16753ea7fc54cac7731f9ea6a.svg","widgetId":"7vs2yzl3dq","minWidth":450.0,"label":"name1","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":60.0,"responsiveBehavior":"fill","mobileLeftColumn":28.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.f4dd498ee72f01127e5bfe3a1a8ad671.svg","topRow":70.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":28.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"TEXT","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"tags":["Suggested","Inputs"],"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","needsErrorInfo":false,"mobileBottomRow":75.0,"widgetName":"Input4","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":77.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":48.0,"parentColumnSpace":11.890625,"dynamicTriggerPathList":[],"labelPosition":"Top","key":"95vcfecib1","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":48.0,"thumbnailSVG":"/static/media/thumbnail.a4eac1a16753ea7fc54cac7731f9ea6a.svg","widgetId":"aw8hepluwd","minWidth":450.0,"label":"name2","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":68.0,"responsiveBehavior":"fill","mobileLeftColumn":28.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"Mongo_FindDocs","name":"FindDocs","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Mongo","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"Mongo","slug":"mongo","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":390.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.revenue.computedValue"},{"key":"primaryColumns.imdb_id.computedValue"},{"key":"primaryColumns.release_date.computedValue"},{"key":"primaryColumns.genres.computedValue"},{"key":"primaryColumns.vote_average.computedValue"},{"key":"primaryColumns.tagline.computedValue"},{"key":"primaryColumns._id.computedValue"},{"key":"primaryColumns.title.computedValue"},{"key":"primaryColumns.vote_count.computedValue"},{"key":"primaryColumns.poster_path.computedValue"},{"key":"primaryColumns.homepage.computedValue"},{"key":"primaryColumns.status.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.69046717754E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["revenue","imdb_id","release_date","genres","vote_average","tagline","_id","title","vote_count","poster_path","homepage","status"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"revenue":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"revenue","id":"revenue","alias":"revenue","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"revenue","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"revenue\"]))}}","sticky":"","validation":{},"cellBackground":""},"imdb_id":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"imdb_id","id":"imdb_id","alias":"imdb_id","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"imdb_id","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"imdb_id\"]))}}","sticky":"","validation":{},"cellBackground":""},"release_date":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"release_date","id":"release_date","alias":"release_date","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"date","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"release_date","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"release_date\"]))}}","sticky":"","validation":{},"cellBackground":""},"genres":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"genres","id":"genres","alias":"genres","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"genres","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"genres\"]))}}","sticky":"","validation":{},"cellBackground":""},"vote_average":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":4.0,"width":150.0,"originalId":"vote_average","id":"vote_average","alias":"vote_average","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"vote_average","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"vote_average\"]))}}","sticky":"","validation":{},"cellBackground":""},"tagline":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":5.0,"width":150.0,"originalId":"tagline","id":"tagline","alias":"tagline","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"tagline","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"tagline\"]))}}","sticky":"","validation":{},"cellBackground":""},"_id":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":6.0,"width":150.0,"originalId":"_id","id":"_id","alias":"_id","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"_id","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"_id\"]))}}","sticky":"","validation":{},"cellBackground":""},"title":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":7.0,"width":150.0,"originalId":"title","id":"title","alias":"title","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"title","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"title\"]))}}","sticky":"","validation":{},"cellBackground":""},"vote_count":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":8.0,"width":150.0,"originalId":"vote_count","id":"vote_count","alias":"vote_count","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"vote_count","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"vote_count\"]))}}","sticky":"","validation":{},"cellBackground":""},"poster_path":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":9.0,"width":150.0,"originalId":"poster_path","id":"poster_path","alias":"poster_path","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"poster_path","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"poster_path\"]))}}","sticky":"","validation":{},"cellBackground":""},"homepage":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":10.0,"width":150.0,"originalId":"homepage","id":"homepage","alias":"homepage","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"homepage","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"homepage\"]))}}","sticky":"","validation":{},"cellBackground":""},"status":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":11.0,"width":150.0,"originalId":"status","id":"status","alias":"status","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"status","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"0l02188acp","canFreezeColumn":true,"isDeprecated":false,"rightColumn":63.0,"textSize":"0.875rem","widgetId":"v0w0k2zwjm","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{FindDocs.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":39.0,"widgetName":"Button1","onClick":"{{FindDocs.run()}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":35.0,"bottomRow":39.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":23.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":7.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Find Documents","isDisabled":false,"key":"eoq72ezi7w","isDeprecated":false,"rightColumn":23.0,"isDefaultClickDisabled":true,"widgetId":"ih7ean18ni","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":35.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":7.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":39.0,"widgetName":"Button2","onClick":"{{InsertDoc.run()}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":35.0,"bottomRow":39.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":44.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":28.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Insert a doc","isDisabled":false,"key":"eoq72ezi7w","isDeprecated":false,"rightColumn":44.0,"isDefaultClickDisabled":true,"widgetId":"oe8j2lw706","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":35.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":28.0,"buttonVariant":"PRIMARY","placement":"CENTER"}]},"layoutOnLoadActions":[[{"id":"Mongo_FindDocs","name":"FindDocs","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Mongo","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"64c252a12e389c399f6f64ca_64c27b052e389c399f6f650a","deleted":false},{"unpublishedPage":{"name":"Airtable","slug":"airtable","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":380.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"mobileBottomRow":5.0,"widgetName":"Text1","displayName":"Text","iconSVG":"/static/media/icon.c3b6033f570046f8c6288d911333a827.svg","searchTags":["typography","paragraph","label"],"topRow":1.0,"bottomRow":5.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":16.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","dynamicBindingPathList":[{"key":"text"},{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"}],"leftColumn":0.0,"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"{{JSON.stringify(List.data, null, 2)}}","key":"0691vocsqp","isDeprecated":false,"rightColumn":63.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"w80tl4yu81","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":1.0,"responsiveBehavior":"fill","originalTopRow":1.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":0.0,"maxDynamicHeight":9000.0,"originalBottomRow":179.0,"fontSize":"1rem","minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"Airtable_List","name":"List","confirmBeforeExecute":false,"pluginType":"REMOTE","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Airtable","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"Airtable","slug":"airtable","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":380.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"mobileBottomRow":5.0,"widgetName":"Text1","displayName":"Text","iconSVG":"/static/media/icon.c3b6033f570046f8c6288d911333a827.svg","searchTags":["typography","paragraph","label"],"topRow":1.0,"bottomRow":5.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":16.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","dynamicBindingPathList":[{"key":"text"},{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"}],"leftColumn":0.0,"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"{{JSON.stringify(List.data, null, 2)}}","key":"0691vocsqp","isDeprecated":false,"rightColumn":63.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"w80tl4yu81","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":1.0,"responsiveBehavior":"fill","originalTopRow":1.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":0.0,"maxDynamicHeight":9000.0,"originalBottomRow":179.0,"fontSize":"1rem","minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"Airtable_List","name":"List","confirmBeforeExecute":false,"pluginType":"REMOTE","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Airtable","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"64c252a12e389c399f6f64ca_64c3a38d2e389c399f6f655b","deleted":false},{"unpublishedPage":{"name":"GSheetsRWDAll","slug":"gsheetsrwdall","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":510.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.Names.computedValue"},{"key":"primaryColumns.Age.computedValue"},{"key":"primaryColumns.March.computedValue"},{"key":"primaryColumns.April.computedValue"},{"key":"primaryColumns.May.computedValue"},{"key":"primaryColumns.rowIndex.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.690463752991E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["Names","Age","March","April","May","rowIndex"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"Names":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"Names","id":"Names","alias":"Names","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Names","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Names\"]))}}","sticky":"","validation":{},"cellBackground":""},"Age":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"Age","id":"Age","alias":"Age","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Age","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Age\"]))}}","sticky":"","validation":{},"cellBackground":""},"March":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"March","id":"March","alias":"March","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"March","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"March\"]))}}","sticky":"","validation":{},"cellBackground":""},"April":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"April","id":"April","alias":"April","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"April","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"April\"]))}}","sticky":"","validation":{},"cellBackground":""},"May":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":4.0,"width":150.0,"originalId":"May","id":"May","alias":"May","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"May","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"May\"]))}}","sticky":"","validation":{},"cellBackground":""},"rowIndex":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":5.0,"width":150.0,"originalId":"rowIndex","id":"rowIndex","alias":"rowIndex","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"rowIndex","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"rowIndex\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"twkr52mz5y","canFreezeColumn":true,"isDeprecated":false,"rightColumn":64.0,"textSize":"0.875rem","widgetId":"fw9bbtzacp","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{FetchMany.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":38.0,"widgetName":"Button1","onClick":"{{FetchMany.run()}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":34.0,"bottomRow":38.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":23.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":7.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Fetch Records","isDisabled":false,"key":"g0dv52px9q","isDeprecated":false,"rightColumn":23.0,"isDefaultClickDisabled":true,"widgetId":"pnaronfaxo","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":34.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":7.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":38.0,"widgetName":"Button2","onClick":"{{InsertOne.run().then(() => {\n showAlert('Pass', 'success');\n}).catch(() => {\n showAlert('Could not insert', 'error');\n});}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":34.0,"bottomRow":38.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":46.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":30.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Insert Record","isDisabled":false,"key":"g0dv52px9q","isDeprecated":false,"rightColumn":46.0,"isDefaultClickDisabled":true,"widgetId":"hbwypi4bw0","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":34.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":30.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"boxShadow":"none","iconSVG":"/static/media/icon.d0ce957b6c4640f8a7418ce846ee200e.svg","topRow":44.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":7.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"TEXT","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":51.0,"widgetName":"Input1","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":51.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":27.0,"parentColumnSpace":12.578125,"labelPosition":"Top","key":"5ij9oyse28","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":27.0,"widgetId":"pudsrokjvh","minWidth":450.0,"label":"Label","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":44.0,"responsiveBehavior":"fill","mobileLeftColumn":7.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.1a5defb3c19b4cac4a27829d1f979e4c.svg","labelText":"Label","topRow":44.0,"labelWidth":5.0,"type":"SELECT_WIDGET","serverSideFiltering":false,"defaultOptionValue":"{{ ((options, serverSideFiltering) => ( `P`))(Select1.options, Select1.serverSideFiltering) }}","animateLoading":true,"leftColumn":29.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"},{"key":"defaultOptionValue"}],"placeholderText":"Select option","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisible":true,"version":1.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":51.0,"widgetName":"Select1","isFilterable":true,"dynamicPropertyPathList":[{"key":"sourceData"}],"displayName":"Select","searchTags":["dropdown"],"bottomRow":51.0,"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":49.0,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"labelPosition":"Top","sourceData":"[\n {\n \"label\": \"Paid\",\n \"value\": \"P\"\n },\n {\n \"label\": \"Not Paid\",\n \"value\": \"NP\"\n }\n]","key":"8yertb93kn","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":49.0,"widgetId":"ejmd8c29qo","optionValue":"value","minWidth":450.0,"parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":44.0,"optionLabel":"label","responsiveBehavior":"fill","mobileLeftColumn":29.0,"maxDynamicHeight":9000.0,"minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"GSheetsRWDAll_FetchMany","name":"FetchMany","confirmBeforeExecute":false,"pluginType":"SAAS","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"GSheetsRWDAll","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"GSheetsRWDAll","slug":"gsheetsrwdall","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":510.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.Names.computedValue"},{"key":"primaryColumns.Age.computedValue"},{"key":"primaryColumns.March.computedValue"},{"key":"primaryColumns.April.computedValue"},{"key":"primaryColumns.May.computedValue"},{"key":"primaryColumns.rowIndex.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.690463752991E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["Names","Age","March","April","May","rowIndex"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"Names":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"Names","id":"Names","alias":"Names","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Names","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Names\"]))}}","sticky":"","validation":{},"cellBackground":""},"Age":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"Age","id":"Age","alias":"Age","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Age","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Age\"]))}}","sticky":"","validation":{},"cellBackground":""},"March":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"March","id":"March","alias":"March","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"March","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"March\"]))}}","sticky":"","validation":{},"cellBackground":""},"April":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"April","id":"April","alias":"April","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"April","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"April\"]))}}","sticky":"","validation":{},"cellBackground":""},"May":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":4.0,"width":150.0,"originalId":"May","id":"May","alias":"May","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"May","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"May\"]))}}","sticky":"","validation":{},"cellBackground":""},"rowIndex":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":5.0,"width":150.0,"originalId":"rowIndex","id":"rowIndex","alias":"rowIndex","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"rowIndex","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"rowIndex\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"twkr52mz5y","canFreezeColumn":true,"isDeprecated":false,"rightColumn":64.0,"textSize":"0.875rem","widgetId":"fw9bbtzacp","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{FetchMany.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":38.0,"widgetName":"Button1","onClick":"{{FetchMany.run()}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":34.0,"bottomRow":38.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":23.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":7.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Fetch Records","isDisabled":false,"key":"g0dv52px9q","isDeprecated":false,"rightColumn":23.0,"isDefaultClickDisabled":true,"widgetId":"pnaronfaxo","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":34.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":7.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":38.0,"widgetName":"Button2","onClick":"{{InsertOne.run().then(() => {\n showAlert('Pass', 'success');\n}).catch(() => {\n showAlert('Could not insert', 'error');\n});}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":34.0,"bottomRow":38.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":46.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":30.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Insert Record","isDisabled":false,"key":"g0dv52px9q","isDeprecated":false,"rightColumn":46.0,"isDefaultClickDisabled":true,"widgetId":"hbwypi4bw0","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":34.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":30.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"boxShadow":"none","iconSVG":"/static/media/icon.d0ce957b6c4640f8a7418ce846ee200e.svg","topRow":44.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":7.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"TEXT","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":51.0,"widgetName":"Input1","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":51.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":27.0,"parentColumnSpace":12.578125,"labelPosition":"Top","key":"5ij9oyse28","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":27.0,"widgetId":"pudsrokjvh","minWidth":450.0,"label":"Label","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":44.0,"responsiveBehavior":"fill","mobileLeftColumn":7.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.1a5defb3c19b4cac4a27829d1f979e4c.svg","labelText":"Label","topRow":44.0,"labelWidth":5.0,"type":"SELECT_WIDGET","serverSideFiltering":false,"defaultOptionValue":"{{ ((options, serverSideFiltering) => ( `P`))(Select1.options, Select1.serverSideFiltering) }}","animateLoading":true,"leftColumn":29.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"},{"key":"defaultOptionValue"}],"placeholderText":"Select option","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisible":true,"version":1.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":51.0,"widgetName":"Select1","isFilterable":true,"dynamicPropertyPathList":[{"key":"sourceData"}],"displayName":"Select","searchTags":["dropdown"],"bottomRow":51.0,"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":49.0,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"labelPosition":"Top","sourceData":"[\n {\n \"label\": \"Paid\",\n \"value\": \"P\"\n },\n {\n \"label\": \"Not Paid\",\n \"value\": \"NP\"\n }\n]","key":"8yertb93kn","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":49.0,"widgetId":"ejmd8c29qo","optionValue":"value","minWidth":450.0,"parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":44.0,"optionLabel":"label","responsiveBehavior":"fill","mobileLeftColumn":29.0,"maxDynamicHeight":9000.0,"minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"GSheetsRWDAll_FetchMany","name":"FetchMany","confirmBeforeExecute":false,"pluginType":"SAAS","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"GSheetsRWDAll","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"64c252a12e389c399f6f64ca_64c26dc92e389c399f6f64d7","deleted":false},{"unpublishedPage":{"name":"PostGreSQL","slug":"postgresql","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":530.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.id.computedValue"},{"key":"primaryColumns.name.computedValue"},{"key":"primaryColumns.createdAt.computedValue"},{"key":"primaryColumns.updatedAt.computedValue"},{"key":"primaryColumns.status.computedValue"},{"key":"primaryColumns.gender.computedValue"},{"key":"primaryColumns.avatar.computedValue"},{"key":"primaryColumns.email.computedValue"},{"key":"primaryColumns.address.computedValue"},{"key":"primaryColumns.role.computedValue"},{"key":"primaryColumns.dob.computedValue"},{"key":"primaryColumns.phoneNo.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.690467024287E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["id","name","createdAt","updatedAt","status","gender","avatar","email","address","role","dob","phoneNo"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"id":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"id","id":"id","alias":"id","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"id","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"id\"]))}}","sticky":"","validation":{},"cellBackground":""},"name":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"name","id":"name","alias":"name","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"name","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"name\"]))}}","sticky":"","validation":{},"cellBackground":""},"createdAt":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"createdAt","id":"createdAt","alias":"createdAt","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"createdAt","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"createdAt\"]))}}","sticky":"","validation":{},"cellBackground":""},"updatedAt":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"updatedAt","id":"updatedAt","alias":"updatedAt","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"updatedAt","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"updatedAt\"]))}}","sticky":"","validation":{},"cellBackground":""},"status":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":4.0,"width":150.0,"originalId":"status","id":"status","alias":"status","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"status","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}","sticky":"","validation":{},"cellBackground":""},"gender":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":5.0,"width":150.0,"originalId":"gender","id":"gender","alias":"gender","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"gender","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"gender\"]))}}","sticky":"","validation":{},"cellBackground":""},"avatar":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":6.0,"width":150.0,"originalId":"avatar","id":"avatar","alias":"avatar","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"avatar","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"avatar\"]))}}","sticky":"","validation":{},"cellBackground":""},"email":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":7.0,"width":150.0,"originalId":"email","id":"email","alias":"email","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"email","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"email\"]))}}","sticky":"","validation":{},"cellBackground":""},"address":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":8.0,"width":150.0,"originalId":"address","id":"address","alias":"address","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"address","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"address\"]))}}","sticky":"","validation":{},"cellBackground":""},"role":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":9.0,"width":150.0,"originalId":"role","id":"role","alias":"role","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"role","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"role\"]))}}","sticky":"","validation":{},"cellBackground":""},"dob":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":10.0,"width":150.0,"originalId":"dob","id":"dob","alias":"dob","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"date","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"dob","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"dob\"]))}}","sticky":"","validation":{},"cellBackground":""},"phoneNo":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":11.0,"width":150.0,"originalId":"phoneNo","id":"phoneNo","alias":"phoneNo","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"phoneNo","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"phoneNo\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"0l02188acp","canFreezeColumn":true,"isDeprecated":false,"rightColumn":64.0,"textSize":"0.875rem","widgetId":"dezxq3z9zp","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{Select.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"boxShadow":"none","iconSVG":"/static/media/icon.1a5defb3c19b4cac4a27829d1f979e4c.svg","labelText":"Label","topRow":35.0,"labelWidth":5.0,"type":"SELECT_WIDGET","serverSideFiltering":false,"defaultOptionValue":"{{ ((options, serverSideFiltering) => ( `R`))(Select1.options, Select1.serverSideFiltering) }}","animateLoading":true,"leftColumn":35.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"},{"key":"defaultOptionValue"}],"placeholderText":"Select option","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisible":true,"version":1.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":42.0,"widgetName":"Select1","isFilterable":true,"dynamicPropertyPathList":[{"key":"sourceData"}],"displayName":"Select","searchTags":["dropdown"],"bottomRow":42.0,"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":55.0,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"labelPosition":"Top","sourceData":"[\n {\n \"label\": \"Approved\",\n \"value\": \"A\"\n },\n {\n \"label\": \"Rejected\",\n \"value\": \"R\"\n }\n]","key":"7er93tgayt","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":55.0,"widgetId":"9pxfi4lk5k","optionValue":"value","minWidth":450.0,"parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":35.0,"optionLabel":"label","responsiveBehavior":"fill","mobileLeftColumn":35.0,"maxDynamicHeight":9000.0,"minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.d0ce957b6c4640f8a7418ce846ee200e.svg","topRow":35.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":6.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"TEXT","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":42.0,"widgetName":"Input1","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":42.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":26.0,"parentColumnSpace":12.578125,"labelPosition":"Top","key":"jvokklwhyb","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":26.0,"widgetId":"oy65avtjem","minWidth":450.0,"label":"Label","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":35.0,"responsiveBehavior":"fill","mobileLeftColumn":6.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":50.0,"widgetName":"Button1","onClick":"{{Select.run().then(() => {\n showAlert('Success', 'success');\n});}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":49.0,"bottomRow":53.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":25.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":6.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Select records","isDisabled":false,"key":"w00nkjd5u3","isDeprecated":false,"rightColumn":22.0,"isDefaultClickDisabled":true,"widgetId":"6trfh2y60i","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":46.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":9.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":50.0,"widgetName":"Button2","onClick":"{{Insert.run().then(() => {\n showAlert('Successfully inserted', '');\n});}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":49.0,"bottomRow":53.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":42.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":23.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Insert record","isDisabled":false,"key":"w00nkjd5u3","isDeprecated":false,"rightColumn":39.0,"isDefaultClickDisabled":true,"widgetId":"589e9nzk5j","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":46.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":26.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":50.0,"widgetName":"Button3","onClick":"{{Delete.run().then(() => {\n showAlert('Success', 'success');\n});}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":49.0,"bottomRow":53.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":59.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":40.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Delete record","isDisabled":false,"key":"w00nkjd5u3","isDeprecated":false,"rightColumn":56.0,"isDefaultClickDisabled":true,"widgetId":"d19mo94mp2","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":46.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":43.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"boxShadow":"none","iconSVG":"/static/media/icon.f4dd498ee72f01127e5bfe3a1a8ad671.svg","topRow":42.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":6.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"TEXT","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"tags":["Suggested","Inputs"],"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","needsErrorInfo":false,"mobileBottomRow":49.0,"widgetName":"Input2","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":49.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":26.0,"parentColumnSpace":11.890625,"labelPosition":"Top","key":"95vcfecib1","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":26.0,"thumbnailSVG":"/static/media/thumbnail.a4eac1a16753ea7fc54cac7731f9ea6a.svg","widgetId":"k3s8055n0x","minWidth":450.0,"label":"Label","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":42.0,"responsiveBehavior":"fill","mobileLeftColumn":6.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"PostGreSQL_Select","name":"Select","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"PostGreSQL","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"PostGreSQL","slug":"postgresql","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":530.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.id.computedValue"},{"key":"primaryColumns.name.computedValue"},{"key":"primaryColumns.createdAt.computedValue"},{"key":"primaryColumns.updatedAt.computedValue"},{"key":"primaryColumns.status.computedValue"},{"key":"primaryColumns.gender.computedValue"},{"key":"primaryColumns.avatar.computedValue"},{"key":"primaryColumns.email.computedValue"},{"key":"primaryColumns.address.computedValue"},{"key":"primaryColumns.role.computedValue"},{"key":"primaryColumns.dob.computedValue"},{"key":"primaryColumns.phoneNo.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.690467024287E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["id","name","createdAt","updatedAt","status","gender","avatar","email","address","role","dob","phoneNo"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"id":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"id","id":"id","alias":"id","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"id","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"id\"]))}}","sticky":"","validation":{},"cellBackground":""},"name":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"name","id":"name","alias":"name","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"name","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"name\"]))}}","sticky":"","validation":{},"cellBackground":""},"createdAt":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"createdAt","id":"createdAt","alias":"createdAt","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"createdAt","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"createdAt\"]))}}","sticky":"","validation":{},"cellBackground":""},"updatedAt":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"updatedAt","id":"updatedAt","alias":"updatedAt","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"updatedAt","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"updatedAt\"]))}}","sticky":"","validation":{},"cellBackground":""},"status":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":4.0,"width":150.0,"originalId":"status","id":"status","alias":"status","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"status","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}","sticky":"","validation":{},"cellBackground":""},"gender":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":5.0,"width":150.0,"originalId":"gender","id":"gender","alias":"gender","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"gender","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"gender\"]))}}","sticky":"","validation":{},"cellBackground":""},"avatar":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":6.0,"width":150.0,"originalId":"avatar","id":"avatar","alias":"avatar","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"avatar","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"avatar\"]))}}","sticky":"","validation":{},"cellBackground":""},"email":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":7.0,"width":150.0,"originalId":"email","id":"email","alias":"email","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"email","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"email\"]))}}","sticky":"","validation":{},"cellBackground":""},"address":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":8.0,"width":150.0,"originalId":"address","id":"address","alias":"address","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"address","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"address\"]))}}","sticky":"","validation":{},"cellBackground":""},"role":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":9.0,"width":150.0,"originalId":"role","id":"role","alias":"role","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"role","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"role\"]))}}","sticky":"","validation":{},"cellBackground":""},"dob":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":10.0,"width":150.0,"originalId":"dob","id":"dob","alias":"dob","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"date","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"dob","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"dob\"]))}}","sticky":"","validation":{},"cellBackground":""},"phoneNo":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":11.0,"width":150.0,"originalId":"phoneNo","id":"phoneNo","alias":"phoneNo","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"phoneNo","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"phoneNo\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"0l02188acp","canFreezeColumn":true,"isDeprecated":false,"rightColumn":64.0,"textSize":"0.875rem","widgetId":"dezxq3z9zp","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{Select.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"boxShadow":"none","iconSVG":"/static/media/icon.1a5defb3c19b4cac4a27829d1f979e4c.svg","labelText":"Label","topRow":35.0,"labelWidth":5.0,"type":"SELECT_WIDGET","serverSideFiltering":false,"defaultOptionValue":"{{ ((options, serverSideFiltering) => ( `R`))(Select1.options, Select1.serverSideFiltering) }}","animateLoading":true,"leftColumn":35.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"},{"key":"defaultOptionValue"}],"placeholderText":"Select option","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisible":true,"version":1.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":42.0,"widgetName":"Select1","isFilterable":true,"dynamicPropertyPathList":[{"key":"sourceData"}],"displayName":"Select","searchTags":["dropdown"],"bottomRow":42.0,"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":55.0,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"labelPosition":"Top","sourceData":"[\n {\n \"label\": \"Approved\",\n \"value\": \"A\"\n },\n {\n \"label\": \"Rejected\",\n \"value\": \"R\"\n }\n]","key":"7er93tgayt","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":55.0,"widgetId":"9pxfi4lk5k","optionValue":"value","minWidth":450.0,"parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":35.0,"optionLabel":"label","responsiveBehavior":"fill","mobileLeftColumn":35.0,"maxDynamicHeight":9000.0,"minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.d0ce957b6c4640f8a7418ce846ee200e.svg","topRow":35.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":6.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"TEXT","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":42.0,"widgetName":"Input1","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":42.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":26.0,"parentColumnSpace":12.578125,"labelPosition":"Top","key":"jvokklwhyb","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":26.0,"widgetId":"oy65avtjem","minWidth":450.0,"label":"Label","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":35.0,"responsiveBehavior":"fill","mobileLeftColumn":6.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":50.0,"widgetName":"Button1","onClick":"{{Select.run().then(() => {\n showAlert('Success', 'success');\n});}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":49.0,"bottomRow":53.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":25.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":6.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Select records","isDisabled":false,"key":"w00nkjd5u3","isDeprecated":false,"rightColumn":22.0,"isDefaultClickDisabled":true,"widgetId":"6trfh2y60i","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":46.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":9.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":50.0,"widgetName":"Button2","onClick":"{{Insert.run().then(() => {\n showAlert('Successfully inserted', '');\n});}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":49.0,"bottomRow":53.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":42.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":23.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Insert record","isDisabled":false,"key":"w00nkjd5u3","isDeprecated":false,"rightColumn":39.0,"isDefaultClickDisabled":true,"widgetId":"589e9nzk5j","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":46.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":26.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":50.0,"widgetName":"Button3","onClick":"{{Delete.run().then(() => {\n showAlert('Success', 'success');\n});}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":49.0,"bottomRow":53.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":59.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":40.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Delete record","isDisabled":false,"key":"w00nkjd5u3","isDeprecated":false,"rightColumn":56.0,"isDefaultClickDisabled":true,"widgetId":"d19mo94mp2","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":46.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":43.0,"buttonVariant":"PRIMARY","placement":"CENTER"}]},"layoutOnLoadActions":[[{"id":"PostGreSQL_Select","name":"Select","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"PostGreSQL","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"64c252a12e389c399f6f64ca_64c279922e389c399f6f64ff","deleted":false},{"unpublishedPage":{"name":"Inbuilt Framework","slug":"inbuilt-framework","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":380.0,"containerStyle":"none","snapRows":65.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":670.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"resetFormOnClick":false,"needsErrorInfo":false,"boxShadow":"none","mobileBottomRow":17.0,"widgetName":"Button1","onClick":"{{JSObject1Framework.myFun1();}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","dynamicPropertyPathList":[],"topRow":13.0,"bottomRow":17.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","mobileRightColumn":36.0,"animateLoading":true,"parentColumnSpace":13.03125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":20.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Initiate Hi Toast","isDisabled":false,"key":"ndk8ytlrp0","rightColumn":36.0,"isDefaultClickDisabled":true,"widgetId":"wy7hp14p9f","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":13.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":20.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"resetFormOnClick":false,"needsErrorInfo":false,"boxShadow":"none","mobileBottomRow":26.0,"widgetName":"Button2","onClick":"{{JSObject1Framework.myFun2();}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","topRow":20.0,"bottomRow":24.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","mobileRightColumn":37.0,"animateLoading":true,"parentColumnSpace":13.03125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":20.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Stop Hi Toast","isDisabled":false,"key":"ndk8ytlrp0","rightColumn":36.0,"isDefaultClickDisabled":true,"widgetId":"xcz2vdibny","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":22.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":21.0,"buttonVariant":"PRIMARY","placement":"CENTER"}]},"layoutOnLoadActions":[],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Inbuilt Framework","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"Inbuilt Framework","slug":"inbuilt-framework","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":380.0,"containerStyle":"none","snapRows":65.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":670.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[]},"layoutOnLoadActions":[],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Inbuilt Framework","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"6576ac061736807a38d1a7a6_6576b9957523c77a0f0ff938","deleted":false},{"unpublishedPage":{"name":"Hubspot","slug":"hubspot","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":900.0,"containerStyle":"none","snapRows":58.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":600.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"mobileBottomRow":14.0,"widgetName":"Text1","displayName":"Text","iconSVG":"/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg","searchTags":["typography","paragraph","label"],"topRow":0.0,"bottomRow":90.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":30.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":12.03125,"dynamicTriggerPathList":[],"leftColumn":2.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"},{"key":"text"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"{{CRMListObjects.data}}","key":"8gusyiagie","isDeprecated":false,"rightColumn":58.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"fezf9e7cur","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","tags":["Suggested","Content"],"renderMode":"CANVAS","isLoading":false,"mobileTopRow":10.0,"responsiveBehavior":"fill","originalTopRow":0.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":14.0,"maxDynamicHeight":9000.0,"originalBottomRow":90.0,"fontSize":"1rem","minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"Hubspot_CRMListObjects","name":"CRMListObjects","confirmBeforeExecute":false,"pluginType":"REMOTE","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Hubspot","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"Hubspot","slug":"hubspot","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":900.0,"containerStyle":"none","snapRows":58.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":600.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"mobileBottomRow":14.0,"widgetName":"Text1","displayName":"Text","iconSVG":"/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg","searchTags":["typography","paragraph","label"],"topRow":0.0,"bottomRow":90.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":30.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":12.03125,"dynamicTriggerPathList":[],"leftColumn":2.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"},{"key":"text"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"{{CRMListObjects.data}}","key":"8gusyiagie","isDeprecated":false,"rightColumn":58.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"fezf9e7cur","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","tags":["Suggested","Content"],"renderMode":"CANVAS","isLoading":false,"mobileTopRow":10.0,"responsiveBehavior":"fill","originalTopRow":0.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":14.0,"maxDynamicHeight":9000.0,"originalBottomRow":90.0,"fontSize":"1rem","minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"Hubspot_CRMListObjects","name":"CRMListObjects","confirmBeforeExecute":false,"pluginType":"REMOTE","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Hubspot","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"652d291f40d2164a0e997a75_652e3f613824d14877eb5ef6","deleted":false},{"unpublishedPage":{"name":"OpenAI","slug":"openai","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":620.0,"containerStyle":"none","snapRows":66.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":680.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"mobileBottomRow":7.0,"widgetName":"Text1","displayName":"Text","iconSVG":"https://release-appcdn.appsmith.com/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg","searchTags":["typography","paragraph","label"],"topRow":3.0,"bottomRow":7.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":22.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":14.3125,"dynamicTriggerPathList":[],"leftColumn":6.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"},{"key":"text"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"Hello {{appsmith.user.name || appsmith.user.email}}","key":"aufg24i0f8","isDeprecated":false,"rightColumn":54.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"67tjtor5kz","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","tags":["Suggested","Content"],"renderMode":"CANVAS","isLoading":false,"mobileTopRow":3.0,"responsiveBehavior":"fill","originalTopRow":3.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":6.0,"maxDynamicHeight":9000.0,"originalBottomRow":43.0,"fontSize":"1rem","minDynamicHeight":4.0},{"mobileBottomRow":21.0,"widgetName":"Text2","displayName":"Text","iconSVG":"https://release-appcdn.appsmith.com/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg","searchTags":["typography","paragraph","label"],"topRow":17.0,"bottomRow":62.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":38.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":14.3125,"dynamicTriggerPathList":[],"leftColumn":0.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"},{"key":"text"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"{{Api1.data}}","key":"aufg24i0f8","isDeprecated":false,"rightColumn":63.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"xot8cem7j8","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","tags":["Suggested","Content"],"renderMode":"CANVAS","isLoading":false,"mobileTopRow":17.0,"responsiveBehavior":"fill","originalTopRow":17.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":22.0,"maxDynamicHeight":9000.0,"originalBottomRow":21.0,"fontSize":"1rem","minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"OpenAI_Api1","name":"Api1","confirmBeforeExecute":false,"pluginType":"AI","jsonPathKeys":[],"timeoutInMillisecond":60000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"OpenAI","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"OpenAI","slug":"openai","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":620.0,"containerStyle":"none","snapRows":66.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":680.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"mobileBottomRow":7.0,"widgetName":"Text1","displayName":"Text","iconSVG":"https://release-appcdn.appsmith.com/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg","searchTags":["typography","paragraph","label"],"topRow":3.0,"bottomRow":7.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":22.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":14.3125,"dynamicTriggerPathList":[],"leftColumn":6.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"},{"key":"text"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"Hello {{appsmith.user.name || appsmith.user.email}}","key":"aufg24i0f8","isDeprecated":false,"rightColumn":54.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"67tjtor5kz","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","tags":["Suggested","Content"],"renderMode":"CANVAS","isLoading":false,"mobileTopRow":3.0,"responsiveBehavior":"fill","originalTopRow":3.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":6.0,"maxDynamicHeight":9000.0,"originalBottomRow":43.0,"fontSize":"1rem","minDynamicHeight":4.0},{"mobileBottomRow":21.0,"widgetName":"Text2","displayName":"Text","iconSVG":"https://release-appcdn.appsmith.com/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg","searchTags":["typography","paragraph","label"],"topRow":17.0,"bottomRow":62.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","hideCard":false,"mobileRightColumn":38.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":14.3125,"dynamicTriggerPathList":[],"leftColumn":0.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"},{"key":"text"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"{{Api1.data}}","key":"aufg24i0f8","isDeprecated":false,"rightColumn":63.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"xot8cem7j8","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"0","tags":["Suggested","Content"],"renderMode":"CANVAS","isLoading":false,"mobileTopRow":17.0,"responsiveBehavior":"fill","originalTopRow":17.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":22.0,"maxDynamicHeight":9000.0,"originalBottomRow":21.0,"fontSize":"1rem","minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"OpenAI_Api1","name":"Api1","confirmBeforeExecute":false,"pluginType":"AI","jsonPathKeys":[],"timeoutInMillisecond":60000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"OpenAI","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"656970d3b469b52000dd073b_6569744bb469b52000dd0794","deleted":false},{"unpublishedPage":{"name":"Snowflake","slug":"snowflake","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1174.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":890.0,"containerStyle":"none","snapRows":125.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":890.0,"parentColumnSpace":1.0,"dynamicTriggerPathList":[],"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"schema":{"__root_schema__":{"labelTextSize":"0.875rem","identifier":"__root_schema__","boxShadow":"none","isRequired":false,"isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","dataType":"object","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accessor":"__root_schema__","isVisible":true,"label":"","originalIdentifier":"__root_schema__","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{"ID":{"children":{},"dataType":"number","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.ID))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Number Input","sourceData":1.0,"isCustomField":false,"accessor":"ID","identifier":"ID","position":0.0,"originalIdentifier":"ID","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"ID"},"NAME":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.NAME))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"Russel Crowe","isCustomField":false,"accessor":"NAME","identifier":"NAME","position":1.0,"originalIdentifier":"NAME","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"NAME"},"CREATEDAT":{"children":{},"dataType":"number","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.CREATEDAT))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Number Input","sourceData":1.609459201E12,"isCustomField":false,"accessor":"CREATEDAT","identifier":"CREATEDAT","position":2.0,"originalIdentifier":"CREATEDAT","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"CREATEDAT"},"UPDATEDAT":{"children":{},"dataType":"number","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.UPDATEDAT))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Number Input","sourceData":1.609459201E12,"isCustomField":false,"accessor":"UPDATEDAT","identifier":"UPDATEDAT","position":3.0,"originalIdentifier":"UPDATEDAT","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"UPDATEDAT"},"STATUS":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.STATUS))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"UnApproved","isCustomField":false,"accessor":"STATUS","identifier":"STATUS","position":4.0,"originalIdentifier":"STATUS","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"STATUS"},"GENDER":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.GENDER))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"","isCustomField":false,"accessor":"GENDER","identifier":"GENDER","position":5.0,"originalIdentifier":"GENDER","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"GENDER"},"AVATAR":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.AVATAR))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"","isCustomField":false,"accessor":"AVATAR","identifier":"AVATAR","position":6.0,"originalIdentifier":"AVATAR","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"AVATAR"},"EMAIL":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.EMAIL))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Email Input","sourceData":"rcrowe@gmail.com","isCustomField":false,"accessor":"EMAIL","identifier":"EMAIL","position":7.0,"originalIdentifier":"EMAIL","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"EMAIL"},"ADDRESS":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.ADDRESS))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"","isCustomField":false,"accessor":"ADDRESS","identifier":"ADDRESS","position":8.0,"originalIdentifier":"ADDRESS","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"ADDRESS"},"ROLE":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.ROLE))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"Test Lead","isCustomField":false,"accessor":"ROLE","identifier":"ROLE","position":9.0,"originalIdentifier":"ROLE","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"ROLE"},"DOB":{"children":{},"dataType":"number","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.DOB))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Number Input","sourceData":1.609488E12,"isCustomField":false,"accessor":"DOB","identifier":"DOB","position":10.0,"originalIdentifier":"DOB","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"DOB"},"PHONENO":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.PHONENO))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"89341358103","isCustomField":false,"accessor":"PHONENO","identifier":"PHONENO","position":11.0,"originalIdentifier":"PHONENO","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"PHONENO"}},"position":-1.0,"isDisabled":false,"sourceData":{"col4":true,"col2":"skill B","col3":9.0,"col1":5.0},"cellBoxShadow":"none","fieldType":"Object"}},"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","widgetName":"update_form","submitButtonStyles":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","buttonVariant":"PRIMARY"},"borderColor":"#2E3D4955","dynamicPropertyPathList":[{"key":"schema.__root_schema__.children.date_of_birth.defaultValue"},{"key":"isVisible"},{"key":"borderRadius"},{"key":"onSubmit"}],"displayName":"JSON Form","iconSVG":"/static/media/icon.6bacf7df.svg","onSubmit":"{{UpdateQuery.run(() => SelectQuery.run(), (error) => showAlert(`Error while updating resource!\\n ${error}`,'error'))}}","topRow":0.0,"bottomRow":89.0,"fieldLimitExceeded":false,"parentRowSpace":10.0,"title":"Update Row ID: {{data_table.selectedRow.ID}}","type":"JSON_FORM_WIDGET","hideCard":false,"animateLoading":true,"parentColumnSpace":16.3125,"dynamicTriggerPathList":[{"key":"onSubmit"}],"leftColumn":39.0,"dynamicBindingPathList":[{"key":"schema.__root_schema__.defaultValue"},{"key":"sourceData"},{"key":"isVisible"},{"key":"schema.__root_schema__.borderRadius"},{"key":"schema.__root_schema__.cellBorderRadius"},{"key":"title"},{"key":"submitButtonStyles.buttonColor"},{"key":"submitButtonStyles.borderRadius"},{"key":"resetButtonStyles.borderRadius"},{"key":"resetButtonStyles.buttonColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"schema.__root_schema__.children.ID.defaultValue"},{"key":"schema.__root_schema__.children.ID.borderRadius"},{"key":"schema.__root_schema__.children.ID.accentColor"},{"key":"schema.__root_schema__.children.NAME.defaultValue"},{"key":"schema.__root_schema__.children.NAME.borderRadius"},{"key":"schema.__root_schema__.children.NAME.accentColor"},{"key":"schema.__root_schema__.children.CREATEDAT.defaultValue"},{"key":"schema.__root_schema__.children.CREATEDAT.borderRadius"},{"key":"schema.__root_schema__.children.CREATEDAT.accentColor"},{"key":"schema.__root_schema__.children.UPDATEDAT.defaultValue"},{"key":"schema.__root_schema__.children.UPDATEDAT.borderRadius"},{"key":"schema.__root_schema__.children.UPDATEDAT.accentColor"},{"key":"schema.__root_schema__.children.STATUS.defaultValue"},{"key":"schema.__root_schema__.children.STATUS.borderRadius"},{"key":"schema.__root_schema__.children.STATUS.accentColor"},{"key":"schema.__root_schema__.children.GENDER.defaultValue"},{"key":"schema.__root_schema__.children.GENDER.borderRadius"},{"key":"schema.__root_schema__.children.GENDER.accentColor"},{"key":"schema.__root_schema__.children.AVATAR.defaultValue"},{"key":"schema.__root_schema__.children.AVATAR.borderRadius"},{"key":"schema.__root_schema__.children.AVATAR.accentColor"},{"key":"schema.__root_schema__.children.EMAIL.defaultValue"},{"key":"schema.__root_schema__.children.EMAIL.borderRadius"},{"key":"schema.__root_schema__.children.EMAIL.accentColor"},{"key":"schema.__root_schema__.children.ADDRESS.defaultValue"},{"key":"schema.__root_schema__.children.ADDRESS.borderRadius"},{"key":"schema.__root_schema__.children.ADDRESS.accentColor"},{"key":"schema.__root_schema__.children.ROLE.defaultValue"},{"key":"schema.__root_schema__.children.ROLE.borderRadius"},{"key":"schema.__root_schema__.children.ROLE.accentColor"},{"key":"schema.__root_schema__.children.DOB.defaultValue"},{"key":"schema.__root_schema__.children.DOB.borderRadius"},{"key":"schema.__root_schema__.children.DOB.accentColor"},{"key":"schema.__root_schema__.children.PHONENO.defaultValue"},{"key":"schema.__root_schema__.children.PHONENO.borderRadius"},{"key":"schema.__root_schema__.children.PHONENO.accentColor"}],"borderWidth":"0","sourceData":"{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\")}}","showReset":true,"resetButtonLabel":"Reset","key":"h9l9ozr8op","labelTextSize":"0.875rem","backgroundColor":"#fff","rightColumn":64.0,"dynamicHeight":"FIXED","autoGenerateForm":true,"widgetId":"6g4ewsx2v0","resetButtonStyles":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","buttonVariant":"SECONDARY"},"isVisible":"{{!!data_table.selectedRow.ID}}","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"scrollContents":true,"fixedFooter":true,"submitButtonLabel":"Update","childStylesheet":{"CHECKBOX":{"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"ARRAY":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBoxShadow":"none"},"CURRENCY_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"DATEPICKER":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"PHONE_NUMBER_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"OBJECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBoxShadow":"none"},"MULTISELECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"SELECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"NUMBER_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"PASSWORD_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"EMAIL_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"RADIO_GROUP":{"boxShadow":"none","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"SWITCH":{"boxShadow":"none","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"TEXT_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"MULTILINE_TEXT_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"}},"disabledWhenInvalid":true,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","maxDynamicHeight":9000.0,"minDynamicHeight":4.0},{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","widgetName":"Container1","borderColor":"#fff","dynamicPropertyPathList":[{"key":"borderRadius"}],"topRow":0.0,"bottomRow":89.0,"parentRowSpace":10.0,"type":"CONTAINER_WIDGET","shouldScrollContents":true,"parentColumnSpace":19.75,"dynamicTriggerPathList":[],"leftColumn":0.0,"dynamicBindingPathList":[{"key":"borderRadius"},{"key":"boxShadow"}],"children":[{"labelTextSize":"0.875rem","boxShadow":"none","widgetName":"Canvas1","rightColumn":632.0,"detachFromLayout":true,"widgetId":"59rw5mx0bq","containerStyle":"none","topRow":0.0,"bottomRow":890.0,"parentRowSpace":1.0,"isVisible":"true","canExtend":false,"type":"CANVAS_WIDGET","version":1.0,"parentId":"mvubsemxfo","minHeight":870.0,"isLoading":false,"parentColumnSpace":1.0,"dynamicTriggerPathList":[],"leftColumn":0.0,"dynamicBindingPathList":[],"borderRadius":"0px","children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","onSort":"{{SelectQuery.run()}}","isVisibleDownload":true,"iconSVG":"/static/media/icon.db8a9cbd.svg","topRow":6.0,"isSortable":true,"onPageChange":"{{SelectQuery.run()}}","type":"TABLE_WIDGET","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"derivedColumns.customColumn1.buttonLabel"},{"key":"primaryColumns.customColumn1.buttonLabel"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.customColumn1.borderRadius"},{"key":"primaryColumns.ID.computedValue"},{"key":"primaryColumns.NAME.computedValue"},{"key":"primaryColumns.CREATEDAT.computedValue"},{"key":"primaryColumns.UPDATEDAT.computedValue"},{"key":"primaryColumns.STATUS.computedValue"},{"key":"primaryColumns.GENDER.computedValue"},{"key":"primaryColumns.AVATAR.computedValue"},{"key":"primaryColumns.EMAIL.computedValue"},{"key":"primaryColumns.ADDRESS.computedValue"},{"key":"primaryColumns.ROLE.computedValue"},{"key":"primaryColumns.DOB.computedValue"},{"key":"primaryColumns.PHONENO.computedValue"}],"leftColumn":1.0,"delimiter":",","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":"true","enableClientSideSearch":true,"version":3.0,"totalRecordsCount":0.0,"isLoading":false,"onSearchTextChanged":"{{SelectQuery.run()}}","childStylesheet":{"button":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}"},"iconButton":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","menuColor":"{{appsmith.theme.colors.primaryColor}}"},"menuButton":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","menuColor":"{{appsmith.theme.colors.primaryColor}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","primaryColumnId":"ID","columnSizeMap":{"task":245.0,"step":62.0,"status":75.0},"widgetName":"data_table","defaultPageSize":0.0,"columnOrder":["ID","NAME","CREATEDAT","UPDATEDAT","STATUS","GENDER","AVATAR","EMAIL","ADDRESS","ROLE","DOB","PHONENO","customColumn1"],"dynamicPropertyPathList":[{"key":"primaryColumns.customColumn1.borderRadius"}],"displayName":"Table","bottomRow":85.0,"parentRowSpace":10.0,"defaultSelectedRow":"0","hideCard":false,"parentColumnSpace":16.3125,"dynamicTriggerPathList":[{"key":"primaryColumns.customColumn1.onClick"},{"key":"onPageChange"},{"key":"onSearchTextChanged"},{"key":"onSort"}],"primaryColumns":{"customColumn1":{"isCellVisible":true,"boxShadow":"none","isDerived":true,"computedValue":"","onClick":"{{showModal('Delete_Modal')}}","buttonColor":"#DD4B34","buttonStyle":"rgb(3, 179, 101)","index":5.0,"isVisible":true,"label":"Delete","labelColor":"#FFFFFF","buttonLabel":"{{data_table.sanitizedTableData.map((currentRow) => ( 'Delete'))}}","columnType":"button","borderRadius":"{{data_table.sanitizedTableData.map((currentRow) => ( appsmith.theme.borderRadius.appBorderRadius))}}","menuColor":"#03B365","width":150.0,"enableFilter":true,"enableSort":true,"id":"customColumn1","isDisabled":false,"buttonLabelColor":"#FFFFFF"},"ID":{"index":0.0,"width":150.0,"id":"ID","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"ID","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.ID))}}","cellBackground":""},"NAME":{"index":1.0,"width":150.0,"id":"NAME","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"NAME","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.NAME))}}","cellBackground":""},"CREATEDAT":{"index":2.0,"width":150.0,"id":"CREATEDAT","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"CREATEDAT","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.CREATEDAT))}}","cellBackground":""},"UPDATEDAT":{"index":3.0,"width":150.0,"id":"UPDATEDAT","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"UPDATEDAT","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.UPDATEDAT))}}","cellBackground":""},"STATUS":{"index":4.0,"width":150.0,"id":"STATUS","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"STATUS","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.STATUS))}}","cellBackground":""},"GENDER":{"index":5.0,"width":150.0,"id":"GENDER","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"GENDER","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.GENDER))}}","cellBackground":""},"AVATAR":{"index":6.0,"width":150.0,"id":"AVATAR","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"AVATAR","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.AVATAR))}}","cellBackground":""},"EMAIL":{"index":7.0,"width":150.0,"id":"EMAIL","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"EMAIL","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.EMAIL))}}","cellBackground":""},"ADDRESS":{"index":8.0,"width":150.0,"id":"ADDRESS","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"ADDRESS","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.ADDRESS))}}","cellBackground":""},"ROLE":{"index":9.0,"width":150.0,"id":"ROLE","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"ROLE","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.ROLE))}}","cellBackground":""},"DOB":{"index":10.0,"width":150.0,"id":"DOB","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"DOB","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.DOB))}}","cellBackground":""},"PHONENO":{"index":11.0,"width":150.0,"id":"PHONENO","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"PHONENO","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.PHONENO))}}","cellBackground":""}},"key":"zba5qel0au","derivedColumns":{"customColumn1":{"isCellVisible":true,"boxShadow":"none","isDerived":true,"computedValue":"","onClick":"{{showModal('Delete_Modal')}}","buttonColor":"#DD4B34","buttonStyle":"rgb(3, 179, 101)","index":5.0,"isVisible":true,"label":"Delete","labelColor":"#FFFFFF","buttonLabel":"{{data_table.sanitizedTableData.map((currentRow) => ( 'Delete'))}}","columnType":"button","borderRadius":"0px","menuColor":"#03B365","width":150.0,"enableFilter":true,"enableSort":true,"id":"customColumn1","isDisabled":false,"buttonLabelColor":"#FFFFFF"}},"labelTextSize":"0.875rem","rightColumn":64.0,"textSize":"0.875rem","widgetId":"uji69u6swx","tableData":"{{SelectQuery.data}}","label":"Data","searchKey":"","parentId":"59rw5mx0bq","serverSidePaginationEnabled":true,"renderMode":"CANVAS","horizontalAlignment":"LEFT","isVisibleSearch":true,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"boxShadow":"none","widgetName":"Text16","dynamicPropertyPathList":[{"key":"fontSize"}],"topRow":1.0,"bottomRow":5.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","parentColumnSpace":11.78515625,"dynamicTriggerPathList":[],"overflow":"NONE","fontFamily":"System Default","leftColumn":0.0,"dynamicBindingPathList":[],"text":"USERS Data","labelTextSize":"0.875rem","rightColumn":55.0,"textAlign":"LEFT","dynamicHeight":"FIXED","widgetId":"urzv99hdc8","isVisible":"true","fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"59rw5mx0bq","isLoading":false,"borderRadius":"0px","maxDynamicHeight":9000.0,"fontSize":"1.5rem","minDynamicHeight":4.0},{"labelTextSize":"0.875rem","boxShadow":"none","widgetName":"refresh_btn","rightColumn":64.0,"onClick":"{{SelectQuery.run()}}","iconName":"refresh","buttonColor":"{{appsmith.theme.colors.primaryColor}}","widgetId":"2jj0197tff","topRow":1.0,"bottomRow":5.0,"parentRowSpace":10.0,"isVisible":"true","type":"ICON_BUTTON_WIDGET","version":1.0,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":12.0703125,"dynamicTriggerPathList":[{"key":"onClick"}],"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","leftColumn":60.0,"dynamicBindingPathList":[{"key":"borderRadius"},{"key":"buttonColor"}],"buttonVariant":"PRIMARY","isDisabled":false},{"labelTextSize":"0.875rem","boxShadow":"none","widgetName":"add_btn","rightColumn":59.0,"onClick":"{{showModal('Insert_Modal')}}","iconName":"add","buttonColor":"{{appsmith.theme.colors.primaryColor}}","widgetId":"kby34l9nbb","topRow":1.0,"bottomRow":5.0,"parentRowSpace":10.0,"isVisible":"true","type":"ICON_BUTTON_WIDGET","version":1.0,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":12.0703125,"dynamicTriggerPathList":[{"key":"onClick"}],"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","leftColumn":55.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"buttonVariant":"PRIMARY","isDisabled":false}]}],"borderWidth":"0","labelTextSize":"0.875rem","backgroundColor":"#FFFFFF","rightColumn":39.0,"dynamicHeight":"FIXED","widgetId":"mvubsemxfo","containerStyle":"card","isVisible":"true","version":1.0,"parentId":"0","isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","maxDynamicHeight":9000.0,"minDynamicHeight":4.0},{"boxShadow":"none","widgetName":"Delete_Modal","topRow":13.0,"bottomRow":37.0,"parentRowSpace":10.0,"type":"MODAL_WIDGET","shouldScrollContents":false,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[],"leftColumn":21.0,"dynamicBindingPathList":[{"key":"borderRadius"}],"children":[{"boxShadow":"none","widgetName":"Canvas3","topRow":0.0,"bottomRow":240.0,"parentRowSpace":1.0,"canExtend":true,"type":"CANVAS_WIDGET","shouldScrollContents":false,"minHeight":240.0,"parentColumnSpace":1.0,"dynamicTriggerPathList":[],"leftColumn":0.0,"dynamicBindingPathList":[],"children":[{"boxShadow":"none","widgetName":"Alert_text","dynamicPropertyPathList":[{"key":"fontSize"}],"topRow":1.0,"bottomRow":5.0,"type":"TEXT_WIDGET","dynamicTriggerPathList":[],"overflow":"NONE","fontFamily":"System Default","leftColumn":1.0,"dynamicBindingPathList":[],"text":"Delete Row","labelTextSize":"0.875rem","rightColumn":41.0,"textAlign":"LEFT","dynamicHeight":"FIXED","widgetId":"35yoxo4oec","isVisible":"true","fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"zi8fjakv8o","isLoading":false,"borderRadius":"0px","maxDynamicHeight":9000.0,"fontSize":"1.5rem","minDynamicHeight":4.0},{"boxShadow":"none","widgetName":"Button1","onClick":"{{closeModal('Delete_Modal')}}","dynamicPropertyPathList":[],"buttonColor":"#2E3D49","topRow":17.0,"bottomRow":21.0,"type":"BUTTON_WIDGET","dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":34.0,"dynamicBindingPathList":[{"key":"borderRadius"}],"text":"Cancel","isDisabled":false,"labelTextSize":"0.875rem","rightColumn":46.0,"isDefaultClickDisabled":true,"widgetId":"lryg8kw537","isVisible":"true","version":1.0,"recaptchaType":"V3","parentId":"zi8fjakv8o","isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonVariant":"TERTIARY"},{"boxShadow":"none","widgetName":"Delete_Button","onClick":"{{DeleteQuery.run(() => SelectQuery.run(() => closeModal('Delete_Modal')), () => {})}}","dynamicPropertyPathList":[{"key":"onClick"}],"buttonColor":"#DD4B34","topRow":17.0,"bottomRow":21.0,"type":"BUTTON_WIDGET","dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":46.0,"dynamicBindingPathList":[{"key":"borderRadius"}],"text":"Confirm","isDisabled":false,"labelTextSize":"0.875rem","rightColumn":64.0,"isDefaultClickDisabled":true,"widgetId":"qq02lh7ust","isVisible":"true","version":1.0,"recaptchaType":"V3","parentId":"zi8fjakv8o","isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonVariant":"PRIMARY"},{"boxShadow":"none","widgetName":"Text12","topRow":8.0,"bottomRow":12.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","parentColumnSpace":6.875,"dynamicTriggerPathList":[],"overflow":"NONE","fontFamily":"System Default","leftColumn":1.0,"dynamicBindingPathList":[],"text":"Are you sure you want to delete this item?","labelTextSize":"0.875rem","rightColumn":63.0,"textAlign":"LEFT","dynamicHeight":"FIXED","widgetId":"48uac29g6e","isVisible":"true","fontStyle":"","textColor":"#231F20","version":1.0,"parentId":"zi8fjakv8o","isLoading":false,"borderRadius":"0px","maxDynamicHeight":9000.0,"fontSize":"1rem","minDynamicHeight":4.0}],"isDisabled":false,"labelTextSize":"0.875rem","rightColumn":453.1875,"detachFromLayout":true,"widgetId":"zi8fjakv8o","isVisible":"true","version":1.0,"parentId":"i3whp03wf0","isLoading":false,"borderRadius":"0px"}],"height":240.0,"labelTextSize":"0.875rem","rightColumn":45.0,"detachFromLayout":true,"dynamicHeight":"FIXED","widgetId":"i3whp03wf0","canOutsideClickClose":true,"canEscapeKeyClose":true,"version":2.0,"parentId":"0","isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","maxDynamicHeight":9000.0,"width":456.0,"minDynamicHeight":4.0},{"boxShadow":"none","widgetName":"Insert_Modal","topRow":16.0,"bottomRow":40.0,"parentRowSpace":10.0,"type":"MODAL_WIDGET","shouldScrollContents":false,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[],"leftColumn":17.0,"dynamicBindingPathList":[{"key":"borderRadius"}],"children":[{"boxShadow":"none","widgetName":"Canvas4","topRow":0.0,"bottomRow":600.0,"parentRowSpace":1.0,"canExtend":true,"type":"CANVAS_WIDGET","shouldScrollContents":false,"minHeight":600.0,"parentColumnSpace":1.0,"dynamicTriggerPathList":[],"leftColumn":0.0,"dynamicBindingPathList":[],"children":[{"schema":{"__root_schema__":{"labelTextSize":"0.875rem","identifier":"__root_schema__","boxShadow":"none","isRequired":false,"isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","dataType":"object","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accessor":"__root_schema__","isVisible":true,"label":"","originalIdentifier":"__root_schema__","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{"col8":{"labelTextSize":"0.875rem","identifier":"col8","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col8))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"null","cellBorderRadius":"0px","accessor":"col8","isVisible":true,"label":"Col 8","originalIdentifier":"col8","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":7.0,"isDisabled":false,"cellBoxShadow":"none","fieldType":"Text Input"},"col12":{"labelTextSize":"0.875rem","identifier":"col12","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col12))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"null","cellBorderRadius":"0px","accessor":"col12","isVisible":true,"label":"Col 12","originalIdentifier":"col12","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":11.0,"isDisabled":false,"cellBoxShadow":"none","fieldType":"Text Input"},"col9":{"labelTextSize":"0.875rem","identifier":"col9","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col9))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"null","cellBorderRadius":"0px","accessor":"col9","isVisible":true,"label":"Col 9","originalIdentifier":"col9","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":8.0,"isDisabled":false,"cellBoxShadow":"none","fieldType":"Text Input"},"col11":{"labelTextSize":"0.875rem","identifier":"col11","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col11))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"null","cellBorderRadius":"0px","accessor":"col11","isVisible":true,"label":"Col 11","originalIdentifier":"col11","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":10.0,"isDisabled":false,"cellBoxShadow":"none","fieldType":"Text Input"},"col6":{"labelTextSize":"0.875rem","identifier":"col6","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col6))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"null","cellBorderRadius":"0px","accessor":"col6","isVisible":true,"label":"Col 6","originalIdentifier":"col6","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":5.0,"isDisabled":false,"cellBoxShadow":"none","fieldType":"Text Input"},"col10":{"labelTextSize":"0.875rem","identifier":"col10","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col10))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"null","cellBorderRadius":"0px","accessor":"col10","isVisible":true,"label":"Col 10","originalIdentifier":"col10","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":9.0,"isDisabled":false,"cellBoxShadow":"none","fieldType":"Text Input"},"col7":{"labelTextSize":"0.875rem","identifier":"col7","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col7))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"null","cellBorderRadius":"0px","accessor":"col7","isVisible":true,"label":"Col 7","originalIdentifier":"col7","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":6.0,"isDisabled":false,"cellBoxShadow":"none","fieldType":"Text Input"},"col4":{"labelTextSize":"0.875rem","identifier":"col4","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col4))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"boolean","cellBorderRadius":"0px","accessor":"col4","isVisible":true,"label":"Col 4","alignWidget":"LEFT","originalIdentifier":"col4","borderRadius":"0px","children":{},"position":3.0,"isDisabled":false,"sourceData":true,"cellBoxShadow":"none","fieldType":"Switch"},"col5":{"labelTextSize":"0.875rem","identifier":"col5","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col5))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"number","cellBorderRadius":"0px","accessor":"col5","isVisible":true,"label":"Col 5","originalIdentifier":"col5","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":4.0,"isDisabled":false,"cellBoxShadow":"none","fieldType":"Number Input"},"col2":{"labelTextSize":"0.875rem","identifier":"col2","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col2))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"string","cellBorderRadius":"0px","accessor":"col2","isVisible":true,"label":"Col 2","originalIdentifier":"col2","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":1.0,"isDisabled":false,"sourceData":"skill B","cellBoxShadow":"none","fieldType":"Text Input"},"col3":{"labelTextSize":"0.875rem","identifier":"col3","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col3))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"number","cellBorderRadius":"0px","accessor":"col3","isVisible":true,"label":"Col 3","originalIdentifier":"col3","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":2.0,"isDisabled":false,"sourceData":9.0,"cellBoxShadow":"none","fieldType":"Number Input"},"col1":{"labelTextSize":"0.875rem","identifier":"col1","boxShadow":"none","isRequired":false,"isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col1))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"number","accessor":"col1","isVisible":true,"label":"Col 1","originalIdentifier":"col1","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":0.0,"isDisabled":false,"sourceData":5.0,"fieldType":"Number Input"}},"position":-1.0,"isDisabled":false,"sourceData":{"col4":true,"col2":"skill B","col3":9.0,"col1":5.0},"cellBoxShadow":"none","fieldType":"Object"}},"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","widgetName":"insert_form","submitButtonStyles":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","buttonVariant":"PRIMARY"},"dynamicPropertyPathList":[{"key":"schema.__root_schema__.children.date_of_birth.defaultValue"},{"key":"schema.__root_schema__.children.col5.defaultValue"},{"key":"schema.__root_schema__.children.col4.defaultValue"},{"key":"borderRadius"},{"key":"onSubmit"}],"displayName":"JSON Form","iconSVG":"/static/media/icon.6bacf7df.svg","onSubmit":"{{InsertQuery.run(\n\t() => SelectQuery.run()\n\t\t\t\t\t.then(() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n ${error}`,'error'))\n}}","topRow":0.0,"bottomRow":58.0,"fieldLimitExceeded":false,"parentRowSpace":10.0,"title":"Insert Row","type":"JSON_FORM_WIDGET","hideCard":false,"animateLoading":true,"parentColumnSpace":16.3125,"dynamicTriggerPathList":[{"key":"onSubmit"}],"leftColumn":0.0,"dynamicBindingPathList":[{"key":"schema.__root_schema__.defaultValue"},{"key":"schema.__root_schema__.children.col3.defaultValue"},{"key":"schema.__root_schema__.children.col4.defaultValue"},{"key":"schema.__root_schema__.children.col5.defaultValue"},{"key":"schema.__root_schema__.children.col2.defaultValue"},{"key":"sourceData"},{"key":"schema.__root_schema__.children.col6.defaultValue"},{"key":"schema.__root_schema__.children.col7.defaultValue"},{"key":"schema.__root_schema__.children.col8.defaultValue"},{"key":"schema.__root_schema__.children.col9.defaultValue"},{"key":"schema.__root_schema__.children.col10.defaultValue"},{"key":"schema.__root_schema__.children.col11.defaultValue"},{"key":"schema.__root_schema__.children.col12.defaultValue"},{"key":"schema.__root_schema__.borderRadius"},{"key":"schema.__root_schema__.cellBorderRadius"},{"key":"schema.__root_schema__.children.col1.defaultValue"},{"key":"schema.__root_schema__.children.col1.accentColor"},{"key":"schema.__root_schema__.children.col1.borderRadius"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"submitButtonStyles.buttonColor"},{"key":"submitButtonStyles.borderRadius"},{"key":"resetButtonStyles.buttonColor"},{"key":"resetButtonStyles.borderRadius"},{"key":"schema.__root_schema__.children.col2.accentColor"},{"key":"schema.__root_schema__.children.col2.borderRadius"},{"key":"schema.__root_schema__.children.col3.accentColor"},{"key":"schema.__root_schema__.children.col3.borderRadius"},{"key":"schema.__root_schema__.children.col4.accentColor"},{"key":"schema.__root_schema__.children.col5.accentColor"},{"key":"schema.__root_schema__.children.col5.borderRadius"},{"key":"schema.__root_schema__.children.col6.accentColor"},{"key":"schema.__root_schema__.children.col6.borderRadius"},{"key":"schema.__root_schema__.children.col7.accentColor"},{"key":"schema.__root_schema__.children.col7.borderRadius"},{"key":"schema.__root_schema__.children.col8.accentColor"},{"key":"schema.__root_schema__.children.col8.borderRadius"},{"key":"schema.__root_schema__.children.col9.accentColor"},{"key":"schema.__root_schema__.children.col9.borderRadius"},{"key":"schema.__root_schema__.children.col10.accentColor"},{"key":"schema.__root_schema__.children.col10.borderRadius"},{"key":"schema.__root_schema__.children.col11.accentColor"},{"key":"schema.__root_schema__.children.col11.borderRadius"},{"key":"schema.__root_schema__.children.col12.accentColor"},{"key":"schema.__root_schema__.children.col12.borderRadius"}],"borderWidth":"","sourceData":"{{_.omit(data_table.tableData[0], \"customColumn1\", \"__primaryKey__\")}}","showReset":true,"resetButtonLabel":"Reset","key":"h9l9ozr8op","labelTextSize":"0.875rem","backgroundColor":"#fff","rightColumn":64.0,"dynamicHeight":"FIXED","autoGenerateForm":true,"widgetId":"w10l8merz2","resetButtonStyles":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","buttonVariant":"SECONDARY"},"isVisible":"true","version":1.0,"parentId":"9rhv3ioohq","renderMode":"CANVAS","isLoading":false,"scrollContents":true,"fixedFooter":true,"submitButtonLabel":"Submit","childStylesheet":{"CHECKBOX":{"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"ARRAY":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBoxShadow":"none"},"CURRENCY_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"DATEPICKER":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"PHONE_NUMBER_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"OBJECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBoxShadow":"none"},"MULTISELECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"SELECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"NUMBER_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"PASSWORD_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"EMAIL_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"RADIO_GROUP":{"boxShadow":"none","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"SWITCH":{"boxShadow":"none","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"TEXT_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"MULTILINE_TEXT_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"}},"disabledWhenInvalid":true,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","maxDynamicHeight":9000.0,"minDynamicHeight":4.0}],"isDisabled":false,"labelTextSize":"0.875rem","rightColumn":453.1875,"detachFromLayout":true,"widgetId":"9rhv3ioohq","isVisible":"true","version":1.0,"parentId":"vmorzie6eq","isLoading":false,"borderRadius":"0px"}],"height":600.0,"labelTextSize":"0.875rem","rightColumn":41.0,"detachFromLayout":true,"dynamicHeight":"FIXED","widgetId":"vmorzie6eq","canOutsideClickClose":true,"canEscapeKeyClose":true,"version":2.0,"parentId":"0","isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","maxDynamicHeight":9000.0,"width":532.0,"minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"Snowflake_SelectQuery","name":"SelectQuery","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":["data_table.sortOrder.column || 'ID'","data_table.sortOrder.order || \"ASC\"","data_table.pageSize","data_table.searchText || \"\"","(data_table.pageNo - 1) * data_table.pageSize"],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Snowflake","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"Snowflake","slug":"snowflake","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1174.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":890.0,"containerStyle":"none","snapRows":125.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":890.0,"parentColumnSpace":1.0,"dynamicTriggerPathList":[],"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"schema":{"__root_schema__":{"labelTextSize":"0.875rem","identifier":"__root_schema__","boxShadow":"none","isRequired":false,"isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","dataType":"object","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accessor":"__root_schema__","isVisible":true,"label":"","originalIdentifier":"__root_schema__","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{"ID":{"children":{},"dataType":"number","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.ID))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Number Input","sourceData":1.0,"isCustomField":false,"accessor":"ID","identifier":"ID","position":0.0,"originalIdentifier":"ID","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"ID"},"NAME":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.NAME))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"Russel Crowe","isCustomField":false,"accessor":"NAME","identifier":"NAME","position":1.0,"originalIdentifier":"NAME","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"NAME"},"CREATEDAT":{"children":{},"dataType":"number","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.CREATEDAT))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Number Input","sourceData":1.609459201E12,"isCustomField":false,"accessor":"CREATEDAT","identifier":"CREATEDAT","position":2.0,"originalIdentifier":"CREATEDAT","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"CREATEDAT"},"UPDATEDAT":{"children":{},"dataType":"number","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.UPDATEDAT))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Number Input","sourceData":1.609459201E12,"isCustomField":false,"accessor":"UPDATEDAT","identifier":"UPDATEDAT","position":3.0,"originalIdentifier":"UPDATEDAT","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"UPDATEDAT"},"STATUS":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.STATUS))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"UnApproved","isCustomField":false,"accessor":"STATUS","identifier":"STATUS","position":4.0,"originalIdentifier":"STATUS","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"STATUS"},"GENDER":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.GENDER))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"","isCustomField":false,"accessor":"GENDER","identifier":"GENDER","position":5.0,"originalIdentifier":"GENDER","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"GENDER"},"AVATAR":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.AVATAR))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"","isCustomField":false,"accessor":"AVATAR","identifier":"AVATAR","position":6.0,"originalIdentifier":"AVATAR","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"AVATAR"},"EMAIL":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.EMAIL))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Email Input","sourceData":"rcrowe@gmail.com","isCustomField":false,"accessor":"EMAIL","identifier":"EMAIL","position":7.0,"originalIdentifier":"EMAIL","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"EMAIL"},"ADDRESS":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.ADDRESS))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"","isCustomField":false,"accessor":"ADDRESS","identifier":"ADDRESS","position":8.0,"originalIdentifier":"ADDRESS","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"ADDRESS"},"ROLE":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.ROLE))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"Test Lead","isCustomField":false,"accessor":"ROLE","identifier":"ROLE","position":9.0,"originalIdentifier":"ROLE","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"ROLE"},"DOB":{"children":{},"dataType":"number","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.DOB))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Number Input","sourceData":1.609488E12,"isCustomField":false,"accessor":"DOB","identifier":"DOB","position":10.0,"originalIdentifier":"DOB","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"DOB"},"PHONENO":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.PHONENO))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"89341358103","isCustomField":false,"accessor":"PHONENO","identifier":"PHONENO","position":11.0,"originalIdentifier":"PHONENO","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"PHONENO"}},"position":-1.0,"isDisabled":false,"sourceData":{"col4":true,"col2":"skill B","col3":9.0,"col1":5.0},"cellBoxShadow":"none","fieldType":"Object"}},"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","widgetName":"update_form","submitButtonStyles":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","buttonVariant":"PRIMARY"},"borderColor":"#2E3D4955","dynamicPropertyPathList":[{"key":"schema.__root_schema__.children.date_of_birth.defaultValue"},{"key":"isVisible"},{"key":"borderRadius"},{"key":"onSubmit"}],"displayName":"JSON Form","iconSVG":"/static/media/icon.6bacf7df.svg","onSubmit":"{{UpdateQuery.run(() => SelectQuery.run(), (error) => showAlert(`Error while updating resource!\\n ${error}`,'error'))}}","topRow":0.0,"bottomRow":89.0,"fieldLimitExceeded":false,"parentRowSpace":10.0,"title":"Update Row ID: {{data_table.selectedRow.ID}}","type":"JSON_FORM_WIDGET","hideCard":false,"animateLoading":true,"parentColumnSpace":16.3125,"dynamicTriggerPathList":[{"key":"onSubmit"}],"leftColumn":39.0,"dynamicBindingPathList":[{"key":"schema.__root_schema__.defaultValue"},{"key":"sourceData"},{"key":"isVisible"},{"key":"schema.__root_schema__.borderRadius"},{"key":"schema.__root_schema__.cellBorderRadius"},{"key":"title"},{"key":"submitButtonStyles.buttonColor"},{"key":"submitButtonStyles.borderRadius"},{"key":"resetButtonStyles.borderRadius"},{"key":"resetButtonStyles.buttonColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"schema.__root_schema__.children.ID.defaultValue"},{"key":"schema.__root_schema__.children.ID.borderRadius"},{"key":"schema.__root_schema__.children.ID.accentColor"},{"key":"schema.__root_schema__.children.NAME.defaultValue"},{"key":"schema.__root_schema__.children.NAME.borderRadius"},{"key":"schema.__root_schema__.children.NAME.accentColor"},{"key":"schema.__root_schema__.children.CREATEDAT.defaultValue"},{"key":"schema.__root_schema__.children.CREATEDAT.borderRadius"},{"key":"schema.__root_schema__.children.CREATEDAT.accentColor"},{"key":"schema.__root_schema__.children.UPDATEDAT.defaultValue"},{"key":"schema.__root_schema__.children.UPDATEDAT.borderRadius"},{"key":"schema.__root_schema__.children.UPDATEDAT.accentColor"},{"key":"schema.__root_schema__.children.STATUS.defaultValue"},{"key":"schema.__root_schema__.children.STATUS.borderRadius"},{"key":"schema.__root_schema__.children.STATUS.accentColor"},{"key":"schema.__root_schema__.children.GENDER.defaultValue"},{"key":"schema.__root_schema__.children.GENDER.borderRadius"},{"key":"schema.__root_schema__.children.GENDER.accentColor"},{"key":"schema.__root_schema__.children.AVATAR.defaultValue"},{"key":"schema.__root_schema__.children.AVATAR.borderRadius"},{"key":"schema.__root_schema__.children.AVATAR.accentColor"},{"key":"schema.__root_schema__.children.EMAIL.defaultValue"},{"key":"schema.__root_schema__.children.EMAIL.borderRadius"},{"key":"schema.__root_schema__.children.EMAIL.accentColor"},{"key":"schema.__root_schema__.children.ADDRESS.defaultValue"},{"key":"schema.__root_schema__.children.ADDRESS.borderRadius"},{"key":"schema.__root_schema__.children.ADDRESS.accentColor"},{"key":"schema.__root_schema__.children.ROLE.defaultValue"},{"key":"schema.__root_schema__.children.ROLE.borderRadius"},{"key":"schema.__root_schema__.children.ROLE.accentColor"},{"key":"schema.__root_schema__.children.DOB.defaultValue"},{"key":"schema.__root_schema__.children.DOB.borderRadius"},{"key":"schema.__root_schema__.children.DOB.accentColor"},{"key":"schema.__root_schema__.children.PHONENO.defaultValue"},{"key":"schema.__root_schema__.children.PHONENO.borderRadius"},{"key":"schema.__root_schema__.children.PHONENO.accentColor"}],"borderWidth":"0","sourceData":"{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\")}}","showReset":true,"resetButtonLabel":"Reset","key":"h9l9ozr8op","labelTextSize":"0.875rem","backgroundColor":"#fff","rightColumn":64.0,"dynamicHeight":"FIXED","autoGenerateForm":true,"widgetId":"6g4ewsx2v0","resetButtonStyles":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","buttonVariant":"SECONDARY"},"isVisible":"{{!!data_table.selectedRow.ID}}","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"scrollContents":true,"fixedFooter":true,"submitButtonLabel":"Update","childStylesheet":{"CHECKBOX":{"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"ARRAY":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBoxShadow":"none"},"CURRENCY_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"DATEPICKER":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"PHONE_NUMBER_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"OBJECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBoxShadow":"none"},"MULTISELECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"SELECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"NUMBER_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"PASSWORD_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"EMAIL_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"RADIO_GROUP":{"boxShadow":"none","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"SWITCH":{"boxShadow":"none","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"TEXT_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"MULTILINE_TEXT_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"}},"disabledWhenInvalid":true,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","maxDynamicHeight":9000.0,"minDynamicHeight":4.0},{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","widgetName":"Container1","borderColor":"#fff","dynamicPropertyPathList":[{"key":"borderRadius"}],"topRow":0.0,"bottomRow":89.0,"parentRowSpace":10.0,"type":"CONTAINER_WIDGET","shouldScrollContents":true,"parentColumnSpace":19.75,"dynamicTriggerPathList":[],"leftColumn":0.0,"dynamicBindingPathList":[{"key":"borderRadius"},{"key":"boxShadow"}],"children":[{"labelTextSize":"0.875rem","boxShadow":"none","widgetName":"Canvas1","rightColumn":632.0,"detachFromLayout":true,"widgetId":"59rw5mx0bq","containerStyle":"none","topRow":0.0,"bottomRow":890.0,"parentRowSpace":1.0,"isVisible":"true","canExtend":false,"type":"CANVAS_WIDGET","version":1.0,"parentId":"mvubsemxfo","minHeight":870.0,"isLoading":false,"parentColumnSpace":1.0,"dynamicTriggerPathList":[],"leftColumn":0.0,"dynamicBindingPathList":[],"borderRadius":"0px","children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","onSort":"{{SelectQuery.run()}}","isVisibleDownload":true,"iconSVG":"/static/media/icon.db8a9cbd.svg","topRow":6.0,"isSortable":true,"onPageChange":"{{SelectQuery.run()}}","type":"TABLE_WIDGET","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"derivedColumns.customColumn1.buttonLabel"},{"key":"primaryColumns.customColumn1.buttonLabel"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.customColumn1.borderRadius"},{"key":"primaryColumns.ID.computedValue"},{"key":"primaryColumns.NAME.computedValue"},{"key":"primaryColumns.CREATEDAT.computedValue"},{"key":"primaryColumns.UPDATEDAT.computedValue"},{"key":"primaryColumns.STATUS.computedValue"},{"key":"primaryColumns.GENDER.computedValue"},{"key":"primaryColumns.AVATAR.computedValue"},{"key":"primaryColumns.EMAIL.computedValue"},{"key":"primaryColumns.ADDRESS.computedValue"},{"key":"primaryColumns.ROLE.computedValue"},{"key":"primaryColumns.DOB.computedValue"},{"key":"primaryColumns.PHONENO.computedValue"}],"leftColumn":1.0,"delimiter":",","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":"true","enableClientSideSearch":true,"version":3.0,"totalRecordsCount":0.0,"isLoading":false,"onSearchTextChanged":"{{SelectQuery.run()}}","childStylesheet":{"button":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}"},"iconButton":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","menuColor":"{{appsmith.theme.colors.primaryColor}}"},"menuButton":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","menuColor":"{{appsmith.theme.colors.primaryColor}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","primaryColumnId":"ID","columnSizeMap":{"task":245.0,"step":62.0,"status":75.0},"widgetName":"data_table","defaultPageSize":0.0,"columnOrder":["ID","NAME","CREATEDAT","UPDATEDAT","STATUS","GENDER","AVATAR","EMAIL","ADDRESS","ROLE","DOB","PHONENO","customColumn1"],"dynamicPropertyPathList":[{"key":"primaryColumns.customColumn1.borderRadius"}],"displayName":"Table","bottomRow":85.0,"parentRowSpace":10.0,"defaultSelectedRow":"0","hideCard":false,"parentColumnSpace":16.3125,"dynamicTriggerPathList":[{"key":"primaryColumns.customColumn1.onClick"},{"key":"onPageChange"},{"key":"onSearchTextChanged"},{"key":"onSort"}],"primaryColumns":{"customColumn1":{"isCellVisible":true,"boxShadow":"none","isDerived":true,"computedValue":"","onClick":"{{showModal('Delete_Modal')}}","buttonColor":"#DD4B34","buttonStyle":"rgb(3, 179, 101)","index":5.0,"isVisible":true,"label":"Delete","labelColor":"#FFFFFF","buttonLabel":"{{data_table.sanitizedTableData.map((currentRow) => ( 'Delete'))}}","columnType":"button","borderRadius":"{{data_table.sanitizedTableData.map((currentRow) => ( appsmith.theme.borderRadius.appBorderRadius))}}","menuColor":"#03B365","width":150.0,"enableFilter":true,"enableSort":true,"id":"customColumn1","isDisabled":false,"buttonLabelColor":"#FFFFFF"},"ID":{"index":0.0,"width":150.0,"id":"ID","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"ID","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.ID))}}","cellBackground":""},"NAME":{"index":1.0,"width":150.0,"id":"NAME","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"NAME","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.NAME))}}","cellBackground":""},"CREATEDAT":{"index":2.0,"width":150.0,"id":"CREATEDAT","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"CREATEDAT","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.CREATEDAT))}}","cellBackground":""},"UPDATEDAT":{"index":3.0,"width":150.0,"id":"UPDATEDAT","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"UPDATEDAT","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.UPDATEDAT))}}","cellBackground":""},"STATUS":{"index":4.0,"width":150.0,"id":"STATUS","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"STATUS","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.STATUS))}}","cellBackground":""},"GENDER":{"index":5.0,"width":150.0,"id":"GENDER","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"GENDER","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.GENDER))}}","cellBackground":""},"AVATAR":{"index":6.0,"width":150.0,"id":"AVATAR","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"AVATAR","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.AVATAR))}}","cellBackground":""},"EMAIL":{"index":7.0,"width":150.0,"id":"EMAIL","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"EMAIL","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.EMAIL))}}","cellBackground":""},"ADDRESS":{"index":8.0,"width":150.0,"id":"ADDRESS","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"ADDRESS","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.ADDRESS))}}","cellBackground":""},"ROLE":{"index":9.0,"width":150.0,"id":"ROLE","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"ROLE","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.ROLE))}}","cellBackground":""},"DOB":{"index":10.0,"width":150.0,"id":"DOB","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"DOB","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.DOB))}}","cellBackground":""},"PHONENO":{"index":11.0,"width":150.0,"id":"PHONENO","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellVisible":true,"isDerived":false,"label":"PHONENO","computedValue":"{{data_table.sanitizedTableData.map((currentRow) => ( currentRow.PHONENO))}}","cellBackground":""}},"key":"zba5qel0au","derivedColumns":{"customColumn1":{"isCellVisible":true,"boxShadow":"none","isDerived":true,"computedValue":"","onClick":"{{showModal('Delete_Modal')}}","buttonColor":"#DD4B34","buttonStyle":"rgb(3, 179, 101)","index":5.0,"isVisible":true,"label":"Delete","labelColor":"#FFFFFF","buttonLabel":"{{data_table.sanitizedTableData.map((currentRow) => ( 'Delete'))}}","columnType":"button","borderRadius":"0px","menuColor":"#03B365","width":150.0,"enableFilter":true,"enableSort":true,"id":"customColumn1","isDisabled":false,"buttonLabelColor":"#FFFFFF"}},"labelTextSize":"0.875rem","rightColumn":64.0,"textSize":"0.875rem","widgetId":"uji69u6swx","tableData":"{{SelectQuery.data}}","label":"Data","searchKey":"","parentId":"59rw5mx0bq","serverSidePaginationEnabled":true,"renderMode":"CANVAS","horizontalAlignment":"LEFT","isVisibleSearch":true,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"boxShadow":"none","widgetName":"Text16","dynamicPropertyPathList":[{"key":"fontSize"}],"topRow":1.0,"bottomRow":5.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","parentColumnSpace":11.78515625,"dynamicTriggerPathList":[],"overflow":"NONE","fontFamily":"System Default","leftColumn":0.0,"dynamicBindingPathList":[],"text":"USERS Data","labelTextSize":"0.875rem","rightColumn":55.0,"textAlign":"LEFT","dynamicHeight":"FIXED","widgetId":"urzv99hdc8","isVisible":"true","fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"59rw5mx0bq","isLoading":false,"borderRadius":"0px","maxDynamicHeight":9000.0,"fontSize":"1.5rem","minDynamicHeight":4.0},{"labelTextSize":"0.875rem","boxShadow":"none","widgetName":"refresh_btn","rightColumn":64.0,"onClick":"{{SelectQuery.run()}}","iconName":"refresh","buttonColor":"{{appsmith.theme.colors.primaryColor}}","widgetId":"2jj0197tff","topRow":1.0,"bottomRow":5.0,"parentRowSpace":10.0,"isVisible":"true","type":"ICON_BUTTON_WIDGET","version":1.0,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":12.0703125,"dynamicTriggerPathList":[{"key":"onClick"}],"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","leftColumn":60.0,"dynamicBindingPathList":[{"key":"borderRadius"},{"key":"buttonColor"}],"buttonVariant":"PRIMARY","isDisabled":false},{"labelTextSize":"0.875rem","boxShadow":"none","widgetName":"add_btn","rightColumn":59.0,"onClick":"{{showModal('Insert_Modal')}}","iconName":"add","buttonColor":"{{appsmith.theme.colors.primaryColor}}","widgetId":"kby34l9nbb","topRow":1.0,"bottomRow":5.0,"parentRowSpace":10.0,"isVisible":"true","type":"ICON_BUTTON_WIDGET","version":1.0,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":12.0703125,"dynamicTriggerPathList":[{"key":"onClick"}],"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","leftColumn":55.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"buttonVariant":"PRIMARY","isDisabled":false}]}],"borderWidth":"0","labelTextSize":"0.875rem","backgroundColor":"#FFFFFF","rightColumn":39.0,"dynamicHeight":"FIXED","widgetId":"mvubsemxfo","containerStyle":"card","isVisible":"true","version":1.0,"parentId":"0","isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","maxDynamicHeight":9000.0,"minDynamicHeight":4.0},{"boxShadow":"none","widgetName":"Delete_Modal","topRow":13.0,"bottomRow":37.0,"parentRowSpace":10.0,"type":"MODAL_WIDGET","shouldScrollContents":false,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[],"leftColumn":21.0,"dynamicBindingPathList":[{"key":"borderRadius"}],"children":[{"boxShadow":"none","widgetName":"Canvas3","topRow":0.0,"bottomRow":240.0,"parentRowSpace":1.0,"canExtend":true,"type":"CANVAS_WIDGET","shouldScrollContents":false,"minHeight":240.0,"parentColumnSpace":1.0,"dynamicTriggerPathList":[],"leftColumn":0.0,"dynamicBindingPathList":[],"children":[{"boxShadow":"none","widgetName":"Alert_text","dynamicPropertyPathList":[{"key":"fontSize"}],"topRow":1.0,"bottomRow":5.0,"type":"TEXT_WIDGET","dynamicTriggerPathList":[],"overflow":"NONE","fontFamily":"System Default","leftColumn":1.0,"dynamicBindingPathList":[],"text":"Delete Row","labelTextSize":"0.875rem","rightColumn":41.0,"textAlign":"LEFT","dynamicHeight":"FIXED","widgetId":"35yoxo4oec","isVisible":"true","fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"zi8fjakv8o","isLoading":false,"borderRadius":"0px","maxDynamicHeight":9000.0,"fontSize":"1.5rem","minDynamicHeight":4.0},{"boxShadow":"none","widgetName":"Button1","onClick":"{{closeModal('Delete_Modal')}}","dynamicPropertyPathList":[],"buttonColor":"#2E3D49","topRow":17.0,"bottomRow":21.0,"type":"BUTTON_WIDGET","dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":34.0,"dynamicBindingPathList":[{"key":"borderRadius"}],"text":"Cancel","isDisabled":false,"labelTextSize":"0.875rem","rightColumn":46.0,"isDefaultClickDisabled":true,"widgetId":"lryg8kw537","isVisible":"true","version":1.0,"recaptchaType":"V3","parentId":"zi8fjakv8o","isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonVariant":"TERTIARY"},{"boxShadow":"none","widgetName":"Delete_Button","onClick":"{{DeleteQuery.run(() => SelectQuery.run(() => closeModal('Delete_Modal')), () => {})}}","dynamicPropertyPathList":[{"key":"onClick"}],"buttonColor":"#DD4B34","topRow":17.0,"bottomRow":21.0,"type":"BUTTON_WIDGET","dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":46.0,"dynamicBindingPathList":[{"key":"borderRadius"}],"text":"Confirm","isDisabled":false,"labelTextSize":"0.875rem","rightColumn":64.0,"isDefaultClickDisabled":true,"widgetId":"qq02lh7ust","isVisible":"true","version":1.0,"recaptchaType":"V3","parentId":"zi8fjakv8o","isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonVariant":"PRIMARY"},{"boxShadow":"none","widgetName":"Text12","topRow":8.0,"bottomRow":12.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","parentColumnSpace":6.875,"dynamicTriggerPathList":[],"overflow":"NONE","fontFamily":"System Default","leftColumn":1.0,"dynamicBindingPathList":[],"text":"Are you sure you want to delete this item?","labelTextSize":"0.875rem","rightColumn":63.0,"textAlign":"LEFT","dynamicHeight":"FIXED","widgetId":"48uac29g6e","isVisible":"true","fontStyle":"","textColor":"#231F20","version":1.0,"parentId":"zi8fjakv8o","isLoading":false,"borderRadius":"0px","maxDynamicHeight":9000.0,"fontSize":"1rem","minDynamicHeight":4.0}],"isDisabled":false,"labelTextSize":"0.875rem","rightColumn":453.1875,"detachFromLayout":true,"widgetId":"zi8fjakv8o","isVisible":"true","version":1.0,"parentId":"i3whp03wf0","isLoading":false,"borderRadius":"0px"}],"height":240.0,"labelTextSize":"0.875rem","rightColumn":45.0,"detachFromLayout":true,"dynamicHeight":"FIXED","widgetId":"i3whp03wf0","canOutsideClickClose":true,"canEscapeKeyClose":true,"version":2.0,"parentId":"0","isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","maxDynamicHeight":9000.0,"width":456.0,"minDynamicHeight":4.0},{"boxShadow":"none","widgetName":"Insert_Modal","topRow":16.0,"bottomRow":40.0,"parentRowSpace":10.0,"type":"MODAL_WIDGET","shouldScrollContents":false,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[],"leftColumn":17.0,"dynamicBindingPathList":[{"key":"borderRadius"}],"children":[{"boxShadow":"none","widgetName":"Canvas4","topRow":0.0,"bottomRow":600.0,"parentRowSpace":1.0,"canExtend":true,"type":"CANVAS_WIDGET","shouldScrollContents":false,"minHeight":600.0,"parentColumnSpace":1.0,"dynamicTriggerPathList":[],"leftColumn":0.0,"dynamicBindingPathList":[],"children":[{"schema":{"__root_schema__":{"labelTextSize":"0.875rem","identifier":"__root_schema__","boxShadow":"none","isRequired":false,"isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","dataType":"object","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accessor":"__root_schema__","isVisible":true,"label":"","originalIdentifier":"__root_schema__","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{"col8":{"labelTextSize":"0.875rem","identifier":"col8","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col8))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"null","cellBorderRadius":"0px","accessor":"col8","isVisible":true,"label":"Col 8","originalIdentifier":"col8","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":7.0,"isDisabled":false,"cellBoxShadow":"none","fieldType":"Text Input"},"col12":{"labelTextSize":"0.875rem","identifier":"col12","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col12))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"null","cellBorderRadius":"0px","accessor":"col12","isVisible":true,"label":"Col 12","originalIdentifier":"col12","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":11.0,"isDisabled":false,"cellBoxShadow":"none","fieldType":"Text Input"},"col9":{"labelTextSize":"0.875rem","identifier":"col9","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col9))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"null","cellBorderRadius":"0px","accessor":"col9","isVisible":true,"label":"Col 9","originalIdentifier":"col9","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":8.0,"isDisabled":false,"cellBoxShadow":"none","fieldType":"Text Input"},"col11":{"labelTextSize":"0.875rem","identifier":"col11","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col11))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"null","cellBorderRadius":"0px","accessor":"col11","isVisible":true,"label":"Col 11","originalIdentifier":"col11","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":10.0,"isDisabled":false,"cellBoxShadow":"none","fieldType":"Text Input"},"col6":{"labelTextSize":"0.875rem","identifier":"col6","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col6))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"null","cellBorderRadius":"0px","accessor":"col6","isVisible":true,"label":"Col 6","originalIdentifier":"col6","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":5.0,"isDisabled":false,"cellBoxShadow":"none","fieldType":"Text Input"},"col10":{"labelTextSize":"0.875rem","identifier":"col10","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col10))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"null","cellBorderRadius":"0px","accessor":"col10","isVisible":true,"label":"Col 10","originalIdentifier":"col10","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":9.0,"isDisabled":false,"cellBoxShadow":"none","fieldType":"Text Input"},"col7":{"labelTextSize":"0.875rem","identifier":"col7","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col7))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"null","cellBorderRadius":"0px","accessor":"col7","isVisible":true,"label":"Col 7","originalIdentifier":"col7","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":6.0,"isDisabled":false,"cellBoxShadow":"none","fieldType":"Text Input"},"col4":{"labelTextSize":"0.875rem","identifier":"col4","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col4))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"boolean","cellBorderRadius":"0px","accessor":"col4","isVisible":true,"label":"Col 4","alignWidget":"LEFT","originalIdentifier":"col4","borderRadius":"0px","children":{},"position":3.0,"isDisabled":false,"sourceData":true,"cellBoxShadow":"none","fieldType":"Switch"},"col5":{"labelTextSize":"0.875rem","identifier":"col5","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col5))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"number","cellBorderRadius":"0px","accessor":"col5","isVisible":true,"label":"Col 5","originalIdentifier":"col5","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":4.0,"isDisabled":false,"cellBoxShadow":"none","fieldType":"Number Input"},"col2":{"labelTextSize":"0.875rem","identifier":"col2","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col2))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"string","cellBorderRadius":"0px","accessor":"col2","isVisible":true,"label":"Col 2","originalIdentifier":"col2","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":1.0,"isDisabled":false,"sourceData":"skill B","cellBoxShadow":"none","fieldType":"Text Input"},"col3":{"labelTextSize":"0.875rem","identifier":"col3","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col3))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"number","cellBorderRadius":"0px","accessor":"col3","isVisible":true,"label":"Col 3","originalIdentifier":"col3","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":2.0,"isDisabled":false,"sourceData":9.0,"cellBoxShadow":"none","fieldType":"Number Input"},"col1":{"labelTextSize":"0.875rem","identifier":"col1","boxShadow":"none","isRequired":false,"isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col1))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"number","accessor":"col1","isVisible":true,"label":"Col 1","originalIdentifier":"col1","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":0.0,"isDisabled":false,"sourceData":5.0,"fieldType":"Number Input"}},"position":-1.0,"isDisabled":false,"sourceData":{"col4":true,"col2":"skill B","col3":9.0,"col1":5.0},"cellBoxShadow":"none","fieldType":"Object"}},"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","widgetName":"insert_form","submitButtonStyles":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","buttonVariant":"PRIMARY"},"dynamicPropertyPathList":[{"key":"schema.__root_schema__.children.date_of_birth.defaultValue"},{"key":"schema.__root_schema__.children.col5.defaultValue"},{"key":"schema.__root_schema__.children.col4.defaultValue"},{"key":"borderRadius"},{"key":"onSubmit"}],"displayName":"JSON Form","iconSVG":"/static/media/icon.6bacf7df.svg","onSubmit":"{{InsertQuery.run(\n\t() => SelectQuery.run()\n\t\t\t\t\t.then(() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n ${error}`,'error'))\n}}","topRow":0.0,"bottomRow":58.0,"fieldLimitExceeded":false,"parentRowSpace":10.0,"title":"Insert Row","type":"JSON_FORM_WIDGET","hideCard":false,"animateLoading":true,"parentColumnSpace":16.3125,"dynamicTriggerPathList":[{"key":"onSubmit"}],"leftColumn":0.0,"dynamicBindingPathList":[{"key":"schema.__root_schema__.defaultValue"},{"key":"schema.__root_schema__.children.col3.defaultValue"},{"key":"schema.__root_schema__.children.col4.defaultValue"},{"key":"schema.__root_schema__.children.col5.defaultValue"},{"key":"schema.__root_schema__.children.col2.defaultValue"},{"key":"sourceData"},{"key":"schema.__root_schema__.children.col6.defaultValue"},{"key":"schema.__root_schema__.children.col7.defaultValue"},{"key":"schema.__root_schema__.children.col8.defaultValue"},{"key":"schema.__root_schema__.children.col9.defaultValue"},{"key":"schema.__root_schema__.children.col10.defaultValue"},{"key":"schema.__root_schema__.children.col11.defaultValue"},{"key":"schema.__root_schema__.children.col12.defaultValue"},{"key":"schema.__root_schema__.borderRadius"},{"key":"schema.__root_schema__.cellBorderRadius"},{"key":"schema.__root_schema__.children.col1.defaultValue"},{"key":"schema.__root_schema__.children.col1.accentColor"},{"key":"schema.__root_schema__.children.col1.borderRadius"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"submitButtonStyles.buttonColor"},{"key":"submitButtonStyles.borderRadius"},{"key":"resetButtonStyles.buttonColor"},{"key":"resetButtonStyles.borderRadius"},{"key":"schema.__root_schema__.children.col2.accentColor"},{"key":"schema.__root_schema__.children.col2.borderRadius"},{"key":"schema.__root_schema__.children.col3.accentColor"},{"key":"schema.__root_schema__.children.col3.borderRadius"},{"key":"schema.__root_schema__.children.col4.accentColor"},{"key":"schema.__root_schema__.children.col5.accentColor"},{"key":"schema.__root_schema__.children.col5.borderRadius"},{"key":"schema.__root_schema__.children.col6.accentColor"},{"key":"schema.__root_schema__.children.col6.borderRadius"},{"key":"schema.__root_schema__.children.col7.accentColor"},{"key":"schema.__root_schema__.children.col7.borderRadius"},{"key":"schema.__root_schema__.children.col8.accentColor"},{"key":"schema.__root_schema__.children.col8.borderRadius"},{"key":"schema.__root_schema__.children.col9.accentColor"},{"key":"schema.__root_schema__.children.col9.borderRadius"},{"key":"schema.__root_schema__.children.col10.accentColor"},{"key":"schema.__root_schema__.children.col10.borderRadius"},{"key":"schema.__root_schema__.children.col11.accentColor"},{"key":"schema.__root_schema__.children.col11.borderRadius"},{"key":"schema.__root_schema__.children.col12.accentColor"},{"key":"schema.__root_schema__.children.col12.borderRadius"}],"borderWidth":"","sourceData":"{{_.omit(data_table.tableData[0], \"customColumn1\", \"__primaryKey__\")}}","showReset":true,"resetButtonLabel":"Reset","key":"h9l9ozr8op","labelTextSize":"0.875rem","backgroundColor":"#fff","rightColumn":64.0,"dynamicHeight":"FIXED","autoGenerateForm":true,"widgetId":"w10l8merz2","resetButtonStyles":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","buttonVariant":"SECONDARY"},"isVisible":"true","version":1.0,"parentId":"9rhv3ioohq","renderMode":"CANVAS","isLoading":false,"scrollContents":true,"fixedFooter":true,"submitButtonLabel":"Submit","childStylesheet":{"CHECKBOX":{"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"ARRAY":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBoxShadow":"none"},"CURRENCY_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"DATEPICKER":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"PHONE_NUMBER_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"OBJECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBoxShadow":"none"},"MULTISELECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"SELECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"NUMBER_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"PASSWORD_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"EMAIL_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"RADIO_GROUP":{"boxShadow":"none","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"SWITCH":{"boxShadow":"none","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"TEXT_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"MULTILINE_TEXT_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"}},"disabledWhenInvalid":true,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","maxDynamicHeight":9000.0,"minDynamicHeight":4.0}],"isDisabled":false,"labelTextSize":"0.875rem","rightColumn":453.1875,"detachFromLayout":true,"widgetId":"9rhv3ioohq","isVisible":"true","version":1.0,"parentId":"vmorzie6eq","isLoading":false,"borderRadius":"0px"}],"height":600.0,"labelTextSize":"0.875rem","rightColumn":41.0,"detachFromLayout":true,"dynamicHeight":"FIXED","widgetId":"vmorzie6eq","canOutsideClickClose":true,"canEscapeKeyClose":true,"version":2.0,"parentId":"0","isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","maxDynamicHeight":9000.0,"width":532.0,"minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"Snowflake_SelectQuery","name":"SelectQuery","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":["data_table.sortOrder.column || 'ID'","data_table.sortOrder.order || \"ASC\"","data_table.pageSize","data_table.searchText || \"\"","(data_table.pageNo - 1) * data_table.pageSize"],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Snowflake","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"657aa80a21b8476f056b7c3c_657aaa8c21b8476f056b7c9d","deleted":false},{"unpublishedPage":{"name":"Redshift","slug":"redshift","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":590.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.employeeid.computedValue"},{"key":"primaryColumns.name.computedValue"},{"key":"primaryColumns.age.computedValue"},{"key":"primaryColumns.gender.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.690522167113E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["employeeid","name","age","gender"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"employeeid":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"employeeid","id":"employeeid","alias":"employeeid","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"employeeid","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"employeeid\"]))}}","sticky":"","validation":{},"cellBackground":""},"name":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"name","id":"name","alias":"name","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"name","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"name\"]))}}","sticky":"","validation":{},"cellBackground":""},"age":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"age","id":"age","alias":"age","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"age","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"age\"]))}}","sticky":"","validation":{},"cellBackground":""},"gender":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"gender","id":"gender","alias":"gender","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"gender","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"gender\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"0l02188acp","canFreezeColumn":true,"isDeprecated":false,"rightColumn":63.0,"textSize":"0.875rem","widgetId":"ufi9lsicjo","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{Select.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"boxShadow":"none","iconSVG":"/static/media/icon.d0ce957b6c4640f8a7418ce846ee200e.svg","topRow":34.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":6.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"NUMBER","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":41.0,"widgetName":"Input1","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":41.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":26.0,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"labelPosition":"Top","key":"q20rxu1lsl","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":26.0,"widgetId":"s2s6bcnhfm","minWidth":450.0,"label":"Label","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":34.0,"responsiveBehavior":"fill","mobileLeftColumn":6.0,"maxDynamicHeight":9000.0,"shouldAllowAutofill":false,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.d0ce957b6c4640f8a7418ce846ee200e.svg","topRow":34.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":31.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"TEXT","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":41.0,"widgetName":"Input2","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":41.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":51.0,"parentColumnSpace":12.578125,"labelPosition":"Top","key":"q20rxu1lsl","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":51.0,"widgetId":"9jebf1710a","minWidth":450.0,"label":"Label","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":34.0,"responsiveBehavior":"fill","mobileLeftColumn":31.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.d0ce957b6c4640f8a7418ce846ee200e.svg","topRow":44.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":6.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"TEXT","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":51.0,"widgetName":"Input3","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":51.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":26.0,"parentColumnSpace":12.578125,"labelPosition":"Top","key":"q20rxu1lsl","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":26.0,"widgetId":"5ty9a8rxpz","minWidth":450.0,"label":"Label","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":44.0,"responsiveBehavior":"fill","mobileLeftColumn":6.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.1a5defb3c19b4cac4a27829d1f979e4c.svg","labelText":"Label","topRow":45.0,"labelWidth":5.0,"type":"SELECT_WIDGET","serverSideFiltering":false,"defaultOptionValue":"{{ ((options, serverSideFiltering) => ( `F`))(Select1.options, Select1.serverSideFiltering) }}","animateLoading":true,"leftColumn":31.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"},{"key":"defaultOptionValue"}],"placeholderText":"Select option","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisible":true,"version":1.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":52.0,"widgetName":"Select1","isFilterable":true,"dynamicPropertyPathList":[{"key":"sourceData"}],"displayName":"Select","searchTags":["dropdown"],"bottomRow":52.0,"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":51.0,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"labelPosition":"Top","sourceData":"[\n {\n \"label\": \"Male\",\n \"value\": \"M\"\n },\n {\n \"label\": \"Female\",\n \"value\": \"F\"\n }\n]","key":"hucfoaore4","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":51.0,"widgetId":"nxoh2oaxxg","optionValue":"value","minWidth":450.0,"parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":45.0,"optionLabel":"label","responsiveBehavior":"fill","mobileLeftColumn":31.0,"maxDynamicHeight":9000.0,"minDynamicHeight":4.0},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":69.0,"widgetName":"Button1","onClick":"{{Insert.run()}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":55.0,"bottomRow":59.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":24.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":8.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Insert","isDisabled":false,"key":"eoq72ezi7w","isDeprecated":false,"rightColumn":24.0,"isDefaultClickDisabled":true,"widgetId":"7w1o1e5kl7","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":65.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":8.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":69.0,"widgetName":"Button2","onClick":"{{Select.run()}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":55.0,"bottomRow":59.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":48.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":32.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Fetch","isDisabled":false,"key":"eoq72ezi7w","isDeprecated":false,"rightColumn":48.0,"isDefaultClickDisabled":true,"widgetId":"7umy0rjkcr","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":65.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":32.0,"buttonVariant":"PRIMARY","placement":"CENTER"}]},"layoutOnLoadActions":[[{"id":"Redshift_Select","name":"Select","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Redshift","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"Redshift","slug":"redshift","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":590.0,"containerStyle":"none","snapRows":53.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":550.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.24905525921dd6f5ff46d0dd843b9e12.svg","topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.employeeid.computedValue"},{"key":"primaryColumns.name.computedValue"},{"key":"primaryColumns.age.computedValue"},{"key":"primaryColumns.gender.computedValue"}],"needsHeightForContent":true,"leftColumn":0.0,"delimiter":",","defaultSelectedRowIndex":0.0,"accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.690522167113E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["employeeid","name","age","gender"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"employeeid":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"employeeid","id":"employeeid","alias":"employeeid","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"employeeid","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"employeeid\"]))}}","sticky":"","validation":{},"cellBackground":""},"name":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"name","id":"name","alias":"name","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"name","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"name\"]))}}","sticky":"","validation":{},"cellBackground":""},"age":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"age","id":"age","alias":"age","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"age","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"age\"]))}}","sticky":"","validation":{},"cellBackground":""},"gender":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"gender","id":"gender","alias":"gender","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"gender","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"gender\"]))}}","sticky":"","validation":{},"cellBackground":""}},"key":"0l02188acp","canFreezeColumn":true,"isDeprecated":false,"rightColumn":63.0,"textSize":"0.875rem","widgetId":"ufi9lsicjo","enableServerSideFiltering":false,"minWidth":450.0,"tableData":"{{Select.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"boxShadow":"none","iconSVG":"/static/media/icon.d0ce957b6c4640f8a7418ce846ee200e.svg","topRow":34.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":6.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"NUMBER","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":41.0,"widgetName":"Input1","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":41.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":26.0,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"labelPosition":"Top","key":"q20rxu1lsl","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":26.0,"widgetId":"s2s6bcnhfm","minWidth":450.0,"label":"Label","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":34.0,"responsiveBehavior":"fill","mobileLeftColumn":6.0,"maxDynamicHeight":9000.0,"shouldAllowAutofill":false,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.d0ce957b6c4640f8a7418ce846ee200e.svg","topRow":34.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":31.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"TEXT","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":41.0,"widgetName":"Input2","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":41.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":51.0,"parentColumnSpace":12.578125,"labelPosition":"Top","key":"q20rxu1lsl","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":51.0,"widgetId":"9jebf1710a","minWidth":450.0,"label":"Label","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":34.0,"responsiveBehavior":"fill","mobileLeftColumn":31.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.d0ce957b6c4640f8a7418ce846ee200e.svg","topRow":44.0,"labelWidth":5.0,"type":"INPUT_WIDGET_V2","animateLoading":true,"resetOnSubmit":true,"leftColumn":6.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelStyle":"","inputType":"TEXT","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"isVisible":true,"version":2.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":51.0,"widgetName":"Input3","displayName":"Input","searchTags":["form","text input","number","textarea"],"bottomRow":51.0,"parentRowSpace":10.0,"autoFocus":false,"hideCard":false,"mobileRightColumn":26.0,"parentColumnSpace":12.578125,"labelPosition":"Top","key":"q20rxu1lsl","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":26.0,"widgetId":"5ty9a8rxpz","minWidth":450.0,"label":"Label","parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":44.0,"responsiveBehavior":"fill","mobileLeftColumn":6.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"boxShadow":"none","iconSVG":"/static/media/icon.1a5defb3c19b4cac4a27829d1f979e4c.svg","labelText":"Label","topRow":45.0,"labelWidth":5.0,"type":"SELECT_WIDGET","serverSideFiltering":false,"defaultOptionValue":"{{ ((options, serverSideFiltering) => ( `F`))(Select1.options, Select1.serverSideFiltering) }}","animateLoading":true,"leftColumn":31.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"},{"key":"defaultOptionValue"}],"placeholderText":"Select option","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisible":true,"version":1.0,"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":52.0,"widgetName":"Select1","isFilterable":true,"dynamicPropertyPathList":[{"key":"sourceData"}],"displayName":"Select","searchTags":["dropdown"],"bottomRow":52.0,"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":51.0,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[],"labelPosition":"Top","sourceData":"[\n {\n \"label\": \"Male\",\n \"value\": \"M\"\n },\n {\n \"label\": \"Female\",\n \"value\": \"F\"\n }\n]","key":"hucfoaore4","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":51.0,"widgetId":"nxoh2oaxxg","optionValue":"value","minWidth":450.0,"parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":45.0,"optionLabel":"label","responsiveBehavior":"fill","mobileLeftColumn":31.0,"maxDynamicHeight":9000.0,"minDynamicHeight":4.0},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":69.0,"widgetName":"Button1","onClick":"{{Insert.run()}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":55.0,"bottomRow":59.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":24.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":8.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Insert","isDisabled":false,"key":"eoq72ezi7w","isDeprecated":false,"rightColumn":24.0,"isDefaultClickDisabled":true,"widgetId":"7w1o1e5kl7","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":65.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":8.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":69.0,"widgetName":"Button2","onClick":"{{Select.run()}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","displayName":"Button","iconSVG":"/static/media/icon.7beb9123fb53027d9d6b778cdfe4caed.svg","searchTags":["click","submit"],"topRow":55.0,"bottomRow":59.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","hideCard":false,"mobileRightColumn":48.0,"animateLoading":true,"parentColumnSpace":12.578125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":32.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Fetch","isDisabled":false,"key":"eoq72ezi7w","isDeprecated":false,"rightColumn":48.0,"isDefaultClickDisabled":true,"widgetId":"7umy0rjkcr","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":65.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":32.0,"buttonVariant":"PRIMARY","placement":"CENTER"}]},"layoutOnLoadActions":[[{"id":"Redshift_Select","name":"Select","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Redshift","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"64c252a12e389c399f6f64ca_64c351532e389c399f6f652f","deleted":false},{"unpublishedPage":{"name":"InputCustomWidgetTest","slug":"inputcustomwidgettest","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":590.0,"containerStyle":"none","snapRows":57.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":590.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"mobileBottomRow":38.0,"widgetName":"Custom1","onClick":"{{showAlert(\"test!!!\", \"\")}}","srcDoc":{"html":"
\n \n \n \n

\n
","css":"body {\n font-family: Arial, sans-serif;\n margin: 20px;\n}\n\n#input-widget {\n text-align: center;\n}\n\nlabel {\n margin-right: 10px;\n}\n\ninput {\n padding: 8px;\n font-size: 16px;\n margin-right: 10px;\n}\n\nbutton {\n padding: 8px 15px;\n font-size: 16px;\n cursor: pointer;\n}\n\np {\n margin-top: 10px;\n font-size: 18px;\n}\n","js":"appsmith.onReady(() => {\n const input = document.getElementById('input');\n const button = document.getElementById('button');\n button.innerHTML = appsmith.model.name;\n input.addEventListener(\"keyup\", () => {\n const output = document.getElementById('output');\n const value = input.value;\n if (value.trim() !== '') {\n output.textContent = `You entered: ${value}`;\n } else {\n output.textContent = 'Please enter something.';\n }\n appsmith.updateModel({\n value: input.value\n });\n });\n button.addEventListener(\"click\", () => {\n appsmith.triggerEvent(\"on1Click\");\n });\n appsmith.onModelChange(model => {\n button.innerHTML = model.name;\n });\n});"},"isCanvas":false,"dynamicPropertyPathList":[{"key":"reset_widget"},{"key":"onClick"}],"displayName":"Custom","iconSVG":"/static/media/icon.867bcc8399fa3f897d425d72690b86e4.svg","searchTags":["external"],"topRow":1.0,"bottomRow":31.0,"parentRowSpace":10.0,"type":"CUSTOM_WIDGET","hideCard":false,"mobileRightColumn":38.0,"parentColumnSpace":14.140625,"dynamicTriggerPathList":[{"key":"reset_widget"},{"key":"onClick"}],"dynamicBindingPathList":[{"key":"theme"},{"key":"defaultModel"}],"leftColumn":18.0,"defaultModel":"{\n \"name\": \"{{Table1.selectedRow.tagline}}\"\n}","theme":"{{appsmith.theme}}","events":["reset_widget","test","onClick"],"key":"x8qc3t2ykh","isDeprecated":false,"rightColumn":50.0,"test":"{{}}","isSearchWildcard":true,"widgetId":"q01eqpwhnh","reset_widget":"{{const handleReset = () => {\n setCurrentIndex(0);\n appsmith.triggerEvent(\"onResetClick\");\n};}}","isVisible":true,"version":1.0,"uncompiledSrcDoc":{"html":"
\n \n \n \n

\n
","css":"body {\n font-family: Arial, sans-serif;\n margin: 20px;\n}\n\n#input-widget {\n text-align: center;\n}\n\nlabel {\n margin-right: 10px;\n}\n\ninput {\n padding: 8px;\n font-size: 16px;\n margin-right: 10px;\n}\n\nbutton {\n padding: 8px 15px;\n font-size: 16px;\n cursor: pointer;\n}\n\np {\n margin-top: 10px;\n font-size: 18px;\n}\n","js":"appsmith.onReady(() => {\n\n const input = document.getElementById('input');\n\t\n\tconst button = document.getElementById('button');\n\tbutton.innerHTML = appsmith.model.name;\n\t\n\tinput.addEventListener(\"keyup\", () => {\n\t\tconst output = document.getElementById('output');\n\t\tconst value = input.value;\n\t\t\n\t\tif (value.trim() !== '') {\n\t\t\toutput.textContent = `You entered: ${value}`;\n\t\t} else {\n\t\t\toutput.textContent = 'Please enter something.';\n\t }\n\t\t\n\t\t\n\t\tappsmith.updateModel({\n\t\t\tvalue: input.value\n\t\t})\n\t}); \n\t\n\tbutton.addEventListener\t(\"click\", () => {\n appsmith.triggerEvent(\"on1Click\");\n\t});\n\t\n\tappsmith.onModelChange((model) => {\n\t\tbutton.innerHTML = model.name;\n\t});\n})\n"},"parentId":"0","tags":["Display"],"renderMode":"CANVAS","isLoading":false,"mobileTopRow":8.0,"mobileLeftColumn":18.0,"dynamicHeight":"FIXED"},{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","onSort":"{{\n Find_movies1.run();\n Total_record_movies1.run()\n }}","isVisibleDownload":false,"iconSVG":"/static/media/icon.e6911f8bb94dc6c4a102a74740c41763.svg","topRow":31.0,"isSortable":true,"onPageChange":"{{\n Find_movies1.run();\n Total_record_movies1.run()\n }}","type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"tableData"},{"key":"totalRecordsCount"},{"key":"primaryColumns.revenue.computedValue"},{"key":"primaryColumns.imdb_id.computedValue"},{"key":"primaryColumns.release_date.computedValue"},{"key":"primaryColumns.genres.computedValue"},{"key":"primaryColumns.vote_average.computedValue"},{"key":"primaryColumns.tagline.computedValue"},{"key":"primaryColumns._id.computedValue"},{"key":"primaryColumns.title.computedValue"},{"key":"primaryColumns.vote_count.computedValue"},{"key":"primaryColumns.poster_path.computedValue"},{"key":"primaryColumns.homepage.computedValue"},{"key":"primaryColumns.status.computedValue"},{"key":"primaryColumns.EditActions1.saveButtonColor"},{"key":"primaryColumns.EditActions1.saveBorderRadius"},{"key":"primaryColumns.EditActions1.discardBorderRadius"},{"key":"primaryColumns.EditActions1.isSaveDisabled"},{"key":"primaryColumns.EditActions1.isDiscardDisabled"}],"needsHeightForContent":true,"leftColumn":6.0,"delimiter":",","defaultSelectedRowIndex":0.0,"showInlineEditingOptionDropdown":true,"flexVerticalAlignment":"start","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":"{{Total_record_movies1.data.n}}","tags":["Suggested","Display"],"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.704862192149E12,"primaryColumnId":"_id","defaultSelectedRowIndices":[0.0],"mobileBottomRow":66.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["revenue","imdb_id","release_date","genres","vote_average","tagline","_id","title","vote_count","poster_path","homepage","status","EditActions1"],"dynamicPropertyPathList":[{"key":"primaryColumns.EditActions1.isSaveDisabled"},{"key":"primaryColumns.EditActions1.isDiscardDisabled"}],"displayName":"Table","bottomRow":59.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"onAddNewRowSave":"{{Insert_movies1.run(() => {\n showAlert(\"Successfully created!\");\n Find_movies1.run()\n }, () => {\n showAlert(\"Unable to create!\");\n })}}","mobileRightColumn":40.0,"parentColumnSpace":14.140625,"dynamicTriggerPathList":[{"key":"onPageChange"},{"key":"onSort"},{"key":"onAddNewRowSave"},{"key":"primaryColumns.EditActions1.onSave"}],"borderWidth":"1","primaryColumns":{"revenue":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"revenue","id":"revenue","alias":"revenue","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"revenue","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"revenue\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"imdb_id":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"imdb_id","id":"imdb_id","alias":"imdb_id","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"imdb_id","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"imdb_id\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"release_date":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"release_date","id":"release_date","alias":"release_date","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"date","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"release_date","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"release_date\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"genres":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"genres","id":"genres","alias":"genres","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"genres","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"genres\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"vote_average":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":4.0,"width":150.0,"originalId":"vote_average","id":"vote_average","alias":"vote_average","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"vote_average","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"vote_average\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"tagline":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":5.0,"width":150.0,"originalId":"tagline","id":"tagline","alias":"tagline","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"tagline","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"tagline\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"_id":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":6.0,"width":150.0,"originalId":"_id","id":"_id","alias":"_id","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"_id","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"_id\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"title":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":7.0,"width":150.0,"originalId":"title","id":"title","alias":"title","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"title","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"title\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"vote_count":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":8.0,"width":150.0,"originalId":"vote_count","id":"vote_count","alias":"vote_count","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"vote_count","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"vote_count\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"poster_path":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":9.0,"width":150.0,"originalId":"poster_path","id":"poster_path","alias":"poster_path","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"poster_path","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"poster_path\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"homepage":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":10.0,"width":150.0,"originalId":"homepage","id":"homepage","alias":"homepage","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"homepage","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"homepage\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"status":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":11.0,"width":150.0,"originalId":"status","id":"status","alias":"status","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"status","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"EditActions1":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":10.0,"width":150.0,"originalId":"EditActions1","id":"EditActions1","alias":"EditActions1","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"editActions","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":true,"label":"Save / Discard","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"","sticky":"right","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","buttonStyle":"rgb(3, 179, 101)","saveIconAlign":"left","discardIconAlign":"left","saveActionLabel":"Save","discardActionLabel":"Discard","saveButtonColor":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.colors.primaryColor)))}}","discardButtonColor":"#F22B2B","saveBorderRadius":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}","discardBorderRadius":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}","discardButtonVariant":"TERTIARY","isSaveDisabled":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( !Table1.updatedRowIndices.includes(currentIndex)))}}","isDiscardDisabled":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( !Table1.updatedRowIndices.includes(currentIndex)))}}","onSave":"{{Update_movies1.run(() => {\n showAlert(\"Successfully saved!\");\n Find_movies1.run()\n }, () => {\n showAlert(\"Unable to save!\");\n })}}"}},"key":"cth09492m1","canFreezeColumn":true,"isDeprecated":false,"rightColumn":40.0,"textSize":"0.875rem","widgetId":"papig3o0r1","allowAddNewRow":true,"minWidth":450.0,"tableData":"{{Find_movies1.data}}","label":"Data","searchKey":"","parentId":"0","serverSidePaginationEnabled":true,"renderMode":"CANVAS","mobileTopRow":38.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":6.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"}]},"layoutOnLoadActions":[[{"id":"InputCustomWidgetTest_Total_record_movies1","name":"Total_record_movies1","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}],[{"id":"InputCustomWidgetTest_Find_movies1","name":"Find_movies1","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[" Table1.sortOrder.column ? { [Table1.sortOrder.column]: Table1.sortOrder.order !== \"desc\" ? 1 : -1 } : {}","Table1.pageSize","Table1.pageOffset"],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"InputCustomWidgetTest","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"InputCustomWidgetTest","slug":"inputcustomwidgettest","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":590.0,"containerStyle":"none","snapRows":57.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":590.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"mobileBottomRow":38.0,"widgetName":"Custom1","onClick":"{{showAlert(\"test!!!\", \"\")}}","srcDoc":{"html":"
\n \n \n \n

\n
","css":"body {\n font-family: Arial, sans-serif;\n margin: 20px;\n}\n\n#input-widget {\n text-align: center;\n}\n\nlabel {\n margin-right: 10px;\n}\n\ninput {\n padding: 8px;\n font-size: 16px;\n margin-right: 10px;\n}\n\nbutton {\n padding: 8px 15px;\n font-size: 16px;\n cursor: pointer;\n}\n\np {\n margin-top: 10px;\n font-size: 18px;\n}\n","js":"appsmith.onReady(() => {\n const input = document.getElementById('input');\n const button = document.getElementById('button');\n button.innerHTML = appsmith.model.name;\n input.addEventListener(\"keyup\", () => {\n const output = document.getElementById('output');\n const value = input.value;\n if (value.trim() !== '') {\n output.textContent = `You entered: ${value}`;\n } else {\n output.textContent = 'Please enter something.';\n }\n appsmith.updateModel({\n value: input.value\n });\n });\n button.addEventListener(\"click\", () => {\n appsmith.triggerEvent(\"on1Click\");\n });\n appsmith.onModelChange(model => {\n button.innerHTML = model.name;\n });\n});"},"isCanvas":false,"dynamicPropertyPathList":[{"key":"reset_widget"},{"key":"onClick"}],"displayName":"Custom","iconSVG":"/static/media/icon.867bcc8399fa3f897d425d72690b86e4.svg","searchTags":["external"],"topRow":1.0,"bottomRow":31.0,"parentRowSpace":10.0,"type":"CUSTOM_WIDGET","hideCard":false,"mobileRightColumn":38.0,"parentColumnSpace":14.140625,"dynamicTriggerPathList":[{"key":"reset_widget"},{"key":"onClick"}],"dynamicBindingPathList":[{"key":"theme"},{"key":"defaultModel"}],"leftColumn":18.0,"defaultModel":"{\n \"name\": \"{{Table1.selectedRow.tagline}}\"\n}","theme":"{{appsmith.theme}}","events":["reset_widget","test","onClick"],"key":"x8qc3t2ykh","isDeprecated":false,"rightColumn":50.0,"test":"{{}}","isSearchWildcard":true,"widgetId":"q01eqpwhnh","reset_widget":"{{const handleReset = () => {\n setCurrentIndex(0);\n appsmith.triggerEvent(\"onResetClick\");\n};}}","isVisible":true,"version":1.0,"uncompiledSrcDoc":{"html":"
\n \n \n \n

\n
","css":"body {\n font-family: Arial, sans-serif;\n margin: 20px;\n}\n\n#input-widget {\n text-align: center;\n}\n\nlabel {\n margin-right: 10px;\n}\n\ninput {\n padding: 8px;\n font-size: 16px;\n margin-right: 10px;\n}\n\nbutton {\n padding: 8px 15px;\n font-size: 16px;\n cursor: pointer;\n}\n\np {\n margin-top: 10px;\n font-size: 18px;\n}\n","js":"appsmith.onReady(() => {\n\n const input = document.getElementById('input');\n\t\n\tconst button = document.getElementById('button');\n\tbutton.innerHTML = appsmith.model.name;\n\t\n\tinput.addEventListener(\"keyup\", () => {\n\t\tconst output = document.getElementById('output');\n\t\tconst value = input.value;\n\t\t\n\t\tif (value.trim() !== '') {\n\t\t\toutput.textContent = `You entered: ${value}`;\n\t\t} else {\n\t\t\toutput.textContent = 'Please enter something.';\n\t }\n\t\t\n\t\t\n\t\tappsmith.updateModel({\n\t\t\tvalue: input.value\n\t\t})\n\t}); \n\t\n\tbutton.addEventListener\t(\"click\", () => {\n appsmith.triggerEvent(\"on1Click\");\n\t});\n\t\n\tappsmith.onModelChange((model) => {\n\t\tbutton.innerHTML = model.name;\n\t});\n})\n"},"parentId":"0","tags":["Display"],"renderMode":"CANVAS","isLoading":false,"mobileTopRow":8.0,"mobileLeftColumn":18.0,"dynamicHeight":"FIXED"},{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","onSort":"{{\n Find_movies1.run();\n Total_record_movies1.run()\n }}","isVisibleDownload":false,"iconSVG":"/static/media/icon.e6911f8bb94dc6c4a102a74740c41763.svg","topRow":31.0,"isSortable":true,"onPageChange":"{{\n Find_movies1.run();\n Total_record_movies1.run()\n }}","type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"tableData"},{"key":"totalRecordsCount"},{"key":"primaryColumns.revenue.computedValue"},{"key":"primaryColumns.imdb_id.computedValue"},{"key":"primaryColumns.release_date.computedValue"},{"key":"primaryColumns.genres.computedValue"},{"key":"primaryColumns.vote_average.computedValue"},{"key":"primaryColumns.tagline.computedValue"},{"key":"primaryColumns._id.computedValue"},{"key":"primaryColumns.title.computedValue"},{"key":"primaryColumns.vote_count.computedValue"},{"key":"primaryColumns.poster_path.computedValue"},{"key":"primaryColumns.homepage.computedValue"},{"key":"primaryColumns.status.computedValue"},{"key":"primaryColumns.EditActions1.saveButtonColor"},{"key":"primaryColumns.EditActions1.saveBorderRadius"},{"key":"primaryColumns.EditActions1.discardBorderRadius"},{"key":"primaryColumns.EditActions1.isSaveDisabled"},{"key":"primaryColumns.EditActions1.isDiscardDisabled"}],"needsHeightForContent":true,"leftColumn":6.0,"delimiter":",","defaultSelectedRowIndex":0.0,"showInlineEditingOptionDropdown":true,"flexVerticalAlignment":"start","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":"{{Total_record_movies1.data.n}}","tags":["Suggested","Display"],"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.704862192149E12,"primaryColumnId":"_id","defaultSelectedRowIndices":[0.0],"mobileBottomRow":66.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["revenue","imdb_id","release_date","genres","vote_average","tagline","_id","title","vote_count","poster_path","homepage","status","EditActions1"],"dynamicPropertyPathList":[{"key":"primaryColumns.EditActions1.isSaveDisabled"},{"key":"primaryColumns.EditActions1.isDiscardDisabled"}],"displayName":"Table","bottomRow":59.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"onAddNewRowSave":"{{Insert_movies1.run(() => {\n showAlert(\"Successfully created!\");\n Find_movies1.run()\n }, () => {\n showAlert(\"Unable to create!\");\n })}}","mobileRightColumn":40.0,"parentColumnSpace":14.140625,"dynamicTriggerPathList":[{"key":"onPageChange"},{"key":"onSort"},{"key":"onAddNewRowSave"},{"key":"primaryColumns.EditActions1.onSave"}],"borderWidth":"1","primaryColumns":{"revenue":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"revenue","id":"revenue","alias":"revenue","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"revenue","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"revenue\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"imdb_id":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"imdb_id","id":"imdb_id","alias":"imdb_id","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"imdb_id","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"imdb_id\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"release_date":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"release_date","id":"release_date","alias":"release_date","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"date","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"release_date","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"release_date\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"genres":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"genres","id":"genres","alias":"genres","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"genres","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"genres\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"vote_average":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":4.0,"width":150.0,"originalId":"vote_average","id":"vote_average","alias":"vote_average","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"vote_average","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"vote_average\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"tagline":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":5.0,"width":150.0,"originalId":"tagline","id":"tagline","alias":"tagline","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"tagline","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"tagline\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"_id":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":6.0,"width":150.0,"originalId":"_id","id":"_id","alias":"_id","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"_id","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"_id\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"title":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":7.0,"width":150.0,"originalId":"title","id":"title","alias":"title","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"title","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"title\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"vote_count":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":8.0,"width":150.0,"originalId":"vote_count","id":"vote_count","alias":"vote_count","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"vote_count","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"vote_count\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"poster_path":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":9.0,"width":150.0,"originalId":"poster_path","id":"poster_path","alias":"poster_path","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"poster_path","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"poster_path\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"homepage":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":10.0,"width":150.0,"originalId":"homepage","id":"homepage","alias":"homepage","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"homepage","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"homepage\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"status":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":11.0,"width":150.0,"originalId":"status","id":"status","alias":"status","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":true,"isEditable":true,"isCellVisible":true,"isDerived":false,"label":"status","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"status\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"EditActions1":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":10.0,"width":150.0,"originalId":"EditActions1","id":"EditActions1","alias":"EditActions1","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"editActions","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":true,"label":"Save / Discard","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"","sticky":"right","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","buttonStyle":"rgb(3, 179, 101)","saveIconAlign":"left","discardIconAlign":"left","saveActionLabel":"Save","discardActionLabel":"Discard","saveButtonColor":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.colors.primaryColor)))}}","discardButtonColor":"#F22B2B","saveBorderRadius":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}","discardBorderRadius":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( (appsmith.theme.borderRadius.appBorderRadius)))}}","discardButtonVariant":"TERTIARY","isSaveDisabled":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( !Table1.updatedRowIndices.includes(currentIndex)))}}","isDiscardDisabled":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( !Table1.updatedRowIndices.includes(currentIndex)))}}","onSave":"{{Update_movies1.run(() => {\n showAlert(\"Successfully saved!\");\n Find_movies1.run()\n }, () => {\n showAlert(\"Unable to save!\");\n })}}"}},"key":"cth09492m1","canFreezeColumn":true,"isDeprecated":false,"rightColumn":40.0,"textSize":"0.875rem","widgetId":"papig3o0r1","allowAddNewRow":true,"minWidth":450.0,"tableData":"{{Find_movies1.data}}","label":"Data","searchKey":"","parentId":"0","serverSidePaginationEnabled":true,"renderMode":"CANVAS","mobileTopRow":38.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":6.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"}]},"layoutOnLoadActions":[[{"id":"InputCustomWidgetTest_Total_record_movies1","name":"Total_record_movies1","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}],[{"id":"InputCustomWidgetTest_Find_movies1","name":"Find_movies1","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[" Table1.sortOrder.column ? { [Table1.sortOrder.column]: Table1.sortOrder.order !== \"desc\" ? 1 : -1 } : {}","Table1.pageSize","Table1.pageOffset"],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"InputCustomWidgetTest","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"659f8e0d9caaa500ae62a242_659f91ae4fb299628f147a1a","deleted":false},{"unpublishedPage":{"name":"MainCustomWidgetTest","slug":"maincustomwidgettest","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":630.0,"containerStyle":"none","snapRows":56.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":580.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"mobileBottomRow":73.0,"widgetName":"Custom2","srcDoc":{"html":"
\n\t\t\t\t\t\n
\n\n","css":"/* Add some basic styling for the button widget */\n.button-widget {\n text-align: center;\n margin: 20px;\n}\n\n#myButton {\n padding: 10px 20px;\n font-size: 16px;\n font-weight: bold;\n text-align: center;\n text-decoration: none;\n background-color: #3498db; /* Change the color to your preference */\n color: #fff;\n border: 1px solid #2980b9; /* Change the color to your preference */\n border-radius: 5px;\n cursor: pointer;\n}\n\n#myButton:hover {\n background-color: #2980b9; /* Change the color to your preference */\n}\n\n\n\n\n\n\n\n\n\n","js":"appsmith.onReady(() => {\n const button = document.getElementById(\"myButton\");\n button.innerHTML = appsmith.model.name;\n document.getElementById(\"myButton\").addEventListener(\"click\", function () {\n alert(\"Button Clicked!\");\n button.innerHTML = appsmith.model.name;\n // Add additional JavaScript logic here if needed\n });\n});"},"isCanvas":false,"displayName":"Custom","iconSVG":"/static/media/icon.867bcc8399fa3f897d425d72690b86e4.svg","searchTags":["external"],"topRow":1.0,"bottomRow":11.0,"parentRowSpace":10.0,"type":"CUSTOM_WIDGET","hideCard":false,"mobileRightColumn":45.0,"parentColumnSpace":11.796875,"dynamicTriggerPathList":[],"dynamicBindingPathList":[{"key":"theme"},{"key":"defaultModel"}],"leftColumn":5.0,"defaultModel":"{\n \"name\": \"{{Table1.selectedRow.Folks}}\"\n}","theme":"{{appsmith.theme}}","onResetClick":"{{showAlert('Successfully reset!!', '');}}","events":["onResetClick"],"key":"v7nl6krevp","isDeprecated":false,"rightColumn":25.0,"isSearchWildcard":true,"widgetId":"zkuk0sp4no","isVisible":true,"version":1.0,"uncompiledSrcDoc":{"html":"
\n\t\t\t\t\t\n
\n\n","css":"/* Add some basic styling for the button widget */\n.button-widget {\n text-align: center;\n margin: 20px;\n}\n\n#myButton {\n padding: 10px 20px;\n font-size: 16px;\n font-weight: bold;\n text-align: center;\n text-decoration: none;\n background-color: #3498db; /* Change the color to your preference */\n color: #fff;\n border: 1px solid #2980b9; /* Change the color to your preference */\n border-radius: 5px;\n cursor: pointer;\n}\n\n#myButton:hover {\n background-color: #2980b9; /* Change the color to your preference */\n}\n\n\n\n\n\n\n\n\n\n","js":"appsmith.onReady(() => {\n\nconst button = document.getElementById (\"myButton\");\nbutton.innerHTML = appsmith.model.name\n\ndocument.getElementById(\"myButton\").addEventListener(\"click\", function() {\n alert(\"Button Clicked!\");\nbutton.innerHTML = appsmith.model.name\n // Add additional JavaScript logic here if needed\n});\n})"},"parentId":"0","tags":["Display"],"renderMode":"CANVAS","isLoading":false,"mobileTopRow":43.0,"mobileLeftColumn":25.0,"dynamicHeight":"FIXED"},{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.e6911f8bb94dc6c4a102a74740c41763.svg","topRow":17.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.Folks.computedValue"},{"key":"primaryColumns.Primary___POD.computedValue"},{"key":"primaryColumns.Projects.computedValue"},{"key":"primaryColumns.February.computedValue"},{"key":"primaryColumns.Column_5.computedValue"},{"key":"primaryColumns.Column_6.computedValue"},{"key":"primaryColumns.Column_7.computedValue"},{"key":"primaryColumns.Column_8.computedValue"},{"key":"primaryColumns.Column_9.computedValue"},{"key":"primaryColumns.Column_10.computedValue"},{"key":"primaryColumns.Column_11.computedValue"},{"key":"primaryColumns.Column_12.computedValue"},{"key":"primaryColumns.Column_13.computedValue"},{"key":"primaryColumns.Column_14.computedValue"},{"key":"primaryColumns.Column_15.computedValue"},{"key":"primaryColumns.Column_16.computedValue"},{"key":"primaryColumns.Column_17.computedValue"},{"key":"primaryColumns.Column_18.computedValue"},{"key":"primaryColumns.Column_19.computedValue"},{"key":"primaryColumns.Column_20.computedValue"},{"key":"primaryColumns.rowIndex.computedValue"}],"needsHeightForContent":true,"leftColumn":11.0,"delimiter":",","defaultSelectedRowIndex":0.0,"flexVerticalAlignment":"start","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"tags":["Suggested","Display"],"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.704788736618E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":62.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["Folks","Primary___POD","Projects","February","Column_5","Column_6","Column_7","Column_8","Column_9","Column_10","Column_11","Column_12","Column_13","Column_14","Column_15","Column_16","Column_17","Column_18","Column_19","Column_20","rowIndex"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":45.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"Folks":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"Folks","id":"Folks","alias":"Folks","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Folks","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Folks\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Primary___POD":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"Primary - POD","id":"Primary___POD","alias":"Primary - POD","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Primary - POD","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Primary - POD\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Projects":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"Projects","id":"Projects","alias":"Projects","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Projects","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Projects\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"February":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"February","id":"February","alias":"February","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"February","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"February\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_5":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":4.0,"width":150.0,"originalId":"Column-5","id":"Column_5","alias":"Column-5","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-5","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-5\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_6":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":5.0,"width":150.0,"originalId":"Column-6","id":"Column_6","alias":"Column-6","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-6","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-6\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_7":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":6.0,"width":150.0,"originalId":"Column-7","id":"Column_7","alias":"Column-7","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-7","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-7\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_8":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":7.0,"width":150.0,"originalId":"Column-8","id":"Column_8","alias":"Column-8","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-8","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-8\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_9":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":8.0,"width":150.0,"originalId":"Column-9","id":"Column_9","alias":"Column-9","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-9","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-9\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_10":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":9.0,"width":150.0,"originalId":"Column-10","id":"Column_10","alias":"Column-10","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-10","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-10\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_11":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":10.0,"width":150.0,"originalId":"Column-11","id":"Column_11","alias":"Column-11","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-11","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-11\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_12":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":11.0,"width":150.0,"originalId":"Column-12","id":"Column_12","alias":"Column-12","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-12","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-12\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_13":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":12.0,"width":150.0,"originalId":"Column-13","id":"Column_13","alias":"Column-13","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-13","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-13\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_14":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":13.0,"width":150.0,"originalId":"Column-14","id":"Column_14","alias":"Column-14","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-14","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-14\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_15":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":14.0,"width":150.0,"originalId":"Column-15","id":"Column_15","alias":"Column-15","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-15","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-15\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_16":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":15.0,"width":150.0,"originalId":"Column-16","id":"Column_16","alias":"Column-16","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-16","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-16\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_17":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":16.0,"width":150.0,"originalId":"Column-17","id":"Column_17","alias":"Column-17","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-17","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-17\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_18":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":17.0,"width":150.0,"originalId":"Column-18","id":"Column_18","alias":"Column-18","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-18","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-18\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_19":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":18.0,"width":150.0,"originalId":"Column-19","id":"Column_19","alias":"Column-19","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-19","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-19\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_20":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":19.0,"width":150.0,"originalId":"Column-20","id":"Column_20","alias":"Column-20","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-20","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-20\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"rowIndex":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":20.0,"width":150.0,"originalId":"rowIndex","id":"rowIndex","alias":"rowIndex","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"rowIndex","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"rowIndex\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""}},"key":"wlw5y2mw9x","canFreezeColumn":true,"isDeprecated":false,"rightColumn":59.0,"textSize":"0.875rem","widgetId":"wcl7b0iz2l","minWidth":450.0,"tableData":"{{Api1.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":34.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"boxShadow":"none","iconSVG":"/static/media/icon.3167ea09b141a0db57f2a78cfc022004.svg","labelText":"Label","topRow":56.0,"labelWidth":5.0,"type":"MULTI_SELECT_TREE_WIDGET","mode":"SHOW_ALL","defaultOptionValue":["GREEN"],"animateLoading":true,"leftColumn":12.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"options":"[\n {\n \"label\": \"Blue\",\n \"value\": \"BLUE\",\n \"children\": [\n {\n \"label\": \"Dark Blue\",\n \"value\": \"DARK BLUE\"\n },\n {\n \"label\": \"Light Blue\",\n \"value\": \"LIGHT BLUE\"\n }\n ]\n },\n {\n \"label\": \"Green\",\n \"value\": \"GREEN\"\n },\n {\n \"label\": \"Red\",\n \"value\": \"RED\"\n },\n {\n \"label\": \"Pink\",\n \"value\": \"PINK\"\n },\n {\n \"label\": \"Yellow\",\n \"value\": \"YELLOW\"\n }\n]","placeholderText":"Select option(s)","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisible":true,"version":1.0,"expandAll":false,"tags":["Select"],"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":64.0,"widgetName":"MultiTreeSelect1","displayName":"Multi TreeSelect","searchTags":["dropdown","multiselecttree"],"bottomRow":63.0,"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":32.0,"parentColumnSpace":11.796875,"dynamicTriggerPathList":[],"labelPosition":"Top","key":"4qs8s1rk7r","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":32.0,"widgetId":"yepj5uahff","minWidth":450.0,"parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":57.0,"responsiveBehavior":"fill","mobileLeftColumn":12.0,"maxDynamicHeight":9000.0,"allowClear":false,"minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"MainCustomWidgetTest_Api1","name":"Api1","confirmBeforeExecute":false,"pluginType":"SAAS","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"MainCustomWidgetTest","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"publishedPage":{"name":"MainCustomWidgetTest","slug":"maincustomwidgettest","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":630.0,"containerStyle":"none","snapRows":56.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":89.0,"minHeight":580.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"mobileBottomRow":73.0,"widgetName":"Custom2","srcDoc":{"html":"
\n\t\t\t\t\t\n
\n\n","css":"/* Add some basic styling for the button widget */\n.button-widget {\n text-align: center;\n margin: 20px;\n}\n\n#myButton {\n padding: 10px 20px;\n font-size: 16px;\n font-weight: bold;\n text-align: center;\n text-decoration: none;\n background-color: #3498db; /* Change the color to your preference */\n color: #fff;\n border: 1px solid #2980b9; /* Change the color to your preference */\n border-radius: 5px;\n cursor: pointer;\n}\n\n#myButton:hover {\n background-color: #2980b9; /* Change the color to your preference */\n}\n\n\n\n\n\n\n\n\n\n","js":"appsmith.onReady(() => {\n const button = document.getElementById(\"myButton\");\n button.innerHTML = appsmith.model.name;\n document.getElementById(\"myButton\").addEventListener(\"click\", function () {\n alert(\"Button Clicked!\");\n button.innerHTML = appsmith.model.name;\n // Add additional JavaScript logic here if needed\n });\n});"},"isCanvas":false,"displayName":"Custom","iconSVG":"/static/media/icon.867bcc8399fa3f897d425d72690b86e4.svg","searchTags":["external"],"topRow":1.0,"bottomRow":11.0,"parentRowSpace":10.0,"type":"CUSTOM_WIDGET","hideCard":false,"mobileRightColumn":45.0,"parentColumnSpace":11.796875,"dynamicTriggerPathList":[],"dynamicBindingPathList":[{"key":"theme"},{"key":"defaultModel"}],"leftColumn":5.0,"defaultModel":"{\n \"name\": \"{{Table1.selectedRow.Folks}}\"\n}","theme":"{{appsmith.theme}}","onResetClick":"{{showAlert('Successfully reset!!', '');}}","events":["onResetClick"],"key":"v7nl6krevp","isDeprecated":false,"rightColumn":25.0,"isSearchWildcard":true,"widgetId":"zkuk0sp4no","isVisible":true,"version":1.0,"uncompiledSrcDoc":{"html":"
\n\t\t\t\t\t\n
\n\n","css":"/* Add some basic styling for the button widget */\n.button-widget {\n text-align: center;\n margin: 20px;\n}\n\n#myButton {\n padding: 10px 20px;\n font-size: 16px;\n font-weight: bold;\n text-align: center;\n text-decoration: none;\n background-color: #3498db; /* Change the color to your preference */\n color: #fff;\n border: 1px solid #2980b9; /* Change the color to your preference */\n border-radius: 5px;\n cursor: pointer;\n}\n\n#myButton:hover {\n background-color: #2980b9; /* Change the color to your preference */\n}\n\n\n\n\n\n\n\n\n\n","js":"appsmith.onReady(() => {\n\nconst button = document.getElementById (\"myButton\");\nbutton.innerHTML = appsmith.model.name\n\ndocument.getElementById(\"myButton\").addEventListener(\"click\", function() {\n alert(\"Button Clicked!\");\nbutton.innerHTML = appsmith.model.name\n // Add additional JavaScript logic here if needed\n});\n})"},"parentId":"0","tags":["Display"],"renderMode":"CANVAS","isLoading":false,"mobileTopRow":43.0,"mobileLeftColumn":25.0,"dynamicHeight":"FIXED"},{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"iconSVG":"/static/media/icon.e6911f8bb94dc6c4a102a74740c41763.svg","topRow":17.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.Folks.computedValue"},{"key":"primaryColumns.Primary___POD.computedValue"},{"key":"primaryColumns.Projects.computedValue"},{"key":"primaryColumns.February.computedValue"},{"key":"primaryColumns.Column_5.computedValue"},{"key":"primaryColumns.Column_6.computedValue"},{"key":"primaryColumns.Column_7.computedValue"},{"key":"primaryColumns.Column_8.computedValue"},{"key":"primaryColumns.Column_9.computedValue"},{"key":"primaryColumns.Column_10.computedValue"},{"key":"primaryColumns.Column_11.computedValue"},{"key":"primaryColumns.Column_12.computedValue"},{"key":"primaryColumns.Column_13.computedValue"},{"key":"primaryColumns.Column_14.computedValue"},{"key":"primaryColumns.Column_15.computedValue"},{"key":"primaryColumns.Column_16.computedValue"},{"key":"primaryColumns.Column_17.computedValue"},{"key":"primaryColumns.Column_18.computedValue"},{"key":"primaryColumns.Column_19.computedValue"},{"key":"primaryColumns.Column_20.computedValue"},{"key":"primaryColumns.rowIndex.computedValue"}],"needsHeightForContent":true,"leftColumn":11.0,"delimiter":",","defaultSelectedRowIndex":0.0,"flexVerticalAlignment":"start","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"tags":["Suggested","Display"],"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.704788736618E12,"defaultSelectedRowIndices":[0.0],"mobileBottomRow":62.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["Folks","Primary___POD","Projects","February","Column_5","Column_6","Column_7","Column_8","Column_9","Column_10","Column_11","Column_12","Column_13","Column_14","Column_15","Column_16","Column_17","Column_18","Column_19","Column_20","rowIndex"],"dynamicPropertyPathList":[],"displayName":"Table","bottomRow":45.0,"columnWidthMap":{},"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"Folks":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"Folks","id":"Folks","alias":"Folks","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Folks","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Folks\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Primary___POD":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"Primary - POD","id":"Primary___POD","alias":"Primary - POD","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Primary - POD","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Primary - POD\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Projects":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"Projects","id":"Projects","alias":"Projects","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Projects","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Projects\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"February":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"February","id":"February","alias":"February","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"February","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"February\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_5":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":4.0,"width":150.0,"originalId":"Column-5","id":"Column_5","alias":"Column-5","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-5","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-5\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_6":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":5.0,"width":150.0,"originalId":"Column-6","id":"Column_6","alias":"Column-6","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-6","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-6\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_7":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":6.0,"width":150.0,"originalId":"Column-7","id":"Column_7","alias":"Column-7","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-7","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-7\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_8":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":7.0,"width":150.0,"originalId":"Column-8","id":"Column_8","alias":"Column-8","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-8","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-8\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_9":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":8.0,"width":150.0,"originalId":"Column-9","id":"Column_9","alias":"Column-9","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-9","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-9\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_10":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":9.0,"width":150.0,"originalId":"Column-10","id":"Column_10","alias":"Column-10","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-10","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-10\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_11":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":10.0,"width":150.0,"originalId":"Column-11","id":"Column_11","alias":"Column-11","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-11","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-11\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_12":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":11.0,"width":150.0,"originalId":"Column-12","id":"Column_12","alias":"Column-12","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-12","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-12\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_13":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":12.0,"width":150.0,"originalId":"Column-13","id":"Column_13","alias":"Column-13","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-13","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-13\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_14":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":13.0,"width":150.0,"originalId":"Column-14","id":"Column_14","alias":"Column-14","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-14","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-14\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_15":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":14.0,"width":150.0,"originalId":"Column-15","id":"Column_15","alias":"Column-15","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-15","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-15\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_16":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":15.0,"width":150.0,"originalId":"Column-16","id":"Column_16","alias":"Column-16","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-16","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-16\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_17":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":16.0,"width":150.0,"originalId":"Column-17","id":"Column_17","alias":"Column-17","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-17","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-17\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_18":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":17.0,"width":150.0,"originalId":"Column-18","id":"Column_18","alias":"Column-18","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-18","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-18\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_19":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":18.0,"width":150.0,"originalId":"Column-19","id":"Column_19","alias":"Column-19","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-19","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-19\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_20":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":19.0,"width":150.0,"originalId":"Column-20","id":"Column_20","alias":"Column-20","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-20","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-20\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"rowIndex":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":20.0,"width":150.0,"originalId":"rowIndex","id":"rowIndex","alias":"rowIndex","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"rowIndex","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"rowIndex\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""}},"key":"wlw5y2mw9x","canFreezeColumn":true,"isDeprecated":false,"rightColumn":59.0,"textSize":"0.875rem","widgetId":"wcl7b0iz2l","minWidth":450.0,"tableData":"{{Api1.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":34.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"boxShadow":"none","iconSVG":"/static/media/icon.3167ea09b141a0db57f2a78cfc022004.svg","labelText":"Label","topRow":56.0,"labelWidth":5.0,"type":"MULTI_SELECT_TREE_WIDGET","mode":"SHOW_ALL","defaultOptionValue":["GREEN"],"animateLoading":true,"leftColumn":12.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"options":"[\n {\n \"label\": \"Blue\",\n \"value\": \"BLUE\",\n \"children\": [\n {\n \"label\": \"Dark Blue\",\n \"value\": \"DARK BLUE\"\n },\n {\n \"label\": \"Light Blue\",\n \"value\": \"LIGHT BLUE\"\n }\n ]\n },\n {\n \"label\": \"Green\",\n \"value\": \"GREEN\"\n },\n {\n \"label\": \"Red\",\n \"value\": \"RED\"\n },\n {\n \"label\": \"Pink\",\n \"value\": \"PINK\"\n },\n {\n \"label\": \"Yellow\",\n \"value\": \"YELLOW\"\n }\n]","placeholderText":"Select option(s)","isDisabled":false,"isRequired":false,"dynamicHeight":"FIXED","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisible":true,"version":1.0,"expandAll":false,"tags":["Select"],"isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileBottomRow":64.0,"widgetName":"MultiTreeSelect1","displayName":"Multi TreeSelect","searchTags":["dropdown","multiselecttree"],"bottomRow":63.0,"parentRowSpace":10.0,"hideCard":false,"mobileRightColumn":32.0,"parentColumnSpace":11.796875,"dynamicTriggerPathList":[],"labelPosition":"Top","key":"4qs8s1rk7r","labelTextSize":"0.875rem","isDeprecated":false,"rightColumn":32.0,"widgetId":"yepj5uahff","minWidth":450.0,"parentId":"0","labelAlignment":"left","renderMode":"CANVAS","mobileTopRow":57.0,"responsiveBehavior":"fill","mobileLeftColumn":12.0,"maxDynamicHeight":9000.0,"allowClear":false,"minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"MainCustomWidgetTest_Api1","name":"Api1","confirmBeforeExecute":false,"pluginType":"SAAS","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"MainCustomWidgetTest","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"659d2d6b183ac635e2b6d48e_659d2d82183ac635e2b6d562","deleted":false},{"unpublishedPage":{"name":"Gac","slug":"gac","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1174.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":870.0,"containerStyle":"none","snapRows":125.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":890.0,"parentColumnSpace":1.0,"dynamicTriggerPathList":[],"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"schema":{"__root_schema__":{"labelTextSize":"0.875rem","identifier":"__root_schema__","boxShadow":"none","isRequired":false,"isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","dataType":"object","cellBorderRadius":"{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accessor":"__root_schema__","isVisible":true,"label":"","originalIdentifier":"__root_schema__","borderRadius":"{{((sourceData, formData, fieldState) => (appsmith.theme.borderRadius.appBorderRadius))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","children":{"users_":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData[\"users \"]))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Email Input","sourceData":"gac@gmail.com","isCustomField":false,"accessor":"users ","identifier":"users_","position":0.0,"originalIdentifier":"users ","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"Users"},"roles":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.roles))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"edit+view (page) datasource only view and execute only make public no admin access","isCustomField":false,"accessor":"roles","identifier":"roles","position":1.0,"originalIdentifier":"roles","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"Roles"},"Column_3":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData[\"Column-3\"]))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"direct role","isCustomField":false,"accessor":"Column-3","identifier":"Column_3","position":2.0,"originalIdentifier":"Column-3","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"Column 3"},"BE":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.BE))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"works","isCustomField":false,"accessor":"BE","identifier":"BE","position":3.0,"originalIdentifier":"BE","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"BE"},"Column_5":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData[\"Column-5\"]))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"","isCustomField":false,"accessor":"Column-5","identifier":"Column_5","position":4.0,"originalIdentifier":"Column-5","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"Column 5"},"Column_6":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData[\"Column-6\"]))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"","isCustomField":false,"accessor":"Column-6","identifier":"Column_6","position":5.0,"originalIdentifier":"Column-6","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"Column 6"},"Column_7":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData[\"Column-7\"]))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"","isCustomField":false,"accessor":"Column-7","identifier":"Column_7","position":6.0,"originalIdentifier":"Column-7","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"Column 7"},"Column_8":{"children":{},"dataType":"string","defaultValue":"{{((sourceData, formData, fieldState) => (sourceData[\"Column-8\"]))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","fieldType":"Text Input","sourceData":"","isCustomField":false,"accessor":"Column-8","identifier":"Column_8","position":7.0,"originalIdentifier":"Column-8","boxShadow":"none","borderRadius":"{{((sourceData, formData, fieldState) => ((appsmith.theme.borderRadius.appBorderRadius)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{((sourceData, formData, fieldState) => ((appsmith.theme.colors.primaryColor)))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","iconAlign":"left","isDisabled":false,"isRequired":false,"isSpellCheck":false,"isVisible":true,"labelTextSize":"0.875rem","label":"Column 8"}},"position":-1.0,"isDisabled":false,"sourceData":{"col4":"entry 5","col2":"is 2","col3":"new 3","col1":"This 12"},"cellBoxShadow":"none","fieldType":"Object"}},"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","widgetName":"update_form","submitButtonStyles":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","buttonVariant":"PRIMARY"},"borderColor":"#2E3D4955","dynamicPropertyPathList":[{"key":"schema.__root_schema__.children.date_of_birth.defaultValue"},{"key":"schema.__root_schema__.children.col5.defaultValue"},{"key":"isVisible"},{"key":"borderRadius"},{"key":"onSubmit"}],"displayName":"JSON Form","iconSVG":"/static/media/icon.6bacf7df.svg","onSubmit":"{{UpdateQuery.run(() => SelectQuery.run(), (error) => showAlert(`Error while updating row!\\n${error}`,'error'))}}","topRow":0.0,"bottomRow":86.0,"fieldLimitExceeded":false,"parentRowSpace":10.0,"title":"Update Row Id: {{data_table.selectedRow.rowIndex}}","type":"JSON_FORM_WIDGET","hideCard":false,"animateLoading":true,"parentColumnSpace":16.3125,"dynamicTriggerPathList":[{"key":"onSubmit"}],"leftColumn":40.0,"dynamicBindingPathList":[{"key":"schema.__root_schema__.defaultValue"},{"key":"sourceData"},{"key":"isVisible"},{"key":"schema.__root_schema__.borderRadius"},{"key":"schema.__root_schema__.cellBorderRadius"},{"key":"title"},{"key":"submitButtonStyles.buttonColor"},{"key":"submitButtonStyles.borderRadius"},{"key":"resetButtonStyles.buttonColor"},{"key":"resetButtonStyles.borderRadius"},{"key":"boxShadow"},{"key":"borderRadius"},{"key":"schema.__root_schema__.children.users_.defaultValue"},{"key":"schema.__root_schema__.children.users_.borderRadius"},{"key":"schema.__root_schema__.children.users_.accentColor"},{"key":"schema.__root_schema__.children.roles.defaultValue"},{"key":"schema.__root_schema__.children.roles.borderRadius"},{"key":"schema.__root_schema__.children.roles.accentColor"},{"key":"schema.__root_schema__.children.Column_3.defaultValue"},{"key":"schema.__root_schema__.children.Column_3.borderRadius"},{"key":"schema.__root_schema__.children.Column_3.accentColor"},{"key":"schema.__root_schema__.children.BE.defaultValue"},{"key":"schema.__root_schema__.children.BE.borderRadius"},{"key":"schema.__root_schema__.children.BE.accentColor"},{"key":"schema.__root_schema__.children.Column_5.defaultValue"},{"key":"schema.__root_schema__.children.Column_5.borderRadius"},{"key":"schema.__root_schema__.children.Column_5.accentColor"},{"key":"schema.__root_schema__.children.Column_6.defaultValue"},{"key":"schema.__root_schema__.children.Column_6.borderRadius"},{"key":"schema.__root_schema__.children.Column_6.accentColor"},{"key":"schema.__root_schema__.children.Column_7.defaultValue"},{"key":"schema.__root_schema__.children.Column_7.borderRadius"},{"key":"schema.__root_schema__.children.Column_7.accentColor"},{"key":"schema.__root_schema__.children.Column_8.defaultValue"},{"key":"schema.__root_schema__.children.Column_8.borderRadius"},{"key":"schema.__root_schema__.children.Column_8.accentColor"}],"borderWidth":"0","sourceData":"{{_.omit(data_table.selectedRow, \"customColumn1\", \"__originalIndex__\", \"__primaryKey__\", \"rowIndex\")}}","showReset":true,"resetButtonLabel":"Reset","key":"h9l9ozr8op","labelTextSize":"0.875rem","backgroundColor":"#fff","rightColumn":64.0,"dynamicHeight":"FIXED","autoGenerateForm":true,"widgetId":"tn9ri7ylp2","resetButtonStyles":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","buttonVariant":"SECONDARY"},"isVisible":"{{data_table.selectedRow!==undefined}}","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"scrollContents":true,"fixedFooter":true,"submitButtonLabel":"Update","childStylesheet":{"CHECKBOX":{"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"ARRAY":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBoxShadow":"none"},"CURRENCY_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"DATEPICKER":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"PHONE_NUMBER_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"OBJECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBoxShadow":"none"},"MULTISELECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"SELECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"NUMBER_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"PASSWORD_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"EMAIL_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"RADIO_GROUP":{"boxShadow":"none","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"SWITCH":{"boxShadow":"none","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"TEXT_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"MULTILINE_TEXT_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"}},"disabledWhenInvalid":true,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","maxDynamicHeight":9000.0,"minDynamicHeight":4.0},{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","widgetName":"Container1","borderColor":"#2E3D4955","dynamicPropertyPathList":[{"key":"borderRadius"}],"topRow":0.0,"bottomRow":87.0,"parentRowSpace":10.0,"type":"CONTAINER_WIDGET","shouldScrollContents":true,"parentColumnSpace":19.75,"dynamicTriggerPathList":[],"leftColumn":0.0,"dynamicBindingPathList":[{"key":"borderRadius"},{"key":"boxShadow"}],"children":[{"labelTextSize":"0.875rem","boxShadow":"none","widgetName":"Canvas1","rightColumn":632.0,"detachFromLayout":true,"widgetId":"59rw5mx0bq","containerStyle":"none","topRow":0.0,"bottomRow":870.0,"parentRowSpace":1.0,"isVisible":"true","canExtend":false,"type":"CANVAS_WIDGET","version":1.0,"parentId":"mvubsemxfo","minHeight":870.0,"isLoading":false,"parentColumnSpace":1.0,"dynamicTriggerPathList":[],"leftColumn":0.0,"dynamicBindingPathList":[],"borderRadius":"0px","children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","onSort":"","isVisibleDownload":true,"iconSVG":"/static/media/icon.db8a9cbd.svg","topRow":6.0,"isSortable":true,"onPageChange":"{{SelectQuery.run()}}","type":"TABLE_WIDGET_V2","animateLoading":true,"dynamicBindingPathList":[{"key":"tableData"},{"key":"derivedColumns.customColumn1.buttonLabel"},{"key":"primaryColumns.customColumn1.buttonLabel"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.customColumn1.borderRadius"},{"key":"primaryColumns.users_.computedValue"},{"key":"primaryColumns.roles.computedValue"},{"key":"primaryColumns.Column_3.computedValue"},{"key":"primaryColumns.BE.computedValue"},{"key":"primaryColumns.Column_5.computedValue"},{"key":"primaryColumns.Column_6.computedValue"},{"key":"primaryColumns.Column_7.computedValue"},{"key":"primaryColumns.Column_8.computedValue"},{"key":"primaryColumns.rowIndex.computedValue"}],"leftColumn":1.0,"delimiter":",","defaultSelectedRowIndex":"0","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":true,"isVisible":"true","enableClientSideSearch":true,"version":3.0,"totalRecordsCount":0.0,"isLoading":false,"onSearchTextChanged":"","childStylesheet":{"button":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}"},"iconButton":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","menuColor":"{{appsmith.theme.colors.primaryColor}}"},"menuButton":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","menuColor":"{{appsmith.theme.colors.primaryColor}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.722431693635E12,"primaryColumnId":"id","columnSizeMap":{"task":245.0,"step":62.0,"status":75.0},"widgetName":"data_table","defaultPageSize":0.0,"columnOrder":["users_","roles","Column_3","BE","Column_5","Column_6","Column_7","Column_8","rowIndex","customColumn1"],"dynamicPropertyPathList":[{"key":"primaryColumns.customColumn1.borderRadius"},{"key":"tableData"}],"displayName":"Table","bottomRow":85.0,"parentRowSpace":10.0,"hideCard":false,"parentColumnSpace":16.3125,"dynamicTriggerPathList":[{"key":"primaryColumns.customColumn1.onClick"},{"key":"onPageChange"},{"key":"onSearchTextChanged"},{"key":"onSort"}],"primaryColumns":{"customColumn1":{"isCellVisible":true,"boxShadow":"none","isDerived":true,"computedValue":"","onClick":"{{showModal('Delete_Modal')}}","buttonColor":"#DD4B34","buttonStyle":"rgb(3, 179, 101)","index":5.0,"isVisible":true,"label":"Delete","labelColor":"#FFFFFF","buttonLabel":"{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}","columnType":"button","borderRadius":"{{data_table.processedTableData.map((currentRow, currentIndex) => ( appsmith.theme.borderRadius.appBorderRadius))}}","menuColor":"#03B365","width":150.0,"enableFilter":true,"enableSort":true,"id":"customColumn1","isDisabled":false,"buttonLabelColor":"#FFFFFF","sticky":"right"},"users_":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"users ","id":"users_","alias":"users ","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"users ","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"users \"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"roles":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"roles","id":"roles","alias":"roles","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"roles","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"roles\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_3":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"Column-3","id":"Column_3","alias":"Column-3","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-3","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-3\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"BE":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"BE","id":"BE","alias":"BE","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"BE","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"BE\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_5":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":4.0,"width":150.0,"originalId":"Column-5","id":"Column_5","alias":"Column-5","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-5","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-5\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_6":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":5.0,"width":150.0,"originalId":"Column-6","id":"Column_6","alias":"Column-6","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-6","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-6\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_7":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":6.0,"width":150.0,"originalId":"Column-7","id":"Column_7","alias":"Column-7","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-7","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-7\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"Column_8":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":7.0,"width":150.0,"originalId":"Column-8","id":"Column_8","alias":"Column-8","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"Column-8","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"Column-8\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"rowIndex":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":8.0,"width":150.0,"originalId":"rowIndex","id":"rowIndex","alias":"rowIndex","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"number","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"rowIndex","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{data_table.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"rowIndex\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""}},"key":"zba5qel0au","derivedColumns":{"customColumn1":{"isCellVisible":true,"boxShadow":"none","isDerived":true,"computedValue":"","onClick":"{{showModal('Delete_Modal')}}","buttonColor":"#DD4B34","buttonStyle":"rgb(3, 179, 101)","index":5.0,"isVisible":true,"label":"Delete","labelColor":"#FFFFFF","buttonLabel":"{{data_table.processedTableData.map((currentRow, currentIndex) => ( 'Delete'))}}","columnType":"button","borderRadius":"0px","menuColor":"#03B365","width":150.0,"enableFilter":true,"enableSort":true,"id":"customColumn1","isDisabled":false,"buttonLabelColor":"#FFFFFF"}},"labelTextSize":"0.875rem","rightColumn":63.0,"textSize":"0.875rem","widgetId":"icx7cf3936","enableServerSideFiltering":false,"tableData":"{{SelectQuery.data}}","label":"Data","searchKey":"","parentId":"59rw5mx0bq","serverSidePaginationEnabled":true,"renderMode":"CANVAS","horizontalAlignment":"LEFT","isVisibleSearch":true,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"boxShadow":"none","widgetName":"Text16","dynamicPropertyPathList":[{"key":"fontSize"}],"topRow":1.0,"bottomRow":5.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","parentColumnSpace":11.78515625,"dynamicTriggerPathList":[],"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","leftColumn":0.0,"dynamicBindingPathList":[{"key":"fontFamily"}],"text":"Gac Data","labelTextSize":"0.875rem","rightColumn":39.0,"textAlign":"LEFT","dynamicHeight":"FIXED","widgetId":"urzv99hdc8","isVisible":"true","fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"59rw5mx0bq","isLoading":false,"borderRadius":"0px","maxDynamicHeight":9000.0,"fontSize":"1.5rem","minDynamicHeight":4.0},{"labelTextSize":"0.875rem","boxShadow":"none","widgetName":"refresh_btn","rightColumn":64.0,"onClick":"{{SelectQuery.run()}}","iconName":"refresh","buttonColor":"{{appsmith.theme.colors.primaryColor}}","widgetId":"typ9jslblf","topRow":1.0,"bottomRow":5.0,"parentRowSpace":10.0,"isVisible":"true","type":"ICON_BUTTON_WIDGET","version":1.0,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":12.0703125,"dynamicTriggerPathList":[{"key":"onClick"}],"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","leftColumn":60.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"buttonVariant":"PRIMARY","isDisabled":false},{"labelTextSize":"0.875rem","boxShadow":"none","widgetName":"add_btn","rightColumn":59.0,"onClick":"{{showModal('Insert_Modal')}}","iconName":"add","buttonColor":"{{appsmith.theme.colors.primaryColor}}","widgetId":"8b67sbqskr","topRow":1.0,"bottomRow":5.0,"parentRowSpace":10.0,"isVisible":"true","type":"ICON_BUTTON_WIDGET","version":1.0,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":12.0703125,"dynamicTriggerPathList":[{"key":"onClick"}],"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","leftColumn":55.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"buttonVariant":"PRIMARY","isDisabled":false}]}],"borderWidth":"0","labelTextSize":"0.875rem","backgroundColor":"#FFFFFF","rightColumn":40.0,"dynamicHeight":"FIXED","widgetId":"mvubsemxfo","containerStyle":"card","isVisible":"true","version":1.0,"parentId":"0","isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","maxDynamicHeight":9000.0,"minDynamicHeight":4.0},{"boxShadow":"none","widgetName":"Delete_Modal","topRow":13.0,"bottomRow":37.0,"parentRowSpace":10.0,"type":"MODAL_WIDGET","shouldScrollContents":true,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[],"leftColumn":21.0,"dynamicBindingPathList":[{"key":"borderRadius"}],"children":[{"boxShadow":"none","widgetName":"Canvas3","topRow":0.0,"bottomRow":240.0,"parentRowSpace":1.0,"canExtend":true,"type":"CANVAS_WIDGET","shouldScrollContents":false,"minHeight":240.0,"parentColumnSpace":1.0,"dynamicTriggerPathList":[],"leftColumn":0.0,"dynamicBindingPathList":[],"children":[{"boxShadow":"none","widgetName":"Text11","dynamicPropertyPathList":[{"key":"fontSize"}],"topRow":1.0,"bottomRow":5.0,"type":"TEXT_WIDGET","dynamicTriggerPathList":[],"overflow":"NONE","fontFamily":"System Default","leftColumn":1.0,"dynamicBindingPathList":[],"text":"Delete Row","labelTextSize":"0.875rem","rightColumn":41.0,"textAlign":"LEFT","dynamicHeight":"FIXED","widgetId":"35yoxo4oec","isVisible":"true","fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"zi8fjakv8o","isLoading":false,"borderRadius":"0px","maxDynamicHeight":9000.0,"fontSize":"1.5rem","minDynamicHeight":4.0},{"boxShadow":"none","widgetName":"Button1","onClick":"{{closeModal('Delete_Modal')}}","dynamicPropertyPathList":[],"buttonColor":"#3f3f46","topRow":18.0,"bottomRow":22.0,"type":"BUTTON_WIDGET","dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":36.0,"dynamicBindingPathList":[{"key":"borderRadius"}],"text":"Cancel","isDisabled":false,"labelTextSize":"0.875rem","rightColumn":48.0,"isDefaultClickDisabled":true,"widgetId":"lryg8kw537","isVisible":"true","version":1.0,"recaptchaType":"V3","parentId":"zi8fjakv8o","isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonVariant":"TERTIARY"},{"boxShadow":"none","widgetName":"delete_button","onClick":"{{(function () {\nDeleteQuery.run(() =>{ showAlert('Row successfully deleted!','success');\tSelectQuery.run();\n}, () => showAlert('Something went wrong! Please check debugger for more info.','error'));\ncloseModal('Delete_Modal');\n})()}}","dynamicPropertyPathList":[{"key":"onClick"}],"buttonColor":"#DD4B34","topRow":18.0,"bottomRow":22.0,"type":"BUTTON_WIDGET","dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":48.0,"dynamicBindingPathList":[{"key":"borderRadius"}],"text":"Confirm","isDisabled":false,"labelTextSize":"0.875rem","rightColumn":64.0,"isDefaultClickDisabled":true,"widgetId":"qq02lh7ust","isVisible":"true","version":1.0,"recaptchaType":"V3","parentId":"zi8fjakv8o","isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonVariant":"PRIMARY"},{"boxShadow":"none","widgetName":"Text12","topRow":8.0,"bottomRow":12.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","parentColumnSpace":6.875,"dynamicTriggerPathList":[],"overflow":"NONE","fontFamily":"System Default","leftColumn":1.0,"dynamicBindingPathList":[],"text":"Are you sure you want to delete this item?","labelTextSize":"0.875rem","rightColumn":63.0,"textAlign":"LEFT","dynamicHeight":"FIXED","widgetId":"48uac29g6e","isVisible":"true","fontStyle":"","textColor":"#231F20","version":1.0,"parentId":"zi8fjakv8o","isLoading":false,"borderRadius":"0px","maxDynamicHeight":9000.0,"fontSize":"1rem","minDynamicHeight":4.0}],"isDisabled":false,"labelTextSize":"0.875rem","rightColumn":453.1875,"detachFromLayout":true,"widgetId":"zi8fjakv8o","isVisible":"true","version":1.0,"parentId":"i3whp03wf0","isLoading":false,"borderRadius":"0px"}],"height":240.0,"labelTextSize":"0.875rem","rightColumn":45.0,"detachFromLayout":true,"dynamicHeight":"FIXED","widgetId":"i3whp03wf0","canOutsideClickClose":true,"canEscapeKeyClose":true,"version":2.0,"parentId":"0","isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","maxDynamicHeight":9000.0,"width":456.0,"minDynamicHeight":4.0},{"boxShadow":"none","widgetName":"Insert_Modal","topRow":16.0,"bottomRow":40.0,"parentRowSpace":10.0,"type":"MODAL_WIDGET","shouldScrollContents":false,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[],"leftColumn":17.0,"dynamicBindingPathList":[{"key":"borderRadius"}],"children":[{"boxShadow":"none","widgetName":"Canvas4","topRow":0.0,"bottomRow":600.0,"parentRowSpace":1.0,"canExtend":true,"type":"CANVAS_WIDGET","shouldScrollContents":false,"minHeight":600.0,"parentColumnSpace":1.0,"dynamicTriggerPathList":[],"leftColumn":0.0,"dynamicBindingPathList":[],"children":[{"schema":{"__root_schema__":{"labelTextSize":"0.875rem","identifier":"__root_schema__","boxShadow":"none","isRequired":false,"isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","dataType":"object","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accessor":"__root_schema__","isVisible":true,"label":"","originalIdentifier":"__root_schema__","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{"col4":{"labelTextSize":"0.875rem","identifier":"col4","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col4))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"string","cellBorderRadius":"0px","accessor":"col4","isVisible":true,"label":"Col 4","originalIdentifier":"col4","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":3.0,"isDisabled":false,"sourceData":"entry 5","cellBoxShadow":"none","fieldType":"Text Input"},"rowIndex":{"labelTextSize":"0.875rem","identifier":"rowIndex","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.rowIndex))(insert_form.sourceData, insert_form.formData, insert_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"string","cellBorderRadius":"0px","accessor":"rowIndex","isVisible":false,"label":"Row Index","originalIdentifier":"rowIndex","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":4.0,"isDisabled":false,"sourceData":"0","cellBoxShadow":"none","fieldType":"Text Input"},"col2":{"labelTextSize":"0.875rem","identifier":"col2","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col2))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"string","cellBorderRadius":"0px","accessor":"col2","isVisible":true,"label":"Col 2","originalIdentifier":"col2","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":1.0,"isDisabled":false,"sourceData":"is 2","cellBoxShadow":"none","fieldType":"Text Input"},"col3":{"labelTextSize":"0.875rem","identifier":"col3","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col3))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"string","cellBorderRadius":"0px","accessor":"col3","isVisible":true,"label":"Col 3","originalIdentifier":"col3","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":2.0,"isDisabled":false,"sourceData":"new 3","cellBoxShadow":"none","fieldType":"Text Input"},"col1":{"labelTextSize":"0.875rem","identifier":"col1","isRequired":false,"boxShadow":"none","isCustomField":false,"defaultValue":"{{((sourceData, formData, fieldState) => (sourceData.col1))(update_form.sourceData, update_form.formData, update_form.fieldState)}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","dataType":"string","cellBorderRadius":"0px","accessor":"col1","isVisible":true,"label":"Col 1","originalIdentifier":"col1","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","children":{},"isSpellCheck":false,"iconAlign":"left","position":0.0,"isDisabled":false,"sourceData":"This 12","cellBoxShadow":"none","fieldType":"Text Input"}},"position":-1.0,"isDisabled":false,"sourceData":{"col4":"entry 5","rowIndex":"0","col2":"is 2","col3":"new 3","col1":"This 12"},"cellBoxShadow":"none","fieldType":"Object"}},"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","widgetName":"insert_form","submitButtonStyles":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","buttonVariant":"PRIMARY"},"borderColor":"","dynamicPropertyPathList":[{"key":"schema.__root_schema__.children.date_of_birth.defaultValue"},{"key":"schema.__root_schema__.children.col5.defaultValue"},{"key":"onSubmit"},{"key":"borderRadius"}],"displayName":"JSON Form","iconSVG":"/static/media/icon.6bacf7df.svg","onSubmit":"{{InsertQuery.run(\n\t() => SelectQuery.run()\n\t\t\t\t\t.then(() => closeModal('Insert_Modal')), \n\t(error) => showAlert(`Error while inserting resource!\\n ${error}`,'error'))\n}}","topRow":0.0,"bottomRow":59.0,"fieldLimitExceeded":false,"parentRowSpace":10.0,"title":"Insert Row","type":"JSON_FORM_WIDGET","hideCard":false,"animateLoading":true,"parentColumnSpace":16.3125,"dynamicTriggerPathList":[{"key":"onSubmit"}],"leftColumn":0.0,"dynamicBindingPathList":[{"key":"schema.__root_schema__.defaultValue"},{"key":"sourceData"},{"key":"schema.__root_schema__.children.col1.defaultValue"},{"key":"schema.__root_schema__.children.col3.defaultValue"},{"key":"schema.__root_schema__.children.col4.defaultValue"},{"key":"schema.__root_schema__.children.col2.defaultValue"},{"key":"schema.__root_schema__.children.rowIndex.defaultValue"},{"key":"schema.__root_schema__.borderRadius"},{"key":"schema.__root_schema__.cellBorderRadius"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"submitButtonStyles.buttonColor"},{"key":"submitButtonStyles.borderRadius"},{"key":"resetButtonStyles.buttonColor"},{"key":"resetButtonStyles.borderRadius"},{"key":"schema.__root_schema__.children.col1.accentColor"},{"key":"schema.__root_schema__.children.col1.borderRadius"},{"key":"schema.__root_schema__.children.col2.accentColor"},{"key":"schema.__root_schema__.children.col2.borderRadius"},{"key":"schema.__root_schema__.children.col3.accentColor"},{"key":"schema.__root_schema__.children.col3.borderRadius"},{"key":"schema.__root_schema__.children.col4.accentColor"},{"key":"schema.__root_schema__.children.col4.borderRadius"},{"key":"schema.__root_schema__.children.rowIndex.accentColor"},{"key":"schema.__root_schema__.children.rowIndex.borderRadius"}],"borderWidth":"0","sourceData":"{{_.omit(data_table.tableData[0], \"customColumn1\")}}","showReset":true,"resetButtonLabel":"Reset","key":"h9l9ozr8op","labelTextSize":"0.875rem","backgroundColor":"#fff","rightColumn":64.0,"dynamicHeight":"FIXED","autoGenerateForm":true,"widgetId":"4amgm2y5ph","resetButtonStyles":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","buttonVariant":"SECONDARY"},"isVisible":"true","version":1.0,"parentId":"9rhv3ioohq","renderMode":"CANVAS","isLoading":false,"scrollContents":true,"fixedFooter":true,"submitButtonLabel":"Submit","childStylesheet":{"CHECKBOX":{"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"ARRAY":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBoxShadow":"none"},"CURRENCY_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"DATEPICKER":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"PHONE_NUMBER_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"OBJECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","cellBoxShadow":"none"},"MULTISELECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"SELECT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"NUMBER_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"PASSWORD_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"EMAIL_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"RADIO_GROUP":{"boxShadow":"none","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"SWITCH":{"boxShadow":"none","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"TEXT_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"},"MULTILINE_TEXT_INPUT":{"boxShadow":"none","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","accentColor":"{{appsmith.theme.colors.primaryColor}}"}},"disabledWhenInvalid":true,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","maxDynamicHeight":9000.0,"minDynamicHeight":4.0}],"isDisabled":false,"labelTextSize":"0.875rem","rightColumn":453.1875,"detachFromLayout":true,"widgetId":"9rhv3ioohq","isVisible":"true","version":1.0,"parentId":"vmorzie6eq","isLoading":false,"borderRadius":"0px"}],"height":600.0,"labelTextSize":"0.875rem","rightColumn":41.0,"detachFromLayout":true,"dynamicHeight":"FIXED","widgetId":"vmorzie6eq","canOutsideClickClose":true,"canEscapeKeyClose":true,"version":2.0,"parentId":"0","isLoading":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","maxDynamicHeight":9000.0,"width":532.0,"minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"Gac_SelectQuery","name":"SelectQuery","confirmBeforeExecute":false,"pluginType":"SAAS","jsonPathKeys":["data_table.pageSize","(data_table.pageNo - 1) * data_table.pageSize"],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Gac","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{}},"gitSyncId":"65afd696b672a72a800fd25c_e97ac8d5-803c-45d6-8c10-46972e4e4a0d","deleted":false},{"unpublishedPage":{"name":"Dynamo","slug":"dynamo","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":380.0,"containerStyle":"none","snapRows":57.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":590.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"needsErrorInfo":false,"mobileBottomRow":14.0,"widgetName":"Text1","topRow":1.0,"bottomRow":5.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","mobileRightColumn":25.0,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","parentColumnSpace":12.8125,"dynamicTriggerPathList":[],"leftColumn":9.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"},{"key":"text"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"{{Query2.data}}","key":"s8srrg87qt","rightColumn":54.0,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"ps5tfis6u4","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","version":1.0,"textColor":"#231F20","parentId":"0","isLoading":false,"renderMode":"CANVAS","mobileTopRow":10.0,"originalTopRow":1.0,"responsiveBehavior":"fill","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":9.0,"maxDynamicHeight":9000.0,"originalBottomRow":14.0,"fontSize":"1rem","minDynamicHeight":4.0}]},"layoutOnLoadActions":[[{"id":"Dynamo_Query2","name":"Query2","confirmBeforeExecute":false,"pluginType":"DB","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Dynamo","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"65afd696b672a72a800fd25c_2d4859a2-8f12-4453-b5b1-d1d92b045227","deleted":false},{"unpublishedPage":{"name":"AWSLmabda","slug":"awslmabda","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":380.0,"containerStyle":"none","snapRows":57.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":590.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"topRow":1.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"leftColumn":0.0,"dynamicBindingPathList":[{"key":"tableData"},{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"primaryColumns.functionName.computedValue"},{"key":"primaryColumns.functionArn.computedValue"},{"key":"primaryColumns.runtime.computedValue"},{"key":"primaryColumns.role.computedValue"},{"key":"primaryColumns.handler.computedValue"},{"key":"primaryColumns.codeSize.computedValue"},{"key":"primaryColumns.description.computedValue"},{"key":"primaryColumns.timeout.computedValue"},{"key":"primaryColumns.memorySize.computedValue"},{"key":"primaryColumns.lastModified.computedValue"},{"key":"primaryColumns.codeSha256.computedValue"},{"key":"primaryColumns.version.computedValue"},{"key":"primaryColumns.vpcConfig.computedValue"},{"key":"primaryColumns.deadLetterConfig.computedValue"},{"key":"primaryColumns.environment.computedValue"},{"key":"primaryColumns.tracingConfig.computedValue"},{"key":"primaryColumns.masterArn.computedValue"},{"key":"primaryColumns.revisionId.computedValue"},{"key":"primaryColumns.layers.computedValue"},{"key":"primaryColumns.state.computedValue"},{"key":"primaryColumns.stateReason.computedValue"},{"key":"primaryColumns.stateReasonCode.computedValue"},{"key":"primaryColumns.lastUpdateStatus.computedValue"},{"key":"primaryColumns.lastUpdateStatusReason.computedValue"},{"key":"primaryColumns.lastUpdateStatusReasonCode.computedValue"},{"key":"primaryColumns.fileSystemConfigs.computedValue"},{"key":"primaryColumns.packageType.computedValue"},{"key":"primaryColumns.imageConfigResponse.computedValue"},{"key":"primaryColumns.signingProfileVersionArn.computedValue"},{"key":"primaryColumns.signingJobArn.computedValue"},{"key":"primaryColumns.architectures.computedValue"},{"key":"primaryColumns.ephemeralStorage.computedValue"},{"key":"primaryColumns.snapStart.computedValue"},{"key":"primaryColumns.runtimeVersionConfig.computedValue"},{"key":"primaryColumns.loggingConfig.computedValue"},{"key":"primaryColumns.kmskeyArn.computedValue"}],"delimiter":",","defaultSelectedRowIndex":0.0,"flexVerticalAlignment":"start","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":false,"isVisible":true,"version":2.0,"enableClientSideSearch":true,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"boxShadow":"none","buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"},"iconButton":{"boxShadow":"none","buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"},"menuButton":{"boxShadow":"none","menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.72528649837E12,"defaultSelectedRowIndices":[0.0],"needsErrorInfo":false,"mobileBottomRow":29.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["functionName","functionArn","runtime","role","handler","codeSize","description","timeout","memorySize","lastModified","codeSha256","version","vpcConfig","deadLetterConfig","environment","tracingConfig","masterArn","revisionId","layers","state","stateReason","stateReasonCode","lastUpdateStatus","lastUpdateStatusReason","lastUpdateStatusReasonCode","fileSystemConfigs","packageType","imageConfigResponse","signingProfileVersionArn","signingJobArn","architectures","ephemeralStorage","snapStart","runtimeVersionConfig","loggingConfig","kmskeyArn"],"dynamicPropertyPathList":[],"bottomRow":29.0,"columnWidthMap":{},"parentRowSpace":10.0,"mobileRightColumn":34.0,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"role":{"id":"role","alias":"role","index":3.0,"label":"role","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"role","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"role\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"state":{"id":"state","alias":"state","index":19.0,"label":"state","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"state","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"state\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"layers":{"id":"layers","alias":"layers","index":18.0,"label":"layers","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"layers","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"layers\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"handler":{"id":"handler","alias":"handler","index":4.0,"label":"handler","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"handler","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"handler\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"runtime":{"id":"runtime","alias":"runtime","index":2.0,"label":"runtime","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"runtime","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"runtime\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"timeout":{"id":"timeout","alias":"timeout","index":7.0,"label":"timeout","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"timeout","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"timeout\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"version":{"id":"version","alias":"version","index":11.0,"label":"version","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"version","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"version\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"codeSize":{"id":"codeSize","alias":"codeSize","index":5.0,"label":"codeSize","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"codeSize","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"codeSize\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"kmskeyArn":{"id":"kmskeyArn","alias":"kmskeyArn","index":35.0,"label":"kmskeyArn","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"kmskeyArn","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"kmskeyArn\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"masterArn":{"id":"masterArn","alias":"masterArn","index":16.0,"label":"masterArn","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"masterArn","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"masterArn\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"snapStart":{"id":"snapStart","alias":"snapStart","index":32.0,"label":"snapStart","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"snapStart","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"snapStart\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"vpcConfig":{"id":"vpcConfig","alias":"vpcConfig","index":12.0,"label":"vpcConfig","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"vpcConfig","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"vpcConfig\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"codeSha256":{"id":"codeSha256","alias":"codeSha256","index":10.0,"label":"codeSha256","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"codeSha256","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"codeSha256\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"memorySize":{"id":"memorySize","alias":"memorySize","index":8.0,"label":"memorySize","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"memorySize","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"memorySize\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"revisionId":{"id":"revisionId","alias":"revisionId","index":17.0,"label":"revisionId","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"revisionId","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"revisionId\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"description":{"id":"description","alias":"description","index":6.0,"label":"description","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"description","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"description\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"environment":{"id":"environment","alias":"environment","index":14.0,"label":"environment","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"environment","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"environment\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"functionArn":{"id":"functionArn","alias":"functionArn","index":1.0,"label":"functionArn","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"functionArn","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"functionArn\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"packageType":{"id":"packageType","alias":"packageType","index":26.0,"label":"packageType","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"packageType","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"packageType\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"stateReason":{"id":"stateReason","alias":"stateReason","index":20.0,"label":"stateReason","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"stateReason","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"stateReason\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"functionName":{"id":"functionName","alias":"functionName","index":0.0,"label":"functionName","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"functionName","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"functionName\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"lastModified":{"id":"lastModified","alias":"lastModified","index":9.0,"label":"lastModified","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"date","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"lastModified","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"lastModified\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"architectures":{"id":"architectures","alias":"architectures","index":30.0,"label":"architectures","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"architectures","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"architectures\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"loggingConfig":{"id":"loggingConfig","alias":"loggingConfig","index":34.0,"label":"loggingConfig","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"loggingConfig","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"loggingConfig\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"signingJobArn":{"id":"signingJobArn","alias":"signingJobArn","index":29.0,"label":"signingJobArn","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"signingJobArn","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"signingJobArn\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"tracingConfig":{"id":"tracingConfig","alias":"tracingConfig","index":15.0,"label":"tracingConfig","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"tracingConfig","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"tracingConfig\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"stateReasonCode":{"id":"stateReasonCode","alias":"stateReasonCode","index":21.0,"label":"stateReasonCode","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"stateReasonCode","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"stateReasonCode\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"deadLetterConfig":{"id":"deadLetterConfig","alias":"deadLetterConfig","index":13.0,"label":"deadLetterConfig","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"deadLetterConfig","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"deadLetterConfig\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"ephemeralStorage":{"id":"ephemeralStorage","alias":"ephemeralStorage","index":31.0,"label":"ephemeralStorage","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"ephemeralStorage","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"ephemeralStorage\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"lastUpdateStatus":{"id":"lastUpdateStatus","alias":"lastUpdateStatus","index":22.0,"label":"lastUpdateStatus","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"lastUpdateStatus","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"lastUpdateStatus\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"fileSystemConfigs":{"id":"fileSystemConfigs","alias":"fileSystemConfigs","index":25.0,"label":"fileSystemConfigs","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"fileSystemConfigs","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"fileSystemConfigs\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"imageConfigResponse":{"id":"imageConfigResponse","alias":"imageConfigResponse","index":27.0,"label":"imageConfigResponse","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"imageConfigResponse","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"imageConfigResponse\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"runtimeVersionConfig":{"id":"runtimeVersionConfig","alias":"runtimeVersionConfig","index":33.0,"label":"runtimeVersionConfig","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"runtimeVersionConfig","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"runtimeVersionConfig\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"lastUpdateStatusReason":{"id":"lastUpdateStatusReason","alias":"lastUpdateStatusReason","index":23.0,"label":"lastUpdateStatusReason","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"lastUpdateStatusReason","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"lastUpdateStatusReason\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"signingProfileVersionArn":{"id":"signingProfileVersionArn","alias":"signingProfileVersionArn","index":28.0,"label":"signingProfileVersionArn","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"signingProfileVersionArn","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"signingProfileVersionArn\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"lastUpdateStatusReasonCode":{"id":"lastUpdateStatusReasonCode","alias":"lastUpdateStatusReasonCode","index":24.0,"label":"lastUpdateStatusReasonCode","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"lastUpdateStatusReasonCode","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"lastUpdateStatusReasonCode\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true}},"key":"uqxkc545am","canFreezeColumn":true,"rightColumn":64.0,"textSize":"0.875rem","widgetId":"8nil9oiicp","minWidth":450.0,"tableData":"{{AWSLambdaListall.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":1.0,"isVisibleSearch":true,"horizontalAlignment":"LEFT","responsiveBehavior":"fill","mobileLeftColumn":0.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"}]},"layoutOnLoadActions":[[{"id":"AWSLmabda_AWSLambdaListall","name":"AWSLambdaListall","confirmBeforeExecute":false,"pluginType":"REMOTE","jsonPathKeys":[],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"AWSLmabda","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"65afd696b672a72a800fd25c_56abc288-d14e-4046-8f96-a83c466e38fa","deleted":false},{"unpublishedPage":{"name":"Twilio","slug":"twilio","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":380.0,"containerStyle":"none","snapRows":57.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":590.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"needsErrorInfo":false,"boxShadow":"none","mobileBottomRow":14.0,"widgetName":"Input1","topRow":1.0,"bottomRow":8.0,"parentRowSpace":10.0,"labelWidth":5.0,"autoFocus":false,"type":"INPUT_WIDGET_V2","mobileRightColumn":40.0,"animateLoading":true,"parentColumnSpace":12.8125,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":20.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelPosition":"Top","labelStyle":"","inputType":"TEXT","isDisabled":false,"key":"yfinae6crh","labelTextSize":"0.875rem","isRequired":false,"rightColumn":40.0,"dynamicHeight":"FIXED","widgetId":"oj39cvx9tz","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"minWidth":450.0,"isVisible":true,"label":"Enter message to be sent","version":2.0,"parentId":"0","labelAlignment":"left","renderMode":"CANVAS","isLoading":false,"mobileTopRow":7.0,"responsiveBehavior":"fill","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":20.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"resetFormOnClick":false,"needsErrorInfo":false,"boxShadow":"none","mobileBottomRow":13.0,"widgetName":"Button1","onClick":"{{CreateMessage.run()}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","topRow":17.0,"bottomRow":21.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","mobileRightColumn":25.0,"animateLoading":true,"parentColumnSpace":12.8125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":20.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Submit","isDisabled":false,"key":"oaa1mozkuw","rightColumn":36.0,"isDefaultClickDisabled":true,"widgetId":"gddr2q97o2","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":9.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":9.0,"buttonVariant":"PRIMARY","placement":"CENTER"}]},"layoutOnLoadActions":[],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"Twilio","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"65afd696b672a72a800fd25c_e3c8e188-8c3a-4fa5-87e4-47669f2cab8d","deleted":false},{"unpublishedPage":{"name":"API_Pixabay","slug":"api-pixabay","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":850.0,"containerStyle":"none","snapRows":57.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":590.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"needsErrorInfo":false,"tabId":"","boxShadow":"NONE","widgetName":"Container1","borderColor":"#E0DEDE","isCanvas":true,"displayName":"Container","iconSVG":"/static/media/icon.b4f5f9eb27fc2bb537b53187836aea6c.svg","searchTags":["div","parent","group"],"topRow":1.0,"bottomRow":48.0,"parentRowSpace":10.0,"type":"CONTAINER_WIDGET","hideCard":false,"shouldScrollContents":true,"animateLoading":true,"parentColumnSpace":10.79150390625,"leftColumn":0.0,"children":[{"rightColumn":690.65625,"widgetName":"Canvas1","detachFromLayout":true,"widgetId":"icjc4wj3is","containerStyle":"none","bottomRow":470.0,"topRow":0.0,"parentRowSpace":1.0,"isVisible":true,"type":"CANVAS_WIDGET","canExtend":false,"version":1.0,"parentId":"zurlpypn5o","props":{"containerStyle":"none","canExtend":false,"detachFromLayout":true,"children":[]},"isLoading":false,"minHeight":586.40625,"renderMode":"CANVAS","parentColumnSpace":1.0,"leftColumn":0.0,"children":[{"needsErrorInfo":false,"resetFormOnClick":false,"boxShadow":"none","mobileBottomRow":51.0,"onClick":"{{SearchVideoPixabay.run();\nSearchImagePixabay.run()}}","widgetName":"Button1","buttonColor":"{{appsmith.theme.colors.primaryColor}}","topRow":41.0,"bottomRow":45.0,"parentRowSpace":10.0,"type":"BUTTON_WIDGET","mobileRightColumn":61.0,"animateLoading":true,"parentColumnSpace":10.79150390625,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":44.679245283018865,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Submit","isDisabled":false,"key":"oc3d6m6y1w","rightColumn":64.0,"isDefaultClickDisabled":true,"widgetId":"ie9f6deid6","minWidth":120.0,"isVisible":true,"version":1.0,"recaptchaType":"V3","parentId":"icjc4wj3is","isLoading":false,"renderMode":"CANVAS","mobileTopRow":47.0,"responsiveBehavior":"hug","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":45.0,"disabledWhenInvalid":false,"buttonVariant":"PRIMARY","placement":"CENTER"},{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"topRow":9.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"leftColumn":0.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"tableData"},{"key":"primaryColumns.id.computedValue"},{"key":"primaryColumns.pageURL.computedValue"},{"key":"primaryColumns.type.computedValue"},{"key":"primaryColumns.tags.computedValue"},{"key":"primaryColumns.views.computedValue"},{"key":"primaryColumns.downloads.computedValue"},{"key":"primaryColumns.likes.computedValue"},{"key":"primaryColumns.comments.computedValue"},{"key":"primaryColumns.user_id.computedValue"},{"key":"primaryColumns.user.computedValue"},{"key":"primaryColumns.userImageURL.computedValue"},{"key":"primaryColumns.previewURL.computedValue"},{"key":"primaryColumns.previewWidth.computedValue"},{"key":"primaryColumns.previewHeight.computedValue"},{"key":"primaryColumns.webformatURL.computedValue"},{"key":"primaryColumns.webformatWidth.computedValue"},{"key":"primaryColumns.webformatHeight.computedValue"},{"key":"primaryColumns.largeImageURL.computedValue"},{"key":"primaryColumns.imageWidth.computedValue"},{"key":"primaryColumns.imageHeight.computedValue"},{"key":"primaryColumns.imageSize.computedValue"},{"key":"primaryColumns.collections.computedValue"},{"key":"primaryColumns.duration.computedValue"},{"key":"primaryColumns.videos.computedValue"}],"delimiter":",","defaultSelectedRowIndex":0.0,"flexVerticalAlignment":"start","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":false,"isVisible":true,"version":2.0,"enableClientSideSearch":true,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"boxShadow":"none","buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"},"iconButton":{"boxShadow":"none","buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"},"menuButton":{"boxShadow":"none","menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.725266118058E12,"defaultSelectedRowIndices":[0.0],"needsErrorInfo":false,"mobileBottomRow":43.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["id","pageURL","type","tags","views","downloads","likes","comments","user_id","user","userImageURL","previewURL","previewWidth","previewHeight","webformatURL","webformatWidth","webformatHeight","largeImageURL","imageWidth","imageHeight","imageSize","collections","duration","videos"],"dynamicPropertyPathList":[{"key":"tableData"}],"bottomRow":37.0,"columnWidthMap":{},"parentRowSpace":10.0,"mobileRightColumn":35.0,"parentColumnSpace":10.79150390625,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"id":{"id":"id","alias":"id","index":0.0,"label":"id","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"id","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"id\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"tags":{"id":"tags","alias":"tags","index":3.0,"label":"tags","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"tags","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"tags\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"type":{"id":"type","alias":"type","index":2.0,"label":"type","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"type","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"type\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"user":{"id":"user","alias":"user","index":20.0,"label":"user","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"user","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"user\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"likes":{"id":"likes","alias":"likes","index":17.0,"label":"likes","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"likes","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"likes\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"views":{"id":"views","alias":"views","index":14.0,"label":"views","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"views","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"views\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"pageURL":{"id":"pageURL","alias":"pageURL","index":1.0,"label":"pageURL","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"pageURL","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"pageURL\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"user_id":{"id":"user_id","alias":"user_id","index":19.0,"label":"user_id","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"user_id","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"user_id\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"comments":{"id":"comments","alias":"comments","index":18.0,"label":"comments","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"comments","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"comments\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"downloads":{"id":"downloads","alias":"downloads","index":15.0,"label":"downloads","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"downloads","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"downloads\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"imageSize":{"id":"imageSize","alias":"imageSize","index":13.0,"label":"imageSize","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"imageSize","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"imageSize\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"imageWidth":{"id":"imageWidth","alias":"imageWidth","index":11.0,"label":"imageWidth","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"imageWidth","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"imageWidth\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"previewURL":{"id":"previewURL","alias":"previewURL","index":4.0,"label":"previewURL","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"previewURL","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"previewURL\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"collections":{"id":"collections","alias":"collections","index":16.0,"label":"collections","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"collections","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"collections\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"imageHeight":{"id":"imageHeight","alias":"imageHeight","index":12.0,"label":"imageHeight","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"imageHeight","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"imageHeight\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"previewWidth":{"id":"previewWidth","alias":"previewWidth","index":5.0,"label":"previewWidth","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"previewWidth","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"previewWidth\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"userImageURL":{"id":"userImageURL","alias":"userImageURL","index":21.0,"label":"userImageURL","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"userImageURL","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"userImageURL\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"webformatURL":{"id":"webformatURL","alias":"webformatURL","index":7.0,"label":"webformatURL","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"webformatURL","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"webformatURL\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"largeImageURL":{"id":"largeImageURL","alias":"largeImageURL","index":10.0,"label":"largeImageURL","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"text","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"largeImageURL","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"largeImageURL\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"previewHeight":{"id":"previewHeight","alias":"previewHeight","index":6.0,"label":"previewHeight","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"previewHeight","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"previewHeight\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"webformatWidth":{"id":"webformatWidth","alias":"webformatWidth","index":8.0,"label":"webformatWidth","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"webformatWidth","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"webformatWidth\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"webformatHeight":{"id":"webformatHeight","alias":"webformatHeight","index":9.0,"label":"webformatHeight","width":150.0,"sticky":"","decimals":0.0,"notation":"standard","textSize":"0.875rem","fontStyle":"","isDerived":false,"isVisible":true,"textColor":"","columnType":"number","enableSort":true,"isDisabled":false,"isEditable":false,"originalId":"webformatHeight","validation":{},"currencyCode":"USD","enableFilter":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"webformatHeight\"]))}}","isCellVisible":true,"isSaveVisible":true,"cellBackground":"","isCellEditable":false,"isDiscardVisible":true,"allowCellWrapping":false,"thousandSeparator":true,"verticalAlignment":"CENTER","horizontalAlignment":"LEFT","allowSameOptionsInNewRow":true},"duration":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":22.0,"width":150.0,"originalId":"duration","id":"duration","alias":"duration","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"duration","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"duration\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""},"videos":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":23.0,"width":150.0,"originalId":"videos","id":"videos","alias":"videos","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textColor":"","textSize":"0.875rem","fontStyle":"","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"videos","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"videos\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard","cellBackground":""}},"key":"ft3lc3ilx9","canFreezeColumn":true,"rightColumn":64.0,"textSize":"0.875rem","widgetId":"n4e3vw099v","minWidth":450.0,"tableData":"{{JSChooseOptionPixabay.getFilteredData()}}","label":"Data","searchKey":"","parentId":"icjc4wj3is","renderMode":"CANVAS","mobileTopRow":15.0,"isVisibleSearch":true,"horizontalAlignment":"LEFT","responsiveBehavior":"fill","mobileLeftColumn":1.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"},{"needsErrorInfo":false,"boxShadow":"none","mobileBottomRow":15.0,"widgetName":"InputQuery","topRow":0.0,"bottomRow":7.0,"parentRowSpace":10.0,"labelWidth":5.0,"autoFocus":false,"type":"INPUT_WIDGET_V2","mobileRightColumn":48.0,"animateLoading":true,"parentColumnSpace":10.79150390625,"dynamicTriggerPathList":[],"leftColumn":38.64150943396226,"resetOnSubmit":true,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelPosition":"Top","labelStyle":"","inputType":"TEXT","isDisabled":false,"key":"abx4etsnsu","labelTextSize":"0.875rem","isRequired":false,"rightColumn":62.79245283018868,"dynamicHeight":"FIXED","widgetId":"dwi4lb0gnq","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"minWidth":450.0,"label":"Query Text:","isVisible":true,"version":2.0,"parentId":"icjc4wj3is","isLoading":false,"renderMode":"CANVAS","mobileTopRow":8.0,"labelAlignment":"left","responsiveBehavior":"fill","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":28.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"needsErrorInfo":false,"boxShadow":"none","mobileBottomRow":21.0,"widgetName":"Select1","isFilterable":true,"dynamicPropertyPathList":[{"key":"sourceData"}],"topRow":0.0,"bottomRow":7.0,"labelText":"Search for:","parentRowSpace":10.0,"labelWidth":5.0,"type":"SELECT_WIDGET","serverSideFiltering":false,"mobileRightColumn":23.0,"defaultOptionValue":"GREEN","animateLoading":true,"parentColumnSpace":10.79150390625,"dynamicTriggerPathList":[],"leftColumn":0.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelPosition":"Top","placeholderText":"Select option","isDisabled":false,"sourceData":"[\n {\n \"name\": \"Images\",\n \"code\": \"Images\"\n },\n {\n \"name\": \"Videos\",\n \"code\": \"Videos\"\n }\n]","key":"wge30o6730","labelTextSize":"0.875rem","isRequired":false,"rightColumn":24.150943396226413,"dynamicHeight":"FIXED","widgetId":"mq3w5662fr","accentColor":"{{appsmith.theme.colors.primaryColor}}","optionValue":"code","minWidth":450.0,"isVisible":true,"version":1.0,"parentId":"icjc4wj3is","isLoading":false,"renderMode":"CANVAS","mobileTopRow":14.0,"labelAlignment":"left","optionLabel":"name","responsiveBehavior":"fill","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":3.0,"maxDynamicHeight":9000.0,"minDynamicHeight":4.0}]}],"borderWidth":"1","flexVerticalAlignment":"stretch","key":"ba7go2eclr","backgroundColor":"#FFFFFF","isDeprecated":false,"rightColumn":61.0,"thumbnailSVG":"/static/media/thumbnail.6cb355b93146b5347bbb048a568ed446.svg","dynamicHeight":"AUTO_HEIGHT","widgetId":"zurlpypn5o","containerStyle":"card","onCanvasUI":{"selectionBGCSSVar":"--on-canvas-ui-widget-selection","focusBGCSSVar":"--on-canvas-ui-widget-focus","selectionColorCSSVar":"--on-canvas-ui-widget-focus","focusColorCSSVar":"--on-canvas-ui-widget-selection","disableParentSelection":false},"minWidth":450.0,"isVisible":true,"version":1.0,"parentId":"0","tags":["Layout"],"renderMode":"CANVAS","isLoading":false,"responsiveBehavior":"fill","originalTopRow":1.0,"maxDynamicHeight":9000.0,"originalBottomRow":48.0,"minDynamicHeight":10.0},{"needsErrorInfo":false,"boxShadow":"none","mobileBottomRow":59.0,"widgetName":"Image1","topRow":58.0,"bottomRow":70.0,"parentRowSpace":10.0,"type":"IMAGE_WIDGET","mobileRightColumn":34.0,"animateLoading":true,"parentColumnSpace":13.03125,"dynamicTriggerPathList":[],"imageShape":"RECTANGLE","leftColumn":34.0,"dynamicBindingPathList":[{"key":"borderRadius"},{"key":"defaultImage"}],"key":"xwk82vcuch","defaultImage":"{{Table1.selectedRow.previewURL}}","flexVerticalAlignment":"start","image":"","rightColumn":46.0,"objectFit":"cover","widgetId":"a0y8r79yr0","isVisible":true,"version":1.0,"parentId":"0","isLoading":false,"renderMode":"CANVAS","mobileTopRow":47.0,"maxZoomLevel":1.0,"enableDownload":false,"originalTopRow":58.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":22.0,"originalBottomRow":70.0,"enableRotation":false},{"needsErrorInfo":false,"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","mobileBottomRow":90.0,"widgetName":"Video1","topRow":57.0,"bottomRow":85.0,"parentRowSpace":10.0,"type":"VIDEO_WIDGET","mobileRightColumn":30.0,"animateLoading":true,"parentColumnSpace":13.03125,"dynamicTriggerPathList":[],"leftColumn":6.0,"dynamicBindingPathList":[{"key":"borderRadius"},{"key":"boxShadow"},{"key":"url"}],"key":"52ww59es40","flexVerticalAlignment":"start","rightColumn":30.0,"backgroundColor":"#000","widgetId":"j51yl8wrps","isVisible":true,"version":1.0,"url":"{{Table1.selectedRow.videos.medium.url}}","parentId":"0","isLoading":false,"renderMode":"CANVAS","mobileTopRow":62.0,"responsiveBehavior":"fill","originalTopRow":57.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":6.0,"originalBottomRow":85.0,"autoPlay":false}]},"layoutOnLoadActions":[[{"id":"API_Pixabay_SearchImagePixabay","name":"SearchImagePixabay","confirmBeforeExecute":false,"pluginType":"API","jsonPathKeys":["InputQuery.text"],"timeoutInMillisecond":10000.0},{"id":"API_Pixabay_SearchVideoPixabay","name":"SearchVideoPixabay","confirmBeforeExecute":false,"pluginType":"API","jsonPathKeys":["InputQuery.text"],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"API_Pixabay","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"65afd696b672a72a800fd25c_03c9205c-b05a-43a7-91bc-df8cb4c6f47e","deleted":false},{"unpublishedPage":{"name":"API_ZipcodeFinder","slug":"api-zipcodefinder","layouts":[{"viewMode":false,"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1224.0,"snapColumns":64.0,"detachFromLayout":true,"widgetId":"0","topRow":0.0,"bottomRow":780.0,"containerStyle":"none","snapRows":57.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":true,"version":90.0,"minHeight":590.0,"parentColumnSpace":1.0,"dynamicBindingPathList":[],"leftColumn":0.0,"children":[{"needsErrorInfo":false,"mobileBottomRow":5.0,"widgetName":"Text2","topRow":1.0,"bottomRow":6.0,"parentRowSpace":10.0,"type":"TEXT_WIDGET","mobileRightColumn":43.0,"animateLoading":true,"overflow":"NONE","fontFamily":"Noto Sans","parentColumnSpace":13.03125,"dynamicTriggerPathList":[],"leftColumn":12.0,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"borderRadius"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"ZIP CODE FINDER","key":"7cms1fn28c","rightColumn":60.0,"textAlign":"CENTER","dynamicHeight":"AUTO_HEIGHT","widgetId":"7poimjpt3f","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#713f12","version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":1.0,"responsiveBehavior":"fill","originalTopRow":1.0,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":27.0,"maxDynamicHeight":9000.0,"originalBottomRow":6.0,"fontSize":"1.875rem","minDynamicHeight":4.0},{"needsErrorInfo":false,"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","mobileBottomRow":79.0,"borderColor":"#E0DEDE","widgetName":"Form1","isCanvas":true,"topRow":8.0,"bottomRow":47.0,"parentRowSpace":10.0,"type":"FORM_WIDGET","shouldScrollContents":true,"mobileRightColumn":38.0,"animateLoading":true,"parentColumnSpace":13.03125,"dynamicTriggerPathList":[],"leftColumn":2.0,"dynamicBindingPathList":[{"key":"boxShadow"}],"children":[{"needsErrorInfo":false,"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","mobileBottomRow":400.0,"widgetName":"Canvas2","topRow":0.0,"bottomRow":390.0,"parentRowSpace":1.0,"type":"CANVAS_WIDGET","canExtend":false,"minHeight":400.0,"mobileRightColumn":312.75,"parentColumnSpace":1.0,"leftColumn":0.0,"dynamicBindingPathList":[{"key":"borderRadius"},{"key":"boxShadow"}],"children":[{"needsErrorInfo":false,"mobileBottomRow":5.0,"widgetName":"Text1","topRow":1.0,"bottomRow":5.0,"type":"TEXT_WIDGET","mobileRightColumn":25.5,"animateLoading":true,"overflow":"NONE","fontFamily":"{{appsmith.theme.fontFamily.appFont}}","dynamicTriggerPathList":[],"leftColumn":1.5,"dynamicBindingPathList":[{"key":"truncateButtonColor"},{"key":"fontFamily"},{"key":"borderRadius"}],"shouldTruncate":false,"truncateButtonColor":"{{appsmith.theme.colors.primaryColor}}","text":"Find Zip Code","key":"7cms1fn28c","rightColumn":25.5,"textAlign":"LEFT","dynamicHeight":"AUTO_HEIGHT","widgetId":"a1jb5gb5pw","minWidth":450.0,"isVisible":true,"fontStyle":"BOLD","textColor":"#231F20","version":1.0,"parentId":"wqb75rcm1x","renderMode":"CANVAS","isLoading":false,"mobileTopRow":1.0,"responsiveBehavior":"fill","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":1.5,"maxDynamicHeight":9000.0,"fontSize":"1.25rem","minDynamicHeight":4.0},{"resetFormOnClick":true,"needsErrorInfo":false,"boxShadow":"none","mobileBottomRow":37.0,"widgetName":"Button1","onClick":"{{getZipCode.run().then(() => {\n showAlert('Zip code retrieved!', 'success');\n});}}","buttonColor":"{{appsmith.theme.colors.primaryColor}}","dynamicPropertyPathList":[],"topRow":33.0,"bottomRow":37.0,"type":"BUTTON_WIDGET","mobileRightColumn":62.0,"animateLoading":true,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":46.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Submit","isDisabled":false,"key":"6n54dcri8x","rightColumn":62.0,"isDefaultClickDisabled":true,"widgetId":"p1i8qg0ijy","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"wqb75rcm1x","renderMode":"CANVAS","isLoading":false,"mobileTopRow":33.0,"responsiveBehavior":"hug","disabledWhenInvalid":true,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":46.0,"buttonVariant":"PRIMARY","placement":"CENTER"},{"resetFormOnClick":true,"needsErrorInfo":false,"boxShadow":"none","mobileBottomRow":37.0,"widgetName":"Button2","buttonColor":"{{appsmith.theme.colors.primaryColor}}","topRow":33.0,"bottomRow":37.0,"type":"BUTTON_WIDGET","mobileRightColumn":46.0,"animateLoading":true,"leftColumn":30.0,"dynamicBindingPathList":[{"key":"buttonColor"},{"key":"borderRadius"}],"text":"Reset","isDisabled":false,"key":"6n54dcri8x","rightColumn":46.0,"isDefaultClickDisabled":true,"widgetId":"9e2ksdd1pw","minWidth":120.0,"isVisible":true,"recaptchaType":"V3","version":1.0,"parentId":"wqb75rcm1x","renderMode":"CANVAS","isLoading":false,"mobileTopRow":33.0,"responsiveBehavior":"hug","disabledWhenInvalid":false,"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":30.0,"buttonVariant":"SECONDARY","placement":"CENTER"},{"needsErrorInfo":false,"boxShadow":"none","mobileBottomRow":8.0,"widgetName":"Input1","topRow":7.0,"bottomRow":14.0,"parentRowSpace":10.0,"labelWidth":5.0,"autoFocus":false,"type":"INPUT_WIDGET_V2","mobileRightColumn":21.0,"animateLoading":true,"parentColumnSpace":4.57421875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":2.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelPosition":"Top","labelStyle":"","inputType":"TEXT","isDisabled":false,"key":"xphkolht79","labelTextSize":"0.875rem","isRequired":false,"rightColumn":40.0,"dynamicHeight":"FIXED","widgetId":"4cd7crppfe","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"minWidth":450.0,"isVisible":true,"label":"City","version":2.0,"parentId":"wqb75rcm1x","labelAlignment":"left","renderMode":"CANVAS","isLoading":false,"mobileTopRow":1.0,"responsiveBehavior":"fill","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":1.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0},{"needsErrorInfo":false,"boxShadow":"none","mobileBottomRow":17.0,"widgetName":"Input2","topRow":17.0,"bottomRow":24.0,"parentRowSpace":10.0,"labelWidth":5.0,"autoFocus":false,"type":"INPUT_WIDGET_V2","mobileRightColumn":29.0,"animateLoading":true,"parentColumnSpace":4.57421875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":2.0,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"}],"labelPosition":"Top","labelStyle":"","inputType":"TEXT","isDisabled":false,"key":"xphkolht79","labelTextSize":"0.875rem","isRequired":false,"rightColumn":39.0,"dynamicHeight":"FIXED","widgetId":"cuvbbk9dk4","accentColor":"{{appsmith.theme.colors.primaryColor}}","showStepArrows":false,"minWidth":450.0,"isVisible":true,"label":"State","version":2.0,"parentId":"wqb75rcm1x","labelAlignment":"left","renderMode":"CANVAS","isLoading":false,"mobileTopRow":10.0,"responsiveBehavior":"fill","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":9.0,"maxDynamicHeight":9000.0,"iconAlign":"left","defaultText":"","minDynamicHeight":4.0}],"key":"8evc0ga8g7","rightColumn":312.75,"detachFromLayout":true,"dynamicHeight":"AUTO_HEIGHT","widgetId":"wqb75rcm1x","containerStyle":"none","minWidth":450.0,"isVisible":true,"version":1.0,"parentId":"7nfqnh2xk5","renderMode":"CANVAS","isLoading":false,"mobileTopRow":0.0,"responsiveBehavior":"fill","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","mobileLeftColumn":0.0,"maxDynamicHeight":9000.0,"minDynamicHeight":4.0,"flexLayers":[]}],"borderWidth":"1","positioning":"fixed","flexVerticalAlignment":"stretch","key":"8c34fnr21g","backgroundColor":"#FFFFFF","rightColumn":36.0,"dynamicHeight":"AUTO_HEIGHT","widgetId":"7nfqnh2xk5","minWidth":450.0,"isVisible":true,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":39.0,"responsiveBehavior":"fill","originalTopRow":8.0,"borderRadius":"1.5rem","mobileLeftColumn":14.0,"maxDynamicHeight":9000.0,"originalBottomRow":47.0,"minDynamicHeight":10.0},{"zoomLevel":50.0,"needsErrorInfo":false,"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","mobileBottomRow":47.0,"widgetName":"Map1","defaultMarkers":"[\n{\n \"lat\": {{Table1.selectedRow.lat}},\n \"long\": {{Table1.selectedRow.lon}},\n \"title\": \"{{Table1.selectedRow.city}}\"\n}\n]","dynamicPropertyPathList":[{"key":"mapCenter"}],"topRow":7.0,"bottomRow":47.0,"parentRowSpace":10.0,"type":"MAP_WIDGET","mobileRightColumn":63.0,"animateLoading":true,"allowZoom":true,"parentColumnSpace":13.03125,"dynamicTriggerPathList":[],"leftColumn":39.0,"dynamicBindingPathList":[{"key":"boxShadow"},{"key":"defaultMarkers"},{"key":"mapCenter"}],"enablePickLocation":true,"mapCenter":"{\n \"lat\": {{Table1.selectedRow.lat}},\n \"long\": {{Table1.selectedRow.lon}},\n \"title\": \"{{Table1.selectedRow.city}}\"\n}","isClickedMarkerCentered":true,"isDisabled":false,"enableSearch":true,"flexVerticalAlignment":"start","key":"6bqdk9ysay","rightColumn":63.0,"widgetId":"5v2ch27fc4","enableMapTypeControl":false,"minWidth":450.0,"isVisible":true,"version":1.0,"parentId":"0","renderMode":"CANVAS","isLoading":false,"mobileTopRow":7.0,"responsiveBehavior":"fill","originalTopRow":7.0,"borderRadius":"1.5rem","mobileLeftColumn":39.0,"originalBottomRow":47.0},{"boxShadow":"{{appsmith.theme.boxShadow.appBoxShadow}}","borderColor":"#E0DEDE","isVisibleDownload":true,"topRow":50.0,"isSortable":true,"type":"TABLE_WIDGET_V2","inlineEditingSaveOption":"ROW_LEVEL","animateLoading":true,"dynamicBindingPathList":[{"key":"accentColor"},{"key":"borderRadius"},{"key":"boxShadow"},{"key":"tableData"},{"key":"primaryColumns.zip_code.computedValue"},{"key":"primaryColumns.valid.computedValue"},{"key":"primaryColumns.city.computedValue"},{"key":"primaryColumns.state.computedValue"},{"key":"primaryColumns.county.computedValue"},{"key":"primaryColumns.timezone.computedValue"},{"key":"primaryColumns.area_codes.computedValue"},{"key":"primaryColumns.country.computedValue"},{"key":"primaryColumns.lat.computedValue"},{"key":"primaryColumns.lon.computedValue"}],"leftColumn":6.0,"delimiter":",","defaultSelectedRowIndex":0.0,"flexVerticalAlignment":"start","accentColor":"{{appsmith.theme.colors.primaryColor}}","isVisibleFilters":false,"isVisible":true,"enableClientSideSearch":true,"version":2.0,"totalRecordsCount":0.0,"isLoading":false,"childStylesheet":{"button":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"menuButton":{"menuColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"iconButton":{"buttonColor":"{{appsmith.theme.colors.primaryColor}}","borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","boxShadow":"none"},"editActions":{"saveButtonColor":"{{appsmith.theme.colors.primaryColor}}","saveBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","discardButtonColor":"{{appsmith.theme.colors.primaryColor}}","discardBorderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}"}},"borderRadius":"{{appsmith.theme.borderRadius.appBorderRadius}}","columnUpdatedAt":1.724408239734E12,"originalBottomRow":78.0,"defaultSelectedRowIndices":[0.0],"needsErrorInfo":false,"mobileBottomRow":89.0,"widgetName":"Table1","defaultPageSize":0.0,"columnOrder":["zip_code","valid","city","state","county","timezone","area_codes","country","lat","lon"],"dynamicPropertyPathList":[{"key":"tableData"}],"bottomRow":78.0,"columnWidthMap":{},"parentRowSpace":10.0,"mobileRightColumn":41.0,"parentColumnSpace":13.03125,"dynamicTriggerPathList":[],"borderWidth":"1","primaryColumns":{"zip_code":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":0.0,"width":150.0,"originalId":"zip_code","id":"zip_code","alias":"zip_code","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"zip_code","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"zip_code\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"valid":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":1.0,"width":150.0,"originalId":"valid","id":"valid","alias":"valid","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"checkbox","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"valid","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"valid\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"city":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":2.0,"width":150.0,"originalId":"city","id":"city","alias":"city","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"city","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"city\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"state":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":3.0,"width":150.0,"originalId":"state","id":"state","alias":"state","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"state","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"state\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"county":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":4.0,"width":150.0,"originalId":"county","id":"county","alias":"county","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"county","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"county\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"timezone":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":5.0,"width":150.0,"originalId":"timezone","id":"timezone","alias":"timezone","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"timezone","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"timezone\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"area_codes":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":6.0,"width":150.0,"originalId":"area_codes","id":"area_codes","alias":"area_codes","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"area_codes","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"area_codes\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"country":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":7.0,"width":150.0,"originalId":"country","id":"country","alias":"country","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"country","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"country\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"lat":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":8.0,"width":150.0,"originalId":"lat","id":"lat","alias":"lat","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"lat","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"lat\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"},"lon":{"allowCellWrapping":false,"allowSameOptionsInNewRow":true,"index":9.0,"width":150.0,"originalId":"lon","id":"lon","alias":"lon","horizontalAlignment":"LEFT","verticalAlignment":"CENTER","columnType":"text","textSize":"0.875rem","enableFilter":true,"enableSort":true,"isVisible":true,"isDisabled":false,"isCellEditable":false,"isEditable":false,"isCellVisible":true,"isDerived":false,"label":"lon","isSaveVisible":true,"isDiscardVisible":true,"computedValue":"{{Table1.processedTableData.map((currentRow, currentIndex) => ( currentRow[\"lon\"]))}}","sticky":"","validation":{},"currencyCode":"USD","decimals":0.0,"thousandSeparator":true,"notation":"standard"}},"key":"lwpkf9kl2t","canFreezeColumn":true,"rightColumn":63.0,"textSize":"0.875rem","widgetId":"nttydhsb5z","minWidth":450.0,"tableData":"{{getZipCode.data}}","label":"Data","searchKey":"","parentId":"0","renderMode":"CANVAS","mobileTopRow":61.0,"horizontalAlignment":"LEFT","isVisibleSearch":true,"responsiveBehavior":"fill","originalTopRow":50.0,"mobileLeftColumn":7.0,"isVisiblePagination":true,"verticalAlignment":"CENTER"}]},"layoutOnLoadActions":[[{"id":"API_ZipcodeFinder_getZipCode","name":"getZipCode","confirmBeforeExecute":false,"pluginType":"API","jsonPathKeys":["Input2.text","Input1.text"],"timeoutInMillisecond":10000.0}]],"layoutOnLoadActionErrors":[],"validOnPageLoadActions":true,"id":"API_ZipcodeFinder","deleted":false,"policies":[],"userPermissions":[]}],"userPermissions":[],"policyMap":{},"isHidden":false},"gitSyncId":"65afd696b672a72a800fd25c_42aee0d5-d9be-46d4-a8c3-9a9d0e17eb56","deleted":false}],"actionList":[{"pluginType":"DB","pluginId":"amazons3-plugin","unpublishedAction":{"name":"CreateNewFile","datasource":{"name":"S3","pluginId":"amazons3-plugin","messages":[],"isAutoGenerated":false,"id":"S3","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"S3","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"UPLOAD_FILE_FROM_BODY"},"bucket":{"data":"assets-test.appsmith.com"},"path":{"data":"MyFile1.txt"},"create":{"dataType":{"data":"YES"},"expiry":{"data":"5"}},"body":{"data":"{{FilePicker1.files[0]}}"},"list":{"prefix":{"data":""},"where":{"data":{"condition":"AND"}},"signedUrl":{"data":"NO"},"expiry":{"data":"5"},"unSignedUrl":{"data":"YES"}},"read":{"dataType":{"data":"YES"}},"smartSubstitution":{"data":true}}},"executeOnLoad":false,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["FilePicker1.files[0]"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"CreateNewFile","datasource":{"name":"S3","pluginId":"amazons3-plugin","messages":[],"isAutoGenerated":false,"id":"S3","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"S3","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"UPLOAD_FILE_FROM_BODY"},"bucket":{"data":"assets-test.appsmith.com"},"path":{"data":"MyFile1.txt"},"create":{"dataType":{"data":"YES"},"expiry":{"data":"5"}},"body":{"data":"{{FilePicker1.files[0]}}"},"list":{"prefix":{"data":""},"where":{"data":{"condition":"AND"}},"signedUrl":{"data":"NO"},"expiry":{"data":"5"},"unSignedUrl":{"data":"YES"}},"read":{"dataType":{"data":"YES"}},"smartSubstitution":{"data":true}}},"executeOnLoad":false,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["FilePicker1.files[0]"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c3a2122e389c399f6f6551","id":"S3_CreateNewFile","deleted":false},{"pluginType":"DB","pluginId":"amazons3-plugin","unpublishedAction":{"name":"ListFiles","datasource":{"name":"S3","pluginId":"amazons3-plugin","messages":[],"isAutoGenerated":false,"id":"S3","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"S3","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"LIST"},"bucket":{"data":"assets-test.appsmith.com"},"path":{"data":""},"create":{"dataType":{"data":"YES"},"expiry":{"data":"5"}},"body":{"data":""},"list":{"prefix":{"data":""},"where":{"data":{"condition":"AND","children":[{"condition":"EQ"}]}},"signedUrl":{"data":"NO"},"expiry":{"data":"5"},"unSignedUrl":{"data":"YES"},"sortBy":{"data":[{"column":"","order":"Ascending"}]}},"read":{"dataType":{"data":"YES"}},"smartSubstitution":{"data":true}}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"ListFiles","datasource":{"name":"S3","pluginId":"amazons3-plugin","messages":[],"isAutoGenerated":false,"id":"S3","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"S3","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"LIST"},"bucket":{"data":"assets-test.appsmith.com"},"path":{"data":""},"create":{"dataType":{"data":"YES"},"expiry":{"data":"5"}},"body":{"data":""},"list":{"prefix":{"data":""},"where":{"data":{"condition":"AND","children":[{"condition":"EQ"}]}},"signedUrl":{"data":"NO"},"expiry":{"data":"5"},"unSignedUrl":{"data":"YES"},"sortBy":{"data":[{"column":"","order":"Ascending"}]}},"read":{"dataType":{"data":"YES"}},"smartSubstitution":{"data":true}}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c3a1e62e389c399f6f654e","id":"S3_ListFiles","deleted":false},{"pluginType":"DB","pluginId":"oracle-plugin","unpublishedAction":{"name":"Insert","datasource":{"name":"Oracle","pluginId":"oracle-plugin","messages":[],"isAutoGenerated":false,"id":"Oracle","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Oracle","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"preparedStatement":{"data":true},"body":{"data":"INSERT INTO STUDENTS (ID, NAME) VALUES ({{Input1.text}}, '{{Text1.text}}')"}}},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"formData.body.data"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["Text1.text","Input1.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"Insert","datasource":{"name":"Oracle","pluginId":"oracle-plugin","messages":[],"isAutoGenerated":false,"id":"Oracle","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Oracle","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"preparedStatement":{"data":true},"body":{"data":"INSERT INTO STUDENTS (ID, NAME) VALUES ({{Input1.text}}, '{{Text1.text}}')"}}},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"formData.body.data"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["Text1.text","Input1.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c34e822e389c399f6f652c","id":"Oracle_Insert","deleted":false},{"pluginType":"DB","pluginId":"oracle-plugin","unpublishedAction":{"name":"Select","datasource":{"name":"Oracle","pluginId":"oracle-plugin","messages":[],"isAutoGenerated":false,"id":"Oracle","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Oracle","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"preparedStatement":{"data":true},"body":{"data":"SELECT * FROM STUDENTS"}}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"Select","datasource":{"name":"Oracle","pluginId":"oracle-plugin","messages":[],"isAutoGenerated":false,"id":"Oracle","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Oracle","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"preparedStatement":{"data":true},"body":{"data":"SELECT * FROM STUDENTS"}}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c34e0a2e389c399f6f6528","id":"Oracle_Select","deleted":false},{"pluginType":"DB","pluginId":"elasticsearch-plugin","unpublishedAction":{"name":"Query1","datasource":{"name":"ElasticSearch","pluginId":"elasticsearch-plugin","messages":[],"isAutoGenerated":false,"id":"ElasticSearch","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"ElasticSearch","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","path":"https://5564-101-0-63-39.ngrok-free.app/_search","encodeParamsToggle":true,"httpMethod":"GET","selfReferencingDataPaths":[]},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"Query1","datasource":{"name":"ElasticSearch","pluginId":"elasticsearch-plugin","messages":[],"isAutoGenerated":false,"id":"ElasticSearch","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"ElasticSearch","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","path":"https://5564-101-0-63-39.ngrok-free.app/_search","encodeParamsToggle":true,"httpMethod":"GET","selfReferencingDataPaths":[]},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c27d622e389c399f6f651d","id":"ElasticSearch_Query1","deleted":false},{"pluginType":"DB","pluginId":"firestore-plugin","unpublishedAction":{"name":"ListDocs","datasource":{"name":"Firestore","pluginId":"firestore-plugin","messages":[],"isAutoGenerated":false,"id":"Firestore","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Firestore","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"GET_COLLECTION"},"path":{"data":"Users"},"body":{"data":""},"timestampValuePath":{"data":""},"where":{"data":{"condition":"AND","children":[{"condition":"EQ"}]}},"orderBy":{"data":""},"next":{"data":""},"prev":{"data":""},"limitDocuments":{"data":"100"},"deleteKeyPath":{"data":""},"smartSubstitution":true}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"ListDocs","datasource":{"name":"Firestore","pluginId":"firestore-plugin","messages":[],"isAutoGenerated":false,"id":"Firestore","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Firestore","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"GET_COLLECTION"},"path":{"data":"Users"},"body":{"data":""},"timestampValuePath":{"data":""},"where":{"data":{"condition":"AND","children":[{"condition":"EQ"}]}},"orderBy":{"data":""},"next":{"data":""},"prev":{"data":""},"limitDocuments":{"data":"10"},"deleteKeyPath":{"data":""},"smartSubstitution":true}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c2751b2e389c399f6f64fa","id":"Firestore_ListDocs","deleted":false},{"pluginType":"DB","pluginId":"firestore-plugin","unpublishedAction":{"name":"AddDocToCollection","datasource":{"name":"Firestore","pluginId":"firestore-plugin","messages":[],"isAutoGenerated":false,"id":"Firestore","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Firestore","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"ADD_TO_COLLECTION"},"path":{"data":"Users"},"body":{"data":"{\n \"gender\": \"{{Select1.selectedOptionLabel}}\",\n \"_ref\": {\n \"path\": \"{{Text1.text}}\",\n \"id\": \"{{Text2.text}}\"\n },\n \"name\": \"{{Input2.text}}\",\n \"email\": \"{{Input1.text}}\"\n }"},"timestampValuePath":{"data":""},"where":{"data":{"condition":"AND","children":[{"condition":"EQ"}]}},"orderBy":{"data":""},"next":{"data":""},"prev":{"data":""},"limitDocuments":{"data":"10"},"deleteKeyPath":{"data":""},"smartSubstitution":true}},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"formData.body.data"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["Input2.text","Text1.text","Select1.selectedOptionLabel","Input1.text","Text2.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"AddDocToCollection","datasource":{"name":"Firestore","pluginId":"firestore-plugin","messages":[],"isAutoGenerated":false,"id":"Firestore","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Firestore","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"ADD_TO_COLLECTION"},"path":{"data":"Users"},"body":{"data":"{\n \"gender\": \"{{Select1.selectedOptionLabel}}\",\n \"_ref\": {\n \"path\": \"{{Text1.text}}\",\n \"id\": \"{{Text2.text}}\"\n },\n \"name\": \"{{Input2.text}}\",\n \"email\": \"{{Input1.text}}\"\n }"},"timestampValuePath":{"data":""},"where":{"data":{"condition":"AND","children":[{"condition":"EQ"}]}},"orderBy":{"data":""},"next":{"data":""},"prev":{"data":""},"limitDocuments":{"data":"10"},"deleteKeyPath":{"data":""},"smartSubstitution":true}},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"formData.body.data"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["Input2.text","Text1.text","Select1.selectedOptionLabel","Input1.text","Text2.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c2755d2e389c399f6f64fc","id":"Firestore_AddDocToCollection","deleted":false},{"pluginType":"API","pluginId":"restapi-plugin","unpublishedAction":{"name":"Api1","datasource":{"name":"Oauth2.0","pluginId":"restapi-plugin","messages":[],"isAutoGenerated":false,"id":"Oauth2.0","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"OAuth20","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","path":"2/files/list_folder","headers":[],"autoGeneratedHeaders":[{"key":"content-type","value":"application/json"}],"encodeParamsToggle":true,"queryParameters":[],"body":"{\n \"include_deleted\": false,\n \"include_has_explicit_shared_members\": false,\n \"include_media_info\": false,\n \"include_mounted_folders\": true,\n \"include_non_downloadable_files\": true,\n \"path\": \"\",\n \"recursive\": false\n}","bodyFormData":[],"httpMethod":"POST","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}],"formData":{"apiContentType":"none"}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"Api1","datasource":{"name":"Oauth2.0","pluginId":"restapi-plugin","messages":[],"isAutoGenerated":false,"id":"Oauth2.0","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"OAuth20","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","path":"2/files/list_folder","headers":[],"autoGeneratedHeaders":[{"key":"content-type","value":"application/json"}],"encodeParamsToggle":true,"queryParameters":[],"body":"{\n \"include_deleted\": false,\n \"include_has_explicit_shared_members\": false,\n \"include_media_info\": false,\n \"include_mounted_folders\": true,\n \"include_non_downloadable_files\": true,\n \"path\": \"\",\n \"recursive\": false\n}","bodyFormData":[],"httpMethod":"POST","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}],"formData":{"apiContentType":"none"}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c26cf42e389c399f6f64d4","id":"OAuth20_Api1","deleted":false},{"pluginType":"API","pluginId":"restapi-plugin","unpublishedAction":{"name":"Api2","datasource":{"name":"DEFAULT_REST_DATASOURCE","pluginId":"restapi-plugin","datasourceConfiguration":{"url":"https://reqres.in"},"invalids":[],"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"OAuth20","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","path":"/api/users","headers":[],"autoGeneratedHeaders":[{"key":"content-type","value":"application/json"}],"encodeParamsToggle":true,"queryParameters":[{"key":"delay","value":"3"}],"body":"","bodyFormData":[],"httpMethod":"GET","httpVersion":"HTTP11","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}],"formData":{"apiContentType":"none"}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-06-19T12:35:05Z"},"publishedAction":{"datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-06-19T12:35:05Z"},"gitSyncId":"65afd696b672a72a800fd25c_3576ed02-af9f-41db-b088-d7e76a9b706d","id":"OAuth20_Api2","deleted":false},{"pluginType":"API","pluginId":"restapi-plugin","unpublishedAction":{"name":"Api3","datasource":{"name":"https://www.geeksforgeeks.org","pluginId":"restapi-plugin","datasourceConfiguration":{"url":"https://www.geeksforgeeks.org"},"invalids":[],"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"OAuth20","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","path":"","headers":[],"autoGeneratedHeaders":[],"encodeParamsToggle":true,"queryParameters":[],"httpMethod":"GET","selfReferencingDataPaths":[]},"executeOnLoad":false,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-06-19T12:47:47Z"},"publishedAction":{"datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-06-19T12:47:47Z"},"gitSyncId":"65afd696b672a72a800fd25c_9a140ca8-d8e5-468a-8201-ef9467d97d79","id":"OAuth20_Api3","deleted":false},{"pluginType":"SAAS","pluginId":"google-sheets-plugin","unpublishedAction":{"name":"FetchMany_1Column","datasource":{"name":"GSheets_RWDSelected","pluginId":"google-sheets-plugin","messages":[],"isAutoGenerated":false,"id":"GSheets_RWDSelected","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"GSheetsRWDSel1Column","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"FETCH_MANY"},"entityType":{"data":"ROWS"},"tableHeaderIndex":{"data":"1"},"projection":{"data":["Names"]},"queryFormat":{"data":"ROWS"},"range":{"data":""},"where":{"data":{"condition":"AND","children":[{"condition":"LT"}]}},"pagination":{"data":{"limit":"20","offset":"0"}},"smartSubstitution":{"data":true},"sheetUrl":{"data":"https://docs.google.com/spreadsheets/d/1_iJXTRGEBnEBkpE-53gC7uEqSkBancqTvY_Uqqtwa6w/edit"},"sheetName":{"data":"Sheet1"},"sortBy":{"data":[{"column":"","order":"Ascending"}]}}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"FetchMany_1Column","datasource":{"name":"GSheets_RWDSelected","pluginId":"google-sheets-plugin","messages":[],"isAutoGenerated":false,"id":"GSheets_RWDSelected","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"GSheetsRWDSel1Column","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"FETCH_MANY"},"entityType":{"data":"ROWS"},"tableHeaderIndex":{"data":"1"},"projection":{"data":["Names"]},"queryFormat":{"data":"ROWS"},"range":{"data":""},"where":{"data":{"condition":"AND","children":[{"condition":"LT"}]}},"pagination":{"data":{"limit":"20","offset":"0"}},"smartSubstitution":{"data":true},"sheetUrl":{"data":"https://docs.google.com/spreadsheets/d/1_iJXTRGEBnEBkpE-53gC7uEqSkBancqTvY_Uqqtwa6w/edit"},"sheetName":{"data":"Sheet1"},"sortBy":{"data":[{"column":"","order":"Ascending"}]}}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c271972e389c399f6f64ee","id":"GSheetsRWDSel1Column_FetchMany_1Column","deleted":false},{"pluginType":"DB","pluginId":"smtp-plugin","unpublishedAction":{"name":"Sendmail","datasource":{"name":"SMTP","pluginId":"smtp-plugin","messages":[],"isAutoGenerated":false,"id":"SMTP","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"SMTP","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"Please check if the attachment is present","selfReferencingDataPaths":[],"formData":{"command":"SEND","send":{"bodyType":"text/plain","from":"raksha@appsmith.com","to":"aparna@appsmith.com","cc":"aparnar81@gmail.com","subject":"This is a test email","attachments":"{{FilePicker1.files}}"}}},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"formData.send.attachments"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["FilePicker1.files"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"Sendmail","datasource":{"name":"SMTP","pluginId":"smtp-plugin","messages":[],"isAutoGenerated":false,"id":"SMTP","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"SMTP","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"Please check if the attachment is present","selfReferencingDataPaths":[],"formData":{"command":"SEND","send":{"bodyType":"text/plain","from":"aparna@appsmith.com","to":"aparna@appsmith.com","cc":"aparnar81@gmail.com","subject":"This is a test email","attachments":"{{FilePicker1.files}}"}}},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"formData.send.attachments"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["FilePicker1.files"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c3a1162e389c399f6f6544","id":"SMTP_Sendmail","deleted":false},{"pluginType":"REMOTE","pluginId":"airtable-plugin","unpublishedAction":{"name":"List","datasource":{"name":"Airtable","pluginId":"airtable-plugin","messages":[],"isAutoGenerated":false,"id":"Airtable","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Airtable","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"pageSize":"100","command":"LIST_RECORDS","baseId":"appw2etktLR4ccrBc","tableName":"TestTable"}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"List","datasource":{"name":"Airtable","pluginId":"airtable-plugin","messages":[],"isAutoGenerated":false,"id":"Airtable","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Airtable","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"pageSize":"100","command":"LIST_RECORDS","baseId":"appw2etktLR4ccrBc","tableName":"TestTable"}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c3a3af2e389c399f6f6560","id":"Airtable_List","deleted":false},{"pluginType":"DB","pluginId":"mongo-plugin","unpublishedAction":{"name":"InsertDoc","datasource":{"name":"Mongo","pluginId":"mongo-plugin","messages":[],"isAutoGenerated":false,"id":"Mongo","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Mongo","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"INSERT"},"aggregate":{"limit":{"data":"10"},"arrayPipelines":{"data":""}},"delete":{"limit":{"data":"SINGLE"},"query":{"data":""}},"updateMany":{"limit":{"data":"SINGLE"},"query":{"data":""},"update":{"data":""}},"smartSubstitution":{"data":true},"collection":{"data":"movies"},"find":{"skip":{"data":""},"query":{"data":""},"sort":{"data":""},"limit":{"data":""},"projection":{"data":""}},"insert":{"documents":{"data":"{\n \"revenue\": {{Input1.text}},\n \"imdb_id\": \"{{Input2.text}}\",\n \"release_date\": \"2024-03-24\",\n \"genres\": [\n {\n \"name\": \"{{Input3.text}}\",\n \"id\": 31\n },\n {\n \"name\": \"Friends\",\n \"id\": 19\n },\n {\n \"name\": \"Scifi\",\n \"id\": 890\n }\n ],\n \"vote_average\": {{Input4.text}},\n \"tagline\": \"Too much\",\n \"_id\": \"60d0bdcae00251fb5616b6e2\",\n \"title\": \"Jee vs. jo\",\n \"vote_count\": 5794,\n \"poster_path\": \"/pgqgaUx1cJb5oZQQ5v0tNARCeBp.jpg\",\n \"homepage\": \"https://www.kryptovskong.net/\",\n \"status\": \"Released\"\n }"}},"count":{"query":{"data":""}},"distinct":{"query":{"data":""},"key":{"data":""}},"misc":{"formToNativeQuery":{"data":"{\n \"insert\": \"movies\",\n \"documents\": {\n \"revenue\": {{Input1.text}},\n \"imdb_id\": \"{{Input2.text}}\",\n \"release_date\": \"2024-03-24\",\n \"genres\": [\n {\n \"name\": \"{{Input3.text}}\",\n \"id\": 31\n },\n {\n \"name\": \"Friends\",\n \"id\": 19\n },\n {\n \"name\": \"Scifi\",\n \"id\": 890\n }\n ],\n \"vote_average\": {{Input4.text}},\n \"tagline\": \"Too much\",\n \"_id\": \"60d0bdcae00251fb5616b6e2\",\n \"title\": \"Jee vs. jo\",\n \"vote_count\": 5794,\n \"poster_path\": \"/pgqgaUx1cJb5oZQQ5v0tNARCeBp.jpg\",\n \"homepage\": \"https://www.kryptovskong.net/\",\n \"status\": \"Released\"\n }\n}\n","status":"SUCCESS"}}}},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"formData.insert.documents.data"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["Input2.text","Input1.text","Input3.text","Input4.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"InsertDoc","datasource":{"name":"Mongo","pluginId":"mongo-plugin","messages":[],"isAutoGenerated":false,"id":"Mongo","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Mongo","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"INSERT"},"aggregate":{"limit":{"data":"10"},"arrayPipelines":{"data":""}},"delete":{"limit":{"data":"SINGLE"},"query":{"data":""}},"updateMany":{"limit":{"data":"SINGLE"},"query":{"data":""},"update":{"data":""}},"smartSubstitution":{"data":true},"collection":{"data":"movies"},"find":{"skip":{"data":""},"query":{"data":""},"sort":{"data":""},"limit":{"data":""},"projection":{"data":""}},"insert":{"documents":{"data":"{\n \"revenue\": 435954101,\n \"imdb_id\": \"tt5034839\",\n \"release_date\": \"2021-03-24\",\n \"genres\": [\n {\n \"name\": \"Timepass\",\n \"id\": 29\n },\n {\n \"name\": \"Adventure\",\n \"id\": 13\n },\n {\n \"name\": \"Scifi\",\n \"id\": 879\n }\n ],\n \"vote_average\": 10,\n \"tagline\": \"Not the best\",\n \"_id\": \"60d0bdcae00251fb5616b2e2\",\n \"title\": \"Krypto vs. Kong\",\n \"vote_count\": 5794,\n \"poster_path\": \"/pgqgaUx1cJb5oZQQ5v0tNARCeBp.jpg\",\n \"homepage\": \"https://www.kryptovskong.net/\",\n \"status\": \"Released\"\n }"}},"count":{"query":{"data":""}},"distinct":{"query":{"data":""},"key":{"data":""}},"misc":{"formToNativeQuery":{"data":"{\n \"insert\": \"movies\",\n \"documents\": {\n \"revenue\": 435954101,\n \"imdb_id\": \"tt5034839\",\n \"release_date\": \"2021-03-24\",\n \"genres\": [\n {\n \"name\": \"Timepass\",\n \"id\": 29\n },\n {\n \"name\": \"Adventure\",\n \"id\": 13\n },\n {\n \"name\": \"Scifi\",\n \"id\": 879\n }\n ],\n \"vote_average\": 10,\n \"tagline\": \"Not the best\",\n \"_id\": \"60d0bdcae00251fb5616b2e2\",\n \"title\": \"Krypto vs. Kong\",\n \"vote_count\": 5794,\n \"poster_path\": \"/pgqgaUx1cJb5oZQQ5v0tNARCeBp.jpg\",\n \"homepage\": \"https://www.kryptovskong.net/\",\n \"status\": \"Released\"\n }\n}\n","status":"SUCCESS"}}}},"executeOnLoad":false,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c27b732e389c399f6f6515","id":"Mongo_InsertDoc","deleted":false},{"pluginType":"DB","pluginId":"mongo-plugin","unpublishedAction":{"name":"FindDocs","datasource":{"name":"Mongo","pluginId":"mongo-plugin","messages":[],"isAutoGenerated":false,"id":"Mongo","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Mongo","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"FIND"},"aggregate":{"limit":{"data":"10"},"arrayPipelines":{"data":""}},"delete":{"limit":{"data":"SINGLE"},"query":{"data":""}},"updateMany":{"limit":{"data":"SINGLE"},"query":{"data":""},"update":{"data":""}},"smartSubstitution":{"data":true},"collection":{"data":"movies"},"find":{"skip":{"data":""},"query":{"data":""},"sort":{"data":""},"limit":{"data":"100"},"projection":{"data":""}},"insert":{"documents":{"data":""}},"count":{"query":{"data":""}},"distinct":{"query":{"data":""},"key":{"data":""}},"misc":{"formToNativeQuery":{"data":"{\n \"find\": \"movies\",\n \"limit\": 100,\n \"batchSize\": 100\n}\n","status":"SUCCESS"}}}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"FindDocs","datasource":{"name":"Mongo","pluginId":"mongo-plugin","messages":[],"isAutoGenerated":false,"id":"Mongo","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Mongo","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"FIND"},"aggregate":{"limit":{"data":"10"},"arrayPipelines":{"data":""}},"delete":{"limit":{"data":"SINGLE"},"query":{"data":""}},"updateMany":{"limit":{"data":"SINGLE"},"query":{"data":""},"update":{"data":""}},"smartSubstitution":{"data":true},"collection":{"data":"movies"},"find":{"skip":{"data":""},"query":{"data":""},"sort":{"data":""},"limit":{"data":"100"},"projection":{"data":""}},"insert":{"documents":{"data":""}},"count":{"query":{"data":""}},"distinct":{"query":{"data":""},"key":{"data":""}},"misc":{"formToNativeQuery":{"data":"{\n \"find\": \"movies\",\n \"limit\": 100,\n \"batchSize\": 100\n}\n","status":"SUCCESS"}}}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c27b582e389c399f6f6513","id":"Mongo_FindDocs","deleted":false},{"pluginType":"DB","pluginId":"redshift-plugin","unpublishedAction":{"name":"Select","datasource":{"name":"Redshift","pluginId":"redshift-plugin","messages":[],"isAutoGenerated":false,"id":"Redshift","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Redshift","actionConfiguration":{"paginationType":"NONE","encodeParamsToggle":true,"body":"SELECT * FROM public.\"companyrec\" LIMIT 10;","selfReferencingDataPaths":[]},"executeOnLoad":true,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"Select","datasource":{"name":"Redshift","pluginId":"redshift-plugin","messages":[],"isAutoGenerated":false,"id":"Redshift","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Redshift","actionConfiguration":{"paginationType":"NONE","encodeParamsToggle":true,"body":"SELECT * FROM public.\"companyrec\" LIMIT 10;","selfReferencingDataPaths":[]},"executeOnLoad":true,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c351c12e389c399f6f6536","id":"Redshift_Select","deleted":false},{"pluginType":"DB","pluginId":"redshift-plugin","unpublishedAction":{"name":"Insert","datasource":{"name":"Redshift","pluginId":"redshift-plugin","messages":[],"isAutoGenerated":false,"id":"Redshift","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Redshift","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"INSERT INTO public.\"companyrec\" (\"employeeid\", \"name\", \"age\", \"gender\")\n VALUES ({{Input1.text}}, '{{Input2.text}}', '{{Input3.text}}', '{{Select1.selectedOptionLabel}}');","selfReferencingDataPaths":[]},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["Input2.text","Select1.selectedOptionLabel","Input1.text","Input3.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"Insert","datasource":{"name":"Redshift","pluginId":"redshift-plugin","messages":[],"isAutoGenerated":false,"id":"Redshift","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Redshift","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"INSERT INTO public.\"companyrec\" (\"employeeid\", \"name\", \"age\", \"gender\")\n VALUES ({{Input1.text}}, '{{Input2.text}}', '{{Input3.text}}', '{{Select1.selectedOptionLabel}}');","selfReferencingDataPaths":[]},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["Input2.text","Select1.selectedOptionLabel","Input1.text","Input3.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c35a242e389c399f6f653b","id":"Redshift_Insert","deleted":false},{"pluginType":"SAAS","pluginId":"google-sheets-plugin","unpublishedAction":{"name":"FetchMany","datasource":{"name":"GSheets_RWDAll","pluginId":"google-sheets-plugin","messages":[],"isAutoGenerated":false,"id":"GSheets_RWDAll","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"GSheetsRWDAll","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"FETCH_MANY"},"entityType":{"data":"ROWS"},"tableHeaderIndex":{"data":"1"},"projection":{"data":[]},"queryFormat":{"data":"ROWS"},"range":{"data":""},"where":{"data":{"condition":"AND","children":[{"condition":"LT"}]}},"pagination":{"data":{"limit":"100","offset":"0"}},"smartSubstitution":{"data":true},"sheetUrl":{"data":"https://docs.google.com/spreadsheets/d/1_iJXTRGEBnEBkpE-53gC7uEqSkBancqTvY_Uqqtwa6w/edit"},"sheetName":{"data":"Sheet1"},"sortBy":{"data":[{"column":"","order":"Ascending"}]}}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"FetchMany","datasource":{"name":"GSheets_RWDAll","pluginId":"google-sheets-plugin","messages":[],"isAutoGenerated":false,"id":"GSheets_RWDAll","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"GSheetsRWDAll","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"FETCH_MANY"},"entityType":{"data":"ROWS"},"tableHeaderIndex":{"data":"1"},"projection":{"data":[]},"queryFormat":{"data":"ROWS"},"range":{"data":""},"where":{"data":{"condition":"AND","children":[{"condition":"LT"}]}},"pagination":{"data":{"limit":"100","offset":"0"}},"smartSubstitution":{"data":true},"sheetUrl":{"data":"https://docs.google.com/spreadsheets/d/1_iJXTRGEBnEBkpE-53gC7uEqSkBancqTvY_Uqqtwa6w/edit"},"sheetName":{"data":"Sheet1"},"sortBy":{"data":[{"column":"","order":"Ascending"}]}}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c26de92e389c399f6f64dd","id":"GSheetsRWDAll_FetchMany","deleted":false},{"pluginType":"SAAS","pluginId":"google-sheets-plugin","unpublishedAction":{"name":"InsertOne","datasource":{"name":"GSheets_RWDAll","pluginId":"google-sheets-plugin","messages":[],"isAutoGenerated":false,"id":"GSheets_RWDAll","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"GSheetsRWDAll","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"INSERT_ONE"},"entityType":{"data":"ROWS"},"tableHeaderIndex":{"data":"1"},"projection":{"data":[]},"queryFormat":{"data":"ROWS"},"range":{"data":""},"where":{"data":{"condition":"AND"}},"pagination":{"data":{"limit":"20","offset":"0"}},"smartSubstitution":{"data":true},"sheetUrl":{"data":"https://docs.google.com/spreadsheets/d/1_iJXTRGEBnEBkpE-53gC7uEqSkBancqTvY_Uqqtwa6w/edit"},"sheetName":{"data":"Sheet1"},"rowObjects":{"data":"{\n \"Names\": \"{{Input1.text}}\",\n \"Age\": 8,\n \"March\": \"{{Select1.selectedOptionLabel}}\",\n \"April\": \"Paid\",\n \"May\": \"Paid\"\n }"}}},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"formData.rowObjects.data"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["Select1.selectedOptionLabel","Input1.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"InsertOne","datasource":{"name":"GSheets_RWDAll","pluginId":"google-sheets-plugin","messages":[],"isAutoGenerated":false,"id":"GSheets_RWDAll","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"GSheetsRWDAll","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"INSERT_ONE"},"entityType":{"data":"ROWS"},"tableHeaderIndex":{"data":"1"},"projection":{"data":[]},"queryFormat":{"data":"ROWS"},"range":{"data":""},"where":{"data":{"condition":"AND"}},"pagination":{"data":{"limit":"20","offset":"0"}},"smartSubstitution":{"data":true},"sheetUrl":{"data":"https://docs.google.com/spreadsheets/d/1_iJXTRGEBnEBkpE-53gC7uEqSkBancqTvY_Uqqtwa6w/edit"},"sheetName":{"data":"Sheet1"},"rowObjects":{"data":"{\n \"Names\": \"{{Input1.text}}\",\n \"Age\": 8,\n \"March\": \"{{Select1.selectedOptionLabel}}\",\n \"April\": \"Paid\",\n \"May\": \"Paid\"\n }"}}},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"formData.rowObjects.data"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["Select1.selectedOptionLabel","Input1.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c2700f2e389c399f6f64e0","id":"GSheetsRWDAll_InsertOne","deleted":false},{"pluginType":"DB","pluginId":"postgres-plugin","unpublishedAction":{"name":"Select","datasource":{"name":"PostGreSQL","pluginId":"postgres-plugin","messages":[],"isAutoGenerated":false,"id":"PostGreSQL","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"PostGreSQL","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"SELECT * FROM users;","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}]},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"Select","datasource":{"name":"PostGreSQL","pluginId":"postgres-plugin","messages":[],"isAutoGenerated":false,"id":"PostGreSQL","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"PostGreSQL","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"SELECT * FROM users;","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}]},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c27acb2e389c399f6f6504","id":"PostGreSQL_Select","deleted":false},{"pluginType":"DB","pluginId":"postgres-plugin","unpublishedAction":{"name":"Delete","datasource":{"name":"PostGreSQL","pluginId":"postgres-plugin","messages":[],"isAutoGenerated":false,"id":"PostGreSQL","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"PostGreSQL","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"DELETE FROM public.\"users\"\n WHERE id = {{Input1.text}}; -- Specify a valid condition here. Removing the condition may delete everything in the table!","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}]},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["Input1.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"Delete","datasource":{"name":"PostGreSQL","pluginId":"postgres-plugin","messages":[],"isAutoGenerated":false,"id":"PostGreSQL","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"PostGreSQL","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"DELETE FROM public.\"users\"\n WHERE id = {{Input1.text}}; -- Specify a valid condition here. Removing the condition may delete everything in the table!","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}]},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["Input1.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c3a6632e389c399f6f656e","id":"PostGreSQL_Delete","deleted":false},{"pluginType":"DB","pluginId":"postgres-plugin","unpublishedAction":{"name":"Insert","datasource":{"name":"PostGreSQL","pluginId":"postgres-plugin","messages":[],"isAutoGenerated":false,"id":"PostGreSQL","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"PostGreSQL","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"INSERT INTO public.\"users\" (\"id\", \"name\", \"createdAt\", \"updatedAt\", \"status\", \"gender\", \"avatar\", \"email\", \"address\", \"role\", \"dob\", \"phoneNo\")\n VALUES ({{Input1.text}}, '{{Input2.text}}', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', '{{Select1.selectedOptionLabel}}', 'Male', '', 'kev@gmail.com', '', 'HR', '2019-07-01', '8343141351');","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}]},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["Input2.text","Select1.selectedOptionLabel","Input1.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"Insert","datasource":{"name":"PostGreSQL","pluginId":"postgres-plugin","messages":[],"isAutoGenerated":false,"id":"PostGreSQL","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"PostGreSQL","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"INSERT INTO public.\"users\" (\"id\", \"name\", \"createdAt\", \"updatedAt\", \"status\", \"gender\", \"avatar\", \"email\", \"address\", \"role\", \"dob\", \"phoneNo\")\n VALUES ({{Input1.text}}, 'Kevin', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', '{{Select1.selectedOptionLabel}}', 'Male', '', 'kev@gmail.com', '', 'HR', '2019-07-01', '8343141351');","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}]},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["Select1.selectedOptionLabel","Input1.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"64c252a12e389c399f6f64ca_64c3a5c72e389c399f6f656c","id":"PostGreSQL_Insert","deleted":false},{"pluginType":"JS","pluginId":"js-plugin","unpublishedAction":{"name":"myFun1","fullyQualifiedName":"JSObject1Framework.myFun1","datasource":{"name":"UNUSED_DATASOURCE","pluginId":"js-plugin","messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Inbuilt Framework","collectionId":"Inbuilt Framework_JSObject1Framework","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"function () {\n setInterval(() => {\n showAlert('hi');\n }, 5000, 'interval1');\n}","selfReferencingDataPaths":[],"jsArguments":[]},"executeOnLoad":false,"clientSideExecution":true,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["function () {\n setInterval(() => {\n showAlert('hi');\n }, 5000, 'interval1');\n}"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"myFun1","fullyQualifiedName":"JSObject1.myFun1","datasource":{"name":"UNUSED_DATASOURCE","pluginId":"js-plugin","messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Inbuilt Framework","collectionId":"Inbuilt Framework_JSObject1Framework","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"function () {\n setInterval(() => {\n showAlert('hi');\n }, 5000, 'interval1');\n}","selfReferencingDataPaths":[],"jsArguments":[]},"executeOnLoad":false,"clientSideExecution":true,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["function () {\n setInterval(() => {\n showAlert('hi');\n }, 5000, 'interval1');\n}"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"6576ac061736807a38d1a7a6_6576b99e7523c77a0f0ff93a","id":"Inbuilt Framework_JSObject1Framework.myFun1","deleted":false},{"pluginType":"JS","pluginId":"js-plugin","unpublishedAction":{"name":"myFun2","fullyQualifiedName":"JSObject1Framework.myFun2","datasource":{"name":"UNUSED_DATASOURCE","pluginId":"js-plugin","messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Inbuilt Framework","collectionId":"Inbuilt Framework_JSObject1Framework","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"async function () {\n clearInterval('interval1');\n}","selfReferencingDataPaths":[],"jsArguments":[]},"executeOnLoad":false,"clientSideExecution":true,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["async function () {\n clearInterval('interval1');\n}"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"myFun2","fullyQualifiedName":"JSObject1.myFun2","datasource":{"name":"UNUSED_DATASOURCE","pluginId":"js-plugin","messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Inbuilt Framework","collectionId":"Inbuilt Framework_JSObject1Framework","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"async function () {\n clearInterval('interval1');\n}","selfReferencingDataPaths":[],"jsArguments":[]},"executeOnLoad":false,"clientSideExecution":true,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["async function () {\n clearInterval('interval1');\n}"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"6576ac061736807a38d1a7a6_6576b99e7523c77a0f0ff93b","id":"Inbuilt Framework_JSObject1Framework.myFun2","deleted":false},{"pluginType":"JS","pluginId":"js-plugin","unpublishedAction":{"name":"myFun2","fullyQualifiedName":"JSObject2InBuiltLib.myFun2","datasource":{"name":"UNUSED_DATASOURCE","pluginId":"js-plugin","messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Inbuilt Framework","collectionId":"Inbuilt Framework_JSObject2InBuiltLib","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"async function () {}","selfReferencingDataPaths":[],"jsArguments":[]},"executeOnLoad":false,"clientSideExecution":true,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["async function () {}"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-06-19T13:22:20Z"},"publishedAction":{"datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-06-19T13:22:20Z"},"gitSyncId":"65afd696b672a72a800fd25c_87d6c27d-3f4d-4357-b4f8-eb5258a01bb9","id":"Inbuilt Framework_JSObject2InBuiltLib.myFun2","deleted":false},{"pluginType":"JS","pluginId":"js-plugin","unpublishedAction":{"name":"myFun1","fullyQualifiedName":"JSObject2InBuiltLib.myFun1","datasource":{"name":"UNUSED_DATASOURCE","pluginId":"js-plugin","messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Inbuilt Framework","collectionId":"Inbuilt Framework_JSObject2InBuiltLib","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"function () {\n console.log(_.add(3525, 5325));\n console.log(moment.months());\n}","selfReferencingDataPaths":[],"jsArguments":[]},"executeOnLoad":false,"clientSideExecution":true,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["function () {\n console.log(_.add(3525, 5325));\n console.log(moment.months());\n}"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-06-19T13:22:20Z"},"publishedAction":{"datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-06-19T13:22:20Z"},"gitSyncId":"65afd696b672a72a800fd25c_11387759-2493-445a-bae7-caf34670a64d","id":"Inbuilt Framework_JSObject2InBuiltLib.myFun1","deleted":false},{"pluginType":"REMOTE","pluginId":"hubspot-1.2-plugin","unpublishedAction":{"name":"CRMListObjects","datasource":{"name":"Hubspot","pluginId":"hubspot-1.2-plugin","messages":[],"isAutoGenerated":false,"id":"Hubspot","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Hubspot","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"archived":"false","inludeForeignIds":"false","useForPages":"false","allowPublicApiAccess":"false","allowChildTables":"false","enableChildTablePages":"false","foreignTableId":"null","foreignColumnId":"null","dynamicMetaTags":"{}","limit":"1000","after":"0","roleId":"null","primaryTeamId":"null","secondaryTeamIds":"[]","sendWelcomeEmail":"false","overwrite":"false","isOnlyAfterNotFound":"false","isMatchFullUrl":"false","isMatchQueryString":"false","isPattern":"false","isTrailingSlashOptional":"false","isProtocolAgnostic":"false","childTableId":"null","includeForeignIds":"false","isUsableInContent":"false","allowsAnonymousAccess":"false","copyRows":"false","path":"null","name":"null","redirectStyle":"301","precedence":"0","command":"LIST_OBJECTS","objectType":"Contacts"}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"CRMListObjects","datasource":{"name":"Hubspot","pluginId":"hubspot-1.2-plugin","messages":[],"isAutoGenerated":false,"id":"Hubspot","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Hubspot","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"archived":"false","inludeForeignIds":"false","useForPages":"false","allowPublicApiAccess":"false","allowChildTables":"false","enableChildTablePages":"false","foreignTableId":"null","foreignColumnId":"null","dynamicMetaTags":"{}","limit":"1000","after":"0","roleId":"null","primaryTeamId":"null","secondaryTeamIds":"[]","sendWelcomeEmail":"false","overwrite":"false","isOnlyAfterNotFound":"false","isMatchFullUrl":"false","isMatchQueryString":"false","isPattern":"false","isTrailingSlashOptional":"false","isProtocolAgnostic":"false","childTableId":"null","includeForeignIds":"false","isUsableInContent":"false","allowsAnonymousAccess":"false","copyRows":"false","path":"null","name":"null","redirectStyle":"301","precedence":"0","command":"LIST_OBJECTS","objectType":"Contacts"}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"652d291f40d2164a0e997a75_652e3f423824d14877eb5ef3","id":"Hubspot_CRMListObjects","deleted":false},{"pluginType":"AI","pluginId":"Open AI","unpublishedAction":{"name":"Api1","datasource":{"name":"OpenAI","pluginId":"Open AI","messages":[],"isAutoGenerated":false,"id":"OpenAI","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"OpenAI","actionConfiguration":{"timeoutInMillisecond":60000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"CHAT"},"chatModel":{"data":"gpt-3.5-turbo-1106"},"temperature":"0.2","embeddingsModel":{"data":""},"encodingFormat":"float","visionModel":{"data":""},"maxTokens":"16","messages":[{"role":"user","content":"What are different names for a baby girl"}]}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"Api1","datasource":{"name":"OpenAI","pluginId":"Open AI","messages":[],"isAutoGenerated":false,"id":"OpenAI","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"OpenAI","actionConfiguration":{"timeoutInMillisecond":60000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"CHAT"},"chatModel":{"data":"gpt-3.5-turbo-1106"},"temperature":"0.2","embeddingsModel":{"data":""},"encodingFormat":"float","visionModel":{"data":""},"maxTokens":"16","messages":[{"role":"user","content":"What are different names for a baby girl"}]}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"656970d3b469b52000dd073b_656973deb469b52000dd0791","id":"OpenAI_Api1","deleted":false},{"pluginType":"AI","pluginId":"Open AI","unpublishedAction":{"name":"Api2","datasource":{"name":"OpenAI","pluginId":"Open AI","messages":[],"isAutoGenerated":false,"id":"OpenAI","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"OpenAI","actionConfiguration":{"timeoutInMillisecond":60000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"CHAT"},"chatModel":{"data":"gpt-3.5-turbo"},"maxTokens":"16","temperature":"0","embeddingsModel":{"data":""},"encodingFormat":"float","visionModel":{"data":""}}},"executeOnLoad":false,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T08:46:29Z"},"publishedAction":{"datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T08:46:29Z"},"gitSyncId":"65afd696b672a72a800fd25c_042d1261-fbe0-48eb-8857-ce415b4ee1e8","id":"OpenAI_Api2","deleted":false},{"pluginType":"DB","pluginId":"snowflake-plugin","unpublishedAction":{"name":"SelectQuery","datasource":{"name":"Snowflake","pluginId":"snowflake-plugin","messages":[],"isAutoGenerated":false,"id":"Snowflake","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Snowflake","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"SELECT * FROM PUBLIC.USERS\nWHERE ROLE like '%{{data_table.searchText || \"\"}}%'\nORDER BY {{data_table.sortOrder.column || 'ID'}} {{data_table.sortOrder.order || \"ASC\"}}\nLIMIT {{data_table.pageSize}}\nOFFSET {{(data_table.pageNo - 1) * data_table.pageSize}};","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":false}]},"executeOnLoad":true,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["data_table.sortOrder.column || 'ID'","data_table.sortOrder.order || \"ASC\"","data_table.pageSize","data_table.searchText || \"\"","(data_table.pageNo - 1) * data_table.pageSize"],"userSetOnLoad":true,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"SelectQuery","datasource":{"name":"Snowflake","pluginId":"snowflake-plugin","messages":[],"isAutoGenerated":false,"id":"Snowflake","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Snowflake","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"SELECT * FROM PUBLIC.USERS\nWHERE ROLE like '%{{data_table.searchText || \"\"}}%'\nORDER BY {{data_table.sortOrder.column || 'ID'}} {{data_table.sortOrder.order || \"ASC\"}}\nLIMIT {{data_table.pageSize}}\nOFFSET {{(data_table.pageNo - 1) * data_table.pageSize}};","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":false}]},"executeOnLoad":true,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["data_table.sortOrder.column || 'ID'","data_table.sortOrder.order || \"ASC\"","data_table.pageSize","data_table.searchText || \"\"","(data_table.pageNo - 1) * data_table.pageSize"],"userSetOnLoad":true,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"657aa80a21b8476f056b7c3c_657aaa8e21b8476f056b7ca2","id":"Snowflake_SelectQuery","deleted":false},{"pluginType":"DB","pluginId":"snowflake-plugin","unpublishedAction":{"name":"UpdateQuery","datasource":{"name":"Snowflake","pluginId":"snowflake-plugin","messages":[],"isAutoGenerated":false,"id":"Snowflake","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Snowflake","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"UPDATE PUBLIC.USERS SET\n\t\tROLE = '{{update_form.fieldState.ROLE.isVisible ? update_form.formData.ROLE : update_form.sourceData.ROLE}}',\n\t\tUPDATEDAT = '{{update_form.fieldState.UPDATEDAT.isVisible ? update_form.formData.UPDATEDAT : update_form.sourceData.UPDATEDAT}}',\n GENDER = '{{update_form.fieldState.GENDER.isVisible ? update_form.formData.GENDER : update_form.sourceData.GENDER}}',\n\t\tAVATAR = '{{update_form.fieldState.AVATAR.isVisible ? update_form.formData.AVATAR : update_form.sourceData.AVATAR}}',\n\t\tADDRESS = '{{update_form.fieldState.ADDRESS.isVisible ? update_form.formData.ADDRESS : update_form.sourceData.ADDRESS}}',\n\t\tEMAIL = '{{update_form.fieldState.EMAIL.isVisible ? update_form.formData.EMAIL : update_form.sourceData.EMAIL}}',\n\t\tPHONENO = '{{update_form.fieldState.PHONENO.isVisible ? update_form.formData.PHONENO : update_form.sourceData.PHONENO}}',\n\t\tSTATUS = '{{update_form.fieldState.STATUS.isVisible ? update_form.formData.STATUS : update_form.sourceData.STATUS}}',\n\t\tCREATEDAT = '{{update_form.fieldState.CREATEDAT.isVisible ? update_form.formData.CREATEDAT : update_form.sourceData.CREATEDAT}}',\n\t\tDOB = '{{update_form.fieldState.DOB.isVisible ? update_form.formData.DOB : update_form.sourceData.DOB}}',\n\t\tNAME = '{{update_form.fieldState.NAME.isVisible ? update_form.formData.NAME : update_form.sourceData.NAME}}'\n WHERE ID = {{data_table.selectedRow.ID}};","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}]},"executeOnLoad":false,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["update_form.fieldState.GENDER.isVisible ? update_form.formData.GENDER : update_form.sourceData.GENDER","update_form.fieldState.UPDATEDAT.isVisible ? update_form.formData.UPDATEDAT : update_form.sourceData.UPDATEDAT","update_form.fieldState.STATUS.isVisible ? update_form.formData.STATUS : update_form.sourceData.STATUS","update_form.fieldState.DOB.isVisible ? update_form.formData.DOB : update_form.sourceData.DOB","data_table.selectedRow.ID","update_form.fieldState.AVATAR.isVisible ? update_form.formData.AVATAR : update_form.sourceData.AVATAR","update_form.fieldState.ADDRESS.isVisible ? update_form.formData.ADDRESS : update_form.sourceData.ADDRESS","update_form.fieldState.PHONENO.isVisible ? update_form.formData.PHONENO : update_form.sourceData.PHONENO","update_form.fieldState.ROLE.isVisible ? update_form.formData.ROLE : update_form.sourceData.ROLE","update_form.fieldState.CREATEDAT.isVisible ? update_form.formData.CREATEDAT : update_form.sourceData.CREATEDAT","update_form.fieldState.NAME.isVisible ? update_form.formData.NAME : update_form.sourceData.NAME","update_form.fieldState.EMAIL.isVisible ? update_form.formData.EMAIL : update_form.sourceData.EMAIL"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"UpdateQuery","datasource":{"name":"Snowflake","pluginId":"snowflake-plugin","messages":[],"isAutoGenerated":false,"id":"Snowflake","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Snowflake","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"UPDATE PUBLIC.USERS SET\n\t\tROLE = '{{update_form.fieldState.ROLE.isVisible ? update_form.formData.ROLE : update_form.sourceData.ROLE}}',\n\t\tUPDATEDAT = '{{update_form.fieldState.UPDATEDAT.isVisible ? update_form.formData.UPDATEDAT : update_form.sourceData.UPDATEDAT}}',\n GENDER = '{{update_form.fieldState.GENDER.isVisible ? update_form.formData.GENDER : update_form.sourceData.GENDER}}',\n\t\tAVATAR = '{{update_form.fieldState.AVATAR.isVisible ? update_form.formData.AVATAR : update_form.sourceData.AVATAR}}',\n\t\tADDRESS = '{{update_form.fieldState.ADDRESS.isVisible ? update_form.formData.ADDRESS : update_form.sourceData.ADDRESS}}',\n\t\tEMAIL = '{{update_form.fieldState.EMAIL.isVisible ? update_form.formData.EMAIL : update_form.sourceData.EMAIL}}',\n\t\tPHONENO = '{{update_form.fieldState.PHONENO.isVisible ? update_form.formData.PHONENO : update_form.sourceData.PHONENO}}',\n\t\tSTATUS = '{{update_form.fieldState.STATUS.isVisible ? update_form.formData.STATUS : update_form.sourceData.STATUS}}',\n\t\tCREATEDAT = '{{update_form.fieldState.CREATEDAT.isVisible ? update_form.formData.CREATEDAT : update_form.sourceData.CREATEDAT}}',\n\t\tDOB = '{{update_form.fieldState.DOB.isVisible ? update_form.formData.DOB : update_form.sourceData.DOB}}',\n\t\tNAME = '{{update_form.fieldState.NAME.isVisible ? update_form.formData.NAME : update_form.sourceData.NAME}}'\n WHERE ID = {{data_table.selectedRow.ID}};","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}]},"executeOnLoad":false,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["update_form.fieldState.GENDER.isVisible ? update_form.formData.GENDER : update_form.sourceData.GENDER","update_form.fieldState.UPDATEDAT.isVisible ? update_form.formData.UPDATEDAT : update_form.sourceData.UPDATEDAT","update_form.fieldState.STATUS.isVisible ? update_form.formData.STATUS : update_form.sourceData.STATUS","update_form.fieldState.DOB.isVisible ? update_form.formData.DOB : update_form.sourceData.DOB","data_table.selectedRow.ID","update_form.fieldState.AVATAR.isVisible ? update_form.formData.AVATAR : update_form.sourceData.AVATAR","update_form.fieldState.ADDRESS.isVisible ? update_form.formData.ADDRESS : update_form.sourceData.ADDRESS","update_form.fieldState.PHONENO.isVisible ? update_form.formData.PHONENO : update_form.sourceData.PHONENO","update_form.fieldState.ROLE.isVisible ? update_form.formData.ROLE : update_form.sourceData.ROLE","update_form.fieldState.CREATEDAT.isVisible ? update_form.formData.CREATEDAT : update_form.sourceData.CREATEDAT","update_form.fieldState.NAME.isVisible ? update_form.formData.NAME : update_form.sourceData.NAME","update_form.fieldState.EMAIL.isVisible ? update_form.formData.EMAIL : update_form.sourceData.EMAIL"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"657aa80a21b8476f056b7c3c_657aaa8e21b8476f056b7ca1","id":"Snowflake_UpdateQuery","deleted":false},{"pluginType":"DB","pluginId":"snowflake-plugin","unpublishedAction":{"name":"DeleteQuery","datasource":{"name":"Snowflake","pluginId":"snowflake-plugin","messages":[],"isAutoGenerated":false,"id":"Snowflake","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Snowflake","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"DELETE FROM PUBLIC.USERS\n WHERE ID = {{data_table.triggeredRow.ID}};","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}]},"executeOnLoad":false,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["data_table.triggeredRow.ID"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"DeleteQuery","datasource":{"name":"Snowflake","pluginId":"snowflake-plugin","messages":[],"isAutoGenerated":false,"id":"Snowflake","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Snowflake","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"DELETE FROM PUBLIC.USERS\n WHERE ID = {{data_table.triggeredRow.ID}};","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}]},"executeOnLoad":false,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["data_table.triggeredRow.ID"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"657aa80a21b8476f056b7c3c_657aaa8e21b8476f056b7ca0","id":"Snowflake_DeleteQuery","deleted":false},{"pluginType":"DB","pluginId":"snowflake-plugin","unpublishedAction":{"name":"InsertQuery","datasource":{"name":"Snowflake","pluginId":"snowflake-plugin","messages":[],"isAutoGenerated":false,"id":"Snowflake","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Snowflake","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"INSERT INTO PUBLIC.USERS (\n\tID,\n\tROLE,\n\tUPDATEDAT,\n\tGENDER,\n\tAVATAR,\n\tADDRESS,\n\tEMAIL,\n\tPHONENO,\n\tSTATUS,\n\tCREATEDAT,\n\tDOB,\n\tNAME\n)\nVALUES (\n\t'{{insert_form.formData.ID}}',\n\t'{{insert_form.formData.ROLE}}',\n\t'{{insert_form.formData.UPDATEDAT}}',\n\t'{{insert_form.formData.GENDER}}',\n\t'{{insert_form.formData.AVATAR}}',\n\t'{{insert_form.formData.ADDRESS}}',\n\t'{{insert_form.formData.EMAIL}}',\n\t'{{insert_form.formData.PHONENO}}',\n\t'{{insert_form.formData.STATUS}}',\n\t'{{insert_form.formData.CREATEDAT}}',\n\t'{{insert_form.formData.DOB}}',\n\t'{{insert_form.formData.NAME}}'\n);","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}]},"executeOnLoad":false,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["insert_form.formData.UPDATEDAT","insert_form.formData.ROLE","insert_form.formData.DOB","insert_form.formData.EMAIL","insert_form.formData.CREATEDAT","insert_form.formData.NAME","insert_form.formData.STATUS","insert_form.formData.ADDRESS","insert_form.formData.PHONENO","insert_form.formData.AVATAR","insert_form.formData.GENDER","insert_form.formData.ID"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"InsertQuery","datasource":{"name":"Snowflake","pluginId":"snowflake-plugin","messages":[],"isAutoGenerated":false,"id":"Snowflake","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Snowflake","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"INSERT INTO PUBLIC.USERS (\n\tID,\n\tROLE,\n\tUPDATEDAT,\n\tGENDER,\n\tAVATAR,\n\tADDRESS,\n\tEMAIL,\n\tPHONENO,\n\tSTATUS,\n\tCREATEDAT,\n\tDOB,\n\tNAME\n)\nVALUES (\n\t'{{insert_form.formData.ID}}',\n\t'{{insert_form.formData.ROLE}}',\n\t'{{insert_form.formData.UPDATEDAT}}',\n\t'{{insert_form.formData.GENDER}}',\n\t'{{insert_form.formData.AVATAR}}',\n\t'{{insert_form.formData.ADDRESS}}',\n\t'{{insert_form.formData.EMAIL}}',\n\t'{{insert_form.formData.PHONENO}}',\n\t'{{insert_form.formData.STATUS}}',\n\t'{{insert_form.formData.CREATEDAT}}',\n\t'{{insert_form.formData.DOB}}',\n\t'{{insert_form.formData.NAME}}'\n);","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}]},"executeOnLoad":false,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["insert_form.formData.UPDATEDAT","insert_form.formData.ROLE","insert_form.formData.DOB","insert_form.formData.EMAIL","insert_form.formData.CREATEDAT","insert_form.formData.NAME","insert_form.formData.STATUS","insert_form.formData.ADDRESS","insert_form.formData.PHONENO","insert_form.formData.AVATAR","insert_form.formData.GENDER","insert_form.formData.ID"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"657aa80a21b8476f056b7c3c_657aaa8e21b8476f056b7c9f","id":"Snowflake_InsertQuery","deleted":false},{"pluginType":"JS","pluginId":"js-plugin","unpublishedAction":{"name":"myFun2","fullyQualifiedName":"JSObject1.myFun2","datasource":{"name":"UNUSED_DATASOURCE","pluginId":"js-plugin","messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"MainCustomWidgetTest","collectionId":"MainCustomWidgetTest_JSObject1","actionConfiguration":{"timeoutInMillisecond":0.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"async function () {}","selfReferencingDataPaths":[],"jsArguments":[]},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["async function () {}"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"myFun2","fullyQualifiedName":"JSObject1.myFun2","datasource":{"name":"UNUSED_DATASOURCE","pluginId":"js-plugin","messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"MainCustomWidgetTest","collectionId":"MainCustomWidgetTest_JSObject1","actionConfiguration":{"timeoutInMillisecond":0.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"async function () {}","selfReferencingDataPaths":[],"jsArguments":[]},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["async function () {}"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"659d2d6b183ac635e2b6d48e_659d2d9b183ac635e2b6d575","id":"MainCustomWidgetTest_JSObject1.myFun2","deleted":false},{"pluginType":"JS","pluginId":"js-plugin","unpublishedAction":{"name":"myFun1","fullyQualifiedName":"JSObject1.myFun1","datasource":{"name":"UNUSED_DATASOURCE","pluginId":"js-plugin","messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"MainCustomWidgetTest","collectionId":"MainCustomWidgetTest_JSObject1","actionConfiguration":{"timeoutInMillisecond":0.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"function () {}","selfReferencingDataPaths":[],"jsArguments":[]},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["function () {}"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"myFun1","fullyQualifiedName":"JSObject1.myFun1","datasource":{"name":"UNUSED_DATASOURCE","pluginId":"js-plugin","messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"MainCustomWidgetTest","collectionId":"MainCustomWidgetTest_JSObject1","actionConfiguration":{"timeoutInMillisecond":0.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"function () {}","selfReferencingDataPaths":[],"jsArguments":[]},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["function () {}"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"659d2d6b183ac635e2b6d48e_659d2d9b183ac635e2b6d574","id":"MainCustomWidgetTest_JSObject1.myFun1","deleted":false},{"pluginType":"SAAS","pluginId":"google-sheets-plugin","unpublishedAction":{"name":"Api1","datasource":{"name":"gsheet","pluginId":"google-sheets-plugin","messages":[],"isAutoGenerated":false,"id":"gsheet","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"MainCustomWidgetTest","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"FETCH_MANY"},"entityType":{"data":"ROWS"},"tableHeaderIndex":{"data":"1"},"projection":{"data":"[]","componentData":[],"viewType":"json"},"queryFormat":{"data":"ROWS"},"range":{"data":""},"where":{"data":{"condition":"AND","children":[{"condition":"LT"}]}},"pagination":{"data":{"limit":"20","offset":"0"}},"smartSubstitution":{"data":true},"sheetUrl":{"data":"https://docs.google.com/spreadsheets/d/18z-WZjHf_ZN5JFXRznatGSDn-2T2oyuXkla8VjueXPo/edit","componentData":"https://docs.google.com/spreadsheets/d/1yz0nb8RUsX48QMTT07XHsnYNcHtmjjD2rZeA-7kMbkE/edit","viewType":"component","jsonData":""},"sheetName":{"data":"Projects_Visibility_Feb"},"sortBy":{"data":[{"column":"","order":"Ascending"}]}}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"publishedAction":{"name":"Api1","datasource":{"name":"gsheet","pluginId":"google-sheets-plugin","messages":[],"isAutoGenerated":false,"id":"gsheet","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"MainCustomWidgetTest","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"FETCH_MANY"},"entityType":{"data":"ROWS"},"tableHeaderIndex":{"data":"1"},"projection":{"data":"[]","componentData":[],"viewType":"json"},"queryFormat":{"data":"ROWS"},"range":{"data":""},"where":{"data":{"condition":"AND","children":[{"condition":"LT"}]}},"pagination":{"data":{"limit":"20","offset":"0"}},"smartSubstitution":{"data":true},"sheetUrl":{"data":"https://docs.google.com/spreadsheets/d/18z-WZjHf_ZN5JFXRznatGSDn-2T2oyuXkla8VjueXPo/edit","componentData":"https://docs.google.com/spreadsheets/d/1yz0nb8RUsX48QMTT07XHsnYNcHtmjjD2rZeA-7kMbkE/edit","viewType":"component","jsonData":""},"sheetName":{"data":"Projects_Visibility_Feb"},"sortBy":{"data":[{"column":"","order":"Ascending"}]}}},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:43:25Z"},"gitSyncId":"659d2d6b183ac635e2b6d48e_2024-01-09T11:27:22.427163798Z","id":"MainCustomWidgetTest_Api1","deleted":false},{"pluginType":"DB","pluginId":"mongo-plugin","unpublishedAction":{"name":"Find_movies1","datasource":{"name":"Movies","pluginId":"mongo-plugin","messages":[],"isAutoGenerated":false,"id":"Movies","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"InputCustomWidgetTest","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"FIND"},"aggregate":{"limit":{"data":"10"}},"delete":{"limit":{"data":"SINGLE"}},"updateMany":{"limit":{"data":"SINGLE"}},"smartSubstitution":{"data":true},"find":{"query":{"data":""},"limit":{"data":"{{Table1.pageSize}}"},"sort":{"data":"{{ Table1.sortOrder.column ? { [Table1.sortOrder.column]: Table1.sortOrder.order !== \"desc\" ? 1 : -1 } : {}}}"},"skip":{"data":"{{Table1.pageOffset}}"}},"collection":{"data":"movies"},"body":{"data":"{\n \"find\": \"movies\",\n \"filter\": {\n \"homepage\": \"https://www.godzillavskong.net/\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n"}}},"executeOnLoad":true,"dynamicBindingPathList":[{"key":"formData.find.skip.data"},{"key":"formData.find.sort.data"},{"key":"formData.find.limit.data"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[" Table1.sortOrder.column ? { [Table1.sortOrder.column]: Table1.sortOrder.order !== \"desc\" ? 1 : -1 } : {}","Table1.pageSize","Table1.pageOffset"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:59:09Z"},"publishedAction":{"name":"Find_movies1","datasource":{"name":"Movies","pluginId":"mongo-plugin","messages":[],"isAutoGenerated":false,"id":"Movies","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"InputCustomWidgetTest","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"FIND"},"aggregate":{"limit":{"data":"10"}},"delete":{"limit":{"data":"SINGLE"}},"updateMany":{"limit":{"data":"SINGLE"}},"smartSubstitution":{"data":true},"find":{"query":{"data":""},"limit":{"data":"{{Table1.pageSize}}"},"sort":{"data":"{{ Table1.sortOrder.column ? { [Table1.sortOrder.column]: Table1.sortOrder.order !== \"desc\" ? 1 : -1 } : {}}}"},"skip":{"data":"{{Table1.pageOffset}}"}},"collection":{"data":"movies"},"body":{"data":"{\n \"find\": \"movies\",\n \"filter\": {\n \"homepage\": \"https://www.godzillavskong.net/\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n"}}},"executeOnLoad":true,"dynamicBindingPathList":[{"key":"formData.find.skip.data"},{"key":"formData.find.sort.data"},{"key":"formData.find.limit.data"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[" Table1.sortOrder.column ? { [Table1.sortOrder.column]: Table1.sortOrder.order !== \"desc\" ? 1 : -1 } : {}","Table1.pageSize","Table1.pageOffset"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:59:09Z"},"gitSyncId":"659f8e0d9caaa500ae62a242_2024-01-11T06:59:09.095964325Z","id":"InputCustomWidgetTest_Find_movies1","deleted":false},{"pluginType":"DB","pluginId":"mongo-plugin","unpublishedAction":{"name":"Query1","datasource":{"name":"Movies","pluginId":"mongo-plugin","messages":[],"isAutoGenerated":false,"id":"Movies","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"InputCustomWidgetTest","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"FIND"},"aggregate":{"limit":{"data":"10"}},"delete":{"limit":{"data":"SINGLE"}},"updateMany":{"limit":{"data":"SINGLE"}},"smartSubstitution":{"data":true},"find":{"query":{"data":"{ \"homepage\": \"https://movies.disney.com/cruella\"}"},"limit":{"data":"10"},"sort":{"data":"{\"_id\": 1}"}},"collection":{"data":"movies"},"body":{"data":"{\n \"find\": \"movies\",\n \"filter\": {\n \"homepage\": \"https://movies.disney.com/cruella\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n"}}},"executeOnLoad":false,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:59:09Z"},"publishedAction":{"name":"Query1","datasource":{"name":"Movies","pluginId":"mongo-plugin","messages":[],"isAutoGenerated":false,"id":"Movies","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"InputCustomWidgetTest","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"FIND"},"aggregate":{"limit":{"data":"10"}},"delete":{"limit":{"data":"SINGLE"}},"updateMany":{"limit":{"data":"SINGLE"}},"smartSubstitution":{"data":true},"find":{"query":{"data":"{ \"homepage\": \"https://movies.disney.com/cruella\"}"},"limit":{"data":"10"},"sort":{"data":"{\"_id\": 1}"}},"collection":{"data":"movies"},"body":{"data":"{\n \"find\": \"movies\",\n \"filter\": {\n \"homepage\": \"https://movies.disney.com/cruella\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n"}}},"executeOnLoad":false,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:59:09Z"},"gitSyncId":"659f8e0d9caaa500ae62a242_2024-01-11T06:59:09.095687056Z","id":"InputCustomWidgetTest_Query1","deleted":false},{"pluginType":"DB","pluginId":"mongo-plugin","unpublishedAction":{"name":"Total_record_movies1","datasource":{"name":"Movies","pluginId":"mongo-plugin","messages":[],"isAutoGenerated":false,"id":"Movies","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"InputCustomWidgetTest","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"COUNT"},"aggregate":{"limit":{"data":"10"}},"delete":{"limit":{"data":"SINGLE"}},"updateMany":{"limit":{"data":"SINGLE"}},"smartSubstitution":{"data":true},"find":{"query":{"data":"{ \"homepage\": \"https://www.godzillavskong.net/\"}"},"limit":{"data":"10"},"sort":{"data":"{\"_id\": 1}"}},"collection":{"data":"movies"},"body":{"data":"{\n \"find\": \"movies\",\n \"filter\": {\n \"homepage\": \"https://www.godzillavskong.net/\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n"},"count":{"query":{"data":""}}}},"executeOnLoad":true,"dynamicBindingPathList":[{"key":"formData.count.query.data"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:59:09Z"},"publishedAction":{"name":"Total_record_movies1","datasource":{"name":"Movies","pluginId":"mongo-plugin","messages":[],"isAutoGenerated":false,"id":"Movies","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"InputCustomWidgetTest","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"COUNT"},"aggregate":{"limit":{"data":"10"}},"delete":{"limit":{"data":"SINGLE"}},"updateMany":{"limit":{"data":"SINGLE"}},"smartSubstitution":{"data":true},"find":{"query":{"data":"{ \"homepage\": \"https://www.godzillavskong.net/\"}"},"limit":{"data":"10"},"sort":{"data":"{\"_id\": 1}"}},"collection":{"data":"movies"},"body":{"data":"{\n \"find\": \"movies\",\n \"filter\": {\n \"homepage\": \"https://www.godzillavskong.net/\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n"},"count":{"query":{"data":""}}}},"executeOnLoad":true,"dynamicBindingPathList":[{"key":"formData.count.query.data"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:59:09Z"},"gitSyncId":"659f8e0d9caaa500ae62a242_2024-01-11T06:59:09.095931294Z","id":"InputCustomWidgetTest_Total_record_movies1","deleted":false},{"pluginType":"DB","pluginId":"mongo-plugin","unpublishedAction":{"name":"Update_movies1","datasource":{"name":"Movies","pluginId":"mongo-plugin","messages":[],"isAutoGenerated":false,"id":"Movies","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"InputCustomWidgetTest","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"UPDATE"},"aggregate":{"limit":{"data":"10"}},"delete":{"limit":{"data":"SINGLE"}},"updateMany":{"limit":{"data":"SINGLE"},"query":{"data":"{_id: ObjectId('{{Table1.updatedRow._id}}')}"},"update":{"data":"{{{$set: _.omit(Table1.updatedRow, \"_id\")}}}"}},"smartSubstitution":{"data":true},"find":{"query":{"data":"{ \"homepage\": \"https://www.godzillavskong.net/\"}"},"limit":{"data":"10"},"sort":{"data":"{\"_id\": 1}"}},"collection":{"data":"movies"},"body":{"data":"{\n \"find\": \"movies\",\n \"filter\": {\n \"homepage\": \"https://www.godzillavskong.net/\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n"}}},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"formData.updateMany.query.data"},{"key":"formData.updateMany.update.data"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["{$set: _.omit(Table1.updatedRow, \"_id\")}","Table1.updatedRow._id"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:59:09Z"},"publishedAction":{"name":"Update_movies1","datasource":{"name":"Movies","pluginId":"mongo-plugin","messages":[],"isAutoGenerated":false,"id":"Movies","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"InputCustomWidgetTest","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"UPDATE"},"aggregate":{"limit":{"data":"10"}},"delete":{"limit":{"data":"SINGLE"}},"updateMany":{"limit":{"data":"SINGLE"},"query":{"data":"{_id: ObjectId('{{Table1.updatedRow._id}}')}"},"update":{"data":"{{{$set: _.omit(Table1.updatedRow, \"_id\")}}}"}},"smartSubstitution":{"data":true},"find":{"query":{"data":"{ \"homepage\": \"https://www.godzillavskong.net/\"}"},"limit":{"data":"10"},"sort":{"data":"{\"_id\": 1}"}},"collection":{"data":"movies"},"body":{"data":"{\n \"find\": \"movies\",\n \"filter\": {\n \"homepage\": \"https://www.godzillavskong.net/\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n"}}},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"formData.updateMany.query.data"},{"key":"formData.updateMany.update.data"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["{$set: _.omit(Table1.updatedRow, \"_id\")}","Table1.updatedRow._id"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:59:09Z"},"gitSyncId":"659f8e0d9caaa500ae62a242_2024-01-11T06:59:09.096018244Z","id":"InputCustomWidgetTest_Update_movies1","deleted":false},{"pluginType":"DB","pluginId":"mongo-plugin","unpublishedAction":{"name":"Insert_movies1","datasource":{"name":"Movies","pluginId":"mongo-plugin","messages":[],"isAutoGenerated":false,"id":"Movies","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"InputCustomWidgetTest","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"INSERT"},"aggregate":{"limit":{"data":"10"}},"delete":{"limit":{"data":"SINGLE"}},"updateMany":{"limit":{"data":"SINGLE"}},"smartSubstitution":{"data":true},"find":{"query":{"data":"{ \"homepage\": \"https://www.godzillavskong.net/\"}"},"limit":{"data":"10"},"sort":{"data":"{\"_id\": 1}"}},"collection":{"data":"movies"},"body":{"data":"{\n \"find\": \"movies\",\n \"filter\": {\n \"homepage\": \"https://www.godzillavskong.net/\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n"},"insert":{"documents":{"data":"{{(Table1.newRow || {})}}"}}}},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"formData.insert.documents.data"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["(Table1.newRow || {})"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:59:09Z"},"publishedAction":{"name":"Insert_movies1","datasource":{"name":"Movies","pluginId":"mongo-plugin","messages":[],"isAutoGenerated":false,"id":"Movies","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"InputCustomWidgetTest","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"command":{"data":"INSERT"},"aggregate":{"limit":{"data":"10"}},"delete":{"limit":{"data":"SINGLE"}},"updateMany":{"limit":{"data":"SINGLE"}},"smartSubstitution":{"data":true},"find":{"query":{"data":"{ \"homepage\": \"https://www.godzillavskong.net/\"}"},"limit":{"data":"10"},"sort":{"data":"{\"_id\": 1}"}},"collection":{"data":"movies"},"body":{"data":"{\n \"find\": \"movies\",\n \"filter\": {\n \"homepage\": \"https://www.godzillavskong.net/\"\n },\n \"sort\": {\n \"_id\": 1\n },\n \"limit\": 10\n}\n"},"insert":{"documents":{"data":"{{(Table1.newRow || {})}}"}}}},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"formData.insert.documents.data"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["(Table1.newRow || {})"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-01-11T06:59:09Z"},"gitSyncId":"659f8e0d9caaa500ae62a242_2024-01-11T06:59:09.095991494Z","id":"InputCustomWidgetTest_Insert_movies1","deleted":false},{"pluginType":"SAAS","pluginId":"google-sheets-plugin","unpublishedAction":{"name":"InsertQuery","datasource":{"name":"GSheets_RWDAll","pluginId":"google-sheets-plugin","messages":[],"isAutoGenerated":false,"id":"GSheets_RWDAll","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Gac","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"key":"method","value":"APPEND"},{"key":"sheetUrl","value":"https://docs.google.com/spreadsheets/d/1yz0nb8RUsX48QMTT07XHsnYNcHtmjjD2rZeA-7kMbkE/edit"},{"key":"range","value":""},{"key":"spreadsheetName","value":""},{"key":"tableHeaderIndex","value":"1"},{"key":"queryFormat","value":"ROWS"},{"key":"rowLimit","value":""},{"key":"sheetName","value":"Gac"},{"key":"rowOffset","value":""},{"key":"rowObject","value":"{{insert_form.formData}}"},{"key":"rowObjects"},{"key":"rowIndex","value":""},{"key":"deleteFormat","value":"SHEET"},{"key":"smartSubstitution","value":true}],"formData":{"rowObjects":{"data":"{{insert_form.formData}}","viewType":"component","componentData":"{{insert_form.formData}}"},"tableHeaderIndex":{"data":"1","viewType":"component","componentData":"1"},"sheetName":{"data":"Gac","viewType":"component","componentData":"template_table"},"entityType":{"data":"ROWS","viewType":"component","componentData":"ROWS"},"range":{"data":""},"projection":{"data":[]},"sheetUrl":{"data":"https://docs.google.com/spreadsheets/d/1yz0nb8RUsX48QMTT07XHsnYNcHtmjjD2rZeA-7kMbkE/edit","viewType":"component","componentData":"https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit"},"command":{"data":"INSERT_ONE","viewType":"component","componentData":"INSERT_ONE"},"queryFormat":{"data":"ROWS","viewType":"component","componentData":"ROWS"},"smartSubstitution":{"data":true,"viewType":"component","componentData":true}}},"executeOnLoad":false,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["insert_form.formData"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-07-31T13:14:49Z"},"publishedAction":{"datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-07-31T13:14:49Z"},"gitSyncId":"65afd696b672a72a800fd25c_5b22b7b5-a53b-4b66-aa13-a89217bf8948","id":"Gac_InsertQuery","deleted":false},{"pluginType":"SAAS","pluginId":"google-sheets-plugin","unpublishedAction":{"name":"UpdateQuery","datasource":{"name":"GSheets_RWDAll","pluginId":"google-sheets-plugin","messages":[],"isAutoGenerated":false,"id":"GSheets_RWDAll","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Gac","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"key":"method","value":"UPDATE"},{"key":"sheetUrl","value":"https://docs.google.com/spreadsheets/d/1yz0nb8RUsX48QMTT07XHsnYNcHtmjjD2rZeA-7kMbkE/edit"},{"key":"range","value":""},{"key":"spreadsheetName","value":""},{"key":"tableHeaderIndex","value":"1"},{"key":"queryFormat","value":"ROWS"},{"key":"rowLimit","value":""},{"key":"sheetName","value":"Gac"},{"key":"rowOffset","value":""},{"key":"rowObject","value":"{{\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n}}"},{"key":"rowObjects"},{"key":"rowIndex","value":""},{"key":"deleteFormat","value":"SHEET"},{"key":"smartSubstitution","value":true}],"formData":{"rowObjects":{"data":"{{\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n}}","viewType":"component","componentData":"{{\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n}}"},"tableHeaderIndex":{"data":"1","viewType":"component","componentData":"1"},"sheetName":{"data":"Gac","viewType":"component","componentData":"template_table"},"entityType":{"data":"ROWS","viewType":"component","componentData":"ROWS"},"projection":{"data":[]},"sheetUrl":{"data":"https://docs.google.com/spreadsheets/d/1yz0nb8RUsX48QMTT07XHsnYNcHtmjjD2rZeA-7kMbkE/edit","viewType":"component","componentData":"https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit"},"command":{"data":"UPDATE_ONE","viewType":"component","componentData":"UPDATE_ONE"},"queryFormat":{"data":"ROWS","viewType":"component","componentData":"ROWS"},"smartSubstitution":{"data":true,"viewType":"component","componentData":true}}},"executeOnLoad":false,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["\n\t{\n\t\t...update_form.formData, \n\t\trowIndex:data_table.selectedRow.rowIndex\n\t}\n"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-07-31T13:14:49Z"},"publishedAction":{"datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-07-31T13:14:49Z"},"gitSyncId":"65afd696b672a72a800fd25c_26b71156-09ad-4fd2-a64b-c92a4a625247","id":"Gac_UpdateQuery","deleted":false},{"pluginType":"SAAS","pluginId":"google-sheets-plugin","unpublishedAction":{"name":"SelectQuery","datasource":{"name":"GSheets_RWDAll","pluginId":"google-sheets-plugin","messages":[],"isAutoGenerated":false,"id":"GSheets_RWDAll","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Gac","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"key":"method","value":"GET"},{"key":"sheetUrl","value":"https://docs.google.com/spreadsheets/d/1yz0nb8RUsX48QMTT07XHsnYNcHtmjjD2rZeA-7kMbkE/edit"},{"key":"range","value":""},{"key":"spreadsheetName","value":""},{"key":"tableHeaderIndex","value":"1"},{"key":"queryFormat","value":"ROWS"},{"key":"rowLimit","value":"{{data_table.pageSize}}"},{"key":"sheetName","value":"Gac"},{"key":"rowOffset","value":"{{(data_table.pageNo - 1) * data_table.pageSize}}"},{"key":"rowObject"},{"key":"rowObjects"},{"key":"rowIndex","value":""},{"key":"deleteFormat","value":"SHEET"},{"key":"smartSubstitution","value":false},{"key":"where","value":[{}]}],"formData":{"tableHeaderIndex":{"data":"1","viewType":"component","componentData":"1"},"pagination":{"data":{"offset":"{{(data_table.pageNo - 1) * data_table.pageSize}}","limit":"{{data_table.pageSize}}"},"viewType":"component","componentData":{"offset":"{{(data_table.pageNo - 1) * data_table.pageSize}}","limit":"{{data_table.pageSize}}"}},"sheetName":{"data":"Gac","viewType":"component","componentData":"template_table"},"entityType":{"data":"ROWS","viewType":"component","componentData":"ROWS"},"range":{"data":""},"sortBy":{"data":[{"column":"","order":"Ascending"}]},"where":{"data":{"condition":"AND","children":[{}]},"viewType":"component","componentData":{"condition":"AND","children":[{}]}},"projection":{"data":[]},"sheetUrl":{"data":"https://docs.google.com/spreadsheets/d/1yz0nb8RUsX48QMTT07XHsnYNcHtmjjD2rZeA-7kMbkE/edit","viewType":"component","componentData":"https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit"},"command":{"data":"FETCH_MANY","viewType":"component","componentData":"FETCH_MANY"},"queryFormat":{"data":"ROWS","viewType":"component","componentData":"ROWS"},"smartSubstitution":{"data":false,"viewType":"component","componentData":false}}},"executeOnLoad":true,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["data_table.pageSize","(data_table.pageNo - 1) * data_table.pageSize"],"userSetOnLoad":true,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-07-31T13:14:49Z"},"publishedAction":{"datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-07-31T13:14:49Z"},"gitSyncId":"65afd696b672a72a800fd25c_639cabec-dbc5-4284-9333-2d3d802e16b8","id":"Gac_SelectQuery","deleted":false},{"pluginType":"SAAS","pluginId":"google-sheets-plugin","unpublishedAction":{"name":"DeleteQuery","datasource":{"name":"GSheets_RWDAll","pluginId":"google-sheets-plugin","messages":[],"isAutoGenerated":false,"id":"GSheets_RWDAll","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Gac","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"key":"method","value":"DELETE_ROW"},{"key":"sheetUrl","value":"https://docs.google.com/spreadsheets/d/1yz0nb8RUsX48QMTT07XHsnYNcHtmjjD2rZeA-7kMbkE/edit"},{"key":"range","value":""},{"key":"spreadsheetName","value":""},{"key":"tableHeaderIndex","value":"1"},{"key":"queryFormat","value":"ROWS"},{"key":"rowLimit","value":"{{data_table.pageSize}}"},{"key":"sheetName","value":"Gac"},{"key":"rowOffset","value":"{{(data_table.pageNo - 1) * data_table.pageSize}}"},{"key":"rowObject"},{"key":"rowObjects"},{"key":"rowIndex","value":"{{data_table.triggeredRow.rowIndex}}"},{"key":"deleteFormat","value":"SHEET"},{"key":"smartSubstitution","value":false}],"formData":{"tableHeaderIndex":{"data":"1","viewType":"component","componentData":"1"},"pagination":{"data":{"offset":"{{(data_table.pageNo - 1) * data_table.pageSize}}","limit":"{{data_table.pageSize}}"},"viewType":"component","componentData":{"offset":"{{(data_table.pageNo - 1) * data_table.pageSize}}","limit":"{{data_table.pageSize}}"}},"sheetName":{"data":"Gac","viewType":"component","componentData":"template_table"},"entityType":{"data":"ROWS","viewType":"component","componentData":"ROWS"},"range":{"data":""},"rowIndex":{"data":"{{data_table.triggeredRow.rowIndex}}","viewType":"component","componentData":"{{data_table.triggeredRow.rowIndex}}"},"where":{"data":{"condition":"AND"}},"projection":{"data":[]},"sheetUrl":{"data":"https://docs.google.com/spreadsheets/d/1yz0nb8RUsX48QMTT07XHsnYNcHtmjjD2rZeA-7kMbkE/edit","viewType":"component","componentData":"https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit"},"command":{"data":"DELETE_ONE","viewType":"component","componentData":"DELETE_ONE"},"queryFormat":{"data":"ROWS","viewType":"component","componentData":"ROWS"},"smartSubstitution":{"data":false,"viewType":"component","componentData":false}}},"executeOnLoad":false,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["data_table.pageSize","data_table.triggeredRow.rowIndex","(data_table.pageNo - 1) * data_table.pageSize"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-07-31T13:14:50Z"},"publishedAction":{"datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-07-31T13:14:50Z"},"gitSyncId":"65afd696b672a72a800fd25c_0a68282f-7d1e-4dcb-a0d3-8cc297c29bb0","id":"Gac_DeleteQuery","deleted":false},{"pluginType":"DB","pluginId":"dynamo-plugin","unpublishedAction":{"name":"Query2","fullyQualifiedName":"Query2","datasource":{"name":"Dynamo","pluginId":"dynamo-plugin","messages":[],"isAutoGenerated":false,"id":"Dynamo","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Dynamo","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","path":"ListTables","encodeParamsToggle":true,"selfReferencingDataPaths":[]},"executeOnLoad":true,"dynamicBindingPathList":[],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:13:09Z"},"publishedAction":{"name":"Query2","fullyQualifiedName":"Query2","datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:13:09Z"},"gitSyncId":"65afd696b672a72a800fd25c_4bf54353-1643-45d3-8e9e-b7fb8cdfe507","id":"Dynamo_Query2","deleted":false},{"pluginType":"REMOTE","pluginId":"AWS Lambda","unpublishedAction":{"name":"AWSLambdaListall","fullyQualifiedName":"AWSLambdaListall","datasource":{"name":"AWSLambda","pluginId":"AWS Lambda","messages":[],"isAutoGenerated":false,"id":"AWSLambda","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"AWSLmabda","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"body":{"data":""},"command":{"data":"LIST_FUNCTIONS"},"functionName":{"data":""},"invocationType":{"data":""}}},"executeOnLoad":true,"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:14:38Z"},"publishedAction":{"name":"AWSLambdaListall","fullyQualifiedName":"AWSLambdaListall","datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:14:38Z"},"gitSyncId":"65afd696b672a72a800fd25c_612c8721-fd08-4f1d-8aa4-1c40517cdcbb","id":"AWSLmabda_AWSLambdaListall","deleted":false},{"pluginType":"REMOTE","pluginId":"twilio-1.2-plugin","unpublishedAction":{"name":"CreateMessage","fullyQualifiedName":"CreateMessage","datasource":{"name":"Twilio","pluginId":"twilio-1.2-plugin","messages":[],"isAutoGenerated":false,"id":"Twilio","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"Twilio","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","encodeParamsToggle":true,"selfReferencingDataPaths":[],"formData":{"To":"+919980332468","Fom":"+12086682625","Body":"{{Input1.text}}","command":"CREATE_MESSAGE","PageSize":"2","TWILIO_ACCOUNT_SID":"AC2a87b9da47819ad7112be54b7af1606c","invocationType":{"data":"RequestResponse"}}},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"formData.Body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["Input1.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:16:11Z"},"publishedAction":{"name":"CreateMessage","fullyQualifiedName":"CreateMessage","datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:16:11Z"},"gitSyncId":"65afd696b672a72a800fd25c_bd80bb87-8f3d-42e8-aa2d-9d65480fb2bf","id":"Twilio_CreateMessage","deleted":false},{"pluginType":"API","pluginId":"restapi-plugin","unpublishedAction":{"name":"SearchVideoPixabay","fullyQualifiedName":"SearchVideoPixabay","datasource":{"name":"Pixabay","pluginId":"restapi-plugin","messages":[],"isAutoGenerated":false,"id":"Pixabay","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"API_Pixabay","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","path":"/api/videos/","headers":[],"autoGeneratedHeaders":[],"encodeParamsToggle":true,"queryParameters":[{"key":"key","value":"26312685-7033c8f2214dde5a69bed4306"},{"key":"q","value":"{{InputQuery.text}}"}],"body":"","bodyFormData":[],"httpMethod":"GET","httpVersion":"HTTP11","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}],"formData":{"apiContentType":"none"}},"executeOnLoad":true,"dynamicBindingPathList":[{"key":"path"},{"key":"queryParameters[1].value"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["InputQuery.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:24:25Z"},"publishedAction":{"name":"SearchVideoPixabay","fullyQualifiedName":"SearchVideoPixabay","datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:24:25Z"},"gitSyncId":"65afd696b672a72a800fd25c_df1736b5-5e37-40ec-833b-9a4c98a0e887","id":"API_Pixabay_SearchVideoPixabay","deleted":false},{"pluginType":"API","pluginId":"restapi-plugin","unpublishedAction":{"name":"SearchImagePixabay","fullyQualifiedName":"SearchImagePixabay","datasource":{"name":"Pixabay","pluginId":"restapi-plugin","messages":[],"isAutoGenerated":false,"id":"Pixabay","deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"API_Pixabay","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","path":"/api/","headers":[{"key":"","value":""},{"key":"","value":""}],"autoGeneratedHeaders":[],"encodeParamsToggle":true,"queryParameters":[{"key":"key","value":"26312685-7033c8f2214dde5a69bed4306"},{"key":"q","value":"{{InputQuery.text}}"},{"key":"image_type","value":"photo"},{"key":"pretty","value":"true"}],"body":"","bodyFormData":[],"httpMethod":"GET","httpVersion":"HTTP11","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}],"formData":{"apiContentType":"none"}},"executeOnLoad":true,"dynamicBindingPathList":[{"key":"path"},{"key":"queryParameters[1].value"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["InputQuery.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:24:25Z"},"publishedAction":{"name":"SearchImagePixabay","fullyQualifiedName":"SearchImagePixabay","datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:24:25Z"},"gitSyncId":"65afd696b672a72a800fd25c_1e611f6f-bb0a-4b4b-b3d1-1642bdda5b8e","id":"API_Pixabay_SearchImagePixabay","deleted":false},{"pluginType":"JS","pluginId":"js-plugin","unpublishedAction":{"name":"getFilteredData","fullyQualifiedName":"JSChooseOptionPixabay.getFilteredData","datasource":{"name":"UNUSED_DATASOURCE","pluginId":"js-plugin","messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"API_Pixabay","collectionId":"API_Pixabay_JSChooseOptionPixabay","actionConfiguration":{"timeoutInMillisecond":0.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"function () {\n let filteredData;\n if (Select1.selectedOptionValue === \"Images\") {\n filteredData = JSChooseOptionPixabay.getdatabyImage();\n } else if (Select1.selectedOptionValue === \"Videos\") {\n filteredData = JSChooseOptionPixabay.getdatabyVideo();\n } else {\n filteredData = [...JSChooseOptionPixabay.getdatabyImage(), ...JSChooseOptionPixabay.getdatabyVideo()];\n }\n return filteredData;\n}","selfReferencingDataPaths":[],"jsArguments":[]},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["function () {\n let filteredData;\n if (Select1.selectedOptionValue === \"Images\") {\n filteredData = JSChooseOptionPixabay.getdatabyImage();\n } else if (Select1.selectedOptionValue === \"Videos\") {\n filteredData = JSChooseOptionPixabay.getdatabyVideo();\n } else {\n filteredData = [...JSChooseOptionPixabay.getdatabyImage(), ...JSChooseOptionPixabay.getdatabyVideo()];\n }\n return filteredData;\n}"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:24:39Z"},"publishedAction":{"datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:24:39Z"},"gitSyncId":"65afd696b672a72a800fd25c_71bfd5dc-8a04-41c6-a2a8-7dacc326e4ff","id":"API_Pixabay_JSChooseOptionPixabay.getFilteredData","deleted":false},{"pluginType":"JS","pluginId":"js-plugin","unpublishedAction":{"name":"getdatabyImage","fullyQualifiedName":"JSChooseOptionPixabay.getdatabyImage","datasource":{"name":"UNUSED_DATASOURCE","pluginId":"js-plugin","messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"API_Pixabay","collectionId":"API_Pixabay_JSChooseOptionPixabay","actionConfiguration":{"timeoutInMillisecond":0.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"function () {\n const data1 = SearchImagePixabay.data.hits;\n return data1;\n}","selfReferencingDataPaths":[],"jsArguments":[]},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["function () {\n const data1 = SearchImagePixabay.data.hits;\n return data1;\n}"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:24:39Z"},"publishedAction":{"datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:24:39Z"},"gitSyncId":"65afd696b672a72a800fd25c_82f7b6ff-dd4b-4f96-822f-7533d7a5028b","id":"API_Pixabay_JSChooseOptionPixabay.getdatabyImage","deleted":false},{"pluginType":"JS","pluginId":"js-plugin","unpublishedAction":{"name":"getdatabyVideo","fullyQualifiedName":"JSChooseOptionPixabay.getdatabyVideo","datasource":{"name":"UNUSED_DATASOURCE","pluginId":"js-plugin","messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"API_Pixabay","collectionId":"API_Pixabay_JSChooseOptionPixabay","actionConfiguration":{"timeoutInMillisecond":0.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"function () {\n const data2 = SearchVideoPixabay.data.hits;\n return data2;\n}","selfReferencingDataPaths":[],"jsArguments":[]},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["function () {\n const data2 = SearchVideoPixabay.data.hits;\n return data2;\n}"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:24:39Z"},"publishedAction":{"datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:24:39Z"},"gitSyncId":"65afd696b672a72a800fd25c_2e7b2fac-77b5-4350-98c4-bd1106138baa","id":"API_Pixabay_JSChooseOptionPixabay.getdatabyVideo","deleted":false},{"pluginType":"JS","pluginId":"js-plugin","unpublishedAction":{"name":"shouldShowVideoWidget","fullyQualifiedName":"JSImageorVideo.shouldShowVideoWidget","datasource":{"name":"UNUSED_DATASOURCE","pluginId":"js-plugin","messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"API_Pixabay","collectionId":"API_Pixabay_JSImageorVideo","actionConfiguration":{"timeoutInMillisecond":0.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"function () {\n return Select1.selectedOptionValue === 'Videos';\n}","selfReferencingDataPaths":[],"jsArguments":[]},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["function () {\n return Select1.selectedOptionValue === 'Videos';\n}"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:24:39Z"},"publishedAction":{"datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:24:39Z"},"gitSyncId":"65afd696b672a72a800fd25c_60cbcc92-2479-48d9-aba4-62c2c4d5e11b","id":"API_Pixabay_JSImageorVideo.shouldShowVideoWidget","deleted":false},{"pluginType":"JS","pluginId":"js-plugin","unpublishedAction":{"name":"shouldShowImageWidget","fullyQualifiedName":"JSImageorVideo.shouldShowImageWidget","datasource":{"name":"UNUSED_DATASOURCE","pluginId":"js-plugin","messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"API_Pixabay","collectionId":"API_Pixabay_JSImageorVideo","actionConfiguration":{"timeoutInMillisecond":0.0,"paginationType":"NONE","encodeParamsToggle":true,"body":"function () {\n return Select1.selectedOptionValue === 'Images';\n}","selfReferencingDataPaths":[],"jsArguments":[]},"executeOnLoad":false,"dynamicBindingPathList":[{"key":"body"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["function () {\n return Select1.selectedOptionValue === 'Images';\n}"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:24:39Z"},"publishedAction":{"datasource":{"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"messages":[],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:24:39Z"},"gitSyncId":"65afd696b672a72a800fd25c_78dcf043-d2ba-4f9a-8d6c-39441837a3e7","id":"API_Pixabay_JSImageorVideo.shouldShowImageWidget","deleted":false},{"pluginType":"API","pluginId":"restapi-plugin","unpublishedAction":{"name":"getZipCode","fullyQualifiedName":"getZipCode","datasource":{"name":"DEFAULT_REST_DATASOURCE","pluginId":"restapi-plugin","datasourceConfiguration":{"sshProxyEnabled":false,"url":"https://api.api-ninjas.com"},"invalids":[],"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"pageId":"API_ZipcodeFinder","actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","path":"/v1/zipcode","headers":[{"key":"X-Api-Key","value":"P0Wsjb4FSGllJJgkZC/Smg==3soYy7Ky09Zm9OzQ"}],"autoGeneratedHeaders":[{"key":"content-type","value":"application/json"}],"encodeParamsToggle":true,"queryParameters":[{"key":"city","value":"{{Input1.text}}"},{"key":"state","value":"{{Input2.text}}"}],"body":"","bodyFormData":[],"httpMethod":"GET","httpVersion":"HTTP11","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}],"formData":{"apiContentType":"none"}},"executeOnLoad":true,"dynamicBindingPathList":[{"key":"headers[0].value"},{"key":"headers[1].value"},{"key":"path"},{"key":"queryParameters[0].value"},{"key":"queryParameters[1].value"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["Input2.text","Input1.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:28:23Z"},"publishedAction":{"name":"getZipCode","fullyQualifiedName":"getZipCode","datasource":{"name":"DEFAULT_REST_DATASOURCE","pluginId":"restapi-plugin","datasourceConfiguration":{"sshProxyEnabled":false,"url":"https://api.api-ninjas.com"},"invalids":[],"messages":[],"isAutoGenerated":false,"deleted":false,"policyMap":{},"policies":[],"userPermissions":[]},"actionConfiguration":{"timeoutInMillisecond":10000.0,"paginationType":"NONE","path":"/v1/zipcode","headers":[{"key":"X-Api-Key","value":"P0Wsjb4FSGllJJgkZC/Smg==3soYy7Ky09Zm9OzQ"}],"autoGeneratedHeaders":[{"key":"content-type","value":"application/json"}],"encodeParamsToggle":true,"queryParameters":[{"key":"city","value":"{{Input1.text}}"},{"key":"state","value":"{{Input2.text}}"}],"body":"","bodyFormData":[],"httpMethod":"GET","httpVersion":"HTTP11","selfReferencingDataPaths":[],"pluginSpecifiedTemplates":[{"value":true}],"formData":{"apiContentType":"none"}},"executeOnLoad":true,"dynamicBindingPathList":[{"key":"headers[0].value"},{"key":"headers[1].value"},{"key":"path"},{"key":"queryParameters[0].value"},{"key":"queryParameters[1].value"}],"isValid":true,"invalids":[],"messages":[],"jsonPathKeys":["Input2.text","Input1.text"],"userSetOnLoad":false,"confirmBeforeExecute":false,"policyMap":{},"userPermissions":[],"createdAt":"2024-09-03T09:28:23Z"},"gitSyncId":"65afd696b672a72a800fd25c_aa710f6d-7419-4d48-ad84-c1f5d86ea425","id":"API_ZipcodeFinder_getZipCode","deleted":false}],"actionCollectionList":[{"unpublishedCollection":{"name":"JSObject1Framework","pageId":"Inbuilt Framework","pluginId":"js-plugin","pluginType":"JS","actions":[],"archivedActions":[],"body":"export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1 () {\n\t\tsetInterval(() => {\n\t\t\tshowAlert('hi')\n\t\t}, 5000, 'interval1')\n\t\t//\tthis.myVar1 = [1,2,3]\n\t},\n\tasync myFun2 () {\n \t\tclearInterval('interval1')\n\t\t//\tawait storeValue('varName', 'hello world')\n\t}\n}","variables":[{"name":"myVar1","value":"[]"},{"name":"myVar2","value":"{}"}],"userPermissions":[]},"publishedCollection":{"name":"JSObject1","pageId":"Inbuilt Framework","pluginId":"js-plugin","pluginType":"JS","actions":[],"archivedActions":[],"body":"export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1 () {\n\t\tsetInterval(() => {\n\t\t\tshowAlert('hi')\n\t\t}, 5000, 'interval1')\n\t\t//\tthis.myVar1 = [1,2,3]\n\t},\n\tasync myFun2 () {\n \t\tclearInterval('interval1')\n\t\t//\tawait storeValue('varName', 'hello world')\n\t}\n}","variables":[{"name":"myVar1","value":"[]"},{"name":"myVar2","value":"{}"}],"userPermissions":[]},"gitSyncId":"6576ac061736807a38d1a7a6_6576b99f7523c77a0f0ff93e","id":"Inbuilt Framework_JSObject1Framework","deleted":false},{"unpublishedCollection":{"name":"JSObject2InBuiltLib","pageId":"Inbuilt Framework","pluginId":"js-plugin","pluginType":"JS","actions":[],"archivedActions":[],"body":"export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1 () {\n\t\t\n\t\tconsole.log (_.add (3525,5325))\n\t\tconsole.log (moment.months())\n\t\t//\twrite code here\n\t\t//\tthis.myVar1 = [1,2,3]\n\t},\n\tasync myFun2 () {\n\t\t//\tuse async-await or promises\n\t\t//\tawait storeValue('varName', 'hello world')\n\t}\n}","variables":[{"name":"myVar1","value":"[]"},{"name":"myVar2","value":"{}"}],"userPermissions":[]},"gitSyncId":"65afd696b672a72a800fd25c_a1738751-df29-412a-ba30-78a77b389f78","id":"Inbuilt Framework_JSObject2InBuiltLib","deleted":false},{"unpublishedCollection":{"name":"JSObject1","pageId":"MainCustomWidgetTest","pluginId":"js-plugin","pluginType":"JS","actions":[],"archivedActions":[],"body":"export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1 () {\n\t\t//\twrite code here\n\t\t//\tthis.myVar1 = [1,2,3]\n\t},\n\tasync myFun2 () {\n\t\t//\tuse async-await or promises\n\t\t//\tawait storeValue('varName', 'hello world')\n\t}\n}","variables":[{"name":"myVar1","value":"[]"},{"name":"myVar2","value":"{}"}],"userPermissions":[]},"publishedCollection":{"name":"JSObject1","pageId":"MainCustomWidgetTest","pluginId":"js-plugin","pluginType":"JS","actions":[],"archivedActions":[],"body":"export default {\n\tmyVar1: [],\n\tmyVar2: {},\n\tmyFun1 () {\n\t\t//\twrite code here\n\t\t//\tthis.myVar1 = [1,2,3]\n\t},\n\tasync myFun2 () {\n\t\t//\tuse async-await or promises\n\t\t//\tawait storeValue('varName', 'hello world')\n\t}\n}","variables":[{"name":"myVar1","value":"[]"},{"name":"myVar2","value":"{}"}],"userPermissions":[]},"gitSyncId":"659d2d6b183ac635e2b6d48e_659d2d9a183ac635e2b6d573","id":"MainCustomWidgetTest_JSObject1","deleted":false},{"unpublishedCollection":{"name":"JSObject1","pageId":"InputCustomWidgetTest","pluginId":"js-plugin","pluginType":"JS","actions":[],"archivedActions":[],"body":"export default {\n\t\t// Example: Handle button click event\nconst buttonElement = document.getElementById(\"requestChangeButton\");\nbuttonElement.addEventListener(\"click\", () => {\n appsmith.triggerEvent(\"onRequestchange\");\n});\n}","variables":[],"userPermissions":[]},"publishedCollection":{"name":"JSObject1","pageId":"InputCustomWidgetTest","pluginId":"js-plugin","pluginType":"JS","actions":[],"archivedActions":[],"body":"export default {\n\t\t// Example: Handle button click event\nconst buttonElement = document.getElementById(\"requestChangeButton\");\nbuttonElement.addEventListener(\"click\", () => {\n appsmith.triggerEvent(\"onRequestchange\");\n});\n}","variables":[],"userPermissions":[]},"gitSyncId":"659f8e0d9caaa500ae62a242_659f91bd4963d6547666af91","id":"InputCustomWidgetTest_JSObject1","deleted":false},{"unpublishedCollection":{"name":"JSChooseOptionPixabay","pageId":"API_Pixabay","pluginId":"js-plugin","pluginType":"JS","actions":[],"archivedActions":[],"body":"export default {\n getdatabyImage() {\n const data1 = SearchImagePixabay.data.hits;\n return data1;\n },\n getdatabyVideo() {\n const data2 = SearchVideoPixabay.data.hits;\n return data2;\n },\n getFilteredData() {\n let filteredData;\n\n if (Select1.selectedOptionValue === \"Images\") {\n filteredData = this.getdatabyImage();\n } else if (Select1.selectedOptionValue === \"Videos\") {\n filteredData = this.getdatabyVideo();\n } else {\n filteredData = [\n ...this.getdatabyImage(),\n ...this.getdatabyVideo()\n ];\n }\n return filteredData;\n }\n}","variables":[],"userPermissions":[]},"gitSyncId":"65afd696b672a72a800fd25c_f025ed0d-8c55-4a6a-8248-9818c7c5d479","id":"API_Pixabay_JSChooseOptionPixabay","deleted":false},{"unpublishedCollection":{"name":"JSImageorVideo","pageId":"API_Pixabay","pluginId":"js-plugin","pluginType":"JS","actions":[],"archivedActions":[],"body":"export default {\n\tshouldShowImageWidget () {\n\t\treturn Select1.selectedOptionValue === 'Images';\n\t\t//\tthis.myVar1 = [1,2,3]\n\t},\n\tshouldShowVideoWidget () {\n\t\treturn Select1.selectedOptionValue === 'Videos';\n\t\t//\tthis.myVar1 = [1,2,3]\n\t}\n}","variables":[],"userPermissions":[]},"gitSyncId":"65afd696b672a72a800fd25c_0541a76d-46fd-4f24-bbc0-70d8aab273fd","id":"API_Pixabay_JSImageorVideo","deleted":false}],"editModeTheme":{"name":"Default","displayName":"Modern","isSystemTheme":true,"deleted":false},"publishedTheme":{"name":"Default","displayName":"Modern","isSystemTheme":true,"deleted":false}} \ No newline at end of file From be4eacb9da27cf653a8e51eb2e5862a17f9b73ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNandanAnantharamu=E2=80=9D?= <“nandan@thinkify.io”> Date: Fri, 3 Jan 2025 08:37:34 +0530 Subject: [PATCH 2/7] udpated locator --- app/client/cypress/limited-tests.txt | 2 +- app/client/cypress/support/Pages/AppSettings/AppSettings.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/client/cypress/limited-tests.txt b/app/client/cypress/limited-tests.txt index 3a997515912b..794c727c0665 100644 --- a/app/client/cypress/limited-tests.txt +++ b/app/client/cypress/limited-tests.txt @@ -1,5 +1,5 @@ # To run only limited tests - give the spec names in below format: -cypress/e2e/Regression/ClientSide/VisualTests/JSEditorIndent_spec.js +cypress/e2e/Regression/ClientSide/PartialImportExport/VerifyImport_spec.ts # For running all specs - uncomment below: #cypress/e2e/**/**/* diff --git a/app/client/cypress/support/Pages/AppSettings/AppSettings.ts b/app/client/cypress/support/Pages/AppSettings/AppSettings.ts index d2cc928341fc..f761bc63f5d4 100644 --- a/app/client/cypress/support/Pages/AppSettings/AppSettings.ts +++ b/app/client/cypress/support/Pages/AppSettings/AppSettings.ts @@ -60,6 +60,7 @@ export class AppSettings { _scrollArrows: ".scroll-arrows", _getActivePage: (pageName: string) => `//span[contains(text(),"${pageName}")]//ancestor::a[contains(@class,'is-active')]`, + _importBtn: "[data-testid='t--app-setting-import-btn']", }; public errorMessageSelector = (fieldId: string) => { From 3760bbd998b639570df773731ad50f4a78257067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNandanAnantharamu=E2=80=9D?= <“nandan@thinkify.io”> Date: Sat, 4 Jan 2025 15:54:03 +0530 Subject: [PATCH 3/7] updated assetion and locators --- .../PartialImportExport/VerifyImport_spec.ts | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/app/client/cypress/e2e/Regression/ClientSide/PartialImportExport/VerifyImport_spec.ts b/app/client/cypress/e2e/Regression/ClientSide/PartialImportExport/VerifyImport_spec.ts index 8d85e860dc23..33ca64d02490 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/PartialImportExport/VerifyImport_spec.ts +++ b/app/client/cypress/e2e/Regression/ClientSide/PartialImportExport/VerifyImport_spec.ts @@ -3,6 +3,7 @@ import { homePage, gitSync, appSettings, + locators, } from "../../../../support/Objects/ObjectsCore"; import EditorNavigation, { AppSidebar, @@ -19,6 +20,29 @@ describe( }); it("1. Verify Import Option", () => { + let Datasource = [ + "AWSLambda", + "Airtable", + "GSheets_RWDSelected", + "GSheets_RWDAll", + "Hubspot", + "gsheet", + "Twilio", + "Dynamo", + "ElasticSearch", + "Firestore", + "Movies", + "Mongo", + "Oracle", + "Redshift", + "PostGreSQL", + "SMTP", + "Snowflake", + "S3", + "Oauth2.0", + "Pixabay", + "OpenAI", + ]; AppSidebar.navigate(AppSidebarButton.Settings); agHelper.GetNClick(appSettings.locators._importHeader); agHelper.AssertElementEnabledDisabled(appSettings.locators._importBtn); @@ -35,6 +59,11 @@ describe( agHelper.GetNClick(appSettings.locators._importBtn); homePage.ImportApp("TryToCoverMore.json", "", true); agHelper.GetNClick(ReconnectLocators.SkipToAppBtn); + + AppSidebar.navigate(AppSidebarButton.Data); + Datasource.forEach((ds) => { + agHelper.GetNAssertContains(locators._listItemTitle, ds); + }); }); }, ); From c7fc1f23eb451ecded5737caacf3546ef8472a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNandanAnantharamu=E2=80=9D?= <“nandan@thinkify.io”> Date: Sat, 4 Jan 2025 15:56:58 +0530 Subject: [PATCH 4/7] udpated locators --- app/client/cypress/support/Objects/CommonLocators.ts | 1 + app/client/cypress/support/Pages/AppSettings/AppSettings.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/app/client/cypress/support/Objects/CommonLocators.ts b/app/client/cypress/support/Objects/CommonLocators.ts index 49b61efaaa38..5131ad22706d 100644 --- a/app/client/cypress/support/Objects/CommonLocators.ts +++ b/app/client/cypress/support/Objects/CommonLocators.ts @@ -349,4 +349,5 @@ export class CommonLocators { _editorTab = ".editor-tab"; _entityTestId = (entity: string) => `[data-testid="t--entity-item-${entity}"]`; + _listItemTitle = ".ads-v2-listitem__title"; } diff --git a/app/client/cypress/support/Pages/AppSettings/AppSettings.ts b/app/client/cypress/support/Pages/AppSettings/AppSettings.ts index f761bc63f5d4..5283f1ef1f19 100644 --- a/app/client/cypress/support/Pages/AppSettings/AppSettings.ts +++ b/app/client/cypress/support/Pages/AppSettings/AppSettings.ts @@ -61,6 +61,7 @@ export class AppSettings { _getActivePage: (pageName: string) => `//span[contains(text(),"${pageName}")]//ancestor::a[contains(@class,'is-active')]`, _importBtn: "[data-testid='t--app-setting-import-btn']", + _listItemTitle = ".ads-v2-listitem__title", }; public errorMessageSelector = (fieldId: string) => { From 3aad8e208b7649ac49778e4cca88e1d5cef80af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNandanAnantharamu=E2=80=9D?= <“nandan@thinkify.io”> Date: Mon, 6 Jan 2025 18:56:03 +0530 Subject: [PATCH 5/7] udpated locator file --- app/client/cypress/support/Pages/AppSettings/AppSettings.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/client/cypress/support/Pages/AppSettings/AppSettings.ts b/app/client/cypress/support/Pages/AppSettings/AppSettings.ts index 5283f1ef1f19..f761bc63f5d4 100644 --- a/app/client/cypress/support/Pages/AppSettings/AppSettings.ts +++ b/app/client/cypress/support/Pages/AppSettings/AppSettings.ts @@ -61,7 +61,6 @@ export class AppSettings { _getActivePage: (pageName: string) => `//span[contains(text(),"${pageName}")]//ancestor::a[contains(@class,'is-active')]`, _importBtn: "[data-testid='t--app-setting-import-btn']", - _listItemTitle = ".ads-v2-listitem__title", }; public errorMessageSelector = (fieldId: string) => { From 04526e5bb78b41e61079833f3f83eaf799ccf917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNandanAnantharamu=E2=80=9D?= <“nandan@thinkify.io”> Date: Tue, 7 Jan 2025 10:52:00 +0530 Subject: [PATCH 6/7] reverted limited run file --- app/client/cypress/limited-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/cypress/limited-tests.txt b/app/client/cypress/limited-tests.txt index 794c727c0665..3a997515912b 100644 --- a/app/client/cypress/limited-tests.txt +++ b/app/client/cypress/limited-tests.txt @@ -1,5 +1,5 @@ # To run only limited tests - give the spec names in below format: -cypress/e2e/Regression/ClientSide/PartialImportExport/VerifyImport_spec.ts +cypress/e2e/Regression/ClientSide/VisualTests/JSEditorIndent_spec.js # For running all specs - uncomment below: #cypress/e2e/**/**/* From 0ac14b4d720085cebcf7fa048af8586b0117bf0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNandanAnantharamu=E2=80=9D?= <“nandan@thinkify.io”> Date: Tue, 7 Jan 2025 10:53:53 +0530 Subject: [PATCH 7/7] updated test name --- .../PartialImportExport/VerifyImport_spec.ts | 100 +++++++++--------- 1 file changed, 48 insertions(+), 52 deletions(-) diff --git a/app/client/cypress/e2e/Regression/ClientSide/PartialImportExport/VerifyImport_spec.ts b/app/client/cypress/e2e/Regression/ClientSide/PartialImportExport/VerifyImport_spec.ts index 33ca64d02490..ab4c6337ad61 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/PartialImportExport/VerifyImport_spec.ts +++ b/app/client/cypress/e2e/Regression/ClientSide/PartialImportExport/VerifyImport_spec.ts @@ -11,59 +11,55 @@ import EditorNavigation, { } from "../../../../support/Pages/EditorNavigation"; import ReconnectLocators from "../../../../locators/ReconnectLocators"; -describe( - "Tests Import option for Git connected apps and normal apps", - {}, - () => { - before(() => { - gitSync.CreateNConnectToGit(); - }); +describe("Tests Import option for normal apps at app level", {}, () => { + before(() => { + gitSync.CreateNConnectToGit(); + }); - it("1. Verify Import Option", () => { - let Datasource = [ - "AWSLambda", - "Airtable", - "GSheets_RWDSelected", - "GSheets_RWDAll", - "Hubspot", - "gsheet", - "Twilio", - "Dynamo", - "ElasticSearch", - "Firestore", - "Movies", - "Mongo", - "Oracle", - "Redshift", - "PostGreSQL", - "SMTP", - "Snowflake", - "S3", - "Oauth2.0", - "Pixabay", - "OpenAI", - ]; - AppSidebar.navigate(AppSidebarButton.Settings); - agHelper.GetNClick(appSettings.locators._importHeader); - agHelper.AssertElementEnabledDisabled(appSettings.locators._importBtn); + it("1. Verify Import Option at app level", () => { + let Datasource = [ + "AWSLambda", + "Airtable", + "GSheets_RWDSelected", + "GSheets_RWDAll", + "Hubspot", + "gsheet", + "Twilio", + "Dynamo", + "ElasticSearch", + "Firestore", + "Movies", + "Mongo", + "Oracle", + "Redshift", + "PostGreSQL", + "SMTP", + "Snowflake", + "S3", + "Oauth2.0", + "Pixabay", + "OpenAI", + ]; + AppSidebar.navigate(AppSidebarButton.Settings); + agHelper.GetNClick(appSettings.locators._importHeader); + agHelper.AssertElementEnabledDisabled(appSettings.locators._importBtn); - homePage.NavigateToHome(); - homePage.CreateNewApplication(); - AppSidebar.navigate(AppSidebarButton.Settings); - agHelper.GetNClick(appSettings.locators._importHeader); - agHelper.AssertElementEnabledDisabled( - appSettings.locators._importBtn, - 0, - false, - ); - agHelper.GetNClick(appSettings.locators._importBtn); - homePage.ImportApp("TryToCoverMore.json", "", true); - agHelper.GetNClick(ReconnectLocators.SkipToAppBtn); + homePage.NavigateToHome(); + homePage.CreateNewApplication(); + AppSidebar.navigate(AppSidebarButton.Settings); + agHelper.GetNClick(appSettings.locators._importHeader); + agHelper.AssertElementEnabledDisabled( + appSettings.locators._importBtn, + 0, + false, + ); + agHelper.GetNClick(appSettings.locators._importBtn); + homePage.ImportApp("TryToCoverMore.json", "", true); + agHelper.GetNClick(ReconnectLocators.SkipToAppBtn); - AppSidebar.navigate(AppSidebarButton.Data); - Datasource.forEach((ds) => { - agHelper.GetNAssertContains(locators._listItemTitle, ds); - }); + AppSidebar.navigate(AppSidebarButton.Data); + Datasource.forEach((ds) => { + agHelper.GetNAssertContains(locators._listItemTitle, ds); }); - }, -); + }); +});