{"unpublishedDefaultPageName":"SQL","datasourceList":[{"new":true,"invalids":[],"pluginId":"amazons3-plugin","isValid":true,"name":"AmazonS3","userPermissions":["execute:datasources","manage:datasources","read:datasources"],"datasourceConfiguration":{"sshProxyEnabled":false,"endpoints":[{"host":""}],"properties":[{"value":"ap-south-1"},{"value":"amazon-s3","key":"s3Provider"},{"value":"","key":"customRegion"}]},"structure":{"tables":[{"schema":"public","columns":[{"defaultValue":"nextval('candidate_feedback_id_seq'::regclass)","name":"id","type":"int4"},{"name":"interviewer","type":"text"},{"name":"application_id","type":"text"},{"name":"feedback","type":"text"},{"name":"rating","type":"float8"}],"keys":[{"columnNames":["id"],"name":"candidate_feedback_pkey","type":"primary key"},{"fromColumns":["id"],"name":"application_id_fk","toColumns":["job_applications.id"],"type":"foreign key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"candidate_feedback\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"candidate_feedback\" (\"interviewer\", \"application_id\", \"feedback\", \"rating\")\n VALUES ('', '', '', '');"},{"title":"UPDATE","body":"UPDATE public.\"candidate_feedback\" SET\n \"interviewer\" = ''\n \"application_id\" = ''\n \"feedback\" = ''\n \"rating\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"candidate_feedback\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.candidate_feedback","type":"TABLE"},{"schema":"public","columns":[{"name":"department_id","type":"int4"},{"name":"department_name","type":"varchar"}],"keys":[{"columnNames":["department_id"],"name":"departments_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"departments\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"departments\" (\"department_id\", \"department_name\")\n VALUES (1, '');"},{"title":"UPDATE","body":"UPDATE public.\"departments\" SET\n \"department_id\" = 1\n \"department_name\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"departments\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.departments","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('discount_id_seq'::regclass)","name":"id","type":"int4"},{"name":"userId","type":"int4"},{"name":"amount","type":"float8"},{"name":"expiresAt","type":"date"}],"keys":[{"columnNames":["id"],"name":"discount_pkey","type":"primary key"},{"fromColumns":["userId"],"name":"userId","toColumns":["users.id"],"type":"foreign key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"discounts\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"discounts\" (\"userId\", \"amount\", \"expiresAt\")\n VALUES (1, '', '2019-07-01');"},{"title":"UPDATE","body":"UPDATE public.\"discounts\" SET\n \"userId\" = 1\n \"amount\" = ''\n \"expiresAt\" = '2019-07-01'\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"discounts\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.discounts","type":"TABLE"},{"schema":"public","columns":[{"name":"employee_id","type":"int4"},{"name":"employee_name","type":"varchar"},{"name":"phone","type":"varchar"},{"name":"email","type":"varchar"},{"defaultValue":"false","name":"isadmin","type":"bool"},{"name":"department_id","type":"int4"},{"name":"calendar","type":"varchar"},{"defaultValue":"CURRENT_DATE","name":"dob","type":"timestamp"},{"defaultValue":"CURRENT_DATE","name":"doj","type":"timestamp"}],"keys":[{"columnNames":["employee_id"],"name":"employees_pkey","type":"primary key"},{"fromColumns":["department_id"],"name":"fk_dept","toColumns":["departments.department_id"],"type":"foreign key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"employees\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"employees\" (\"employee_id\", \"employee_name\", \"phone\", \"email\", \"department_id\", \"calendar\")\n VALUES (1, '', '', '', 1, '');"},{"title":"UPDATE","body":"UPDATE public.\"employees\" SET\n \"employee_id\" = 1\n \"employee_name\" = ''\n \"phone\" = ''\n \"email\" = ''\n \"department_id\" = 1\n \"calendar\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"employees\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.employees","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('job_applications_id_seq'::regclass)","name":"id","type":"int4"},{"name":"candidate_name","type":"text"},{"name":"candidate_email","type":"text"},{"name":"candidate_phone_no","type":"text"},{"name":"applied_role","type":"text"},{"name":"application_datetime","type":"timestamptz"},{"name":"application_status","type":"text"},{"name":"interview_datetime","type":"timestamptz"},{"name":"resume_url","type":"text"}],"keys":[{"columnNames":["id"],"name":"job_applications_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"job_applications\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"job_applications\" (\"candidate_name\", \"candidate_email\", \"candidate_phone_no\", \"applied_role\", \"application_datetime\", \"application_status\", \"interview_datetime\", \"resume_url\")\n VALUES ('', '', '', '', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', '', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', '');"},{"title":"UPDATE","body":"UPDATE public.\"job_applications\" SET\n \"candidate_name\" = ''\n \"candidate_email\" = ''\n \"candidate_phone_no\" = ''\n \"applied_role\" = ''\n \"application_datetime\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET'\n \"application_status\" = ''\n \"interview_datetime\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET'\n \"resume_url\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"job_applications\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.job_applications","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('\"orderProductMap_id_seq\"'::regclass)","name":"id","type":"int4"},{"name":"orderId","type":"int4"},{"name":"productId","type":"int4"}],"keys":[{"columnNames":["id"],"name":"orderProductMap_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"orderProductMap\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"orderProductMap\" (\"orderId\", \"productId\")\n VALUES (1, 1);"},{"title":"UPDATE","body":"UPDATE public.\"orderProductMap\" SET\n \"orderId\" = 1\n \"productId\" = 1\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"orderProductMap\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.orderProductMap","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('\"orders_orderId_seq\"'::regclass)","name":"id","type":"int4"},{"name":"deliveryAddress","type":"text"},{"name":"orderAmount","type":"float8"},{"name":"orderDate","type":"date"},{"name":"status","type":"text"},{"name":"userId","type":"int4"},{"name":"paymentId","type":"text"}],"keys":[{"columnNames":["id"],"name":"orders_pkey","type":"primary key"},{"fromColumns":["userId"],"name":"userId_fk","toColumns":["users.id"],"type":"foreign key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"orders\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"orders\" (\"deliveryAddress\", \"orderAmount\", \"orderDate\", \"status\", \"userId\", \"paymentId\")\n VALUES ('', '', '2019-07-01', '', 1, '');"},{"title":"UPDATE","body":"UPDATE public.\"orders\" SET\n \"deliveryAddress\" = ''\n \"orderAmount\" = ''\n \"orderDate\" = '2019-07-01'\n \"status\" = ''\n \"userId\" = 1\n \"paymentId\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"orders\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.orders","type":"TABLE"},{"schema":"public","columns":[{"name":"productName","type":"text"},{"name":"mrp","type":"float8"},{"name":"listingPrice","type":"float8"},{"name":"imageUrl","type":"text"},{"name":"description","type":"text"},{"name":"category","type":"text"},{"name":"isListed","type":"bool"},{"name":"availabilityDate","type":"date"},{"name":"channel","type":"text"},{"defaultValue":"nextval('products_id_seq'::regclass)","name":"id","type":"int4"},{"name":"createdAt","type":"timestamptz"},{"name":"updatedAt","type":"timestamptz"}],"keys":[{"columnNames":["id"],"name":"products_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"products\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"products\" (\"productName\", \"mrp\", \"listingPrice\", \"imageUrl\", \"description\", \"category\", \"isListed\", \"availabilityDate\", \"channel\", \"createdAt\", \"updatedAt\")\n VALUES ('', '', '', '', '', '', '', '2019-07-01', '', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET');"},{"title":"UPDATE","body":"UPDATE public.\"products\" SET\n \"productName\" = ''\n \"mrp\" = ''\n \"listingPrice\" = ''\n \"imageUrl\" = ''\n \"description\" = ''\n \"category\" = ''\n \"isListed\" = ''\n \"availabilityDate\" = '2019-07-01'\n \"channel\" = ''\n \"createdAt\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET'\n \"updatedAt\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET'\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"products\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.products","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('standup_updates_id_seq'::regclass)","name":"id","type":"int4"},{"defaultValue":"'https://res.cloudinary.com/drako999/image/upload/v1591685088/Appsmith/n9h1nbauggjnowyykged.png'::text","name":"avatar","type":"text"},{"name":"name","type":"text"},{"defaultValue":"CURRENT_DATE","name":"date","type":"date"},{"name":"notes","type":"text"}],"keys":[{"columnNames":["id"],"name":"standup_updates_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"standup_updates\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"standup_updates\" (\"name\", \"notes\")\n VALUES ('', '');"},{"title":"UPDATE","body":"UPDATE public.\"standup_updates\" SET\n \"name\" = ''\n \"notes\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"standup_updates\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.standup_updates","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('\"userDiscount_id_seq\"'::regclass)","name":"id","type":"int4"}],"keys":[{"columnNames":["id"],"name":"userDiscount_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"userDiscount\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"userDiscount\" ()\n VALUES ();"},{"title":"UPDATE","body":"UPDATE public.\"userDiscount\" SET\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"userDiscount\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.userDiscount","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('users_id_seq'::regclass)","name":"id","type":"int4"},{"name":"name","type":"varchar"},{"name":"createdAt","type":"timestamptz"},{"name":"updatedAt","type":"timestamptz"},{"name":"status","type":"varchar"},{"name":"gender","type":"varchar"},{"name":"avatar","type":"varchar"},{"name":"email","type":"varchar"},{"name":"address","type":"text"},{"name":"role","type":"text"},{"name":"dob","type":"date"},{"name":"phoneNo","type":"text"}],"keys":[{"columnNames":["id"],"name":"users_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"users\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"users\" (\"name\", \"createdAt\", \"updatedAt\", \"status\", \"gender\", \"avatar\", \"email\", \"address\", \"role\", \"dob\", \"phoneNo\")\n VALUES ('', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', '', '', '', '', '', '', '2019-07-01', '');"},{"title":"UPDATE","body":"UPDATE public.\"users\" SET\n \"name\" = ''\n \"createdAt\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET'\n \"updatedAt\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET'\n \"status\" = ''\n \"gender\" = ''\n \"avatar\" = ''\n \"email\" = ''\n \"address\" = ''\n \"role\" = ''\n \"dob\" = '2019-07-01'\n \"phoneNo\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"users\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.users","type":"TABLE"},{"schema":"public","columns":[{"name":"Unnamed: 0","type":"int8"},{"name":"business_id","type":"text"},{"name":"name","type":"text"},{"name":"address","type":"text"},{"name":"city","type":"text"},{"name":"state","type":"text"},{"name":"postal_code","type":"text"},{"name":"latitude","type":"float8"},{"name":"longitude","type":"float8"},{"name":"stars","type":"float8"},{"name":"review_count","type":"int8"},{"name":"is_open","type":"int8"},{"name":"attributes","type":"text"},{"name":"categories","type":"text"},{"name":"hours","type":"text"}],"keys":[],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"yelp_business\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"yelp_business\" (\"Unnamed: 0\", \"business_id\", \"name\", \"address\", \"city\", \"state\", \"postal_code\", \"latitude\", \"longitude\", \"stars\", \"review_count\", \"is_open\", \"attributes\", \"categories\", \"hours\")\n VALUES (1, '', '', '', '', '', '', '', '', '', 1, 1, '', '', '');"},{"title":"UPDATE","body":"UPDATE public.\"yelp_business\" SET\n \"Unnamed: 0\" = 1\n \"business_id\" = ''\n \"name\" = ''\n \"address\" = ''\n \"city\" = ''\n \"state\" = ''\n \"postal_code\" = ''\n \"latitude\" = ''\n \"longitude\" = ''\n \"stars\" = ''\n \"review_count\" = 1\n \"is_open\" = 1\n \"attributes\" = ''\n \"categories\" = ''\n \"hours\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"yelp_business\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.yelp_business","type":"TABLE"},{"schema":"public","columns":[{"name":"business_id","type":"text"},{"name":"name","type":"text"},{"name":"address","type":"text"},{"name":"city","type":"text"},{"name":"state","type":"text"},{"name":"postal_code","type":"text"},{"name":"latitude","type":"float8"},{"name":"longitude","type":"float8"},{"name":"stars","type":"float8"},{"name":"review_count","type":"int8"},{"name":"is_open","type":"int8"},{"name":"attributes","type":"text"},{"name":"categories","type":"text"},{"name":"hours","type":"text"}],"keys":[],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"yelp_business_small\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"yelp_business_small\" (\"business_id\", \"name\", \"address\", \"city\", \"state\", \"postal_code\", \"latitude\", \"longitude\", \"stars\", \"review_count\", \"is_open\", \"attributes\", \"categories\", \"hours\")\n VALUES ('', '', '', '', '', '', '', '', '', 1, 1, '', '', '');"},{"title":"UPDATE","body":"UPDATE public.\"yelp_business_small\" SET\n \"business_id\" = ''\n \"name\" = ''\n \"address\" = ''\n \"city\" = ''\n \"state\" = ''\n \"postal_code\" = ''\n \"latitude\" = ''\n \"longitude\" = ''\n \"stars\" = ''\n \"review_count\" = 1\n \"is_open\" = 1\n \"attributes\" = ''\n \"categories\" = ''\n \"hours\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"yelp_business_small\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.yelp_business_small","type":"TABLE"},{"schema":"public","columns":[{"name":"Unnamed: 0","type":"int8"},{"name":"business_id","type":"text"},{"name":"name","type":"text"},{"name":"address","type":"text"},{"name":"city","type":"text"},{"name":"state","type":"text"},{"name":"postal_code","type":"text"},{"name":"latitude","type":"float8"},{"name":"longitude","type":"float8"},{"name":"stars","type":"float8"},{"name":"review_count","type":"int8"},{"name":"is_open","type":"int8"},{"name":"attributes","type":"text"},{"name":"categories","type":"text"},{"name":"hours","type":"text"}],"keys":[],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"yelp_business_small2\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"yelp_business_small2\" (\"Unnamed: 0\", \"business_id\", \"name\", \"address\", \"city\", \"state\", \"postal_code\", \"latitude\", \"longitude\", \"stars\", \"review_count\", \"is_open\", \"attributes\", \"categories\", \"hours\")\n VALUES (1, '', '', '', '', '', '', '', '', '', 1, 1, '', '', '');"},{"title":"UPDATE","body":"UPDATE public.\"yelp_business_small2\" SET\n \"Unnamed: 0\" = 1\n \"business_id\" = ''\n \"name\" = ''\n \"address\" = ''\n \"city\" = ''\n \"state\" = ''\n \"postal_code\" = ''\n \"latitude\" = ''\n \"longitude\" = ''\n \"stars\" = ''\n \"review_count\" = 1\n \"is_open\" = 1\n \"attributes\" = ''\n \"categories\" = ''\n \"hours\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"yelp_business_small2\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.yelp_business_small2","type":"TABLE"},{"schema":"public","columns":[{"name":"Unnamed: 0","type":"int8"},{"name":"review_id","type":"text"},{"name":"user_id","type":"text"},{"name":"business_id","type":"text"},{"name":"stars","type":"int8"},{"name":"useful","type":"int8"},{"name":"funny","type":"int8"},{"name":"cool","type":"int8"},{"name":"text","type":"text"},{"name":"date","type":"text"}],"keys":[],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"yelp_review_small2\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"yelp_review_small2\" (\"Unnamed: 0\", \"review_id\", \"user_id\", \"business_id\", \"stars\", \"useful\", \"funny\", \"cool\", \"text\", \"date\")\n VALUES (1, '', '', '', 1, 1, 1, 1, '', '');"},{"title":"UPDATE","body":"UPDATE public.\"yelp_review_small2\" SET\n \"Unnamed: 0\" = 1\n \"review_id\" = ''\n \"user_id\" = ''\n \"business_id\" = ''\n \"stars\" = 1\n \"useful\" = 1\n \"funny\" = 1\n \"cool\" = 1\n \"text\" = ''\n \"date\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"yelp_review_small2\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.yelp_review_small2","type":"TABLE"},{"schema":"public","columns":[{"name":"Unnamed: 0","type":"int8"},{"name":"review_id","type":"text"},{"name":"user_id","type":"text"},{"name":"business_id","type":"text"},{"name":"stars","type":"int8"},{"name":"useful","type":"int8"},{"name":"funny","type":"int8"},{"name":"cool","type":"int8"},{"name":"text","type":"text"},{"name":"date","type":"text"}],"keys":[],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"yelp_reviews\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"yelp_reviews\" (\"Unnamed: 0\", \"review_id\", \"user_id\", \"business_id\", \"stars\", \"useful\", \"funny\", \"cool\", \"text\", \"date\")\n VALUES (1, '', '', '', 1, 1, 1, 1, '', '');"},{"title":"UPDATE","body":"UPDATE public.\"yelp_reviews\" SET\n \"Unnamed: 0\" = 1\n \"review_id\" = ''\n \"user_id\" = ''\n \"business_id\" = ''\n \"stars\" = 1\n \"useful\" = 1\n \"funny\" = 1\n \"cool\" = 1\n \"text\" = ''\n \"date\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"yelp_reviews\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.yelp_reviews","type":"TABLE"},{"schema":"public","columns":[{"name":"Unnamed: 0","type":"int8"},{"name":"user_id","type":"text"},{"name":"business_id","type":"text"},{"name":"text","type":"text"},{"name":"date","type":"text"},{"name":"compliment_count","type":"int8"}],"keys":[],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"yelp_tips\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"yelp_tips\" (\"Unnamed: 0\", \"user_id\", \"business_id\", \"text\", \"date\", \"compliment_count\")\n VALUES (1, '', '', '', '', 1);"},{"title":"UPDATE","body":"UPDATE public.\"yelp_tips\" SET\n \"Unnamed: 0\" = 1\n \"user_id\" = ''\n \"business_id\" = ''\n \"text\" = ''\n \"date\" = ''\n \"compliment_count\" = 1\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"yelp_tips\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.yelp_tips","type":"TABLE"},{"schema":"public","columns":[{"name":"Unnamed: 0","type":"int8"},{"name":"user_id","type":"text"},{"name":"name","type":"text"},{"name":"review_count","type":"int8"},{"name":"yelping_since","type":"text"},{"name":"useful","type":"int8"},{"name":"funny","type":"int8"},{"name":"cool","type":"int8"},{"name":"elite","type":"text"},{"name":"friends","type":"text"},{"name":"fans","type":"int8"},{"name":"average_stars","type":"float8"},{"name":"compliment_hot","type":"int8"},{"name":"compliment_more","type":"int8"},{"name":"compliment_profile","type":"int8"},{"name":"compliment_cute","type":"int8"},{"name":"compliment_list","type":"int8"},{"name":"compliment_note","type":"int8"},{"name":"compliment_plain","type":"int8"},{"name":"compliment_cool","type":"int8"},{"name":"compliment_funny","type":"int8"},{"name":"compliment_writer","type":"int8"},{"name":"compliment_photos","type":"int8"}],"keys":[],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"yelp_users\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"yelp_users\" (\"Unnamed: 0\", \"user_id\", \"name\", \"review_count\", \"yelping_since\", \"useful\", \"funny\", \"cool\", \"elite\", \"friends\", \"fans\", \"average_stars\", \"compliment_hot\", \"compliment_more\", \"compliment_profile\", \"compliment_cute\", \"compliment_list\", \"compliment_note\", \"compliment_plain\", \"compliment_cool\", \"compliment_funny\", \"compliment_writer\", \"compliment_photos\")\n VALUES (1, '', '', 1, '', 1, 1, 1, '', '', 1, '', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);"},{"title":"UPDATE","body":"UPDATE public.\"yelp_users\" SET\n \"Unnamed: 0\" = 1\n \"user_id\" = ''\n \"name\" = ''\n \"review_count\" = 1\n \"yelping_since\" = ''\n \"useful\" = 1\n \"funny\" = 1\n \"cool\" = 1\n \"elite\" = ''\n \"friends\" = ''\n \"fans\" = 1\n \"average_stars\" = ''\n \"compliment_hot\" = 1\n \"compliment_more\" = 1\n \"compliment_profile\" = 1\n \"compliment_cute\" = 1\n \"compliment_list\" = 1\n \"compliment_note\" = 1\n \"compliment_plain\" = 1\n \"compliment_cool\" = 1\n \"compliment_funny\" = 1\n \"compliment_writer\" = 1\n \"compliment_photos\" = 1\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"yelp_users\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.yelp_users","type":"TABLE"}]}},{"new":true,"invalids":[],"pluginId":"postgres-plugin","isValid":true,"name":"Internal DB","userPermissions":["execute:datasources","manage:datasources","read:datasources"],"datasourceConfiguration":{"sshProxyEnabled":false,"endpoints":[{"port":5432,"host":"fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"}],"connection":{"mode":"READ_WRITE","ssl":{"authType":"DEFAULT"}}},"structure":{"tables":[{"schema":"public","columns":[{"defaultValue":"nextval('candidate_feedback_id_seq'::regclass)","name":"id","type":"int4"},{"name":"interviewer","type":"text"},{"name":"application_id","type":"text"},{"name":"feedback","type":"text"},{"name":"rating","type":"float8"}],"keys":[{"columnNames":["id"],"name":"candidate_feedback_pkey","type":"primary key"},{"fromColumns":["id"],"name":"application_id_fk","toColumns":["job_applications.id"],"type":"foreign key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"candidate_feedback\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"candidate_feedback\" (\"interviewer\", \"application_id\", \"feedback\", \"rating\")\n VALUES ('', '', '', '');"},{"title":"UPDATE","body":"UPDATE public.\"candidate_feedback\" SET\n \"interviewer\" = ''\n \"application_id\" = ''\n \"feedback\" = ''\n \"rating\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"candidate_feedback\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.candidate_feedback","type":"TABLE"},{"schema":"public","columns":[{"name":"department_id","type":"int4"},{"name":"department_name","type":"varchar"}],"keys":[{"columnNames":["department_id"],"name":"departments_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"departments\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"departments\" (\"department_id\", \"department_name\")\n VALUES (1, '');"},{"title":"UPDATE","body":"UPDATE public.\"departments\" SET\n \"department_id\" = 1\n \"department_name\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"departments\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.departments","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('discount_id_seq'::regclass)","name":"id","type":"int4"},{"name":"userId","type":"int4"},{"name":"amount","type":"float8"},{"name":"expiresAt","type":"date"}],"keys":[{"columnNames":["id"],"name":"discount_pkey","type":"primary key"},{"fromColumns":["userId"],"name":"userId","toColumns":["users.id"],"type":"foreign key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"discounts\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"discounts\" (\"userId\", \"amount\", \"expiresAt\")\n VALUES (1, '', '2019-07-01');"},{"title":"UPDATE","body":"UPDATE public.\"discounts\" SET\n \"userId\" = 1\n \"amount\" = ''\n \"expiresAt\" = '2019-07-01'\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"discounts\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.discounts","type":"TABLE"},{"schema":"public","columns":[{"name":"employee_id","type":"int4"},{"name":"employee_name","type":"varchar"},{"name":"phone","type":"varchar"},{"name":"email","type":"varchar"},{"defaultValue":"false","name":"isadmin","type":"bool"},{"name":"department_id","type":"int4"},{"name":"calendar","type":"varchar"},{"defaultValue":"CURRENT_DATE","name":"dob","type":"timestamp"},{"defaultValue":"CURRENT_DATE","name":"doj","type":"timestamp"}],"keys":[{"columnNames":["employee_id"],"name":"employees_pkey","type":"primary key"},{"fromColumns":["department_id"],"name":"fk_dept","toColumns":["departments.department_id"],"type":"foreign key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"employees\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"employees\" (\"employee_id\", \"employee_name\", \"phone\", \"email\", \"department_id\", \"calendar\")\n VALUES (1, '', '', '', 1, '');"},{"title":"UPDATE","body":"UPDATE public.\"employees\" SET\n \"employee_id\" = 1\n \"employee_name\" = ''\n \"phone\" = ''\n \"email\" = ''\n \"department_id\" = 1\n \"calendar\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"employees\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.employees","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('job_applications_id_seq'::regclass)","name":"id","type":"int4"},{"name":"candidate_name","type":"text"},{"name":"candidate_email","type":"text"},{"name":"candidate_phone_no","type":"text"},{"name":"applied_role","type":"text"},{"name":"application_datetime","type":"timestamptz"},{"name":"application_status","type":"text"},{"name":"interview_datetime","type":"timestamptz"},{"name":"resume_url","type":"text"}],"keys":[{"columnNames":["id"],"name":"job_applications_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"job_applications\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"job_applications\" (\"candidate_name\", \"candidate_email\", \"candidate_phone_no\", \"applied_role\", \"application_datetime\", \"application_status\", \"interview_datetime\", \"resume_url\")\n VALUES ('', '', '', '', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', '', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', '');"},{"title":"UPDATE","body":"UPDATE public.\"job_applications\" SET\n \"candidate_name\" = ''\n \"candidate_email\" = ''\n \"candidate_phone_no\" = ''\n \"applied_role\" = ''\n \"application_datetime\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET'\n \"application_status\" = ''\n \"interview_datetime\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET'\n \"resume_url\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"job_applications\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.job_applications","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('\"orderProductMap_id_seq\"'::regclass)","name":"id","type":"int4"},{"name":"orderId","type":"int4"},{"name":"productId","type":"int4"}],"keys":[{"columnNames":["id"],"name":"orderProductMap_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"orderProductMap\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"orderProductMap\" (\"orderId\", \"productId\")\n VALUES (1, 1);"},{"title":"UPDATE","body":"UPDATE public.\"orderProductMap\" SET\n \"orderId\" = 1\n \"productId\" = 1\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"orderProductMap\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.orderProductMap","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('\"orders_orderId_seq\"'::regclass)","name":"id","type":"int4"},{"name":"deliveryAddress","type":"text"},{"name":"orderAmount","type":"float8"},{"name":"orderDate","type":"date"},{"name":"status","type":"text"},{"name":"userId","type":"int4"},{"name":"paymentId","type":"text"}],"keys":[{"columnNames":["id"],"name":"orders_pkey","type":"primary key"},{"fromColumns":["userId"],"name":"userId_fk","toColumns":["users.id"],"type":"foreign key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"orders\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"orders\" (\"deliveryAddress\", \"orderAmount\", \"orderDate\", \"status\", \"userId\", \"paymentId\")\n VALUES ('', '', '2019-07-01', '', 1, '');"},{"title":"UPDATE","body":"UPDATE public.\"orders\" SET\n \"deliveryAddress\" = ''\n \"orderAmount\" = ''\n \"orderDate\" = '2019-07-01'\n \"status\" = ''\n \"userId\" = 1\n \"paymentId\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"orders\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.orders","type":"TABLE"},{"schema":"public","columns":[{"name":"productName","type":"text"},{"name":"mrp","type":"float8"},{"name":"listingPrice","type":"float8"},{"name":"imageUrl","type":"text"},{"name":"description","type":"text"},{"name":"category","type":"text"},{"name":"isListed","type":"bool"},{"name":"availabilityDate","type":"date"},{"name":"channel","type":"text"},{"defaultValue":"nextval('products_id_seq'::regclass)","name":"id","type":"int4"},{"name":"createdAt","type":"timestamptz"},{"name":"updatedAt","type":"timestamptz"}],"keys":[{"columnNames":["id"],"name":"products_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"products\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"products\" (\"productName\", \"mrp\", \"listingPrice\", \"imageUrl\", \"description\", \"category\", \"isListed\", \"availabilityDate\", \"channel\", \"createdAt\", \"updatedAt\")\n VALUES ('', '', '', '', '', '', '', '2019-07-01', '', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET');"},{"title":"UPDATE","body":"UPDATE public.\"products\" SET\n \"productName\" = ''\n \"mrp\" = ''\n \"listingPrice\" = ''\n \"imageUrl\" = ''\n \"description\" = ''\n \"category\" = ''\n \"isListed\" = ''\n \"availabilityDate\" = '2019-07-01'\n \"channel\" = ''\n \"createdAt\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET'\n \"updatedAt\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET'\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"products\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.products","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('standup_updates_id_seq'::regclass)","name":"id","type":"int4"},{"defaultValue":"'https://res.cloudinary.com/drako999/image/upload/v1591685088/Appsmith/n9h1nbauggjnowyykged.png'::text","name":"avatar","type":"text"},{"name":"name","type":"text"},{"defaultValue":"CURRENT_DATE","name":"date","type":"date"},{"name":"notes","type":"text"}],"keys":[{"columnNames":["id"],"name":"standup_updates_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"standup_updates\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"standup_updates\" (\"name\", \"notes\")\n VALUES ('', '');"},{"title":"UPDATE","body":"UPDATE public.\"standup_updates\" SET\n \"name\" = ''\n \"notes\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"standup_updates\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.standup_updates","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('\"userDiscount_id_seq\"'::regclass)","name":"id","type":"int4"}],"keys":[{"columnNames":["id"],"name":"userDiscount_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"userDiscount\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"userDiscount\" ()\n VALUES ();"},{"title":"UPDATE","body":"UPDATE public.\"userDiscount\" SET\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"userDiscount\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.userDiscount","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('users_id_seq'::regclass)","name":"id","type":"int4"},{"name":"name","type":"varchar"},{"name":"createdAt","type":"timestamptz"},{"name":"updatedAt","type":"timestamptz"},{"name":"status","type":"varchar"},{"name":"gender","type":"varchar"},{"name":"avatar","type":"varchar"},{"name":"email","type":"varchar"},{"name":"address","type":"text"},{"name":"role","type":"text"},{"name":"dob","type":"date"},{"name":"phoneNo","type":"text"}],"keys":[{"columnNames":["id"],"name":"users_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"users\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"users\" (\"name\", \"createdAt\", \"updatedAt\", \"status\", \"gender\", \"avatar\", \"email\", \"address\", \"role\", \"dob\", \"phoneNo\")\n VALUES ('', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', '', '', '', '', '', '', '2019-07-01', '');"},{"title":"UPDATE","body":"UPDATE public.\"users\" SET\n \"name\" = ''\n \"createdAt\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET'\n \"updatedAt\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET'\n \"status\" = ''\n \"gender\" = ''\n \"avatar\" = ''\n \"email\" = ''\n \"address\" = ''\n \"role\" = ''\n \"dob\" = '2019-07-01'\n \"phoneNo\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"users\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.users","type":"TABLE"},{"schema":"public","columns":[{"name":"Unnamed: 0","type":"int8"},{"name":"business_id","type":"text"},{"name":"name","type":"text"},{"name":"address","type":"text"},{"name":"city","type":"text"},{"name":"state","type":"text"},{"name":"postal_code","type":"text"},{"name":"latitude","type":"float8"},{"name":"longitude","type":"float8"},{"name":"stars","type":"float8"},{"name":"review_count","type":"int8"},{"name":"is_open","type":"int8"},{"name":"attributes","type":"text"},{"name":"categories","type":"text"},{"name":"hours","type":"text"}],"keys":[],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"yelp_business\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"yelp_business\" (\"Unnamed: 0\", \"business_id\", \"name\", \"address\", \"city\", \"state\", \"postal_code\", \"latitude\", \"longitude\", \"stars\", \"review_count\", \"is_open\", \"attributes\", \"categories\", \"hours\")\n VALUES (1, '', '', '', '', '', '', '', '', '', 1, 1, '', '', '');"},{"title":"UPDATE","body":"UPDATE public.\"yelp_business\" SET\n \"Unnamed: 0\" = 1\n \"business_id\" = ''\n \"name\" = ''\n \"address\" = ''\n \"city\" = ''\n \"state\" = ''\n \"postal_code\" = ''\n \"latitude\" = ''\n \"longitude\" = ''\n \"stars\" = ''\n \"review_count\" = 1\n \"is_open\" = 1\n \"attributes\" = ''\n \"categories\" = ''\n \"hours\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"yelp_business\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.yelp_business","type":"TABLE"},{"schema":"public","columns":[{"name":"business_id","type":"text"},{"name":"name","type":"text"},{"name":"address","type":"text"},{"name":"city","type":"text"},{"name":"state","type":"text"},{"name":"postal_code","type":"text"},{"name":"latitude","type":"float8"},{"name":"longitude","type":"float8"},{"name":"stars","type":"float8"},{"name":"review_count","type":"int8"},{"name":"is_open","type":"int8"},{"name":"attributes","type":"text"},{"name":"categories","type":"text"},{"name":"hours","type":"text"}],"keys":[],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"yelp_business_small\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"yelp_business_small\" (\"business_id\", \"name\", \"address\", \"city\", \"state\", \"postal_code\", \"latitude\", \"longitude\", \"stars\", \"review_count\", \"is_open\", \"attributes\", \"categories\", \"hours\")\n VALUES ('', '', '', '', '', '', '', '', '', 1, 1, '', '', '');"},{"title":"UPDATE","body":"UPDATE public.\"yelp_business_small\" SET\n \"business_id\" = ''\n \"name\" = ''\n \"address\" = ''\n \"city\" = ''\n \"state\" = ''\n \"postal_code\" = ''\n \"latitude\" = ''\n \"longitude\" = ''\n \"stars\" = ''\n \"review_count\" = 1\n \"is_open\" = 1\n \"attributes\" = ''\n \"categories\" = ''\n \"hours\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"yelp_business_small\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.yelp_business_small","type":"TABLE"},{"schema":"public","columns":[{"name":"Unnamed: 0","type":"int8"},{"name":"business_id","type":"text"},{"name":"name","type":"text"},{"name":"address","type":"text"},{"name":"city","type":"text"},{"name":"state","type":"text"},{"name":"postal_code","type":"text"},{"name":"latitude","type":"float8"},{"name":"longitude","type":"float8"},{"name":"stars","type":"float8"},{"name":"review_count","type":"int8"},{"name":"is_open","type":"int8"},{"name":"attributes","type":"text"},{"name":"categories","type":"text"},{"name":"hours","type":"text"}],"keys":[],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"yelp_business_small2\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"yelp_business_small2\" (\"Unnamed: 0\", \"business_id\", \"name\", \"address\", \"city\", \"state\", \"postal_code\", \"latitude\", \"longitude\", \"stars\", \"review_count\", \"is_open\", \"attributes\", \"categories\", \"hours\")\n VALUES (1, '', '', '', '', '', '', '', '', '', 1, 1, '', '', '');"},{"title":"UPDATE","body":"UPDATE public.\"yelp_business_small2\" SET\n \"Unnamed: 0\" = 1\n \"business_id\" = ''\n \"name\" = ''\n \"address\" = ''\n \"city\" = ''\n \"state\" = ''\n \"postal_code\" = ''\n \"latitude\" = ''\n \"longitude\" = ''\n \"stars\" = ''\n \"review_count\" = 1\n \"is_open\" = 1\n \"attributes\" = ''\n \"categories\" = ''\n \"hours\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"yelp_business_small2\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.yelp_business_small2","type":"TABLE"},{"schema":"public","columns":[{"name":"Unnamed: 0","type":"int8"},{"name":"review_id","type":"text"},{"name":"user_id","type":"text"},{"name":"business_id","type":"text"},{"name":"stars","type":"int8"},{"name":"useful","type":"int8"},{"name":"funny","type":"int8"},{"name":"cool","type":"int8"},{"name":"text","type":"text"},{"name":"date","type":"text"}],"keys":[],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"yelp_review_small2\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"yelp_review_small2\" (\"Unnamed: 0\", \"review_id\", \"user_id\", \"business_id\", \"stars\", \"useful\", \"funny\", \"cool\", \"text\", \"date\")\n VALUES (1, '', '', '', 1, 1, 1, 1, '', '');"},{"title":"UPDATE","body":"UPDATE public.\"yelp_review_small2\" SET\n \"Unnamed: 0\" = 1\n \"review_id\" = ''\n \"user_id\" = ''\n \"business_id\" = ''\n \"stars\" = 1\n \"useful\" = 1\n \"funny\" = 1\n \"cool\" = 1\n \"text\" = ''\n \"date\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"yelp_review_small2\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.yelp_review_small2","type":"TABLE"},{"schema":"public","columns":[{"name":"Unnamed: 0","type":"int8"},{"name":"review_id","type":"text"},{"name":"user_id","type":"text"},{"name":"business_id","type":"text"},{"name":"stars","type":"int8"},{"name":"useful","type":"int8"},{"name":"funny","type":"int8"},{"name":"cool","type":"int8"},{"name":"text","type":"text"},{"name":"date","type":"text"}],"keys":[],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"yelp_reviews\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"yelp_reviews\" (\"Unnamed: 0\", \"review_id\", \"user_id\", \"business_id\", \"stars\", \"useful\", \"funny\", \"cool\", \"text\", \"date\")\n VALUES (1, '', '', '', 1, 1, 1, 1, '', '');"},{"title":"UPDATE","body":"UPDATE public.\"yelp_reviews\" SET\n \"Unnamed: 0\" = 1\n \"review_id\" = ''\n \"user_id\" = ''\n \"business_id\" = ''\n \"stars\" = 1\n \"useful\" = 1\n \"funny\" = 1\n \"cool\" = 1\n \"text\" = ''\n \"date\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"yelp_reviews\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.yelp_reviews","type":"TABLE"},{"schema":"public","columns":[{"name":"Unnamed: 0","type":"int8"},{"name":"user_id","type":"text"},{"name":"business_id","type":"text"},{"name":"text","type":"text"},{"name":"date","type":"text"},{"name":"compliment_count","type":"int8"}],"keys":[],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"yelp_tips\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"yelp_tips\" (\"Unnamed: 0\", \"user_id\", \"business_id\", \"text\", \"date\", \"compliment_count\")\n VALUES (1, '', '', '', '', 1);"},{"title":"UPDATE","body":"UPDATE public.\"yelp_tips\" SET\n \"Unnamed: 0\" = 1\n \"user_id\" = ''\n \"business_id\" = ''\n \"text\" = ''\n \"date\" = ''\n \"compliment_count\" = 1\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"yelp_tips\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.yelp_tips","type":"TABLE"},{"schema":"public","columns":[{"name":"Unnamed: 0","type":"int8"},{"name":"user_id","type":"text"},{"name":"name","type":"text"},{"name":"review_count","type":"int8"},{"name":"yelping_since","type":"text"},{"name":"useful","type":"int8"},{"name":"funny","type":"int8"},{"name":"cool","type":"int8"},{"name":"elite","type":"text"},{"name":"friends","type":"text"},{"name":"fans","type":"int8"},{"name":"average_stars","type":"float8"},{"name":"compliment_hot","type":"int8"},{"name":"compliment_more","type":"int8"},{"name":"compliment_profile","type":"int8"},{"name":"compliment_cute","type":"int8"},{"name":"compliment_list","type":"int8"},{"name":"compliment_note","type":"int8"},{"name":"compliment_plain","type":"int8"},{"name":"compliment_cool","type":"int8"},{"name":"compliment_funny","type":"int8"},{"name":"compliment_writer","type":"int8"},{"name":"compliment_photos","type":"int8"}],"keys":[],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"yelp_users\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"yelp_users\" (\"Unnamed: 0\", \"user_id\", \"name\", \"review_count\", \"yelping_since\", \"useful\", \"funny\", \"cool\", \"elite\", \"friends\", \"fans\", \"average_stars\", \"compliment_hot\", \"compliment_more\", \"compliment_profile\", \"compliment_cute\", \"compliment_list\", \"compliment_note\", \"compliment_plain\", \"compliment_cool\", \"compliment_funny\", \"compliment_writer\", \"compliment_photos\")\n VALUES (1, '', '', 1, '', 1, 1, 1, '', '', 1, '', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);"},{"title":"UPDATE","body":"UPDATE public.\"yelp_users\" SET\n \"Unnamed: 0\" = 1\n \"user_id\" = ''\n \"name\" = ''\n \"review_count\" = 1\n \"yelping_since\" = ''\n \"useful\" = 1\n \"funny\" = 1\n \"cool\" = 1\n \"elite\" = ''\n \"friends\" = ''\n \"fans\" = 1\n \"average_stars\" = ''\n \"compliment_hot\" = 1\n \"compliment_more\" = 1\n \"compliment_profile\" = 1\n \"compliment_cute\" = 1\n \"compliment_list\" = 1\n \"compliment_note\" = 1\n \"compliment_plain\" = 1\n \"compliment_cool\" = 1\n \"compliment_funny\" = 1\n \"compliment_writer\" = 1\n \"compliment_photos\" = 1\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"yelp_users\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.yelp_users","type":"TABLE"}]}}],"actionList":[{"new":false,"pluginType":"DB","unpublishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"body"}],"confirmBeforeExecute":false,"jsonPathKeys":["order_select.selectedOptionLabel","(Table1.pageNo - 1) * Table1.pageSize","Table1.searchText || \"\"","order_col_select.selectedOptionValue","Table1.pageSize"],"datasource":{"new":false,"isValid":true,"id":"Internal DB","userPermissions":[]},"executeOnLoad":true,"isValid":true,"name":"SelectQuery","actionConfiguration":{"paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"SELECT * FROM public.template_table\nWHERE \"col3\" ilike '%{{Table1.searchText || \"\"}}%'\nORDER BY \"{{order_col_select.selectedOptionValue}}\" {{order_select.selectedOptionLabel}}\nOFFSET {{(Table1.pageNo - 1) * Table1.pageSize}} \nLIMIT {{Table1.pageSize}};","pluginSpecifiedTemplates":[{"value":false}]},"userPermissions":[],"pageId":"SQL"},"pluginId":"postgres-plugin","id":"60d4559cee9aa1792c5bec40","userPermissions":["read:actions","execute:actions","manage:actions"],"publishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"body"}],"confirmBeforeExecute":false,"jsonPathKeys":["order_select.selectedOptionLabel","(Table1.pageNo - 1) * Table1.pageSize","Table1.searchText || \"\"","order_col_select.selectedOptionValue","Table1.pageSize"],"datasource":{"new":false,"isValid":true,"id":"Internal DB","userPermissions":[]},"executeOnLoad":true,"isValid":true,"name":"SelectQuery","actionConfiguration":{"paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"SELECT * FROM public.template_table\nWHERE \"col3\" ilike '%{{Table1.searchText || \"\"}}%'\nORDER BY \"{{order_col_select.selectedOptionValue}}\" {{order_select.selectedOptionLabel}}\nOFFSET {{(Table1.pageNo - 1) * Table1.pageSize}} \nLIMIT {{Table1.pageSize}};","pluginSpecifiedTemplates":[{"value":false}]},"userPermissions":[],"pageId":"SQL"}},{"new":false,"pluginType":"DB","unpublishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"body"}],"confirmBeforeExecute":false,"jsonPathKeys":["Table1.selectedRow.col1"],"datasource":{"new":false,"isValid":true,"id":"Internal DB","userPermissions":[]},"executeOnLoad":false,"isValid":true,"name":"DeleteQuery","actionConfiguration":{"paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"DELETE FROM public.template_table\n WHERE \"col1\" = {{Table1.selectedRow.col1}};"},"userPermissions":[],"pageId":"SQL"},"pluginId":"postgres-plugin","id":"60d4559cee9aa1792c5bec41","userPermissions":["read:actions","execute:actions","manage:actions"],"publishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"body"}],"confirmBeforeExecute":false,"jsonPathKeys":["Table1.selectedRow.col1"],"datasource":{"new":false,"isValid":true,"id":"Internal DB","userPermissions":[]},"executeOnLoad":false,"isValid":true,"name":"DeleteQuery","actionConfiguration":{"paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"DELETE FROM public.template_table\n WHERE \"col1\" = {{Table1.selectedRow.col1}};"},"userPermissions":[],"pageId":"SQL"}},{"new":false,"pluginType":"DB","unpublishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"body"}],"confirmBeforeExecute":false,"jsonPathKeys":["update_col_3.text","Table1.selectedRow.col1","update_col_2.text","update_col_1.text","update_col_4.text"],"datasource":{"new":false,"isValid":true,"id":"Internal DB","userPermissions":[]},"executeOnLoad":false,"isValid":true,"name":"UpdateQuery","actionConfiguration":{"paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"UPDATE public.template_table SET\n \"col1\" = '{{update_col_1.text}}',\n\t\t\"col2\" = '{{update_col_2.text}}',\n \"col3\" = '{{update_col_3.text}}',\n \"col4\" = '{{update_col_4.text}}'\n WHERE \"col1\" = {{Table1.selectedRow.col1}};"},"userPermissions":[],"pageId":"SQL"},"pluginId":"postgres-plugin","id":"60d4559cee9aa1792c5bec42","userPermissions":["read:actions","execute:actions","manage:actions"],"publishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"body"}],"confirmBeforeExecute":false,"jsonPathKeys":["update_col_3.text","Table1.selectedRow.col1","update_col_2.text","update_col_1.text","update_col_4.text"],"datasource":{"new":false,"isValid":true,"id":"Internal DB","userPermissions":[]},"executeOnLoad":false,"isValid":true,"name":"UpdateQuery","actionConfiguration":{"paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"UPDATE public.template_table SET\n \"col1\" = '{{update_col_1.text}}',\n\t\t\"col2\" = '{{update_col_2.text}}',\n \"col3\" = '{{update_col_3.text}}',\n \"col4\" = '{{update_col_4.text}}'\n WHERE \"col1\" = {{Table1.selectedRow.col1}};"},"userPermissions":[],"pageId":"SQL"}},{"new":false,"pluginType":"DB","unpublishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"body"}],"confirmBeforeExecute":false,"jsonPathKeys":["insert_col_input1.text","insert_col_input5.text","insert_col_input4.text","insert_col_input3.text","insert_col_input2.text"],"datasource":{"new":false,"isValid":true,"id":"Internal DB","userPermissions":[]},"executeOnLoad":false,"isValid":true,"name":"InsertQuery","actionConfiguration":{"paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"INSERT INTO public.template_table (\n\t\"col1\",\n\t\"col2\", \n\t\"col3\", \n\t\"col4\", \n\t\"col5\"\n)\nVALUES (\n\t\t\t\t{{insert_col_input1.text}}, \n\t\t\t\t{{insert_col_input2.text}}, \n\t\t\t\t{{insert_col_input3.text}}, \n\t\t\t\t{{insert_col_input4.text}}, \n\t\t\t\t{{insert_col_input5.text}}\n);","pluginSpecifiedTemplates":[{"value":true}]},"userPermissions":[],"pageId":"SQL"},"pluginId":"postgres-plugin","id":"60d4559cee9aa1792c5bec43","userPermissions":["read:actions","execute:actions","manage:actions"],"publishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"body"}],"confirmBeforeExecute":false,"jsonPathKeys":["insert_col_input1.text","insert_col_input5.text","insert_col_input4.text","insert_col_input3.text","insert_col_input2.text"],"datasource":{"new":false,"isValid":true,"id":"Internal DB","userPermissions":[]},"executeOnLoad":false,"isValid":true,"name":"InsertQuery","actionConfiguration":{"paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"INSERT INTO public.template_table (\n\t\"col1\",\n\t\"col2\", \n\t\"col3\", \n\t\"col4\", \n\t\"col5\"\n)\nVALUES (\n\t\t\t\t{{insert_col_input1.text}}, \n\t\t\t\t{{insert_col_input2.text}}, \n\t\t\t\t{{insert_col_input3.text}}, \n\t\t\t\t{{insert_col_input4.text}}, \n\t\t\t\t{{insert_col_input5.text}}\n);","pluginSpecifiedTemplates":[{"value":true}]},"userPermissions":[],"pageId":"SQL"}},{"new":false,"pluginType":"SAAS","unpublishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"pluginSpecifiedTemplates[6].value"},{"key":"pluginSpecifiedTemplates[8].value"}],"confirmBeforeExecute":false,"jsonPathKeys":["data_table.pageSize","(data_table.pageNo - 1) * data_table.pageSize"],"datasource":{"new":false,"pluginId":"60910df653a4d211ac7dd678","isValid":true,"id":"60c744d93535574772b64363","userPermissions":[]},"executeOnLoad":true,"isValid":true,"name":"SelectQuery","actionConfiguration":{"paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"pluginSpecifiedTemplates":[{"value":"GET","key":"method"},{"value":"https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0","key":"sheetUrl"},{"value":"","key":"range"},{"value":"","key":"spreadsheetName"},{"value":"1","key":"tableHeaderIndex"},{"value":"ROWS","key":"queryFormat"},{"value":"{{data_table.pageSize}}","key":"rowLimit"},{"value":"template_table","key":"sheetName"},{"value":"{{(data_table.pageNo - 1) * data_table.pageSize}}","key":"rowOffset"},{"key":"rowObject"},{"key":"rowObjects"},{"value":"","key":"rowIndex"},{"value":"SHEET","key":"deleteFormat"}]},"userPermissions":[],"pageId":"GSheets"},"pluginId":"google-sheets-plugin","id":"60d468c1ee9aa1792c5bec95","userPermissions":["read:actions","execute:actions","manage:actions"],"publishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"pluginSpecifiedTemplates[6].value"},{"key":"pluginSpecifiedTemplates[8].value"}],"confirmBeforeExecute":false,"jsonPathKeys":["data_table.pageSize","(data_table.pageNo - 1) * data_table.pageSize"],"datasource":{"new":false,"pluginId":"60910df653a4d211ac7dd678","isValid":true,"id":"60c744d93535574772b64363","userPermissions":[]},"executeOnLoad":true,"isValid":true,"name":"SelectQuery","actionConfiguration":{"paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"pluginSpecifiedTemplates":[{"value":"GET","key":"method"},{"value":"https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0","key":"sheetUrl"},{"value":"","key":"range"},{"value":"","key":"spreadsheetName"},{"value":"1","key":"tableHeaderIndex"},{"value":"ROWS","key":"queryFormat"},{"value":"{{data_table.pageSize}}","key":"rowLimit"},{"value":"template_table","key":"sheetName"},{"value":"{{(data_table.pageNo - 1) * data_table.pageSize}}","key":"rowOffset"},{"key":"rowObject"},{"key":"rowObjects"},{"value":"","key":"rowIndex"},{"value":"SHEET","key":"deleteFormat"}]},"userPermissions":[],"pageId":"GSheets"}},{"new":false,"pluginType":"SAAS","unpublishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"pluginSpecifiedTemplates[6].value"},{"key":"pluginSpecifiedTemplates[8].value"},{"key":"pluginSpecifiedTemplates[11].value"}],"confirmBeforeExecute":false,"jsonPathKeys":["data_table.selectedRow.rowIndex","data_table.pageSize","(data_table.pageNo - 1) * data_table.pageSize"],"datasource":{"new":false,"pluginId":"60910df653a4d211ac7dd678","isValid":true,"id":"60c744d93535574772b64363","userPermissions":[]},"executeOnLoad":false,"isValid":true,"name":"DeleteQuery","actionConfiguration":{"paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"pluginSpecifiedTemplates":[{"value":"DELETE_ROW","key":"method"},{"value":"https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0","key":"sheetUrl"},{"value":"","key":"range"},{"value":"","key":"spreadsheetName"},{"value":"1","key":"tableHeaderIndex"},{"value":"ROWS","key":"queryFormat"},{"value":"{{data_table.pageSize}}","key":"rowLimit"},{"value":"template_table","key":"sheetName"},{"value":"{{(data_table.pageNo - 1) * data_table.pageSize}}","key":"rowOffset"},{"key":"rowObject"},{"key":"rowObjects"},{"value":"{{data_table.selectedRow.rowIndex}}","key":"rowIndex"},{"value":"SHEET","key":"deleteFormat"}]},"userPermissions":[],"pageId":"GSheets"},"pluginId":"google-sheets-plugin","id":"60d46a38ee9aa1792c5bec99","userPermissions":["read:actions","execute:actions","manage:actions"],"publishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"pluginSpecifiedTemplates[6].value"},{"key":"pluginSpecifiedTemplates[8].value"},{"key":"pluginSpecifiedTemplates[11].value"}],"confirmBeforeExecute":false,"jsonPathKeys":["data_table.selectedRow.rowIndex","data_table.pageSize","(data_table.pageNo - 1) * data_table.pageSize"],"datasource":{"new":false,"pluginId":"60910df653a4d211ac7dd678","isValid":true,"id":"60c744d93535574772b64363","userPermissions":[]},"executeOnLoad":false,"isValid":true,"name":"DeleteQuery","actionConfiguration":{"paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"pluginSpecifiedTemplates":[{"value":"DELETE_ROW","key":"method"},{"value":"https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0","key":"sheetUrl"},{"value":"","key":"range"},{"value":"","key":"spreadsheetName"},{"value":"1","key":"tableHeaderIndex"},{"value":"ROWS","key":"queryFormat"},{"value":"{{data_table.pageSize}}","key":"rowLimit"},{"value":"template_table","key":"sheetName"},{"value":"{{(data_table.pageNo - 1) * data_table.pageSize}}","key":"rowOffset"},{"key":"rowObject"},{"key":"rowObjects"},{"value":"{{data_table.selectedRow.rowIndex}}","key":"rowIndex"},{"value":"SHEET","key":"deleteFormat"}]},"userPermissions":[],"pageId":"GSheets"}},{"new":false,"pluginType":"SAAS","unpublishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"pluginSpecifiedTemplates[9].value"}],"confirmBeforeExecute":false,"jsonPathKeys":["colInput1.text","colInput4.text","data_table.selectedRow.rowIndex","colInput2.text","colInput3.text"],"datasource":{"new":false,"pluginId":"60910df653a4d211ac7dd678","isValid":true,"id":"60c744d93535574772b64363","userPermissions":[]},"executeOnLoad":false,"isValid":true,"name":"UpdateQuery","actionConfiguration":{"paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"pluginSpecifiedTemplates":[{"value":"UPDATE","key":"method"},{"value":"https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0","key":"sheetUrl"},{"value":"","key":"range"},{"value":"","key":"spreadsheetName"},{"value":"1","key":"tableHeaderIndex"},{"value":"ROWS","key":"queryFormat"},{"value":"","key":"rowLimit"},{"value":"template_table","key":"sheetName"},{"value":"","key":"rowOffset"},{"value":"{\n\t \"rowIndex\": {{data_table.selectedRow.rowIndex}}, \n\t\t\"col1\": {{colInput1.text}}, \n\t\t\"col2\": {{colInput2.text}}, \n\t\t\"col3\": {{colInput3.text}}, \n\t\t\"col4\": {{colInput4.text}}\n}","key":"rowObject"},{"key":"rowObjects"},{"value":"","key":"rowIndex"},{"value":"SHEET","key":"deleteFormat"}]},"userPermissions":[],"pageId":"GSheets"},"pluginId":"google-sheets-plugin","id":"60d47052ee9aa1792c5becbe","userPermissions":["read:actions","execute:actions","manage:actions"],"publishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"pluginSpecifiedTemplates[9].value"}],"confirmBeforeExecute":false,"jsonPathKeys":["colInput1.text","colInput4.text","data_table.selectedRow.rowIndex","colInput2.text","colInput3.text"],"datasource":{"new":false,"pluginId":"60910df653a4d211ac7dd678","isValid":true,"id":"60c744d93535574772b64363","userPermissions":[]},"executeOnLoad":false,"isValid":true,"name":"UpdateQuery","actionConfiguration":{"paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"pluginSpecifiedTemplates":[{"value":"UPDATE","key":"method"},{"value":"https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0","key":"sheetUrl"},{"value":"","key":"range"},{"value":"","key":"spreadsheetName"},{"value":"1","key":"tableHeaderIndex"},{"value":"ROWS","key":"queryFormat"},{"value":"","key":"rowLimit"},{"value":"template_table","key":"sheetName"},{"value":"","key":"rowOffset"},{"value":"{\n\t \"rowIndex\": {{data_table.selectedRow.rowIndex}}, \n\t\t\"col1\": {{colInput1.text}}, \n\t\t\"col2\": {{colInput2.text}}, \n\t\t\"col3\": {{colInput3.text}}, \n\t\t\"col4\": {{colInput4.text}}\n}","key":"rowObject"},{"key":"rowObjects"},{"value":"","key":"rowIndex"},{"value":"SHEET","key":"deleteFormat"}]},"userPermissions":[],"pageId":"GSheets"}},{"new":false,"pluginType":"SAAS","unpublishedAction":{"invalids":[],"dynamicBindingPathList":[],"confirmBeforeExecute":false,"jsonPathKeys":[],"datasource":{"new":false,"pluginId":"60910df653a4d211ac7dd678","isValid":true,"id":"60c744d93535574772b64363","userPermissions":[]},"executeOnLoad":false,"isValid":true,"name":"InsertQuery","actionConfiguration":{"paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"pluginSpecifiedTemplates":[{"value":"APPEND","key":"method"},{"value":"https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0","key":"sheetUrl"},{"value":"","key":"range"},{"value":"","key":"spreadsheetName"},{"value":"1","key":"tableHeaderIndex"},{"value":"ROWS","key":"queryFormat"},{"value":"","key":"rowLimit"},{"value":"template_table","key":"sheetName"},{"value":"","key":"rowOffset"},{"value":"{ \n\t\t\"col1\": insert_col_input1.text, \n\t\t\"col2\": insert_col_input2.text, \n\t\t\"col3\": insert_col_input3.text, \n\t\t\"col4\": insert_col_input4.text\n}","key":"rowObject"},{"key":"rowObjects"},{"value":"","key":"rowIndex"},{"value":"SHEET","key":"deleteFormat"}]},"userPermissions":[],"pageId":"GSheets"},"pluginId":"google-sheets-plugin","id":"60d47363ee9aa1792c5becc3","userPermissions":["read:actions","execute:actions","manage:actions"],"publishedAction":{"invalids":[],"dynamicBindingPathList":[],"confirmBeforeExecute":false,"jsonPathKeys":[],"datasource":{"new":false,"pluginId":"60910df653a4d211ac7dd678","isValid":true,"id":"60c744d93535574772b64363","userPermissions":[]},"executeOnLoad":false,"isValid":true,"name":"InsertQuery","actionConfiguration":{"paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"pluginSpecifiedTemplates":[{"value":"APPEND","key":"method"},{"value":"https://docs.google.com/spreadsheets/d/1P6or_F8UZ9sJX3JRAsX_kQDMRRnXqrnRgRIiml8Gjl0/edit#gid=0","key":"sheetUrl"},{"value":"","key":"range"},{"value":"","key":"spreadsheetName"},{"value":"1","key":"tableHeaderIndex"},{"value":"ROWS","key":"queryFormat"},{"value":"","key":"rowLimit"},{"value":"template_table","key":"sheetName"},{"value":"","key":"rowOffset"},{"value":"{ \n\t\t\"col1\": insert_col_input1.text, \n\t\t\"col2\": insert_col_input2.text, \n\t\t\"col3\": insert_col_input3.text, \n\t\t\"col4\": insert_col_input4.text\n}","key":"rowObject"},{"key":"rowObjects"},{"value":"","key":"rowIndex"},{"value":"SHEET","key":"deleteFormat"}]},"userPermissions":[],"pageId":"GSheets"}},{"new":false,"pluginType":"DB","unpublishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"body"},{"key":"path"}],"confirmBeforeExecute":false,"jsonPathKeys":["FilePicker.files[this.params.fileIndex].data","Input1.text +\"/\" +(new Date().getTime()) + FilePicker.files[this.params.fileIndex].name"],"datasource":{"new":false,"isValid":true,"id":"AmazonS3","userPermissions":[]},"executeOnLoad":false,"isValid":true,"name":"CreateFile","actionConfiguration":{"path":"{{ Input1.text +\"/\" +(new Date().getTime()) + FilePicker.files[this.params.fileIndex].name}}","paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"{{FilePicker.files[this.params.fileIndex].data}}","pluginSpecifiedTemplates":[{"value":"UPLOAD_FILE_FROM_BODY"},{"value":"assets-test.appsmith.com"},{"value":"NO"},{"value":"5"},{"value":""},{"value":"YES"},{"value":"YES"},{"value":"5"}]},"userPermissions":[],"pageId":"S3Assets"},"pluginId":"amazons3-plugin","id":"60da6d3fee9aa1792c5bf5e8","userPermissions":["read:actions","execute:actions","manage:actions"],"publishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"body"},{"key":"path"}],"confirmBeforeExecute":false,"jsonPathKeys":["FilePicker.files[this.params.fileIndex].data","Input1.text +\"/\" +(new Date().getTime()) + FilePicker.files[this.params.fileIndex].name"],"datasource":{"new":false,"isValid":true,"id":"AmazonS3","userPermissions":[]},"executeOnLoad":false,"isValid":true,"name":"CreateFile","actionConfiguration":{"path":"{{ Input1.text +\"/\" +(new Date().getTime()) + FilePicker.files[this.params.fileIndex].name}}","paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"{{FilePicker.files[this.params.fileIndex].data}}","pluginSpecifiedTemplates":[{"value":"UPLOAD_FILE_FROM_BODY"},{"value":"assets-test.appsmith.com"},{"value":"NO"},{"value":"5"},{"value":""},{"value":"YES"},{"value":"YES"},{"value":"5"}]},"userPermissions":[],"pageId":"S3Assets"}},{"new":false,"pluginType":"DB","unpublishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"pluginSpecifiedTemplates[4].value"}],"confirmBeforeExecute":false,"jsonPathKeys":["Input2.text"],"datasource":{"new":false,"isValid":true,"id":"AmazonS3","userPermissions":[]},"executeOnLoad":true,"isValid":true,"name":"ListFiles","actionConfiguration":{"path":"","paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"","pluginSpecifiedTemplates":[{"value":"LIST"},{"value":"assets-test.appsmith.com"},{"value":"YES"},{"value":"5"},{"value":"{{Input2.text}}"},{"value":"YES"},{"value":"YES"},{"value":"5"}]},"userPermissions":[],"pageId":"S3Assets"},"pluginId":"amazons3-plugin","id":"60da700cee9aa1792c5bf5e9","userPermissions":["read:actions","execute:actions","manage:actions"],"publishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"pluginSpecifiedTemplates[4].value"}],"confirmBeforeExecute":false,"jsonPathKeys":["Input2.text"],"datasource":{"new":false,"isValid":true,"id":"AmazonS3","userPermissions":[]},"executeOnLoad":true,"isValid":true,"name":"ListFiles","actionConfiguration":{"path":"","paginationType":"NONE","timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"","pluginSpecifiedTemplates":[{"value":"LIST"},{"value":"assets-test.appsmith.com"},{"value":"YES"},{"value":"5"},{"value":"{{Input2.text}}"},{"value":"YES"},{"value":"YES"},{"value":"5"}]},"userPermissions":[],"pageId":"S3Assets"}},{"new":false,"pluginType":"API","unpublishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"body"}],"confirmBeforeExecute":true,"jsonPathKeys":["{...get_exported_app.data, decruptedFields: undefined, datasourceList: get_exported_app.data.datasourceList.map((source) => { return {...source, structure: get_datasource_structure.data.data } } ) }"],"datasource":{"new":true,"invalids":[],"pluginId":"restapi-plugin","isValid":true,"name":"DEFAULT_REST_DATASOURCE","userPermissions":[],"datasourceConfiguration":{"url":"https://hook.integromat.com"}},"executeOnLoad":false,"isValid":true,"name":"update_template","actionConfiguration":{"path":"/uepsj7o6a0hmiodonjr7xrcqj9pixe0s","headers":[{"value":"application/json","key":"content-type"},{"value":"","key":""}],"paginationType":"NONE","queryParameters":[{"value":"","key":""},{"value":"","key":""}],"timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"{\n\t\"app\": {{ {...get_exported_app.data, decruptedFields: undefined, datasourceList: get_exported_app.data.datasourceList.map((source) => { return {...source, structure: get_datasource_structure.data.data } } ) } }},\n}","httpMethod":"POST","pluginSpecifiedTemplates":[{"value":false}]},"userPermissions":[],"pageId":"Admin"},"pluginId":"restapi-plugin","id":"60daba3aee9aa1792c5bf647","userPermissions":["read:actions","execute:actions","manage:actions"],"publishedAction":{"invalids":[],"dynamicBindingPathList":[{"key":"body"}],"confirmBeforeExecute":true,"jsonPathKeys":["{...get_exported_app.data, decruptedFields: undefined, datasourceList: get_exported_app.data.datasourceList.map((source) => { return {...source, structure: get_datasource_structure.data.data } } ) }"],"datasource":{"new":true,"invalids":[],"pluginId":"restapi-plugin","isValid":true,"name":"DEFAULT_REST_DATASOURCE","userPermissions":[],"datasourceConfiguration":{"url":"https://hook.integromat.com"}},"executeOnLoad":false,"isValid":true,"name":"update_template","actionConfiguration":{"path":"/uepsj7o6a0hmiodonjr7xrcqj9pixe0s","headers":[{"value":"application/json","key":"content-type"},{"value":"","key":""}],"paginationType":"NONE","queryParameters":[{"value":"","key":""},{"value":"","key":""}],"timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"{\n\t\"app\": {{ {...get_exported_app.data, decruptedFields: undefined, datasourceList: get_exported_app.data.datasourceList.map((source) => { return {...source, structure: get_datasource_structure.data.data } } ) } }},\n}","httpMethod":"POST","pluginSpecifiedTemplates":[{"value":false}]},"userPermissions":[],"pageId":"Admin"}},{"new":false,"pluginType":"API","unpublishedAction":{"invalids":[],"dynamicBindingPathList":[],"confirmBeforeExecute":false,"jsonPathKeys":[],"datasource":{"new":true,"invalids":[],"pluginId":"restapi-plugin","isValid":true,"name":"DEFAULT_REST_DATASOURCE","userPermissions":[],"datasourceConfiguration":{"url":"https://app.appsmith.com"}},"executeOnLoad":false,"isValid":true,"name":"get_exported_app","actionConfiguration":{"path":"/api/v1/applications/export/60d4559cee9aa1792c5bec3d","headers":[{"value":"SESSION=00fb39fc-806f-43fc-b77d-9f20077dc393","key":"Cookie"},{"value":"","key":""}],"paginationType":"NONE","queryParameters":[{"value":"","key":""},{"value":"","key":""}],"timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"","httpMethod":"GET","pluginSpecifiedTemplates":[{"value":false}]},"userPermissions":[],"pageId":"Admin"},"pluginId":"restapi-plugin","id":"60dabb35ee9aa1792c5bf648","userPermissions":["read:actions","execute:actions","manage:actions"],"publishedAction":{"invalids":[],"dynamicBindingPathList":[],"confirmBeforeExecute":false,"jsonPathKeys":[],"datasource":{"new":true,"invalids":[],"pluginId":"restapi-plugin","isValid":true,"name":"DEFAULT_REST_DATASOURCE","userPermissions":[],"datasourceConfiguration":{"url":"https://app.appsmith.com"}},"executeOnLoad":false,"isValid":true,"name":"get_exported_app","actionConfiguration":{"path":"/api/v1/applications/export/60d4559cee9aa1792c5bec3d","headers":[{"value":"SESSION=00fb39fc-806f-43fc-b77d-9f20077dc393","key":"Cookie"},{"value":"","key":""}],"paginationType":"NONE","queryParameters":[{"value":"","key":""},{"value":"","key":""}],"timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"","httpMethod":"GET","pluginSpecifiedTemplates":[{"value":false}]},"userPermissions":[],"pageId":"Admin"}},{"new":false,"pluginType":"API","unpublishedAction":{"invalids":[],"dynamicBindingPathList":[],"confirmBeforeExecute":false,"jsonPathKeys":[],"datasource":{"new":true,"invalids":[],"pluginId":"restapi-plugin","isValid":true,"name":"DEFAULT_REST_DATASOURCE","userPermissions":[],"datasourceConfiguration":{"url":"https://app.appsmith.com"}},"executeOnLoad":false,"isValid":true,"name":"get_datasource_structure","actionConfiguration":{"path":"/api/v1/datasources/60d4559cee9aa1792c5bec3c/structure","headers":[{"value":"SESSION=00fb39fc-806f-43fc-b77d-9f20077dc393","key":"Cookie"},{"value":"","key":""}],"paginationType":"NONE","queryParameters":[{"value":"","key":""},{"value":"","key":""}],"timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"","httpMethod":"GET","pluginSpecifiedTemplates":[{"value":false}]},"userPermissions":[],"pageId":"Admin"},"pluginId":"restapi-plugin","id":"60dabca0ee9aa1792c5bf649","userPermissions":["read:actions","execute:actions","manage:actions"],"publishedAction":{"invalids":[],"dynamicBindingPathList":[],"confirmBeforeExecute":false,"jsonPathKeys":[],"datasource":{"new":true,"invalids":[],"pluginId":"restapi-plugin","isValid":true,"name":"DEFAULT_REST_DATASOURCE","userPermissions":[],"datasourceConfiguration":{"url":"https://app.appsmith.com"}},"executeOnLoad":false,"isValid":true,"name":"get_datasource_structure","actionConfiguration":{"path":"/api/v1/datasources/60d4559cee9aa1792c5bec3c/structure","headers":[{"value":"SESSION=00fb39fc-806f-43fc-b77d-9f20077dc393","key":"Cookie"},{"value":"","key":""}],"paginationType":"NONE","queryParameters":[{"value":"","key":""},{"value":"","key":""}],"timeoutInMillisecond":10000,"encodeParamsToggle":true,"body":"","httpMethod":"GET","pluginSpecifiedTemplates":[{"value":false}]},"userPermissions":[],"pageId":"Admin"}}],"unpublishedLayoutmongoEscapedWidgets":{},"pageList":[{"publishedPage":{"name":"SQL","userPermissions":[],"layouts":[{"new":false,"id":"60d4559cee9aa1792c5bec3e","userPermissions":[],"layoutOnLoadActions":[[{"pluginType":"DB","jsonPathKeys":["order_select.selectedOptionLabel","(Table1.pageNo - 1) * Table1.pageSize","Table1.searchText || \"\"","order_col_select.selectedOptionValue","Table1.pageSize"],"name":"SelectQuery","timeoutInMillisecond":10000,"id":"60d4559cee9aa1792c5bec40"}]],"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1280,"snapColumns":64,"detachFromLayout":true,"widgetId":"0","topRow":0,"bottomRow":890,"containerStyle":"none","snapRows":125,"parentRowSpace":1,"type":"CANVAS_WIDGET","canExtend":true,"version":26,"minHeight":890,"parentColumnSpace":1,"dynamicTriggerPathList":[],"dynamicBindingPathList":[],"leftColumn":0,"children":[{"backgroundColor":"#FFFFFF","widgetName":"Container1","rightColumn":40,"widgetId":"mvubsemxfo","containerStyle":"card","topRow":0,"bottomRow":87,"parentRowSpace":10,"isVisible":true,"type":"CONTAINER_WIDGET","version":1,"parentId":"0","isLoading":false,"parentColumnSpace":19.75,"leftColumn":0,"children":[{"widgetName":"Canvas1","rightColumn":632,"detachFromLayout":true,"widgetId":"59rw5mx0bq","containerStyle":"none","topRow":0,"bottomRow":720,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"mvubsemxfo","minHeight":400,"isLoading":false,"parentColumnSpace":1,"leftColumn":0,"children":[{"widgetName":"Table1","columnOrder":["col1","col2","col3","col4","col5","customColumn1"],"dynamicPropertyPathList":[{"key":"onPageChange"}],"isVisibleDownload":true,"topRow":10,"bottomRow":86,"parentRowSpace":10,"onPageChange":"{{SelectQuery.run()}}","type":"TABLE_WIDGET","defaultSelectedRow":"","parentColumnSpace":1,"dynamicTriggerPathList":[{"key":"onPageChange"},{"key":"primaryColumns.customColumn1.onClick"}],"dynamicBindingPathList":[{"key":"primaryColumns.customColumn1.buttonLabel"},{"key":"tableData"},{"key":"primaryColumns.col1.computedValue"},{"key":"primaryColumns.col2.computedValue"},{"key":"primaryColumns.col3.computedValue"},{"key":"primaryColumns.col4.computedValue"},{"key":"primaryColumns.col5.computedValue"}],"leftColumn":0,"primaryColumns":{"customColumn1":{"isDerived":true,"computedValue":"","onClick":"{{showModal('Delete_Modal')}}","textSize":"PARAGRAPH","buttonStyle":"#DD4B34","index":7,"isVisible":true,"label":"Delete","buttonLabel":"{{Table1.sanitizedTableData.map((currentRow) => { return 'Delete'})}}","columnType":"button","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"customColumn1","buttonLabelColor":"#FFFFFF","verticalAlignment":"CENTER"},"col4":{"isDerived":false,"computedValue":"{{Table1.sanitizedTableData.map((currentRow) => { return currentRow.col4})}}","textSize":"PARAGRAPH","index":3,"isVisible":true,"label":"col4","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col4","verticalAlignment":"CENTER"},"col5":{"isDerived":false,"computedValue":"{{Table1.sanitizedTableData.map((currentRow) => { return currentRow.col5})}}","textSize":"PARAGRAPH","index":4,"isVisible":true,"label":"col5","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col5","verticalAlignment":"CENTER"},"col2":{"isDerived":false,"computedValue":"{{Table1.sanitizedTableData.map((currentRow) => { return currentRow.col2})}}","textSize":"PARAGRAPH","index":1,"isVisible":true,"label":"col2","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col2","verticalAlignment":"CENTER"},"col3":{"isDerived":false,"computedValue":"{{Table1.sanitizedTableData.map((currentRow) => { return currentRow.col3})}}","textSize":"PARAGRAPH","index":2,"isVisible":true,"label":"col3","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col3","verticalAlignment":"CENTER"},"col1":{"isDerived":false,"computedValue":"{{Table1.sanitizedTableData.map((currentRow) => { return currentRow.col1})}}","textSize":"PARAGRAPH","index":0,"isVisible":true,"label":"col1","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col1","verticalAlignment":"CENTER"}},"derivedColumns":{"customColumn1":{"isDerived":true,"computedValue":"","onClick":"{{DeleteQuery.run()}}","textSize":"PARAGRAPH","buttonStyle":"#DD4B34","index":7,"isVisible":true,"label":"customColumn1","buttonLabel":"{{Table1.sanitizedTableData.map((currentRow) => { return 'Delete'})}}","columnType":"button","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"customColumn1","buttonLabelColor":"#FFFFFF","verticalAlignment":"CENTER"}},"rightColumn":64,"textSize":"PARAGRAPH","widgetId":"jabdu9f16g","isVisibleFilters":true,"tableData":"{{SelectQuery.data}}","isVisible":true,"label":"Data","searchKey":"","version":1,"parentId":"59rw5mx0bq","serverSidePaginationEnabled":true,"isLoading":false,"isVisibleCompactMode":true,"horizontalAlignment":"LEFT","isVisibleSearch":true,"isVisiblePagination":true,"verticalAlignment":"CENTER","columnSizeMap":{"task":245,"deliveryAddress":170,"step":62,"id":228,"status":75}},{"widgetName":"new_row_button","rightColumn":64,"onClick":"{{showModal('Insert_Modal')}}","isDefaultClickDisabled":true,"widgetId":"aiy9e38won","buttonStyle":"PRIMARY_BUTTON","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":6.8310546875,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":51,"dynamicBindingPathList":[],"text":"New Row","isDisabled":false},{"isRequired":false,"widgetName":"order_col_select","rightColumn":22,"dynamicPropertyPathList":[{"key":"isVisible"}],"widgetId":"asmgosgxjm","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":"{{SelectQuery.data.length > 0}}","label":"","type":"DROP_DOWN_WIDGET","version":1,"parentId":"59rw5mx0bq","isLoading":false,"defaultOptionValue":"col1","selectionType":"SINGLE_SELECT","parentColumnSpace":18.8828125,"dynamicTriggerPathList":[{"key":"onOptionChange"}],"leftColumn":7,"dynamicBindingPathList":[{"key":"isVisible"}],"options":"[\n\t{\n\t\t\"label\": \"col1\",\n\t\t\"value\": \"col1\"\n\t}\n]","onOptionChange":"{{SelectQuery.run()}}","isDisabled":false},{"widgetName":"Text15","rightColumn":7,"textAlign":"LEFT","widgetId":"l8pgl90klz","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":19.75,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"Order By :"},{"isRequired":false,"widgetName":"order_select","rightColumn":30,"dynamicPropertyPathList":[{"key":"isVisible"}],"widgetId":"10v8a19m25","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":"{{SelectQuery.data.length > 0}}","label":"","type":"DROP_DOWN_WIDGET","version":1,"parentId":"59rw5mx0bq","isLoading":false,"defaultOptionValue":"ASC","selectionType":"SINGLE_SELECT","parentColumnSpace":19.75,"dynamicTriggerPathList":[{"key":"onOptionChange"}],"leftColumn":22,"dynamicBindingPathList":[{"key":"isVisible"}],"options":"[\n {\n \"label\": \"ASC\",\n \"value\": \"ASC\"\n },\n {\n \"label\": \"DESC\",\n \"value\": \"DESC\"\n }\n]","onOptionChange":"{{SelectQuery.run()}}","isDisabled":false},{"widgetName":"refresh_button","rightColumn":51,"onClick":"{{SelectQuery.run()}}","isDefaultClickDisabled":true,"widgetId":"qykn04gnsw","buttonStyle":"SECONDARY_BUTTON","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":40,"dynamicBindingPathList":[],"text":"Refresh","isDisabled":false},{"widgetName":"Text16","rightColumn":64,"textAlign":"LEFT","widgetId":"urzv99hdc8","topRow":0,"bottomRow":4,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":11.78515625,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"fontSize":"HEADING1","text":"template_table Data"}]}]},{"widgetName":"Delete_Modal","rightColumn":45,"detachFromLayout":true,"widgetId":"i3whp03wf0","topRow":13,"bottomRow":37,"parentRowSpace":10,"canOutsideClickClose":true,"type":"MODAL_WIDGET","canEscapeKeyClose":true,"version":1,"parentId":"0","shouldScrollContents":false,"isLoading":false,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[],"size":"MODAL_SMALL","leftColumn":21,"dynamicBindingPathList":[],"children":[{"widgetName":"Canvas3","rightColumn":453.1875,"detachFromLayout":true,"widgetId":"zi8fjakv8o","topRow":0,"bottomRow":230,"parentRowSpace":1,"isVisible":true,"canExtend":true,"type":"CANVAS_WIDGET","version":1,"parentId":"i3whp03wf0","shouldScrollContents":false,"minHeight":240,"isLoading":false,"parentColumnSpace":1,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"children":[{"widgetName":"Alert_text","rightColumn":41,"textAlign":"LEFT","widgetId":"35yoxo4oec","topRow":1,"bottomRow":5,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"zi8fjakv8o","isLoading":false,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"HEADING1","text":"Delete Row"},{"widgetName":"Button1","rightColumn":46,"onClick":"{{closeModal('Delete_Modal')}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[],"widgetId":"lryg8kw537","buttonStyle":"PRIMARY_BUTTON","topRow":17,"bottomRow":21,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"zi8fjakv8o","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":34,"dynamicBindingPathList":[],"text":"Cancel","isDisabled":false},{"widgetName":"Delete_Button","rightColumn":64,"onClick":"{{DeleteQuery.run(() => SelectQuery.run(() => closeModal('Delete_Modal')), () => {})}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[{"key":"onClick"}],"widgetId":"qq02lh7ust","buttonStyle":"DANGER_BUTTON","topRow":17,"bottomRow":21,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"zi8fjakv8o","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":48,"dynamicBindingPathList":[],"text":"Confirm","isDisabled":false},{"widgetName":"Text12","rightColumn":63,"textAlign":"LEFT","widgetId":"48uac29g6e","topRow":8,"bottomRow":12,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"zi8fjakv8o","isLoading":false,"parentColumnSpace":6.875,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"Are you sure you want to delete this item?"}],"isDisabled":false}]},{"widgetName":"Insert_Modal","rightColumn":41,"detachFromLayout":true,"widgetId":"vmorzie6eq","topRow":16,"bottomRow":40,"parentRowSpace":10,"canOutsideClickClose":true,"type":"MODAL_WIDGET","canEscapeKeyClose":true,"version":1,"parentId":"0","shouldScrollContents":false,"isLoading":false,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[],"size":"MODAL_LARGE","leftColumn":17,"dynamicBindingPathList":[],"children":[{"widgetName":"Canvas4","rightColumn":453.1875,"detachFromLayout":true,"widgetId":"9rhv3ioohq","topRow":0,"bottomRow":610,"parentRowSpace":1,"isVisible":true,"canExtend":true,"type":"CANVAS_WIDGET","version":1,"parentId":"vmorzie6eq","shouldScrollContents":false,"minHeight":240,"isLoading":false,"parentColumnSpace":1,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"children":[{"widgetName":"Form2","backgroundColor":"#F6F7F8","rightColumn":64,"widgetId":"1ruewbc4ef","topRow":0,"bottomRow":58,"parentRowSpace":10,"isVisible":true,"type":"FORM_WIDGET","parentId":"9rhv3ioohq","isLoading":false,"shouldScrollContents":false,"parentColumnSpace":8,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"children":[{"widgetName":"Canvas5","rightColumn":224,"detachFromLayout":true,"widgetId":"tp9pui0e6y","containerStyle":"none","topRow":0,"bottomRow":570,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"1ruewbc4ef","minHeight":520,"isLoading":false,"parentColumnSpace":1,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"children":[{"resetFormOnClick":true,"widgetName":"insert_button","rightColumn":62,"onClick":"{{InsertQuery.run(() => SelectQuery.run(() => closeModal('Insert_Modal')))}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[{"key":"onClick"}],"widgetId":"h8vxf3oh4s","buttonStyle":"PRIMARY_BUTTON","topRow":51,"bottomRow":55,"isVisible":true,"type":"FORM_BUTTON_WIDGET","version":1,"parentId":"tp9pui0e6y","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"disabledWhenInvalid":true,"leftColumn":43,"dynamicBindingPathList":[],"googleRecaptchaKey":"","text":"Submit"},{"resetFormOnClick":true,"widgetName":"reset_button","rightColumn":42,"onClick":"{{closeModal('Insert_Modal')}}","isDefaultClickDisabled":true,"widgetId":"o23gs26wm5","buttonStyle":"SECONDARY_BUTTON","topRow":51,"bottomRow":55,"isVisible":true,"type":"FORM_BUTTON_WIDGET","version":1,"parentId":"tp9pui0e6y","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"disabledWhenInvalid":false,"leftColumn":29,"dynamicBindingPathList":[],"text":"Close"},{"widgetName":"Text21","rightColumn":19,"textAlign":"RIGHT","widgetId":"cfmxebyn06","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"leftColumn":3,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col1:"},{"isRequired":true,"widgetName":"insert_col_input1","rightColumn":62,"widgetId":"h1wbbv7alb","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[],"inputType":"TEXT","placeholderText":"col1","isDisabled":false},{"widgetName":"Text22","rightColumn":19,"textAlign":"RIGHT","widgetId":"jsffaxrqhw","topRow":12,"bottomRow":16,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"leftColumn":2,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col2:"},{"isRequired":true,"widgetName":"insert_col_input2","rightColumn":62,"widgetId":"6enalyprua","topRow":12,"bottomRow":16,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[],"inputType":"TEXT","defaultText":"","placeholderText":"col2","isDisabled":false},{"widgetName":"Text23","rightColumn":19,"textAlign":"RIGHT","widgetId":"btk60uozsm","topRow":19,"bottomRow":23,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"leftColumn":3,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col3:"},{"isRequired":true,"widgetName":"insert_col_input3","rightColumn":62,"widgetId":"e490gfts69","topRow":19,"bottomRow":23,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[],"inputType":"TEXT","placeholderText":"col3","defaultText":"","isDisabled":false},{"widgetName":"Text14","rightColumn":19,"textAlign":"RIGHT","widgetId":"8fm60omwwv","topRow":26,"bottomRow":30,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"leftColumn":3,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col4:"},{"isRequired":true,"widgetName":"insert_col_input4","rightColumn":62,"widgetId":"r55cydp0ao","topRow":26,"bottomRow":30,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[],"inputType":"TEXT","placeholderText":"col4","defaultText":"","isDisabled":false},{"widgetName":"Text24","rightColumn":19,"textAlign":"RIGHT","widgetId":"9t3vdjd5xj","topRow":33,"bottomRow":37,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"leftColumn":3,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col5:"},{"isRequired":true,"widgetName":"insert_col_input5","rightColumn":62,"widgetId":"5rfqxgj0vm","topRow":33,"bottomRow":37,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[],"inputType":"TEXT","placeholderText":"col5","isDisabled":false},{"widgetName":"Text13Copy","rightColumn":35,"textAlign":"LEFT","widgetId":"18x7vdv3gs","topRow":0,"bottomRow":4,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"shouldScroll":false,"parentId":"tp9pui0e6y","isLoading":false,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"fontSize":"HEADING1","text":"Insert Row"}]}]}],"isDisabled":false}]},{"widgetName":"Form1","backgroundColor":"white","rightColumn":64,"dynamicPropertyPathList":[{"key":"isVisible"}],"widgetId":"m7dvlazbn7","topRow":0,"bottomRow":46,"parentRowSpace":10,"isVisible":"{{Table1.selectedRow.col1}}","type":"FORM_WIDGET","parentId":"0","isLoading":false,"shouldScrollContents":true,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[],"leftColumn":40,"dynamicBindingPathList":[{"key":"isVisible"}],"children":[{"widgetName":"Canvas2","rightColumn":528.71875,"detachFromLayout":true,"widgetId":"cicukwhp5j","containerStyle":"none","topRow":0,"bottomRow":450,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"m7dvlazbn7","minHeight":520,"isLoading":false,"parentColumnSpace":1,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"children":[{"resetFormOnClick":false,"widgetName":"update_button","rightColumn":63,"onClick":"{{UpdateQuery.run(() => SelectQuery.run(), () => showAlert('Error while updating resource!','error'))}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[],"widgetId":"4gnygu5jew","buttonStyle":"PRIMARY_BUTTON","topRow":39,"bottomRow":43,"isVisible":true,"type":"FORM_BUTTON_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"disabledWhenInvalid":true,"leftColumn":47,"dynamicBindingPathList":[],"text":"Update"},{"resetFormOnClick":true,"widgetName":"reset_update_button","rightColumn":46,"onClick":"","isDefaultClickDisabled":true,"dynamicPropertyPathList":[],"widgetId":"twwgpz5wfu","buttonStyle":"SECONDARY_BUTTON","topRow":39,"bottomRow":43,"isVisible":true,"type":"FORM_BUTTON_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"disabledWhenInvalid":false,"leftColumn":28,"dynamicBindingPathList":[],"text":"Reset"},{"isRequired":true,"widgetName":"update_col_1","rightColumn":63,"widgetId":"in8e51pg3y","topRow":9,"bottomRow":13,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":19,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","defaultText":"{{Table1.selectedRow.col1}}","isDisabled":false},{"isRequired":true,"widgetName":"update_col_2","rightColumn":63,"widgetId":"mlhvfasf31","topRow":16,"bottomRow":20,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":19,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","defaultText":"{{Table1.selectedRow.col2}}","isDisabled":false},{"isRequired":true,"widgetName":"update_col_3","rightColumn":63,"widgetId":"0lz9vhcnr0","topRow":23,"bottomRow":27,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":19,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","defaultText":"{{Table1.selectedRow.col3}}","isDisabled":false},{"isRequired":true,"widgetName":"update_col_4","rightColumn":63,"widgetId":"m4esf7fww5","topRow":30,"bottomRow":34,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":19,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","defaultText":"{{Table1.selectedRow.col4}}","isDisabled":false},{"widgetName":"Text9","rightColumn":63,"textAlign":"LEFT","widgetId":"4hnz8ktmz5","topRow":0,"bottomRow":4,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[{"key":"text"}],"fontSize":"HEADING1","text":"Update Row: {{Table1.selectedRow.id}}"},{"widgetName":"Text17","rightColumn":18,"textAlign":"RIGHT","widgetId":"afzzc7q8af","topRow":9,"bottomRow":13,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":7.15625,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col1 :"},{"widgetName":"Text18","rightColumn":18,"textAlign":"RIGHT","widgetId":"xqcsd2e5dj","topRow":16,"bottomRow":20,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":7.15625,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col2 :"},{"widgetName":"Text19","rightColumn":18,"textAlign":"RIGHT","widgetId":"l109ilp3vq","topRow":23,"bottomRow":27,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":7.15625,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col3 :"},{"widgetName":"Text20","rightColumn":19,"textAlign":"RIGHT","widgetId":"gqpwf0yng6","topRow":30,"bottomRow":34,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":7.15625,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col4 :"}]}]}]}}],"isHidden":false},"new":true,"unpublishedPage":{"name":"SQL","userPermissions":[],"layouts":[{"new":false,"id":"60d4559cee9aa1792c5bec3e","userPermissions":[],"layoutOnLoadActions":[[{"pluginType":"DB","jsonPathKeys":["order_select.selectedOptionLabel","(Table1.pageNo - 1) * Table1.pageSize","Table1.searchText || \"\"","order_col_select.selectedOptionValue","Table1.pageSize"],"name":"SelectQuery","timeoutInMillisecond":10000,"id":"60d4559cee9aa1792c5bec40"}]],"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1280,"snapColumns":64,"detachFromLayout":true,"widgetId":"0","topRow":0,"bottomRow":890,"containerStyle":"none","snapRows":125,"parentRowSpace":1,"type":"CANVAS_WIDGET","canExtend":true,"version":26,"minHeight":890,"parentColumnSpace":1,"dynamicTriggerPathList":[],"dynamicBindingPathList":[],"leftColumn":0,"children":[{"backgroundColor":"#FFFFFF","widgetName":"Container1","rightColumn":40,"widgetId":"mvubsemxfo","containerStyle":"card","topRow":0,"bottomRow":87,"parentRowSpace":10,"isVisible":true,"type":"CONTAINER_WIDGET","version":1,"parentId":"0","isLoading":false,"parentColumnSpace":19.75,"leftColumn":0,"children":[{"widgetName":"Canvas1","rightColumn":632,"detachFromLayout":true,"widgetId":"59rw5mx0bq","containerStyle":"none","topRow":0,"bottomRow":720,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"mvubsemxfo","minHeight":400,"isLoading":false,"parentColumnSpace":1,"leftColumn":0,"children":[{"widgetName":"Table1","columnOrder":["col1","col2","col3","col4","col5","customColumn1"],"dynamicPropertyPathList":[{"key":"onPageChange"}],"isVisibleDownload":true,"topRow":10,"bottomRow":86,"parentRowSpace":10,"onPageChange":"{{SelectQuery.run()}}","type":"TABLE_WIDGET","defaultSelectedRow":"","parentColumnSpace":1,"dynamicTriggerPathList":[{"key":"onPageChange"},{"key":"primaryColumns.customColumn1.onClick"}],"dynamicBindingPathList":[{"key":"primaryColumns.customColumn1.buttonLabel"},{"key":"tableData"},{"key":"primaryColumns.col1.computedValue"},{"key":"primaryColumns.col2.computedValue"},{"key":"primaryColumns.col3.computedValue"},{"key":"primaryColumns.col4.computedValue"},{"key":"primaryColumns.col5.computedValue"}],"leftColumn":0,"primaryColumns":{"customColumn1":{"isDerived":true,"computedValue":"","onClick":"{{showModal('Delete_Modal')}}","textSize":"PARAGRAPH","buttonStyle":"#DD4B34","index":7,"isVisible":true,"label":"Delete","buttonLabel":"{{Table1.sanitizedTableData.map((currentRow) => { return 'Delete'})}}","columnType":"button","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"customColumn1","buttonLabelColor":"#FFFFFF","verticalAlignment":"CENTER"},"col4":{"isDerived":false,"computedValue":"{{Table1.sanitizedTableData.map((currentRow) => { return currentRow.col4})}}","textSize":"PARAGRAPH","index":3,"isVisible":true,"label":"col4","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col4","verticalAlignment":"CENTER"},"col5":{"isDerived":false,"computedValue":"{{Table1.sanitizedTableData.map((currentRow) => { return currentRow.col5})}}","textSize":"PARAGRAPH","index":4,"isVisible":true,"label":"col5","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col5","verticalAlignment":"CENTER"},"col2":{"isDerived":false,"computedValue":"{{Table1.sanitizedTableData.map((currentRow) => { return currentRow.col2})}}","textSize":"PARAGRAPH","index":1,"isVisible":true,"label":"col2","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col2","verticalAlignment":"CENTER"},"col3":{"isDerived":false,"computedValue":"{{Table1.sanitizedTableData.map((currentRow) => { return currentRow.col3})}}","textSize":"PARAGRAPH","index":2,"isVisible":true,"label":"col3","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col3","verticalAlignment":"CENTER"},"col1":{"isDerived":false,"computedValue":"{{Table1.sanitizedTableData.map((currentRow) => { return currentRow.col1})}}","textSize":"PARAGRAPH","index":0,"isVisible":true,"label":"col1","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col1","verticalAlignment":"CENTER"}},"derivedColumns":{"customColumn1":{"isDerived":true,"computedValue":"","onClick":"{{DeleteQuery.run()}}","textSize":"PARAGRAPH","buttonStyle":"#DD4B34","index":7,"isVisible":true,"label":"customColumn1","buttonLabel":"{{Table1.sanitizedTableData.map((currentRow) => { return 'Delete'})}}","columnType":"button","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"customColumn1","buttonLabelColor":"#FFFFFF","verticalAlignment":"CENTER"}},"rightColumn":64,"textSize":"PARAGRAPH","widgetId":"jabdu9f16g","isVisibleFilters":true,"tableData":"{{SelectQuery.data}}","isVisible":true,"label":"Data","searchKey":"","version":1,"parentId":"59rw5mx0bq","serverSidePaginationEnabled":true,"isLoading":false,"isVisibleCompactMode":true,"horizontalAlignment":"LEFT","isVisibleSearch":true,"isVisiblePagination":true,"verticalAlignment":"CENTER","columnSizeMap":{"task":245,"deliveryAddress":170,"step":62,"id":228,"status":75}},{"widgetName":"new_row_button","rightColumn":64,"onClick":"{{showModal('Insert_Modal')}}","isDefaultClickDisabled":true,"widgetId":"aiy9e38won","buttonStyle":"PRIMARY_BUTTON","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":6.8310546875,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":51,"dynamicBindingPathList":[],"text":"New Row","isDisabled":false},{"isRequired":false,"widgetName":"order_col_select","rightColumn":22,"dynamicPropertyPathList":[{"key":"isVisible"}],"widgetId":"asmgosgxjm","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":"{{SelectQuery.data.length > 0}}","label":"","type":"DROP_DOWN_WIDGET","version":1,"parentId":"59rw5mx0bq","isLoading":false,"defaultOptionValue":"col1","selectionType":"SINGLE_SELECT","parentColumnSpace":18.8828125,"dynamicTriggerPathList":[{"key":"onOptionChange"}],"leftColumn":7,"dynamicBindingPathList":[{"key":"isVisible"}],"options":"[\n\t{\n\t\t\"label\": \"col1\",\n\t\t\"value\": \"col1\"\n\t}\n]","onOptionChange":"{{SelectQuery.run()}}","isDisabled":false},{"widgetName":"Text15","rightColumn":7,"textAlign":"LEFT","widgetId":"l8pgl90klz","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":19.75,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"Order By :"},{"isRequired":false,"widgetName":"order_select","rightColumn":30,"dynamicPropertyPathList":[{"key":"isVisible"}],"widgetId":"10v8a19m25","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":"{{SelectQuery.data.length > 0}}","label":"","type":"DROP_DOWN_WIDGET","version":1,"parentId":"59rw5mx0bq","isLoading":false,"defaultOptionValue":"ASC","selectionType":"SINGLE_SELECT","parentColumnSpace":19.75,"dynamicTriggerPathList":[{"key":"onOptionChange"}],"leftColumn":22,"dynamicBindingPathList":[{"key":"isVisible"}],"options":"[\n {\n \"label\": \"ASC\",\n \"value\": \"ASC\"\n },\n {\n \"label\": \"DESC\",\n \"value\": \"DESC\"\n }\n]","onOptionChange":"{{SelectQuery.run()}}","isDisabled":false},{"widgetName":"refresh_button","rightColumn":51,"onClick":"{{SelectQuery.run()}}","isDefaultClickDisabled":true,"widgetId":"qykn04gnsw","buttonStyle":"SECONDARY_BUTTON","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":40,"dynamicBindingPathList":[],"text":"Refresh","isDisabled":false},{"widgetName":"Text16","rightColumn":64,"textAlign":"LEFT","widgetId":"urzv99hdc8","topRow":0,"bottomRow":4,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":11.78515625,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"fontSize":"HEADING1","text":"template_table Data"}]}]},{"widgetName":"Delete_Modal","rightColumn":45,"detachFromLayout":true,"widgetId":"i3whp03wf0","topRow":13,"bottomRow":37,"parentRowSpace":10,"canOutsideClickClose":true,"type":"MODAL_WIDGET","canEscapeKeyClose":true,"version":1,"parentId":"0","shouldScrollContents":false,"isLoading":false,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[],"size":"MODAL_SMALL","leftColumn":21,"dynamicBindingPathList":[],"children":[{"widgetName":"Canvas3","rightColumn":453.1875,"detachFromLayout":true,"widgetId":"zi8fjakv8o","topRow":0,"bottomRow":230,"parentRowSpace":1,"isVisible":true,"canExtend":true,"type":"CANVAS_WIDGET","version":1,"parentId":"i3whp03wf0","shouldScrollContents":false,"minHeight":240,"isLoading":false,"parentColumnSpace":1,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"children":[{"widgetName":"Alert_text","rightColumn":41,"textAlign":"LEFT","widgetId":"35yoxo4oec","topRow":1,"bottomRow":5,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"zi8fjakv8o","isLoading":false,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"HEADING1","text":"Delete Row"},{"widgetName":"Button1","rightColumn":46,"onClick":"{{closeModal('Delete_Modal')}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[],"widgetId":"lryg8kw537","buttonStyle":"PRIMARY_BUTTON","topRow":17,"bottomRow":21,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"zi8fjakv8o","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":34,"dynamicBindingPathList":[],"text":"Cancel","isDisabled":false},{"widgetName":"Delete_Button","rightColumn":64,"onClick":"{{DeleteQuery.run(() => SelectQuery.run(() => closeModal('Delete_Modal')), () => {})}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[{"key":"onClick"}],"widgetId":"qq02lh7ust","buttonStyle":"DANGER_BUTTON","topRow":17,"bottomRow":21,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"zi8fjakv8o","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":48,"dynamicBindingPathList":[],"text":"Confirm","isDisabled":false},{"widgetName":"Text12","rightColumn":63,"textAlign":"LEFT","widgetId":"48uac29g6e","topRow":8,"bottomRow":12,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"zi8fjakv8o","isLoading":false,"parentColumnSpace":6.875,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"Are you sure you want to delete this item?"}],"isDisabled":false}]},{"widgetName":"Insert_Modal","rightColumn":41,"detachFromLayout":true,"widgetId":"vmorzie6eq","topRow":16,"bottomRow":40,"parentRowSpace":10,"canOutsideClickClose":true,"type":"MODAL_WIDGET","canEscapeKeyClose":true,"version":1,"parentId":"0","shouldScrollContents":false,"isLoading":false,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[],"size":"MODAL_LARGE","leftColumn":17,"dynamicBindingPathList":[],"children":[{"widgetName":"Canvas4","rightColumn":453.1875,"detachFromLayout":true,"widgetId":"9rhv3ioohq","topRow":0,"bottomRow":610,"parentRowSpace":1,"isVisible":true,"canExtend":true,"type":"CANVAS_WIDGET","version":1,"parentId":"vmorzie6eq","shouldScrollContents":false,"minHeight":240,"isLoading":false,"parentColumnSpace":1,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"children":[{"widgetName":"Form2","backgroundColor":"#F6F7F8","rightColumn":64,"widgetId":"1ruewbc4ef","topRow":0,"bottomRow":58,"parentRowSpace":10,"isVisible":true,"type":"FORM_WIDGET","parentId":"9rhv3ioohq","isLoading":false,"shouldScrollContents":false,"parentColumnSpace":8,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"children":[{"widgetName":"Canvas5","rightColumn":224,"detachFromLayout":true,"widgetId":"tp9pui0e6y","containerStyle":"none","topRow":0,"bottomRow":570,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"1ruewbc4ef","minHeight":520,"isLoading":false,"parentColumnSpace":1,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"children":[{"resetFormOnClick":true,"widgetName":"insert_button","rightColumn":62,"onClick":"{{InsertQuery.run(() => SelectQuery.run(() => closeModal('Insert_Modal')))}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[{"key":"onClick"}],"widgetId":"h8vxf3oh4s","buttonStyle":"PRIMARY_BUTTON","topRow":51,"bottomRow":55,"isVisible":true,"type":"FORM_BUTTON_WIDGET","version":1,"parentId":"tp9pui0e6y","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"disabledWhenInvalid":true,"leftColumn":43,"dynamicBindingPathList":[],"googleRecaptchaKey":"","text":"Submit"},{"resetFormOnClick":true,"widgetName":"reset_button","rightColumn":42,"onClick":"{{closeModal('Insert_Modal')}}","isDefaultClickDisabled":true,"widgetId":"o23gs26wm5","buttonStyle":"SECONDARY_BUTTON","topRow":51,"bottomRow":55,"isVisible":true,"type":"FORM_BUTTON_WIDGET","version":1,"parentId":"tp9pui0e6y","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"disabledWhenInvalid":false,"leftColumn":29,"dynamicBindingPathList":[],"text":"Close"},{"widgetName":"Text21","rightColumn":19,"textAlign":"RIGHT","widgetId":"cfmxebyn06","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"leftColumn":3,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col1:"},{"isRequired":true,"widgetName":"insert_col_input1","rightColumn":62,"widgetId":"h1wbbv7alb","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[],"inputType":"TEXT","placeholderText":"col1","isDisabled":false},{"widgetName":"Text22","rightColumn":19,"textAlign":"RIGHT","widgetId":"jsffaxrqhw","topRow":12,"bottomRow":16,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"leftColumn":2,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col2:"},{"isRequired":true,"widgetName":"insert_col_input2","rightColumn":62,"widgetId":"6enalyprua","topRow":12,"bottomRow":16,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[],"inputType":"TEXT","defaultText":"","placeholderText":"col2","isDisabled":false},{"widgetName":"Text23","rightColumn":19,"textAlign":"RIGHT","widgetId":"btk60uozsm","topRow":19,"bottomRow":23,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"leftColumn":3,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col3:"},{"isRequired":true,"widgetName":"insert_col_input3","rightColumn":62,"widgetId":"e490gfts69","topRow":19,"bottomRow":23,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[],"inputType":"TEXT","placeholderText":"col3","defaultText":"","isDisabled":false},{"widgetName":"Text14","rightColumn":19,"textAlign":"RIGHT","widgetId":"8fm60omwwv","topRow":26,"bottomRow":30,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"leftColumn":3,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col4:"},{"isRequired":true,"widgetName":"insert_col_input4","rightColumn":62,"widgetId":"r55cydp0ao","topRow":26,"bottomRow":30,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[],"inputType":"TEXT","placeholderText":"col4","defaultText":"","isDisabled":false},{"widgetName":"Text24","rightColumn":19,"textAlign":"RIGHT","widgetId":"9t3vdjd5xj","topRow":33,"bottomRow":37,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"leftColumn":3,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col5:"},{"isRequired":true,"widgetName":"insert_col_input5","rightColumn":62,"widgetId":"5rfqxgj0vm","topRow":33,"bottomRow":37,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"tp9pui0e6y","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[],"inputType":"TEXT","placeholderText":"col5","isDisabled":false},{"widgetName":"Text13Copy","rightColumn":35,"textAlign":"LEFT","widgetId":"18x7vdv3gs","topRow":0,"bottomRow":4,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"shouldScroll":false,"parentId":"tp9pui0e6y","isLoading":false,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"fontSize":"HEADING1","text":"Insert Row"}]}]}],"isDisabled":false}]},{"widgetName":"Form1","backgroundColor":"white","rightColumn":64,"dynamicPropertyPathList":[{"key":"isVisible"}],"widgetId":"m7dvlazbn7","topRow":0,"bottomRow":46,"parentRowSpace":10,"isVisible":"{{Table1.selectedRow.col1}}","type":"FORM_WIDGET","parentId":"0","isLoading":false,"shouldScrollContents":true,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[],"leftColumn":40,"dynamicBindingPathList":[{"key":"isVisible"}],"children":[{"widgetName":"Canvas2","rightColumn":528.71875,"detachFromLayout":true,"widgetId":"cicukwhp5j","containerStyle":"none","topRow":0,"bottomRow":450,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"m7dvlazbn7","minHeight":520,"isLoading":false,"parentColumnSpace":1,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"children":[{"resetFormOnClick":false,"widgetName":"update_button","rightColumn":63,"onClick":"{{UpdateQuery.run(() => SelectQuery.run(), () => showAlert('Error while updating resource!','error'))}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[],"widgetId":"4gnygu5jew","buttonStyle":"PRIMARY_BUTTON","topRow":39,"bottomRow":43,"isVisible":true,"type":"FORM_BUTTON_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"disabledWhenInvalid":true,"leftColumn":47,"dynamicBindingPathList":[],"text":"Update"},{"resetFormOnClick":true,"widgetName":"reset_update_button","rightColumn":46,"onClick":"","isDefaultClickDisabled":true,"dynamicPropertyPathList":[],"widgetId":"twwgpz5wfu","buttonStyle":"SECONDARY_BUTTON","topRow":39,"bottomRow":43,"isVisible":true,"type":"FORM_BUTTON_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"disabledWhenInvalid":false,"leftColumn":28,"dynamicBindingPathList":[],"text":"Reset"},{"isRequired":true,"widgetName":"update_col_1","rightColumn":63,"widgetId":"in8e51pg3y","topRow":9,"bottomRow":13,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":19,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","defaultText":"{{Table1.selectedRow.col1}}","isDisabled":false},{"isRequired":true,"widgetName":"update_col_2","rightColumn":63,"widgetId":"mlhvfasf31","topRow":16,"bottomRow":20,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":19,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","defaultText":"{{Table1.selectedRow.col2}}","isDisabled":false},{"isRequired":true,"widgetName":"update_col_3","rightColumn":63,"widgetId":"0lz9vhcnr0","topRow":23,"bottomRow":27,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":19,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","defaultText":"{{Table1.selectedRow.col3}}","isDisabled":false},{"isRequired":true,"widgetName":"update_col_4","rightColumn":63,"widgetId":"m4esf7fww5","topRow":30,"bottomRow":34,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":19,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","defaultText":"{{Table1.selectedRow.col4}}","isDisabled":false},{"widgetName":"Text9","rightColumn":63,"textAlign":"LEFT","widgetId":"4hnz8ktmz5","topRow":0,"bottomRow":4,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[{"key":"text"}],"fontSize":"HEADING1","text":"Update Row: {{Table1.selectedRow.id}}"},{"widgetName":"Text17","rightColumn":18,"textAlign":"RIGHT","widgetId":"afzzc7q8af","topRow":9,"bottomRow":13,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":7.15625,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col1 :"},{"widgetName":"Text18","rightColumn":18,"textAlign":"RIGHT","widgetId":"xqcsd2e5dj","topRow":16,"bottomRow":20,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":7.15625,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col2 :"},{"widgetName":"Text19","rightColumn":18,"textAlign":"RIGHT","widgetId":"l109ilp3vq","topRow":23,"bottomRow":27,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":7.15625,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col3 :"},{"widgetName":"Text20","rightColumn":19,"textAlign":"RIGHT","widgetId":"gqpwf0yng6","topRow":30,"bottomRow":34,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":7.15625,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col4 :"}]}]}]}}],"isHidden":false},"userPermissions":["read:pages","manage:pages"]},{"publishedPage":{"name":"GSheets","userPermissions":[],"layouts":[{"new":false,"id":"60d45c59ee9aa1792c5bec5a","userPermissions":[],"layoutOnLoadActions":[[{"pluginType":"SAAS","jsonPathKeys":["data_table.pageSize","(data_table.pageNo - 1) * data_table.pageSize"],"name":"SelectQuery","timeoutInMillisecond":10000,"id":"60d468c1ee9aa1792c5bec95"}]],"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1280,"snapColumns":64,"detachFromLayout":true,"widgetId":"0","topRow":0,"bottomRow":890,"containerStyle":"none","snapRows":125,"parentRowSpace":1,"type":"CANVAS_WIDGET","canExtend":true,"version":26,"minHeight":890,"parentColumnSpace":1,"dynamicTriggerPathList":[],"dynamicBindingPathList":[],"leftColumn":0,"children":[{"backgroundColor":"#FFFFFF","widgetName":"Container1","rightColumn":40,"widgetId":"mvubsemxfo","containerStyle":"card","topRow":0,"bottomRow":87,"parentRowSpace":10,"isVisible":true,"type":"CONTAINER_WIDGET","version":1,"parentId":"0","isLoading":false,"parentColumnSpace":19.75,"leftColumn":0,"children":[{"widgetName":"Canvas1","rightColumn":632,"detachFromLayout":true,"widgetId":"59rw5mx0bq","containerStyle":"none","topRow":0,"bottomRow":720,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"mvubsemxfo","minHeight":400,"isLoading":false,"parentColumnSpace":1,"leftColumn":0,"children":[{"widgetName":"data_table","columnOrder":["col1","col2","col3","col4","rowIndex","customColumn1"],"dynamicPropertyPathList":[],"isVisibleDownload":true,"topRow":6,"bottomRow":84,"parentRowSpace":10,"onPageChange":"{{SelectQuery.run()}}","type":"TABLE_WIDGET","defaultSelectedRow":"","parentColumnSpace":1,"dynamicTriggerPathList":[{"key":"onPageChange"},{"key":"primaryColumns.customColumn1.onClick"}],"dynamicBindingPathList":[{"key":"primaryColumns.customColumn1.buttonLabel"},{"key":"tableData"},{"key":"primaryColumns.rowIndex.computedValue"},{"key":"primaryColumns.col1.computedValue"},{"key":"primaryColumns.col2.computedValue"},{"key":"primaryColumns.col3.computedValue"},{"key":"primaryColumns.col4.computedValue"}],"leftColumn":0,"primaryColumns":{"customColumn1":{"isDerived":true,"computedValue":"","onClick":"{{showModal('Delete_Modal')}}","textSize":"PARAGRAPH","buttonStyle":"#DD4B34","index":7,"isVisible":true,"label":"Delete","buttonLabel":"{{data_table.sanitizedTableData.map((currentRow) => { return 'Delete'})}}","columnType":"button","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"customColumn1","buttonLabelColor":"#FFFFFF","verticalAlignment":"CENTER"},"rowIndex":{"isDerived":false,"computedValue":"{{data_table.sanitizedTableData.map((currentRow) => { return currentRow.rowIndex})}}","textSize":"PARAGRAPH","index":4,"isVisible":false,"label":"rowIndex","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"rowIndex","verticalAlignment":"CENTER"},"col4":{"isDerived":false,"computedValue":"{{data_table.sanitizedTableData.map((currentRow) => { return currentRow.col4})}}","textSize":"PARAGRAPH","index":3,"isVisible":true,"label":"col4","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col4","verticalAlignment":"CENTER"},"col2":{"isDerived":false,"computedValue":"{{data_table.sanitizedTableData.map((currentRow) => { return currentRow.col2})}}","textSize":"PARAGRAPH","index":1,"isVisible":true,"label":"col2","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col2","verticalAlignment":"CENTER"},"col3":{"isDerived":false,"computedValue":"{{data_table.sanitizedTableData.map((currentRow) => { return currentRow.col3})}}","textSize":"PARAGRAPH","index":2,"isVisible":true,"label":"col3","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col3","verticalAlignment":"CENTER"},"col1":{"isDerived":false,"computedValue":"{{data_table.sanitizedTableData.map((currentRow) => { return currentRow.col1})}}","textSize":"PARAGRAPH","index":0,"isVisible":true,"label":"col1","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col1","verticalAlignment":"CENTER"}},"derivedColumns":{"customColumn1":{"isDerived":true,"computedValue":"","onClick":"{{deleteQuery.run()}}","textSize":"PARAGRAPH","buttonStyle":"#DD4B34","index":7,"isVisible":true,"label":"customColumn1","buttonLabel":"{{data_table.sanitizedTableData.map((currentRow) => { return 'Delete'})}}","columnType":"button","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"customColumn1","buttonLabelColor":"#FFFFFF","verticalAlignment":"CENTER"}},"rightColumn":64,"textSize":"PARAGRAPH","widgetId":"jabdu9f16g","isVisibleFilters":true,"tableData":"{{SelectQuery.data}}","isVisible":true,"label":"Data","searchKey":"","version":1,"parentId":"59rw5mx0bq","serverSidePaginationEnabled":true,"isLoading":false,"isVisibleCompactMode":true,"horizontalAlignment":"LEFT","isVisibleSearch":true,"isVisiblePagination":true,"verticalAlignment":"CENTER","columnSizeMap":{"task":245,"step":62,"status":75,"col1":140}},{"widgetName":"new_row_button","rightColumn":64,"onClick":"{{showModal('Insert_Modal')}}","isDefaultClickDisabled":true,"widgetId":"aiy9e38won","buttonStyle":"PRIMARY_BUTTON","topRow":1,"bottomRow":5,"parentRowSpace":10,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":6.8310546875,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":51,"dynamicBindingPathList":[],"text":"New Row","isDisabled":false},{"widgetName":"refresh_button","rightColumn":51,"onClick":"{{SelectQuery.run()}}","isDefaultClickDisabled":true,"widgetId":"qykn04gnsw","buttonStyle":"SECONDARY_BUTTON","topRow":1,"bottomRow":5,"parentRowSpace":10,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":41,"dynamicBindingPathList":[],"text":"Refresh","isDisabled":false},{"widgetName":"Text16","rightColumn":39,"textAlign":"LEFT","widgetId":"urzv99hdc8","topRow":1,"bottomRow":5,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":11.78515625,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"fontSize":"HEADING1","text":"template_table Data"}]}]},{"widgetName":"Delete_Modal","rightColumn":45,"detachFromLayout":true,"widgetId":"i3whp03wf0","topRow":13,"bottomRow":37,"parentRowSpace":10,"canOutsideClickClose":true,"type":"MODAL_WIDGET","canEscapeKeyClose":true,"version":1,"parentId":"0","shouldScrollContents":true,"isLoading":false,"parentColumnSpace":18.8828125,"size":"MODAL_SMALL","leftColumn":21,"children":[{"widgetName":"Canvas3","rightColumn":453.1875,"detachFromLayout":true,"widgetId":"zi8fjakv8o","topRow":0,"bottomRow":230,"parentRowSpace":1,"isVisible":true,"canExtend":true,"type":"CANVAS_WIDGET","version":1,"parentId":"i3whp03wf0","shouldScrollContents":false,"minHeight":240,"isLoading":false,"parentColumnSpace":1,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"children":[{"widgetName":"Text11","rightColumn":41,"textAlign":"LEFT","widgetId":"35yoxo4oec","topRow":1,"bottomRow":5,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"zi8fjakv8o","isLoading":false,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"HEADING1","text":"Alert"},{"widgetName":"Button1","rightColumn":48,"onClick":"{{closeModal('Delete_Modal')}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[],"widgetId":"lryg8kw537","buttonStyle":"PRIMARY_BUTTON","topRow":16,"bottomRow":20,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"zi8fjakv8o","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":36,"dynamicBindingPathList":[],"text":"Cancel","isDisabled":false},{"widgetName":"delete_button","rightColumn":64,"onClick":"{{(function () {\nDeleteQuery.run(() => showAlert('Row successfully deleted!','success'), () => showAlert('Something went wrong! Please check debugger for more info.','error'));\ncloseModal('Delete_Modal');\nSelectQuery.run();\n})()}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[{"key":"onClick"}],"widgetId":"qq02lh7ust","buttonStyle":"DANGER_BUTTON","topRow":16,"bottomRow":20,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"zi8fjakv8o","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":48,"dynamicBindingPathList":[],"text":"Confirm","isDisabled":false},{"widgetName":"Text12","rightColumn":63,"textAlign":"LEFT","widgetId":"48uac29g6e","topRow":8,"bottomRow":12,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"zi8fjakv8o","isLoading":false,"parentColumnSpace":6.875,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"Are you sure you want to delete this item?"}],"isDisabled":false}]},{"widgetName":"Insert_Modal","rightColumn":41,"detachFromLayout":true,"widgetId":"vmorzie6eq","topRow":16,"bottomRow":40,"parentRowSpace":10,"canOutsideClickClose":true,"type":"MODAL_WIDGET","canEscapeKeyClose":true,"version":1,"parentId":"0","shouldScrollContents":false,"isLoading":false,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[],"size":"MODAL_LARGE","leftColumn":17,"dynamicBindingPathList":[],"children":[{"widgetName":"Canvas4","rightColumn":453.1875,"detachFromLayout":true,"widgetId":"9rhv3ioohq","topRow":0,"bottomRow":60,"parentRowSpace":1,"isVisible":true,"canExtend":true,"type":"CANVAS_WIDGET","version":1,"parentId":"vmorzie6eq","shouldScrollContents":false,"minHeight":240,"isLoading":false,"parentColumnSpace":1,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"children":[{"widgetName":"Form2","backgroundColor":"#F6F7F8","rightColumn":64,"widgetId":"hqtpvn9ut2","topRow":0,"bottomRow":58,"parentRowSpace":10,"isVisible":true,"type":"FORM_WIDGET","parentId":"9rhv3ioohq","isLoading":false,"shouldScrollContents":false,"parentColumnSpace":8,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"children":[{"widgetName":"Canvas5","rightColumn":224,"detachFromLayout":true,"widgetId":"ipc9o3ksyi","containerStyle":"none","topRow":0,"bottomRow":570,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"hqtpvn9ut2","minHeight":520,"isLoading":false,"parentColumnSpace":1,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"children":[{"resetFormOnClick":true,"widgetName":"FormButton1","rightColumn":63,"onClick":"{{(function () {\nInsertQuery.run(() =>{ \t\tshowAlert('Item successfully inserted!','success');\ncloseModal('Insert_Modal');\nSelectQuery.run();\n}, (error) => showAlert(error,'error'));\n})()}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[{"key":"onClick"}],"widgetId":"s2jtkzz2ub","buttonStyle":"PRIMARY_BUTTON","topRow":51,"bottomRow":55,"isVisible":true,"type":"FORM_BUTTON_WIDGET","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"disabledWhenInvalid":true,"leftColumn":47,"dynamicBindingPathList":[],"googleRecaptchaKey":"","text":"Submit"},{"resetFormOnClick":true,"widgetName":"FormButton2","rightColumn":45,"isDefaultClickDisabled":true,"widgetId":"396envygmb","buttonStyle":"SECONDARY_BUTTON","topRow":51,"bottomRow":55,"isVisible":true,"type":"FORM_BUTTON_WIDGET","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"disabledWhenInvalid":false,"leftColumn":29,"text":"Reset"},{"widgetName":"Text21","rightColumn":18,"textAlign":"RIGHT","widgetId":"vwgogtczul","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"leftColumn":2,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col1:"},{"isRequired":true,"widgetName":"insert_col_input1","rightColumn":62,"widgetId":"cbz2r2wizv","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[{"key":"placeholderText"}],"inputType":"TEXT","placeholderText":"{{data_table.tableData[0].col1}}","isDisabled":false},{"widgetName":"Text22","rightColumn":18,"textAlign":"RIGHT","widgetId":"t2a63abehn","topRow":12,"bottomRow":16,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col2:"},{"isRequired":true,"widgetName":"insert_col_input2","rightColumn":62,"widgetId":"tjrktjwn9c","topRow":12,"bottomRow":16,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[{"key":"placeholderText"}],"inputType":"TEXT","defaultText":"","placeholderText":"{{data_table.tableData[0].col2}}","isDisabled":false},{"widgetName":"Text23","rightColumn":19,"textAlign":"RIGHT","widgetId":"0xqhj661rj","topRow":19,"bottomRow":23,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"leftColumn":3,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col3:"},{"isRequired":true,"widgetName":"insert_col_input3","rightColumn":62,"widgetId":"et0p9va1yw","topRow":19,"bottomRow":23,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[{"key":"placeholderText"}],"inputType":"TEXT","placeholderText":"{{data_table.tableData[0].col3}}","defaultText":"","isDisabled":false},{"widgetName":"Text14","rightColumn":19,"textAlign":"RIGHT","widgetId":"mxztke60bg","topRow":26,"bottomRow":30,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"leftColumn":3,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col4:"},{"isRequired":true,"widgetName":"insert_col_input4","rightColumn":62,"widgetId":"wp3nuhaz7m","topRow":26,"bottomRow":30,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[{"key":"placeholderText"}],"inputType":"TEXT","placeholderText":"{{data_table.tableData[0].col4}}","defaultText":"","isDisabled":false},{"widgetName":"Text24","rightColumn":19,"textAlign":"RIGHT","widgetId":"2xn45kukrz","topRow":33,"bottomRow":37,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"leftColumn":3,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col5:"},{"isRequired":true,"widgetName":"insert_col_input5","rightColumn":62,"widgetId":"lqhw4zvrts","topRow":33,"bottomRow":37,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[{"key":"placeholderText"}],"inputType":"TEXT","placeholderText":"{{data_table.tableData[0].col5}}","isDisabled":false},{"widgetName":"Text13","rightColumn":35,"textAlign":"LEFT","widgetId":"iuydklwdo3","topRow":0,"bottomRow":4,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"shouldScroll":false,"parentId":"ipc9o3ksyi","isLoading":false,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"fontSize":"HEADING1","text":"Insert Row"}]}]}],"isDisabled":false}]},{"widgetName":"Form1","backgroundColor":"white","rightColumn":64,"dynamicPropertyPathList":[{"key":"isVisible"}],"widgetId":"m7dvlazbn7","topRow":0,"bottomRow":46,"parentRowSpace":10,"isVisible":"{{data_table.selectedRow.col1.length > 0}}","type":"FORM_WIDGET","parentId":"0","isLoading":false,"shouldScrollContents":true,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[],"leftColumn":40,"dynamicBindingPathList":[{"key":"isVisible"}],"children":[{"widgetName":"Canvas2","rightColumn":528.71875,"detachFromLayout":true,"widgetId":"cicukwhp5j","containerStyle":"none","topRow":0,"bottomRow":450,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"m7dvlazbn7","minHeight":520,"isLoading":false,"parentColumnSpace":1,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"children":[{"resetFormOnClick":false,"widgetName":"update_button","rightColumn":60,"onClick":"{{UpdateQuery.run(() => SelectQuery.run(), () => {})}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[],"widgetId":"4gnygu5jew","buttonStyle":"PRIMARY_BUTTON","topRow":39,"bottomRow":43,"isVisible":true,"type":"FORM_BUTTON_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"disabledWhenInvalid":true,"leftColumn":39,"dynamicBindingPathList":[],"text":"Update"},{"isRequired":false,"widgetName":"colInput1","rightColumn":60,"widgetId":"in8e51pg3y","topRow":9,"bottomRow":13,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":18,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","defaultText":"{{data_table.selectedRow.col1}}","isDisabled":false},{"isRequired":false,"widgetName":"colInput2","rightColumn":60,"widgetId":"mlhvfasf31","topRow":16,"bottomRow":20,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":19,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","defaultText":"{{data_table.selectedRow.col2}}","isDisabled":false},{"isRequired":false,"widgetName":"colInput3","rightColumn":60,"widgetId":"0lz9vhcnr0","topRow":23,"bottomRow":27,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":19,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","defaultText":"{{data_table.selectedRow.col3}}","isDisabled":false},{"isRequired":false,"widgetName":"colInput4","rightColumn":60,"widgetId":"m4esf7fww5","topRow":30,"bottomRow":34,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":19,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","defaultText":"{{data_table.selectedRow.col4}}","isDisabled":false},{"widgetName":"Text9","rightColumn":63,"textAlign":"LEFT","widgetId":"4hnz8ktmz5","topRow":1,"bottomRow":5,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[{"key":"text"}],"fontSize":"HEADING1","text":"Update Row Id: {{data_table.selectedRow.id}}"},{"widgetName":"col_text_1","rightColumn":18,"textAlign":"LEFT","widgetId":"afzzc7q8af","topRow":9,"bottomRow":13,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":7.15625,"dynamicTriggerPathList":[],"leftColumn":2,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col1:"},{"widgetName":"col_text_2","rightColumn":19,"textAlign":"LEFT","widgetId":"xqcsd2e5dj","topRow":16,"bottomRow":20,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":7.15625,"dynamicTriggerPathList":[],"leftColumn":2,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col2:"},{"widgetName":"col_text_3","rightColumn":19,"textAlign":"LEFT","widgetId":"l109ilp3vq","topRow":23,"bottomRow":27,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":7.15625,"dynamicTriggerPathList":[],"leftColumn":2,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col3:"},{"widgetName":"col_text_4","rightColumn":19,"textAlign":"LEFT","widgetId":"gqpwf0yng6","topRow":30,"bottomRow":34,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":7.15625,"dynamicTriggerPathList":[],"leftColumn":2,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col4:"}]}]}]}}],"isHidden":false},"new":true,"unpublishedPage":{"name":"GSheets","userPermissions":[],"layouts":[{"new":false,"id":"60d45c59ee9aa1792c5bec5a","userPermissions":[],"layoutOnLoadActions":[[{"pluginType":"SAAS","jsonPathKeys":["data_table.pageSize","(data_table.pageNo - 1) * data_table.pageSize"],"name":"SelectQuery","timeoutInMillisecond":10000,"id":"60d468c1ee9aa1792c5bec95"}]],"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1280,"snapColumns":64,"detachFromLayout":true,"widgetId":"0","topRow":0,"bottomRow":890,"containerStyle":"none","snapRows":125,"parentRowSpace":1,"type":"CANVAS_WIDGET","canExtend":true,"version":26,"minHeight":890,"parentColumnSpace":1,"dynamicTriggerPathList":[],"dynamicBindingPathList":[],"leftColumn":0,"children":[{"backgroundColor":"#FFFFFF","widgetName":"Container1","rightColumn":40,"widgetId":"mvubsemxfo","containerStyle":"card","topRow":0,"bottomRow":87,"parentRowSpace":10,"isVisible":true,"type":"CONTAINER_WIDGET","version":1,"parentId":"0","isLoading":false,"parentColumnSpace":19.75,"leftColumn":0,"children":[{"widgetName":"Canvas1","rightColumn":632,"detachFromLayout":true,"widgetId":"59rw5mx0bq","containerStyle":"none","topRow":0,"bottomRow":720,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"mvubsemxfo","minHeight":400,"isLoading":false,"parentColumnSpace":1,"leftColumn":0,"children":[{"widgetName":"data_table","columnOrder":["col1","col2","col3","col4","rowIndex","customColumn1"],"dynamicPropertyPathList":[],"isVisibleDownload":true,"topRow":6,"bottomRow":84,"parentRowSpace":10,"onPageChange":"{{SelectQuery.run()}}","type":"TABLE_WIDGET","defaultSelectedRow":"","parentColumnSpace":1,"dynamicTriggerPathList":[{"key":"onPageChange"},{"key":"primaryColumns.customColumn1.onClick"}],"dynamicBindingPathList":[{"key":"primaryColumns.customColumn1.buttonLabel"},{"key":"tableData"},{"key":"primaryColumns.rowIndex.computedValue"},{"key":"primaryColumns.col1.computedValue"},{"key":"primaryColumns.col2.computedValue"},{"key":"primaryColumns.col3.computedValue"},{"key":"primaryColumns.col4.computedValue"}],"leftColumn":0,"primaryColumns":{"customColumn1":{"isDerived":true,"computedValue":"","onClick":"{{showModal('Delete_Modal')}}","textSize":"PARAGRAPH","buttonStyle":"#DD4B34","index":7,"isVisible":true,"label":"Delete","buttonLabel":"{{data_table.sanitizedTableData.map((currentRow) => { return 'Delete'})}}","columnType":"button","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"customColumn1","buttonLabelColor":"#FFFFFF","verticalAlignment":"CENTER"},"rowIndex":{"isDerived":false,"computedValue":"{{data_table.sanitizedTableData.map((currentRow) => { return currentRow.rowIndex})}}","textSize":"PARAGRAPH","index":4,"isVisible":false,"label":"rowIndex","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"rowIndex","verticalAlignment":"CENTER"},"col4":{"isDerived":false,"computedValue":"{{data_table.sanitizedTableData.map((currentRow) => { return currentRow.col4})}}","textSize":"PARAGRAPH","index":3,"isVisible":true,"label":"col4","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col4","verticalAlignment":"CENTER"},"col2":{"isDerived":false,"computedValue":"{{data_table.sanitizedTableData.map((currentRow) => { return currentRow.col2})}}","textSize":"PARAGRAPH","index":1,"isVisible":true,"label":"col2","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col2","verticalAlignment":"CENTER"},"col3":{"isDerived":false,"computedValue":"{{data_table.sanitizedTableData.map((currentRow) => { return currentRow.col3})}}","textSize":"PARAGRAPH","index":2,"isVisible":true,"label":"col3","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col3","verticalAlignment":"CENTER"},"col1":{"isDerived":false,"computedValue":"{{data_table.sanitizedTableData.map((currentRow) => { return currentRow.col1})}}","textSize":"PARAGRAPH","index":0,"isVisible":true,"label":"col1","columnType":"text","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"col1","verticalAlignment":"CENTER"}},"derivedColumns":{"customColumn1":{"isDerived":true,"computedValue":"","onClick":"{{deleteQuery.run()}}","textSize":"PARAGRAPH","buttonStyle":"#DD4B34","index":7,"isVisible":true,"label":"customColumn1","buttonLabel":"{{data_table.sanitizedTableData.map((currentRow) => { return 'Delete'})}}","columnType":"button","horizontalAlignment":"LEFT","width":150,"enableFilter":true,"enableSort":true,"id":"customColumn1","buttonLabelColor":"#FFFFFF","verticalAlignment":"CENTER"}},"rightColumn":64,"textSize":"PARAGRAPH","widgetId":"jabdu9f16g","isVisibleFilters":true,"tableData":"{{SelectQuery.data}}","isVisible":true,"label":"Data","searchKey":"","version":1,"parentId":"59rw5mx0bq","serverSidePaginationEnabled":true,"isLoading":false,"isVisibleCompactMode":true,"horizontalAlignment":"LEFT","isVisibleSearch":true,"isVisiblePagination":true,"verticalAlignment":"CENTER","columnSizeMap":{"task":245,"step":62,"status":75,"col1":140}},{"widgetName":"new_row_button","rightColumn":64,"onClick":"{{showModal('Insert_Modal')}}","isDefaultClickDisabled":true,"widgetId":"aiy9e38won","buttonStyle":"PRIMARY_BUTTON","topRow":1,"bottomRow":5,"parentRowSpace":10,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":6.8310546875,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":51,"dynamicBindingPathList":[],"text":"New Row","isDisabled":false},{"widgetName":"refresh_button","rightColumn":51,"onClick":"{{SelectQuery.run()}}","isDefaultClickDisabled":true,"widgetId":"qykn04gnsw","buttonStyle":"SECONDARY_BUTTON","topRow":1,"bottomRow":5,"parentRowSpace":10,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":41,"dynamicBindingPathList":[],"text":"Refresh","isDisabled":false},{"widgetName":"Text16","rightColumn":39,"textAlign":"LEFT","widgetId":"urzv99hdc8","topRow":1,"bottomRow":5,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"59rw5mx0bq","isLoading":false,"parentColumnSpace":11.78515625,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"fontSize":"HEADING1","text":"template_table Data"}]}]},{"widgetName":"Delete_Modal","rightColumn":45,"detachFromLayout":true,"widgetId":"i3whp03wf0","topRow":13,"bottomRow":37,"parentRowSpace":10,"canOutsideClickClose":true,"type":"MODAL_WIDGET","canEscapeKeyClose":true,"version":1,"parentId":"0","shouldScrollContents":true,"isLoading":false,"parentColumnSpace":18.8828125,"size":"MODAL_SMALL","leftColumn":21,"children":[{"widgetName":"Canvas3","rightColumn":453.1875,"detachFromLayout":true,"widgetId":"zi8fjakv8o","topRow":0,"bottomRow":230,"parentRowSpace":1,"isVisible":true,"canExtend":true,"type":"CANVAS_WIDGET","version":1,"parentId":"i3whp03wf0","shouldScrollContents":false,"minHeight":240,"isLoading":false,"parentColumnSpace":1,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"children":[{"widgetName":"Text11","rightColumn":41,"textAlign":"LEFT","widgetId":"35yoxo4oec","topRow":1,"bottomRow":5,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"zi8fjakv8o","isLoading":false,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"HEADING1","text":"Alert"},{"widgetName":"Button1","rightColumn":48,"onClick":"{{closeModal('Delete_Modal')}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[],"widgetId":"lryg8kw537","buttonStyle":"PRIMARY_BUTTON","topRow":16,"bottomRow":20,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"zi8fjakv8o","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":36,"dynamicBindingPathList":[],"text":"Cancel","isDisabled":false},{"widgetName":"delete_button","rightColumn":64,"onClick":"{{(function () {\nDeleteQuery.run(() => showAlert('Row successfully deleted!','success'), () => showAlert('Something went wrong! Please check debugger for more info.','error'));\ncloseModal('Delete_Modal');\nSelectQuery.run();\n})()}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[{"key":"onClick"}],"widgetId":"qq02lh7ust","buttonStyle":"DANGER_BUTTON","topRow":16,"bottomRow":20,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"zi8fjakv8o","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":48,"dynamicBindingPathList":[],"text":"Confirm","isDisabled":false},{"widgetName":"Text12","rightColumn":63,"textAlign":"LEFT","widgetId":"48uac29g6e","topRow":8,"bottomRow":12,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"zi8fjakv8o","isLoading":false,"parentColumnSpace":6.875,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"Are you sure you want to delete this item?"}],"isDisabled":false}]},{"widgetName":"Insert_Modal","rightColumn":41,"detachFromLayout":true,"widgetId":"vmorzie6eq","topRow":16,"bottomRow":40,"parentRowSpace":10,"canOutsideClickClose":true,"type":"MODAL_WIDGET","canEscapeKeyClose":true,"version":1,"parentId":"0","shouldScrollContents":false,"isLoading":false,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[],"size":"MODAL_LARGE","leftColumn":17,"dynamicBindingPathList":[],"children":[{"widgetName":"Canvas4","rightColumn":453.1875,"detachFromLayout":true,"widgetId":"9rhv3ioohq","topRow":0,"bottomRow":60,"parentRowSpace":1,"isVisible":true,"canExtend":true,"type":"CANVAS_WIDGET","version":1,"parentId":"vmorzie6eq","shouldScrollContents":false,"minHeight":240,"isLoading":false,"parentColumnSpace":1,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"children":[{"widgetName":"Form2","backgroundColor":"#F6F7F8","rightColumn":64,"widgetId":"hqtpvn9ut2","topRow":0,"bottomRow":58,"parentRowSpace":10,"isVisible":true,"type":"FORM_WIDGET","parentId":"9rhv3ioohq","isLoading":false,"shouldScrollContents":false,"parentColumnSpace":8,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"children":[{"widgetName":"Canvas5","rightColumn":224,"detachFromLayout":true,"widgetId":"ipc9o3ksyi","containerStyle":"none","topRow":0,"bottomRow":570,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"hqtpvn9ut2","minHeight":520,"isLoading":false,"parentColumnSpace":1,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"children":[{"resetFormOnClick":true,"widgetName":"FormButton1","rightColumn":63,"onClick":"{{(function () {\nInsertQuery.run(() =>{ \t\tshowAlert('Item successfully inserted!','success');\ncloseModal('Insert_Modal');\nSelectQuery.run();\n}, (error) => showAlert(error,'error'));\n})()}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[{"key":"onClick"}],"widgetId":"s2jtkzz2ub","buttonStyle":"PRIMARY_BUTTON","topRow":51,"bottomRow":55,"isVisible":true,"type":"FORM_BUTTON_WIDGET","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"disabledWhenInvalid":true,"leftColumn":47,"dynamicBindingPathList":[],"googleRecaptchaKey":"","text":"Submit"},{"resetFormOnClick":true,"widgetName":"FormButton2","rightColumn":45,"isDefaultClickDisabled":true,"widgetId":"396envygmb","buttonStyle":"SECONDARY_BUTTON","topRow":51,"bottomRow":55,"isVisible":true,"type":"FORM_BUTTON_WIDGET","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"disabledWhenInvalid":false,"leftColumn":29,"text":"Reset"},{"widgetName":"Text21","rightColumn":18,"textAlign":"RIGHT","widgetId":"vwgogtczul","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"leftColumn":2,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col1:"},{"isRequired":true,"widgetName":"insert_col_input1","rightColumn":62,"widgetId":"cbz2r2wizv","topRow":5,"bottomRow":9,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[{"key":"placeholderText"}],"inputType":"TEXT","placeholderText":"{{data_table.tableData[0].col1}}","isDisabled":false},{"widgetName":"Text22","rightColumn":18,"textAlign":"RIGHT","widgetId":"t2a63abehn","topRow":12,"bottomRow":16,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col2:"},{"isRequired":true,"widgetName":"insert_col_input2","rightColumn":62,"widgetId":"tjrktjwn9c","topRow":12,"bottomRow":16,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[{"key":"placeholderText"}],"inputType":"TEXT","defaultText":"","placeholderText":"{{data_table.tableData[0].col2}}","isDisabled":false},{"widgetName":"Text23","rightColumn":19,"textAlign":"RIGHT","widgetId":"0xqhj661rj","topRow":19,"bottomRow":23,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"leftColumn":3,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col3:"},{"isRequired":true,"widgetName":"insert_col_input3","rightColumn":62,"widgetId":"et0p9va1yw","topRow":19,"bottomRow":23,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[{"key":"placeholderText"}],"inputType":"TEXT","placeholderText":"{{data_table.tableData[0].col3}}","defaultText":"","isDisabled":false},{"widgetName":"Text14","rightColumn":19,"textAlign":"RIGHT","widgetId":"mxztke60bg","topRow":26,"bottomRow":30,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"leftColumn":3,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col4:"},{"isRequired":true,"widgetName":"insert_col_input4","rightColumn":62,"widgetId":"wp3nuhaz7m","topRow":26,"bottomRow":30,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[{"key":"placeholderText"}],"inputType":"TEXT","placeholderText":"{{data_table.tableData[0].col4}}","defaultText":"","isDisabled":false},{"widgetName":"Text24","rightColumn":19,"textAlign":"RIGHT","widgetId":"2xn45kukrz","topRow":33,"bottomRow":37,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":7.6865234375,"dynamicTriggerPathList":[],"leftColumn":3,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col5:"},{"isRequired":true,"widgetName":"insert_col_input5","rightColumn":62,"widgetId":"lqhw4zvrts","topRow":33,"bottomRow":37,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"ipc9o3ksyi","isLoading":false,"parentColumnSpace":8.0625,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":21,"dynamicBindingPathList":[{"key":"placeholderText"}],"inputType":"TEXT","placeholderText":"{{data_table.tableData[0].col5}}","isDisabled":false},{"widgetName":"Text13","rightColumn":35,"textAlign":"LEFT","widgetId":"iuydklwdo3","topRow":0,"bottomRow":4,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"shouldScroll":false,"parentId":"ipc9o3ksyi","isLoading":false,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"fontSize":"HEADING1","text":"Insert Row"}]}]}],"isDisabled":false}]},{"widgetName":"Form1","backgroundColor":"white","rightColumn":64,"dynamicPropertyPathList":[{"key":"isVisible"}],"widgetId":"m7dvlazbn7","topRow":0,"bottomRow":46,"parentRowSpace":10,"isVisible":"{{data_table.selectedRow.col1.length > 0}}","type":"FORM_WIDGET","parentId":"0","isLoading":false,"shouldScrollContents":true,"parentColumnSpace":18.8828125,"dynamicTriggerPathList":[],"leftColumn":40,"dynamicBindingPathList":[{"key":"isVisible"}],"children":[{"widgetName":"Canvas2","rightColumn":528.71875,"detachFromLayout":true,"widgetId":"cicukwhp5j","containerStyle":"none","topRow":0,"bottomRow":450,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"m7dvlazbn7","minHeight":520,"isLoading":false,"parentColumnSpace":1,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"children":[{"resetFormOnClick":false,"widgetName":"update_button","rightColumn":60,"onClick":"{{UpdateQuery.run(() => SelectQuery.run(), () => {})}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[],"widgetId":"4gnygu5jew","buttonStyle":"PRIMARY_BUTTON","topRow":39,"bottomRow":43,"isVisible":true,"type":"FORM_BUTTON_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"disabledWhenInvalid":true,"leftColumn":39,"dynamicBindingPathList":[],"text":"Update"},{"isRequired":false,"widgetName":"colInput1","rightColumn":60,"widgetId":"in8e51pg3y","topRow":9,"bottomRow":13,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":18,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","defaultText":"{{data_table.selectedRow.col1}}","isDisabled":false},{"isRequired":false,"widgetName":"colInput2","rightColumn":60,"widgetId":"mlhvfasf31","topRow":16,"bottomRow":20,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":19,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","defaultText":"{{data_table.selectedRow.col2}}","isDisabled":false},{"isRequired":false,"widgetName":"colInput3","rightColumn":60,"widgetId":"0lz9vhcnr0","topRow":23,"bottomRow":27,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":19,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","defaultText":"{{data_table.selectedRow.col3}}","isDisabled":false},{"isRequired":false,"widgetName":"colInput4","rightColumn":60,"widgetId":"m4esf7fww5","topRow":30,"bottomRow":34,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":19,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","defaultText":"{{data_table.selectedRow.col4}}","isDisabled":false},{"widgetName":"Text9","rightColumn":63,"textAlign":"LEFT","widgetId":"4hnz8ktmz5","topRow":1,"bottomRow":5,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":8.8963623046875,"dynamicTriggerPathList":[],"leftColumn":1,"dynamicBindingPathList":[{"key":"text"}],"fontSize":"HEADING1","text":"Update Row Id: {{data_table.selectedRow.id}}"},{"widgetName":"col_text_1","rightColumn":18,"textAlign":"LEFT","widgetId":"afzzc7q8af","topRow":9,"bottomRow":13,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":7.15625,"dynamicTriggerPathList":[],"leftColumn":2,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col1:"},{"widgetName":"col_text_2","rightColumn":19,"textAlign":"LEFT","widgetId":"xqcsd2e5dj","topRow":16,"bottomRow":20,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":7.15625,"dynamicTriggerPathList":[],"leftColumn":2,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col2:"},{"widgetName":"col_text_3","rightColumn":19,"textAlign":"LEFT","widgetId":"l109ilp3vq","topRow":23,"bottomRow":27,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":7.15625,"dynamicTriggerPathList":[],"leftColumn":2,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col3:"},{"widgetName":"col_text_4","rightColumn":19,"textAlign":"LEFT","widgetId":"gqpwf0yng6","topRow":30,"bottomRow":34,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"cicukwhp5j","isLoading":false,"parentColumnSpace":7.15625,"dynamicTriggerPathList":[],"leftColumn":2,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"col4:"}]}]}]}}],"isHidden":false},"userPermissions":["read:pages","manage:pages"]},{"publishedPage":{"name":"S3Assets","userPermissions":[],"layouts":[{"new":false,"id":"60da6c7aee9aa1792c5bf5e4","userPermissions":[],"layoutOnLoadActions":[[{"pluginType":"DB","jsonPathKeys":["Input2.text"],"name":"ListFiles","timeoutInMillisecond":10000,"id":"60da700cee9aa1792c5bf5e9"}]],"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1280,"snapColumns":64,"detachFromLayout":true,"widgetId":"0","topRow":0,"bottomRow":1730,"containerStyle":"none","snapRows":129,"parentRowSpace":1,"type":"CANVAS_WIDGET","canExtend":true,"version":26,"minHeight":1740,"parentColumnSpace":1,"dynamicTriggerPathList":[],"dynamicBindingPathList":[],"leftColumn":0,"children":[{"backgroundColor":"#FFFFFF","widgetName":"Container1","rightColumn":64,"widgetId":"tk4g32ztu6","containerStyle":"card","topRow":0,"bottomRow":37,"parentRowSpace":10,"isVisible":true,"type":"CONTAINER_WIDGET","version":1,"parentId":"0","isLoading":false,"parentColumnSpace":19.8125,"leftColumn":0,"children":[{"widgetName":"Canvas1","rightColumn":634,"detachFromLayout":true,"widgetId":"bqm213aqvl","containerStyle":"none","topRow":0,"bottomRow":280,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"tk4g32ztu6","minHeight":400,"isLoading":false,"parentColumnSpace":1,"leftColumn":0,"children":[{"widgetName":"FilePicker","dynamicPropertyPathList":[{"key":"onFilesSelected"}],"topRow":16,"bottomRow":20,"parentRowSpace":10,"allowedFileTypes":["*","image/*","video/*","audio/*","text/*",".doc","image/jpeg",".png"],"type":"FILE_PICKER_WIDGET","parentColumnSpace":19.5,"dynamicTriggerPathList":[{"key":"onFilesSelected"}],"leftColumn":23,"dynamicBindingPathList":[],"isDisabled":false,"onFilesSelected":"{{\nFilePicker.files.forEach((f,i)=>{\n\t\n\tCreateFile.run(()=> showAlert('Successfully uploaded files','success')\t\t \n\t\n\t\n\t, () => showAlert('Failed to upload file','error')\t\n\t\n\t,{fileIndex:i});\n\t\n})\n\n}}","isRequired":true,"rightColumn":39,"isDefaultClickDisabled":true,"widgetId":"g6mtu1b2tt","defaultSelectedFiles":[],"isVisible":true,"label":"Select Files","maxFileSize":"5","version":1,"fileDataType":"Base64","parentId":"bqm213aqvl","selectedFiles":[],"isLoading":false,"files":[],"maxNumFiles":"10"},{"widgetName":"Text1","rightColumn":64,"textAlign":"CENTER","widgetId":"ngtxjlzjcb","topRow":0,"bottomRow":4,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"bqm213aqvl","isLoading":false,"parentColumnSpace":19.5,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"fontSize":"HEADING1","text":"S3 Assets Manager"},{"widgetName":"Text2","rightColumn":39,"textAlign":"LEFT","widgetId":"yug8wahq85","topRow":20,"bottomRow":26,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#2E3D49","version":1,"parentId":"bqm213aqvl","isLoading":false,"parentColumnSpace":19.5,"dynamicTriggerPathList":[],"leftColumn":23,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"Please select files to upload.\nUploading 10 files at once is permitted with a limitation of each file size less than 5mb. "},{"isRequired":false,"widgetName":"Input1","rightColumn":39,"widgetId":"qhkew4z1vk","topRow":11,"bottomRow":15,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"bqm213aqvl","isLoading":false,"parentColumnSpace":19.5,"dynamicTriggerPathList":[],"resetOnSubmit":false,"leftColumn":27,"dynamicBindingPathList":[],"inputType":"TEXT","placeholderText":"Folder name","defaultText":"default","isDisabled":false},{"widgetName":"Text5","rightColumn":27,"textAlign":"LEFT","widgetId":"gxu5asa80c","topRow":11,"bottomRow":15,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"bqm213aqvl","isLoading":false,"parentColumnSpace":19.5,"dynamicTriggerPathList":[],"leftColumn":23,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"Folder : "}]}]},{"backgroundColor":"#FFFFFF","widgetName":"Container3","rightColumn":64,"widgetId":"th4d9oxy8z","containerStyle":"card","topRow":42,"bottomRow":164,"parentRowSpace":10,"isVisible":true,"type":"CONTAINER_WIDGET","version":1,"parentId":"0","isLoading":false,"parentColumnSpace":19.8125,"leftColumn":0,"children":[{"widgetName":"Canvas4","rightColumn":634,"detachFromLayout":true,"widgetId":"6tz2s7ivi5","containerStyle":"none","topRow":0,"bottomRow":400,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"th4d9oxy8z","minHeight":400,"isLoading":false,"parentColumnSpace":1,"leftColumn":0,"children":[{"template":{"Text4":{"widgetName":"Text4","rightColumn":40,"textAlign":"LEFT","widgetId":"awmy2fr6on","topRow":4,"bottomRow":8,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"i1nxa4i2e0","isLoading":false,"dynamicTriggerPathList":[],"dynamicBindingPathList":[{"key":"text"}],"leftColumn":16,"fontSize":"PARAGRAPH","text":"{{List1.listData.map((currentItem) => {\n return (function(){\n return currentItem.signedUrl;\n })();\n })}}","textStyle":"BODY"},"Image1":{"image":"{{List1.listData.map((currentItem) => {\n return (function(){\n return currentItem.signedUrl;\n })();\n })}}","widgetName":"Image1","rightColumn":16,"widgetId":"0gdl5jza7u","topRow":0,"bottomRow":12,"isVisible":true,"type":"IMAGE_WIDGET","version":1,"parentId":"i1nxa4i2e0","isLoading":false,"maxZoomLevel":1,"dynamicTriggerPathList":[],"imageShape":"RECTANGLE","dynamicBindingPathList":[{"key":"image"}],"leftColumn":0,"defaultImage":"https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png"},"Text3":{"widgetName":"Text3","rightColumn":40,"textAlign":"LEFT","widgetId":"kkh6qolefs","topRow":0,"bottomRow":4,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"i1nxa4i2e0","isLoading":false,"dynamicTriggerPathList":[],"dynamicBindingPathList":[{"key":"text"}],"leftColumn":16,"fontSize":"PARAGRAPH","text":"{{List1.listData.map((currentItem) => {\n return (function(){\n return currentItem.fileName;\n })();\n })}}","textStyle":"HEADING"}},"childAutoComplete":{"currentItem":{"fileName":"","urlExpiryDate":"","signedUrl":""}},"backgroundColor":"","widgetName":"List1","rightColumn":64,"itemBackgroundColor":"#FFFFFF","listData":"{{ListFiles.data}}","widgetId":"hastz111oe","topRow":8,"bottomRow":119,"parentRowSpace":10,"isVisible":true,"type":"LIST_WIDGET","parentId":"6tz2s7ivi5","gridGap":0,"isLoading":false,"parentColumnSpace":19.8125,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[{"key":"template.Image1.image"},{"key":"template.Text3.text"},{"key":"template.Text4.text"},{"key":"listData"}],"gridType":"vertical","enhancements":true,"children":[{"widgetName":"Canvas2","rightColumn":634,"detachFromLayout":true,"widgetId":"reeuqthmiz","containerStyle":"none","topRow":0,"bottomRow":400,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"dropDisabled":true,"parentId":"hastz111oe","openParentPropertyPane":true,"minHeight":400,"isLoading":false,"noPad":true,"parentColumnSpace":1,"leftColumn":0,"children":[{"backgroundColor":"white","widgetName":"Container2","rightColumn":64,"disallowCopy":true,"widgetId":"lv7hdxocpn","containerStyle":"card","topRow":0,"bottomRow":16,"dragDisabled":true,"isVisible":true,"type":"CONTAINER_WIDGET","version":1,"parentId":"reeuqthmiz","openParentPropertyPane":true,"isDeletable":false,"isLoading":false,"leftColumn":0,"children":[{"widgetName":"Canvas3","detachFromLayout":true,"widgetId":"i1nxa4i2e0","containerStyle":"none","topRow":0,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"lv7hdxocpn","isLoading":false,"parentColumnSpace":1,"leftColumn":0,"children":[{"image":"{{currentItem.signedUrl}}","widgetName":"Image1","rightColumn":16,"widgetId":"0gdl5jza7u","logBlackList":{"image":true,"widgetName":true,"rightColumn":true,"widgetId":true,"topRow":true,"bottomRow":true,"parentRowSpace":true,"isVisible":true,"type":true,"version":true,"parentId":true,"minHeight":true,"isLoading":true,"maxZoomLevel":true,"dynamicTriggerPathList":true,"parentColumnSpace":true,"imageShape":true,"dynamicBindingPathList":true,"leftColumn":true,"defaultImage":true},"topRow":0,"bottomRow":12,"isVisible":true,"type":"IMAGE_WIDGET","version":1,"parentId":"i1nxa4i2e0","isLoading":false,"maxZoomLevel":1,"dynamicTriggerPathList":[],"imageShape":"RECTANGLE","dynamicBindingPathList":[{"key":"image"}],"leftColumn":0,"defaultImage":"https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png"},{"widgetName":"Text3","rightColumn":40,"textAlign":"LEFT","widgetId":"kkh6qolefs","logBlackList":{"widgetName":true,"rightColumn":true,"textAlign":true,"widgetId":true,"topRow":true,"bottomRow":true,"parentRowSpace":true,"isVisible":true,"fontStyle":true,"type":true,"textColor":true,"version":true,"parentId":true,"minHeight":true,"isLoading":true,"dynamicTriggerPathList":true,"parentColumnSpace":true,"dynamicBindingPathList":true,"leftColumn":true,"fontSize":true,"text":true,"textStyle":true},"topRow":0,"bottomRow":4,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"i1nxa4i2e0","isLoading":false,"dynamicTriggerPathList":[],"dynamicBindingPathList":[{"key":"text"}],"leftColumn":16,"fontSize":"PARAGRAPH","text":"{{currentItem.fileName}}","textStyle":"HEADING"},{"widgetName":"Text4","rightColumn":63,"textAlign":"LEFT","widgetId":"awmy2fr6on","logBlackList":{"widgetName":true,"rightColumn":true,"textAlign":true,"widgetId":true,"topRow":true,"bottomRow":true,"parentRowSpace":true,"isVisible":true,"fontStyle":true,"type":true,"textColor":true,"version":true,"parentId":true,"minHeight":true,"isLoading":true,"dynamicTriggerPathList":true,"parentColumnSpace":true,"dynamicBindingPathList":true,"leftColumn":true,"fontSize":true,"text":true,"textStyle":true},"topRow":4,"bottomRow":14,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"i1nxa4i2e0","isLoading":false,"dynamicTriggerPathList":[],"dynamicBindingPathList":[{"key":"text"}],"leftColumn":16,"fontSize":"PARAGRAPH","text":"{{currentItem.signedUrl}}","textStyle":"BODY"}]}],"disablePropertyPane":true}]}]},{"widgetName":"Button1","rightColumn":64,"onClick":"{{ListFiles.run()}}","isDefaultClickDisabled":true,"widgetId":"sptkrl510k","buttonStyle":"SECONDARY_BUTTON","topRow":1,"bottomRow":5,"parentRowSpace":10,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"6tz2s7ivi5","isLoading":false,"parentColumnSpace":19.5,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":56,"dynamicBindingPathList":[],"text":"Refresh","isDisabled":false},{"isRequired":false,"widgetName":"Input2","rightColumn":12,"widgetId":"0llmlojupa","topRow":1,"bottomRow":5,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"6tz2s7ivi5","isLoading":false,"parentColumnSpace":19.5,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":0,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","placeholderText":"Folder name","defaultText":"{{Input1.text}}","isDisabled":false},{"widgetName":"Button2","rightColumn":20,"onClick":"{{ListFiles.run()}}","isDefaultClickDisabled":true,"widgetId":"690t48nojl","buttonStyle":"PRIMARY_BUTTON","topRow":1,"bottomRow":5,"parentRowSpace":10,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"6tz2s7ivi5","isLoading":false,"parentColumnSpace":19.5,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":12,"dynamicBindingPathList":[],"text":"Browse folder","isDisabled":false}]}]}]}}],"isHidden":false},"new":true,"unpublishedPage":{"name":"S3Assets","userPermissions":[],"layouts":[{"new":false,"id":"60da6c7aee9aa1792c5bf5e4","userPermissions":[],"layoutOnLoadActions":[[{"pluginType":"DB","jsonPathKeys":["Input2.text"],"name":"ListFiles","timeoutInMillisecond":10000,"id":"60da700cee9aa1792c5bf5e9"}]],"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1280,"snapColumns":64,"detachFromLayout":true,"widgetId":"0","topRow":0,"bottomRow":1730,"containerStyle":"none","snapRows":129,"parentRowSpace":1,"type":"CANVAS_WIDGET","canExtend":true,"version":26,"minHeight":1740,"parentColumnSpace":1,"dynamicTriggerPathList":[],"dynamicBindingPathList":[],"leftColumn":0,"children":[{"backgroundColor":"#FFFFFF","widgetName":"Container1","rightColumn":64,"widgetId":"tk4g32ztu6","containerStyle":"card","topRow":0,"bottomRow":37,"parentRowSpace":10,"isVisible":true,"type":"CONTAINER_WIDGET","version":1,"parentId":"0","isLoading":false,"parentColumnSpace":19.8125,"leftColumn":0,"children":[{"widgetName":"Canvas1","rightColumn":634,"detachFromLayout":true,"widgetId":"bqm213aqvl","containerStyle":"none","topRow":0,"bottomRow":280,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"tk4g32ztu6","minHeight":400,"isLoading":false,"parentColumnSpace":1,"leftColumn":0,"children":[{"widgetName":"FilePicker","dynamicPropertyPathList":[{"key":"onFilesSelected"}],"topRow":16,"bottomRow":20,"parentRowSpace":10,"allowedFileTypes":["*","image/*","video/*","audio/*","text/*",".doc","image/jpeg",".png"],"type":"FILE_PICKER_WIDGET","parentColumnSpace":19.5,"dynamicTriggerPathList":[{"key":"onFilesSelected"}],"leftColumn":23,"dynamicBindingPathList":[],"isDisabled":false,"onFilesSelected":"{{\nFilePicker.files.forEach((f,i)=>{\n\t\n\tCreateFile.run(()=> showAlert('Successfully uploaded files','success')\t\t \n\t\n\t\n\t, () => showAlert('Failed to upload file','error')\t\n\t\n\t,{fileIndex:i});\n\t\n})\n\n}}","isRequired":true,"rightColumn":39,"isDefaultClickDisabled":true,"widgetId":"g6mtu1b2tt","defaultSelectedFiles":[],"isVisible":true,"label":"Select Files","maxFileSize":"5","version":1,"fileDataType":"Base64","parentId":"bqm213aqvl","selectedFiles":[],"isLoading":false,"files":[],"maxNumFiles":"10"},{"widgetName":"Text1","rightColumn":64,"textAlign":"CENTER","widgetId":"ngtxjlzjcb","topRow":0,"bottomRow":4,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"bqm213aqvl","isLoading":false,"parentColumnSpace":19.5,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[],"fontSize":"HEADING1","text":"S3 Assets Manager"},{"widgetName":"Text2","rightColumn":39,"textAlign":"LEFT","widgetId":"yug8wahq85","topRow":20,"bottomRow":26,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#2E3D49","version":1,"parentId":"bqm213aqvl","isLoading":false,"parentColumnSpace":19.5,"dynamicTriggerPathList":[],"leftColumn":23,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"Please select files to upload.\nUploading 10 files at once is permitted with a limitation of each file size less than 5mb. "},{"isRequired":false,"widgetName":"Input1","rightColumn":39,"widgetId":"qhkew4z1vk","topRow":11,"bottomRow":15,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"bqm213aqvl","isLoading":false,"parentColumnSpace":19.5,"dynamicTriggerPathList":[],"resetOnSubmit":false,"leftColumn":27,"dynamicBindingPathList":[],"inputType":"TEXT","placeholderText":"Folder name","defaultText":"default","isDisabled":false},{"widgetName":"Text5","rightColumn":27,"textAlign":"LEFT","widgetId":"gxu5asa80c","topRow":11,"bottomRow":15,"parentRowSpace":10,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"bqm213aqvl","isLoading":false,"parentColumnSpace":19.5,"dynamicTriggerPathList":[],"leftColumn":23,"dynamicBindingPathList":[],"fontSize":"PARAGRAPH","text":"Folder : "}]}]},{"backgroundColor":"#FFFFFF","widgetName":"Container3","rightColumn":64,"widgetId":"th4d9oxy8z","containerStyle":"card","topRow":42,"bottomRow":164,"parentRowSpace":10,"isVisible":true,"type":"CONTAINER_WIDGET","version":1,"parentId":"0","isLoading":false,"parentColumnSpace":19.8125,"leftColumn":0,"children":[{"widgetName":"Canvas4","rightColumn":634,"detachFromLayout":true,"widgetId":"6tz2s7ivi5","containerStyle":"none","topRow":0,"bottomRow":400,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"th4d9oxy8z","minHeight":400,"isLoading":false,"parentColumnSpace":1,"leftColumn":0,"children":[{"template":{"Text4":{"widgetName":"Text4","rightColumn":40,"textAlign":"LEFT","widgetId":"awmy2fr6on","topRow":4,"bottomRow":8,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"i1nxa4i2e0","isLoading":false,"dynamicTriggerPathList":[],"dynamicBindingPathList":[{"key":"text"}],"leftColumn":16,"fontSize":"PARAGRAPH","text":"{{List1.listData.map((currentItem) => {\n return (function(){\n return currentItem.signedUrl;\n })();\n })}}","textStyle":"BODY"},"Image1":{"image":"{{List1.listData.map((currentItem) => {\n return (function(){\n return currentItem.signedUrl;\n })();\n })}}","widgetName":"Image1","rightColumn":16,"widgetId":"0gdl5jza7u","topRow":0,"bottomRow":12,"isVisible":true,"type":"IMAGE_WIDGET","version":1,"parentId":"i1nxa4i2e0","isLoading":false,"maxZoomLevel":1,"dynamicTriggerPathList":[],"imageShape":"RECTANGLE","dynamicBindingPathList":[{"key":"image"}],"leftColumn":0,"defaultImage":"https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png"},"Text3":{"widgetName":"Text3","rightColumn":40,"textAlign":"LEFT","widgetId":"kkh6qolefs","topRow":0,"bottomRow":4,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"i1nxa4i2e0","isLoading":false,"dynamicTriggerPathList":[],"dynamicBindingPathList":[{"key":"text"}],"leftColumn":16,"fontSize":"PARAGRAPH","text":"{{List1.listData.map((currentItem) => {\n return (function(){\n return currentItem.fileName;\n })();\n })}}","textStyle":"HEADING"}},"childAutoComplete":{"currentItem":{"fileName":"","urlExpiryDate":"","signedUrl":""}},"backgroundColor":"","widgetName":"List1","rightColumn":64,"itemBackgroundColor":"#FFFFFF","listData":"{{ListFiles.data}}","widgetId":"hastz111oe","topRow":8,"bottomRow":119,"parentRowSpace":10,"isVisible":true,"type":"LIST_WIDGET","parentId":"6tz2s7ivi5","gridGap":0,"isLoading":false,"parentColumnSpace":19.8125,"dynamicTriggerPathList":[],"leftColumn":0,"dynamicBindingPathList":[{"key":"template.Image1.image"},{"key":"template.Text3.text"},{"key":"template.Text4.text"},{"key":"listData"}],"gridType":"vertical","enhancements":true,"children":[{"widgetName":"Canvas2","rightColumn":634,"detachFromLayout":true,"widgetId":"reeuqthmiz","containerStyle":"none","topRow":0,"bottomRow":400,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"dropDisabled":true,"parentId":"hastz111oe","openParentPropertyPane":true,"minHeight":400,"isLoading":false,"noPad":true,"parentColumnSpace":1,"leftColumn":0,"children":[{"backgroundColor":"white","widgetName":"Container2","rightColumn":64,"disallowCopy":true,"widgetId":"lv7hdxocpn","containerStyle":"card","topRow":0,"bottomRow":16,"dragDisabled":true,"isVisible":true,"type":"CONTAINER_WIDGET","version":1,"parentId":"reeuqthmiz","openParentPropertyPane":true,"isDeletable":false,"isLoading":false,"leftColumn":0,"children":[{"widgetName":"Canvas3","detachFromLayout":true,"widgetId":"i1nxa4i2e0","containerStyle":"none","topRow":0,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"lv7hdxocpn","isLoading":false,"parentColumnSpace":1,"leftColumn":0,"children":[{"image":"{{currentItem.signedUrl}}","widgetName":"Image1","rightColumn":16,"widgetId":"0gdl5jza7u","logBlackList":{"image":true,"widgetName":true,"rightColumn":true,"widgetId":true,"topRow":true,"bottomRow":true,"parentRowSpace":true,"isVisible":true,"type":true,"version":true,"parentId":true,"minHeight":true,"isLoading":true,"maxZoomLevel":true,"dynamicTriggerPathList":true,"parentColumnSpace":true,"imageShape":true,"dynamicBindingPathList":true,"leftColumn":true,"defaultImage":true},"topRow":0,"bottomRow":12,"isVisible":true,"type":"IMAGE_WIDGET","version":1,"parentId":"i1nxa4i2e0","isLoading":false,"maxZoomLevel":1,"dynamicTriggerPathList":[],"imageShape":"RECTANGLE","dynamicBindingPathList":[{"key":"image"}],"leftColumn":0,"defaultImage":"https://res.cloudinary.com/drako999/image/upload/v1589196259/default.png"},{"widgetName":"Text3","rightColumn":40,"textAlign":"LEFT","widgetId":"kkh6qolefs","logBlackList":{"widgetName":true,"rightColumn":true,"textAlign":true,"widgetId":true,"topRow":true,"bottomRow":true,"parentRowSpace":true,"isVisible":true,"fontStyle":true,"type":true,"textColor":true,"version":true,"parentId":true,"minHeight":true,"isLoading":true,"dynamicTriggerPathList":true,"parentColumnSpace":true,"dynamicBindingPathList":true,"leftColumn":true,"fontSize":true,"text":true,"textStyle":true},"topRow":0,"bottomRow":4,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"i1nxa4i2e0","isLoading":false,"dynamicTriggerPathList":[],"dynamicBindingPathList":[{"key":"text"}],"leftColumn":16,"fontSize":"PARAGRAPH","text":"{{currentItem.fileName}}","textStyle":"HEADING"},{"widgetName":"Text4","rightColumn":63,"textAlign":"LEFT","widgetId":"awmy2fr6on","logBlackList":{"widgetName":true,"rightColumn":true,"textAlign":true,"widgetId":true,"topRow":true,"bottomRow":true,"parentRowSpace":true,"isVisible":true,"fontStyle":true,"type":true,"textColor":true,"version":true,"parentId":true,"minHeight":true,"isLoading":true,"dynamicTriggerPathList":true,"parentColumnSpace":true,"dynamicBindingPathList":true,"leftColumn":true,"fontSize":true,"text":true,"textStyle":true},"topRow":4,"bottomRow":14,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#231F20","version":1,"parentId":"i1nxa4i2e0","isLoading":false,"dynamicTriggerPathList":[],"dynamicBindingPathList":[{"key":"text"}],"leftColumn":16,"fontSize":"PARAGRAPH","text":"{{currentItem.signedUrl}}","textStyle":"BODY"}]}],"disablePropertyPane":true}]}]},{"widgetName":"Button1","rightColumn":64,"onClick":"{{ListFiles.run()}}","isDefaultClickDisabled":true,"widgetId":"sptkrl510k","buttonStyle":"SECONDARY_BUTTON","topRow":1,"bottomRow":5,"parentRowSpace":10,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"6tz2s7ivi5","isLoading":false,"parentColumnSpace":19.5,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":56,"dynamicBindingPathList":[],"text":"Refresh","isDisabled":false},{"isRequired":false,"widgetName":"Input2","rightColumn":12,"widgetId":"0llmlojupa","topRow":1,"bottomRow":5,"parentRowSpace":10,"isVisible":true,"label":"","type":"INPUT_WIDGET","version":1,"parentId":"6tz2s7ivi5","isLoading":false,"parentColumnSpace":19.5,"dynamicTriggerPathList":[],"resetOnSubmit":true,"leftColumn":0,"dynamicBindingPathList":[{"key":"defaultText"}],"inputType":"TEXT","placeholderText":"Folder name","defaultText":"{{Input1.text}}","isDisabled":false},{"widgetName":"Button2","rightColumn":20,"onClick":"{{ListFiles.run()}}","isDefaultClickDisabled":true,"widgetId":"690t48nojl","buttonStyle":"PRIMARY_BUTTON","topRow":1,"bottomRow":5,"parentRowSpace":10,"isVisible":true,"type":"BUTTON_WIDGET","version":1,"parentId":"6tz2s7ivi5","isLoading":false,"parentColumnSpace":19.5,"dynamicTriggerPathList":[{"key":"onClick"}],"leftColumn":12,"dynamicBindingPathList":[],"text":"Browse folder","isDisabled":false}]}]}]}}],"isHidden":false},"userPermissions":["read:pages","manage:pages"]},{"publishedPage":{"name":"Admin","userPermissions":[],"layouts":[{"new":false,"id":"60dab9efee9aa1792c5bf645","userPermissions":[],"layoutOnLoadActions":[],"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1280,"snapColumns":64,"detachFromLayout":true,"widgetId":"0","topRow":0,"bottomRow":880,"containerStyle":"none","snapRows":129,"parentRowSpace":1,"type":"CANVAS_WIDGET","canExtend":true,"version":26,"minHeight":890,"parentColumnSpace":1,"dynamicTriggerPathList":[],"dynamicBindingPathList":[],"leftColumn":0,"children":[{"widgetName":"Form1","backgroundColor":"#2E3D49","rightColumn":45,"widgetId":"hdpwx2szs0","topRow":25,"bottomRow":47,"parentRowSpace":10,"isVisible":true,"type":"FORM_WIDGET","parentId":"0","isLoading":false,"parentColumnSpace":19.8125,"dynamicTriggerPathList":[],"leftColumn":17,"dynamicBindingPathList":[],"children":[{"widgetName":"Canvas1","rightColumn":554.75,"detachFromLayout":true,"widgetId":"kwx6oz4fub","containerStyle":"none","topRow":0,"bottomRow":210,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"hdpwx2szs0","minHeight":520,"isLoading":false,"parentColumnSpace":1,"leftColumn":0,"children":[{"widgetName":"Text1","rightColumn":36,"textAlign":"LEFT","widgetId":"7fqtlu52np","topRow":1,"bottomRow":5,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#FFFFFF","version":1,"parentId":"kwx6oz4fub","isLoading":false,"dynamicTriggerPathList":[],"leftColumn":2,"dynamicBindingPathList":[],"fontSize":"HEADING1","text":"Update App Template"},{"resetFormOnClick":true,"widgetName":"FormButton1","rightColumn":50,"onClick":"{{get_exported_app.run(() => { get_datasource_structure.run(() => update_template.run()); })}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[{"key":"onClick"}],"widgetId":"hhm9dvojzr","buttonStyle":"PRIMARY_BUTTON","topRow":10,"bottomRow":16,"isVisible":true,"type":"FORM_BUTTON_WIDGET","version":1,"parentId":"kwx6oz4fub","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"disabledWhenInvalid":true,"leftColumn":14,"dynamicBindingPathList":[],"text":"Deploy"}]}]}]}}],"isHidden":false},"new":true,"unpublishedPage":{"name":"Admin","userPermissions":[],"layouts":[{"new":false,"id":"60dab9efee9aa1792c5bf645","userPermissions":[],"layoutOnLoadActions":[],"dsl":{"widgetName":"MainContainer","backgroundColor":"none","rightColumn":1280,"snapColumns":64,"detachFromLayout":true,"widgetId":"0","topRow":0,"bottomRow":880,"containerStyle":"none","snapRows":129,"parentRowSpace":1,"type":"CANVAS_WIDGET","canExtend":true,"version":26,"minHeight":890,"parentColumnSpace":1,"dynamicTriggerPathList":[],"dynamicBindingPathList":[],"leftColumn":0,"children":[{"widgetName":"Form1","backgroundColor":"#2E3D49","rightColumn":45,"widgetId":"hdpwx2szs0","topRow":25,"bottomRow":47,"parentRowSpace":10,"isVisible":true,"type":"FORM_WIDGET","parentId":"0","isLoading":false,"parentColumnSpace":19.8125,"dynamicTriggerPathList":[],"leftColumn":17,"dynamicBindingPathList":[],"children":[{"widgetName":"Canvas1","rightColumn":554.75,"detachFromLayout":true,"widgetId":"kwx6oz4fub","containerStyle":"none","topRow":0,"bottomRow":210,"parentRowSpace":1,"isVisible":true,"canExtend":false,"type":"CANVAS_WIDGET","version":1,"parentId":"hdpwx2szs0","minHeight":520,"isLoading":false,"parentColumnSpace":1,"leftColumn":0,"children":[{"widgetName":"Text1","rightColumn":36,"textAlign":"LEFT","widgetId":"7fqtlu52np","topRow":1,"bottomRow":5,"isVisible":true,"fontStyle":"BOLD","type":"TEXT_WIDGET","textColor":"#FFFFFF","version":1,"parentId":"kwx6oz4fub","isLoading":false,"dynamicTriggerPathList":[],"leftColumn":2,"dynamicBindingPathList":[],"fontSize":"HEADING1","text":"Update App Template"},{"resetFormOnClick":true,"widgetName":"FormButton1","rightColumn":50,"onClick":"{{get_exported_app.run(() => { get_datasource_structure.run(() => update_template.run()); })}}","isDefaultClickDisabled":true,"dynamicPropertyPathList":[{"key":"onClick"}],"widgetId":"hhm9dvojzr","buttonStyle":"PRIMARY_BUTTON","topRow":10,"bottomRow":16,"isVisible":true,"type":"FORM_BUTTON_WIDGET","version":1,"parentId":"kwx6oz4fub","isLoading":false,"dynamicTriggerPathList":[{"key":"onClick"}],"disabledWhenInvalid":true,"leftColumn":14,"dynamicBindingPathList":[],"text":"Deploy"}]}]}]}}],"isHidden":false},"userPermissions":["read:pages","manage:pages"]}],"decryptedFields":{"AmazonS3":{"password":"jpft327I8inPUhlTZK++5LYS1R+cCT4nAIT0kIzX","authType":"com.appsmith.external.models.DBAuth","dbAuth":{"authenticationType":"dbAuth","username":"AKIAVWHAAGIQNTFTGZVZ"}},"Internal DB":{"password":"plenty-cape-quality","authType":"com.appsmith.external.models.DBAuth","dbAuth":{"databaseName":"internal","authenticationType":"dbAuth","username":"postgres"}}},"publishedLayoutmongoEscapedWidgets":{},"exportedApplication":{"new":true,"color":"#6C9DD0","name":"CRUD App Templates","appIsExample":false,"icon":"bus","isPublic":false,"userPermissions":["canComment:applications","manage:applications","export:applications","read:applications","publish:applications","makePublic:applications"]},"publishedDefaultPageName":"SQL"}