{
  "Create, edit, and collaborate on spreadsheets online": "Create, edit, and collaborate on spreadsheets online",
  "Add Row": "Add Row",
  "Add Row at Top": "Add Row at Top",
  "Add Multiple Rows": "Add Multiple Rows",
  "Update Row": "Update Row",
  "Update Multiple Rows": "Update Multiple Rows",
  "Delete Row": "Delete Row",
  "Delete Multiple Rows": "Delete Multiple Rows",
  "Find Rows": "Find Rows",
  "Find or Create Row": "Find or Create Row",
  "Create Spreadsheet": "Create Spreadsheet",
  "Create Worksheet": "Create Worksheet",
  "Find or Create Worksheet": "Find or Create Worksheet",
  "Clear Sheet": "Clear Sheet",
  "Clear Row(s)": "Clear Row(s)",
  "Delete Worksheet": "Delete Worksheet",
  "Rename Worksheet": "Rename Worksheet",
  "Format Row(s)": "Format Row(s)",
  "Get Single Row by ID": "Get Single Row by ID",
  "Get next row(s)": "Get next row(s)",
  "Get All Rows": "Get All Rows",
  "Read Data Range": "Read Data Range",
  "Find Spreadsheet(s)": "Find Spreadsheet(s)",
  "Find Worksheet(s)": "Find Worksheet(s)",
  "Copy Worksheet": "Copy Worksheet",
  "Create Spreadsheet Column": "Create Spreadsheet Column",
  "Export Worksheet": "Export Worksheet",
  "Add Column": "Add Column",
  "Add Worksheet": "Add Worksheet",
  "Append Rows/Columns": "Append Rows/Columns",
  "Append Values (Raw)": "Append Values (Raw)",
  "Auto-Resize Columns/Rows": "Auto-Resize Columns/Rows",
  "Clear Cell Range": "Clear Cell Range",
  "Delete Rows/Columns": "Delete Rows/Columns",
  "Export Worksheet (CSV/TSV)": "Export Worksheet (CSV/TSV)",
  "Find Worksheets": "Find Worksheets",
  "Format Cells": "Format Cells",
  "Get Next Rows (Paginated)": "Get Next Rows (Paginated)",
  "Get Row by Number": "Get Row by Number",
  "Get Spreadsheet Info": "Get Spreadsheet Info",
  "Read Cell Range": "Read Cell Range",
  "Insert Rows/Columns": "Insert Rows/Columns",
  "Find Spreadsheets": "Find Spreadsheets",
  "Resize / Hide Rows or Columns": "Resize / Hide Rows or Columns",
  "Update Worksheet Properties": "Update Worksheet Properties",
  "Write Cell Range": "Write Cell Range",
  "Custom API Call": "Custom API Call",
  "Add a new row of data to a specific spreadsheet.": "Add a new row of data to a specific spreadsheet.",
  "Inserts a new row at the top of a worksheet, just below the header row.": "Inserts a new row at the top of a worksheet, just below the header row.",
  "Add multiple rows of data at once to a specific spreadsheet.": "Add multiple rows of data at once to a specific spreadsheet.",
  "Update the data in an existing row.": "Update the data in an existing row.",
  "Updates multiple rows in a specific spreadsheet.": "Updates multiple rows in a specific spreadsheet.",
  "Delete a specific row from the selected sheet.": "Delete a specific row from the selected sheet.",
  "Deletes a contiguous range of rows, or a list of specific row numbers. Row numbers are 1-based.": "Deletes a contiguous range of rows, or a list of specific row numbers. Row numbers are 1-based.",
  "Look up rows in a worksheet based on a column value.": "Look up rows in a worksheet based on a column value.",
  "Look up a row by column value; if no match is found, create a new row with the provided values.": "Look up a row by column value; if no match is found, create a new row with the provided values.",
  "Creates a blank spreadsheet.": "Creates a blank spreadsheet.",
  "Create a new blank worksheet with a title.": "Create a new blank worksheet with a title.",
  "Look up a worksheet by title in a spreadsheet; if not found, create it with optional headers.": "Look up a worksheet by title in a spreadsheet; if not found, create it with optional headers.",
  "Clears all rows on an existing sheet.": "Clears all rows on an existing sheet.",
  "Clears the contents of one or more rows without removing the rows themselves. Useful when you want to keep formatting and references stable.": "Clears the contents of one or more rows without removing the rows themselves. Useful when you want to keep formatting and references stable.",
  "Permanently delete a specific worksheet.": "Permanently delete a specific worksheet.",
  "Rename specific worksheet.": "Rename specific worksheet.",
  "Format one or multiple rows in specific spreadsheet.": "Format one or multiple rows in specific spreadsheet.",
  "Retrieve a specific row using its unique ID.": "Retrieve a specific row using its unique ID.",
  "Get next group of rows from a specifiec workheet": "Get next group of rows from a specifiec workheet",
  "Get all the rows from a specific sheet.": "Get all the rows from a specific sheet.",
  "Read cells from a range using A1 notation (e.g. A1:D10). Returns rows and the resolved range.": "Read cells from a range using A1 notation (e.g. A1:D10). Returns rows and the resolved range.",
  "Find spreadsheet(s) by name.": "Find spreadsheet(s) by name.",
  "Finds a worksheet(s) by title.": "Finds a worksheet(s) by title.",
  "Creates a new worksheet by copying an existing one.": "Creates a new worksheet by copying an existing one.",
  "Creates a new column in a specific spreadsheet.": "Creates a new column in a specific spreadsheet.",
  "Download a worksheet as a CSV or TSV file.": "Download a worksheet as a CSV or TSV file.",
  "Create a new column in a worksheet.": "Create a new column in a worksheet.",
  "Add multiple rows of data at once to a worksheet.": "Add multiple rows of data at once to a worksheet.",
  "Insert a new row near the top of a worksheet, just below the header row.": "Insert a new row near the top of a worksheet, just below the header row.",
  "Append a single new row to the end of a worksheet.": "Append a single new row to the end of a worksheet.",
  "Append blank rows or columns to the end of a worksheet's grid.": "Append blank rows or columns to the end of a worksheet's grid.",
  "Append rows of values after the last row with data in a worksheet.": "Append rows of values after the last row with data in a worksheet.",
  "Auto-fit the width of columns or height of rows to their content.": "Auto-fit the width of columns or height of rows to their content.",
  "Clear the contents of one or more rows without removing the rows themselves.": "Clear the contents of one or more rows without removing the rows themselves.",
  "Create a new worksheet by copying an existing one.": "Create a new worksheet by copying an existing one.",
  "Create a new, empty Google Sheets spreadsheet.": "Create a new, empty Google Sheets spreadsheet.",
  "Delete a range of rows or columns, shifting the rest.": "Delete a range of rows or columns, shifting the rest.",
  "Delete a contiguous range of rows, or a list of specific row numbers.": "Delete a contiguous range of rows, or a list of specific row numbers.",
  "Delete a single row by its row number.": "Delete a single row by its row number.",
  "Find a worksheet(s) by title.": "Find a worksheet(s) by title.",
  "Apply formatting to a range of rows in a worksheet.": "Apply formatting to a range of rows in a worksheet.",
  "Read every row from a worksheet in a single call.": "Read every row from a worksheet in a single call.",
  "Get the next group of rows from a worksheet, advancing a stored cursor.": "Get the next group of rows from a worksheet, advancing a stored cursor.",
  "Retrieve a single row by its row number.": "Retrieve a single row by its row number.",
  "Fetch a spreadsheet's title and the list of its worksheets (tabs).": "Fetch a spreadsheet's title and the list of its worksheets (tabs).",
  "Read cell values from a worksheet using A1 notation.": "Read cell values from a worksheet using A1 notation.",
  "Insert blank rows or columns at a position, shifting existing data.": "Insert blank rows or columns at a position, shifting existing data.",
  "Rename a specific worksheet.": "Rename a specific worksheet.",
  "Set a fixed pixel size for rows/columns, or hide/unhide them.": "Set a fixed pixel size for rows/columns, or hide/unhide them.",
  "Update several existing rows in one batch call.": "Update several existing rows in one batch call.",
  "Update the data in an existing row, identified by its row number.": "Update the data in an existing row, identified by its row number.",
  "Update a worksheet's frozen rows/columns, tab color, or hidden state.": "Update a worksheet's frozen rows/columns, tab color, or hidden state.",
  "Write a 2D array of values into a worksheet at a specific A1 range.": "Write a 2D array of values into a worksheet at a specific A1 range.",
  "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
  "Include Shared Drive Sheets ?": "Include Shared Drive Sheets ?",
  "Spreadsheet": "Spreadsheet",
  "Worksheet": "Worksheet",
  "First Row Contains Headers ?": "First Row Contains Headers ?",
  "As String": "As String",
  "Values": "Values",
  "Insert After Row": "Insert After Row",
  "Rows Data Format": "Rows Data Format",
  "Overwrite Existing Data?": "Overwrite Existing Data?",
  "Avoid Duplicates?": "Avoid Duplicates?",
  "Duplicate Value Column": "Duplicate Value Column",
  "Header Row Number": "Header Row Number",
  "Row Number": "Row Number",
  "Header Row": "Header Row",
  "Mode": "Mode",
  "Starting Row": "Starting Row",
  "Ending Row": "Ending Row",
  "Row Numbers": "Row Numbers",
  "Column Name": "Column Name",
  "Search Value": "Search Value",
  "Exact Match": "Exact Match",
  "Number of Rows": "Number of Rows",
  "Use Column Names": "Use Column Names",
  "Title": "Title",
  "Parent Folder": "Parent Folder",
  "Headers": "Headers",
  "Worksheet Title": "Worksheet Title",
  "Headers (Only Used When Creating)": "Headers (Only Used When Creating)",
  "New Sheet Name": "New Sheet Name",
  "Starting row": "Starting row",
  "Ending row": "Ending row",
  "Background Color": "Background Color",
  "Text Color": "Text Color",
  "Make text bold": "Make text bold",
  "Make text Italic": "Make text Italic",
  "Make text Strikethrough": "Make text Strikethrough",
  "Start Row": "Start Row",
  "Use header names for keys": "Use header names for keys",
  "Markdown": "Markdown",
  "Memory Key": "Memory Key",
  "Group Size": "Group Size",
  "Range (A1 Notation)": "Range (A1 Notation)",
  "Major Dimension": "Major Dimension",
  "Value Render Option": "Value Render Option",
  "Spreadsheet Name": "Spreadsheet Name",
  "Spreadsheet Containing the Worksheet to Copy": "Spreadsheet Containing the Worksheet to Copy",
  "Worksheet to Copy": "Worksheet to Copy",
  "Spreadsheet to paste in": "Spreadsheet to paste in",
  "Column Index": "Column Index",
  "Export Format": "Export Format",
  "Return as Text": "Return as Text",
  "Spreadsheet ID": "Spreadsheet ID",
  "Worksheet ID": "Worksheet ID",
  "Values Keyed by Column Letter": "Values Keyed by Column Letter",
  "Dimension": "Dimension",
  "Length": "Length",
  "Value Input Option": "Value Input Option",
  "Start Index (0-based)": "Start Index (0-based)",
  "End Index (0-based, exclusive)": "End Index (0-based, exclusive)",
  "Source Spreadsheet ID": "Source Spreadsheet ID",
  "Worksheet ID to Copy": "Worksheet ID to Copy",
  "Destination Spreadsheet ID": "Destination Spreadsheet ID",
  "Parent Folder ID": "Parent Folder ID",
  "Column": "Column",
  "First Row Headers": "First Row Headers",
  "Include Grid Data": "Include Grid Data",
  "Inherit Formatting From Before": "Inherit Formatting From Before",
  "Pixel Size": "Pixel Size",
  "Hidden": "Hidden",
  "Frozen Row Count": "Frozen Row Count",
  "Frozen Column Count": "Frozen Column Count",
  "Tab Color": "Tab Color",
  "Method": "Method",
  "Query Parameters": "Query Parameters",
  "Body Type": "Body Type",
  "Body": "Body",
  "Response is Binary ?": "Response is Binary ?",
  "No Error on Failure": "No Error on Failure",
  "Timeout (in seconds)": "Timeout (in seconds)",
  "Follow redirects": "Follow redirects",
  "Turn this on to also see spreadsheets from Shared Drives.": "Turn this on to also see spreadsheets from Shared Drives.",
  "The ID of the spreadsheet to use.": "The ID of the spreadsheet to use.",
  "The ID of the worksheet to use.": "The ID of the worksheet to use.",
  "Inserted values that are dates and formulas will be entered strings and have no effect": "Inserted values that are dates and formulas will be entered strings and have no effect",
  "The values to add": "The values to add",
  "Inserted values that are dates and formulas will be entered as strings and have no effect.": "Inserted values that are dates and formulas will be entered as strings and have no effect.",
  "The row above which the new row will be inserted. Defaults to 1 (insert right under row 1, which is the header in most sheets).": "The row above which the new row will be inserted. Defaults to 1 (insert right under row 1, which is the header in most sheets).",
  "Select the format of the input values to be added into the worksheet.": "Select the format of the input values to be added into the worksheet.",
  "The values to add.": "The values to add.",
  "Enable this option to replace all existing data in the sheet with new data from your input. This will clear any extra rows beyond the updated range.": "Enable this option to replace all existing data in the sheet with new data from your input. This will clear any extra rows beyond the updated range.",
  "Enable this option to check for duplicate values before inserting data into the sheet. Only unique rows will be added based on the selected column.": "Enable this option to check for duplicate values before inserting data into the sheet. Only unique rows will be added based on the selected column.",
  "The column to check for duplicate values.": "The column to check for duplicate values.",
  "Inserted values that are dates and formulas will be entered as strings and have no effect": "Inserted values that are dates and formulas will be entered as strings and have no effect",
  "Enter the row number where your column headers are located (usually row 1).": "Enter the row number where your column headers are located (usually row 1).",
  "The row number to update": "The row number to update",
  "The values to update.": "The values to update.",
  "Which row contains the headers?": "Which row contains the headers?",
  "The number of the row you want to delete.": "The number of the row you want to delete.",
  "Choose whether to delete a contiguous range (start/end) or a comma-separated list of row numbers.": "Choose whether to delete a contiguous range (start/end) or a comma-separated list of row numbers.",
  "First row to delete (used in \"Contiguous Range\" mode).": "First row to delete (used in \"Contiguous Range\" mode).",
  "Last row to delete (used in \"Contiguous Range\" mode).": "Last row to delete (used in \"Contiguous Range\" mode).",
  "Comma-separated row numbers to delete (used in \"Specific Row Numbers\" mode), e.g. \"3, 5, 8\".": "Comma-separated row numbers to delete (used in \"Specific Row Numbers\" mode), e.g. \"3, 5, 8\".",
  "The name of the column to search in": "The name of the column to search in",
  "The value to look for in the selected column. Leave empty to return all rows.": "The value to look for in the selected column. Leave empty to return all rows.",
  "Only return rows where the cell value exactly matches the search value.": "Only return rows where the cell value exactly matches the search value.",
  "Start searching from this row number.": "Start searching from this row number.",
  "How many rows to return. Defaults to 1 if not specified.": "How many rows to return. Defaults to 1 if not specified.",
  "The row number that contains the column names.": "The row number that contains the column names.",
  "Use column names as keys instead of A, B, C.": "Use column names as keys instead of A, B, C.",
  "The value to look for in the selected column.": "The value to look for in the selected column.",
  "Only treat exact matches as found.": "Only treat exact matches as found.",
  "The row that contains the column names.": "The row that contains the column names.",
  "Return found rows with header names as keys instead of A, B, C.": "Return found rows with header names as keys instead of A, B, C.",
  "The title of the new spreadsheet.": "The title of the new spreadsheet.",
  "The folder to create the worksheet in.By default, the new worksheet is created in the root folder of drive.": "The folder to create the worksheet in.By default, the new worksheet is created in the root folder of drive.",
  "The title of the new worksheet.": "The title of the new worksheet.",
  "The spreadsheet to look in.": "The spreadsheet to look in.",
  "The title to look up. The match is exact and case-sensitive.": "The title to look up. The match is exact and case-sensitive.",
  "Column headers to add to the new worksheet if it has to be created.": "Column headers to add to the new worksheet if it has to be created.",
  "The first row to clear.": "The first row to clear.",
  "The last row to clear. Leave empty to only clear the starting row.": "The last row to clear. Leave empty to only clear the starting row.",
  "The ID of the worksheet to delete.": "The ID of the worksheet to delete.",
  "The ID of the worksheet to rename.": "The ID of the worksheet to rename.",
  "The first row number where formatting should begin.": "The first row number where formatting should begin.",
  "The last row number where formatting should stop (leave empty to format only the starting row).": "The last row number where formatting should stop (leave empty to format only the starting row).",
  "Provide a HEX color code (example: #FFD966)": "Provide a HEX color code (example: #FFD966)",
  "Enter the row number you want to retrieve": "Enter the row number you want to retrieve",
  "Which row to start from?": "Which row to start from?",
  "Map A/B/C… to the actual column headers (row specified above).": "Map A/B/C… to the actual column headers (row specified above).",
  "\n**Notes:**\n\n- Memory key is used to remember where last row was processed and will be used in the following runs.\n- Republishing the flow **keeps** the memory key value, If you want to start over **change** the memory key.\n": "\n**Notes:**\n\n- Memory key is used to remember where last row was processed and will be used in the following runs.\n- Republishing the flow **keeps** the memory key value, If you want to start over **change** the memory key.\n",
  "The key used to store the current row number in memory": "The key used to store the current row number in memory",
  "The number of rows to get": "The number of rows to get",
  "The cell range to read, e.g. A1:D10. Leave empty to read the entire worksheet.": "The cell range to read, e.g. A1:D10. Leave empty to read the entire worksheet.",
  "Whether to return rows (default) or columns. \"ROWS\" returns one array per row; \"COLUMNS\" returns one array per column.": "Whether to return rows (default) or columns. \"ROWS\" returns one array per row; \"COLUMNS\" returns one array per column.",
  "How values should be represented in the output.": "How values should be represented in the output.",
  "Enter the name of the spreadsheet to search for": "Enter the name of the spreadsheet to search for",
  "If true, only return spreadsheets that exactly match the name. If false, return spreadsheets that contain the name.": "If true, only return spreadsheets that exactly match the name. If false, return spreadsheets that contain the name.",
  "If true, only return worksheets that exactly match the name. If false, return worksheets that contain the name.": "If true, only return worksheets that exactly match the name. If false, return worksheets that contain the name.",
  "The column index starts from 1.For example, if you want to add a column to the third column, enter 3.Ff the input is less than 1 the column will be added after the last current column.": "The column index starts from 1.For example, if you want to add a column to the third column, enter 3.Ff the input is less than 1 the column will be added after the last current column.",
  "Select the file type to export the sheet as.": "Select the file type to export the sheet as.",
  "Return the exported data as text instead of a file.": "Return the exported data as text instead of a file.",
  "The ID of the spreadsheet (the Drive file id). Resolve from a name with sheets_search_spreadsheets.": "The ID of the spreadsheet (the Drive file id). Resolve from a name with sheets_search_spreadsheets.",
  "The numeric worksheet (tab) id. Resolve via sheets_get_spreadsheet or sheets_find_worksheet. The first tab is usually 0.": "The numeric worksheet (tab) id. Resolve via sheets_get_spreadsheet or sheets_find_worksheet. The first tab is usually 0.",
  "The header name to write into the first row of the new column.": "The header name to write into the first row of the new column.",
  "The 1-based column index where the column is inserted (e.g. 3 inserts at the third column). If less than 1 or omitted, the column is added after the last current column.": "The 1-based column index where the column is inserted (e.g. 3 inserts at the third column). If less than 1 or omitted, the column is added after the last current column.",
  "The rows to add. For \"JSON\": an array of objects keyed by header name, e.g. [{\"Name\":\"a\",\"Age\":\"1\"}]. For \"CSV\": a CSV string whose first row is the headers. For \"Column Names\": an array of objects keyed by column letter, e.g. [{\"A\":\"a\",\"B\":\"1\"}].": "The rows to add. For \"JSON\": an array of objects keyed by header name, e.g. [{\"Name\":\"a\",\"Age\":\"1\"}]. For \"CSV\": a CSV string whose first row is the headers. For \"Column Names\": an array of objects keyed by column letter, e.g. [{\"A\":\"a\",\"B\":\"1\"}].",
  "The column letter (e.g. \"A\") to check for duplicate values. Required when \"Avoid Duplicates?\" is on.": "The column letter (e.g. \"A\") to check for duplicate values. Required when \"Avoid Duplicates?\" is on.",
  "The row number where your column headers are located (usually row 1).": "The row number where your column headers are located (usually row 1).",
  "When true, \"values\" is an object keyed by column letter, e.g. {\"A\":\"x\",\"B\":\"y\"}. When false, \"values\" is a positional array, e.g. [\"x\",\"y\"] mapped to columns A, B, … in order.": "When true, \"values\" is an object keyed by column letter, e.g. {\"A\":\"x\",\"B\":\"y\"}. When false, \"values\" is a positional array, e.g. [\"x\",\"y\"] mapped to columns A, B, … in order.",
  "The row values. If \"Values Keyed by Column Letter\" is on, pass an object like {\"A\":\"x\",\"B\":\"y\"}; otherwise pass an array like [\"x\",\"y\"].": "The row values. If \"Values Keyed by Column Letter\" is on, pass an object like {\"A\":\"x\",\"B\":\"y\"}; otherwise pass an array like [\"x\",\"y\"].",
  "Optional column headers to seed into the first row of the new worksheet.": "Optional column headers to seed into the first row of the new worksheet.",
  "The numeric worksheet (tab) id (gid). Resolve via sheets_get_spreadsheet or sheets_find_worksheet. The first tab is usually 0.": "The numeric worksheet (tab) id (gid). Resolve via sheets_get_spreadsheet or sheets_find_worksheet. The first tab is usually 0.",
  "Whether to append rows or columns.": "Whether to append rows or columns.",
  "The number of blank rows or columns to append to the end of the grid.": "The number of blank rows or columns to append to the end of the grid.",
  "The exact tab title to append to. Must match the tab name exactly (including spacing/case). Resolve via sheets_get_spreadsheet or sheets_find_worksheet.": "The exact tab title to append to. Must match the tab name exactly (including spacing/case). Resolve via sheets_get_spreadsheet or sheets_find_worksheet.",
  "The A1 range that locates the table to append after, e.g. A1 or A:D. The API finds the last row with data inside this range and appends below it; it does not overwrite the range itself.": "The A1 range that locates the table to append after, e.g. A1 or A:D. The API finds the last row with data inside this range and appends below it; it does not overwrite the range itself.",
  "A 2D array of rows to append, e.g. [[\"Alice\",30],[\"Bob\",25]]. Each inner array is one new row.": "A 2D array of rows to append, e.g. [[\"Alice\",30],[\"Bob\",25]]. Each inner array is one new row.",
  "USER_ENTERED parses values like the Sheets UI (formulas, dates, numbers). RAW stores them verbatim as strings.": "USER_ENTERED parses values like the Sheets UI (formulas, dates, numbers). RAW stores them verbatim as strings.",
  "Whether to auto-resize columns (width) or rows (height).": "Whether to auto-resize columns (width) or rows (height).",
  "The first column/row to resize, 0-based and inclusive. Column A / row 1 is index 0. The range is half-open: [start, end).": "The first column/row to resize, 0-based and inclusive. Column A / row 1 is index 0. The range is half-open: [start, end).",
  "The index just past the last column/row to resize (exclusive). To resize only column A use start 0, end 1; to resize A–C use start 0, end 3.": "The index just past the last column/row to resize (exclusive). To resize only column A use start 0, end 1; to resize A–C use start 0, end 3.",
  "The first row to clear (1-based).": "The first row to clear (1-based).",
  "The ID of the spreadsheet containing the worksheet to copy. Resolve from a name with sheets_search_spreadsheets.": "The ID of the spreadsheet containing the worksheet to copy. Resolve from a name with sheets_search_spreadsheets.",
  "The numeric worksheet (tab) id to copy. Resolve via sheets_get_spreadsheet or sheets_find_worksheet. The first tab is usually 0.": "The numeric worksheet (tab) id to copy. Resolve via sheets_get_spreadsheet or sheets_find_worksheet. The first tab is usually 0.",
  "The ID of the spreadsheet to copy the worksheet into.": "The ID of the spreadsheet to copy the worksheet into.",
  "Optional Drive folder id to create the spreadsheet in. By default, the new spreadsheet is created in the root folder of Drive.": "Optional Drive folder id to create the spreadsheet in. By default, the new spreadsheet is created in the root folder of Drive.",
  "Whether to delete rows or columns.": "Whether to delete rows or columns.",
  "The first row/column to delete, 0-based and inclusive. Row 1 / column A is index 0, so deleting \"row 5\" means start 4. The range is half-open: [start, end).": "The first row/column to delete, 0-based and inclusive. Row 1 / column A is index 0, so deleting \"row 5\" means start 4. The range is half-open: [start, end).",
  "The index just past the last deleted row/column (exclusive). To delete only row 5 use start 4, end 5; to delete rows 5–7 use start 4, end 7.": "The index just past the last deleted row/column (exclusive). To delete only row 5 use start 4, end 5; to delete rows 5–7 use start 4, end 7.",
  "The number of the row you want to delete (1-based).": "The number of the row you want to delete (1-based).",
  "The numeric worksheet (tab) id to delete. Resolve via sheets_get_spreadsheet or sheets_find_worksheet. The first tab is usually 0.": "The numeric worksheet (tab) id to delete. Resolve via sheets_get_spreadsheet or sheets_find_worksheet. The first tab is usually 0.",
  "The numeric worksheet (tab) id to export. Resolve via sheets_get_spreadsheet or sheets_find_worksheet. The first tab is usually 0.": "The numeric worksheet (tab) id to export. Resolve via sheets_get_spreadsheet or sheets_find_worksheet. The first tab is usually 0.",
  "The column letter to search in (e.g. \"A\", \"B\", \"C\"). Defaults to \"A\" if omitted.": "The column letter to search in (e.g. \"A\", \"B\", \"C\"). Defaults to \"A\" if omitted.",
  "The values to write when creating a new row. If \"Values Keyed by Column Letter\" is on, pass an object like {\"A\":\"x\",\"B\":\"y\"}; otherwise pass an array like [\"x\",\"y\"].": "The values to write when creating a new row. If \"Values Keyed by Column Letter\" is on, pass an object like {\"A\":\"x\",\"B\":\"y\"}; otherwise pass an array like [\"x\",\"y\"].",
  "How many matching rows to return. Defaults to 1 if not specified.": "How many matching rows to return. Defaults to 1 if not specified.",
  "The worksheet (tab) title to search for.": "The worksheet (tab) title to search for.",
  "If true, only return worksheets that exactly match the title. If false, return worksheets that contain it.": "If true, only return worksheets that exactly match the title. If false, return worksheets that contain it.",
  "The first row number where formatting should begin (1-based).": "The first row number where formatting should begin (1-based).",
  "Provide a HEX color code (example: #FFD966).": "Provide a HEX color code (example: #FFD966).",
  "When true, the first row is treated as headers (excluded from the data and used to key each row's values by header name). When false, every row is returned and keyed by column letter (A, B, C, ...).": "When true, the first row is treated as headers (excluded from the data and used to key each row's values by header name). When false, every row is returned and keyed by column letter (A, B, C, ...).",
  "Which row to start from on the first run (before the cursor advances).": "Which row to start from on the first run (before the cursor advances).",
  "The key used to store the current row number in flow memory. Changing it starts the walk over.": "The key used to store the current row number in flow memory. Changing it starts the walk over.",
  "The number of rows to get per run.": "The number of rows to get per run.",
  "The row number you want to retrieve.": "The row number you want to retrieve.",
  "When true, also returns the cell data for every worksheet. Leave off (default) for a lightweight metadata-only response.": "When true, also returns the cell data for every worksheet. Leave off (default) for a lightweight metadata-only response.",
  "The exact tab title to read from. Must match the tab name exactly (including spacing/case). Resolve via sheets_get_spreadsheet or sheets_find_worksheet.": "The exact tab title to read from. Must match the tab name exactly (including spacing/case). Resolve via sheets_get_spreadsheet or sheets_find_worksheet.",
  "Whether to insert rows or columns.": "Whether to insert rows or columns.",
  "Where to start inserting, 0-based and inclusive. Index 0 = before the first row/column (row 1 / column A). The range is half-open: [start, end).": "Where to start inserting, 0-based and inclusive. Index 0 = before the first row/column (row 1 / column A). The range is half-open: [start, end).",
  "The index just past the last inserted row/column (exclusive). The number inserted is (end - start): to insert 1 use start N, end N+1; to insert 3 at the top use start 0, end 3.": "The index just past the last inserted row/column (exclusive). The number inserted is (end - start): to insert 1 use start N, end N+1; to insert 3 at the top use start 0, end 3.",
  "When true, new rows/columns inherit formatting from the row/column before them; when false (default), from the one after.": "When true, new rows/columns inherit formatting from the row/column before them; when false (default), from the one after.",
  "The numeric worksheet (tab) id to rename. Resolve via sheets_get_spreadsheet or sheets_find_worksheet. The first tab is usually 0.": "The numeric worksheet (tab) id to rename. Resolve via sheets_get_spreadsheet or sheets_find_worksheet. The first tab is usually 0.",
  "The name of the spreadsheet to search for.": "The name of the spreadsheet to search for.",
  "Whether to act on columns (width) or rows (height).": "Whether to act on columns (width) or rows (height).",
  "The first column/row to update, 0-based and inclusive. Column A / row 1 is index 0. The range is half-open: [start, end).": "The first column/row to update, 0-based and inclusive. Column A / row 1 is index 0. The range is half-open: [start, end).",
  "The index just past the last column/row to update (exclusive). To update only column A use start 0, end 1.": "The index just past the last column/row to update (exclusive). To update only column A use start 0, end 1.",
  "The fixed width (for columns) or height (for rows) in pixels. Leave empty to only change the hidden state.": "The fixed width (for columns) or height (for rows) in pixels. Leave empty to only change the hidden state.",
  "Whether the rows/columns are hidden. Leave empty to only change the pixel size.": "Whether the rows/columns are hidden. Leave empty to only change the pixel size.",
  "An array of row objects, each with a numeric \"rowId\" plus cells keyed by column letter, e.g. [{\"rowId\":2,\"A\":\"x\",\"B\":\"y\"},{\"rowId\":5,\"A\":\"z\"}]. Rows without a rowId are skipped.": "An array of row objects, each with a numeric \"rowId\" plus cells keyed by column letter, e.g. [{\"rowId\":2,\"A\":\"x\",\"B\":\"y\"},{\"rowId\":5,\"A\":\"z\"}]. Rows without a rowId are skipped.",
  "The row number to update.": "The row number to update.",
  "The row values. If \"Values Keyed by Column Letter\" is on, pass an object like {\"A\":\"x\",\"B\":\"y\"}; otherwise pass an array like [\"x\",\"y\"]. Empty strings skip (do not clear) the cell.": "The row values. If \"Values Keyed by Column Letter\" is on, pass an object like {\"A\":\"x\",\"B\":\"y\"}; otherwise pass an array like [\"x\",\"y\"]. Empty strings skip (do not clear) the cell.",
  "Number of rows to freeze at the top (e.g. 1 to freeze a header row). Set 0 to unfreeze.": "Number of rows to freeze at the top (e.g. 1 to freeze a header row). Set 0 to unfreeze.",
  "Number of columns to freeze at the left. Set 0 to unfreeze.": "Number of columns to freeze at the left. Set 0 to unfreeze.",
  "HEX color code for the tab, e.g. #FF0000.": "HEX color code for the tab, e.g. #FF0000.",
  "Whether the worksheet tab is hidden.": "Whether the worksheet tab is hidden.",
  "The exact tab title to write to. Must match the tab name exactly (including spacing/case). Resolve via sheets_get_spreadsheet or sheets_find_worksheet.": "The exact tab title to write to. Must match the tab name exactly (including spacing/case). Resolve via sheets_get_spreadsheet or sheets_find_worksheet.",
  "The cell range to write to, e.g. A1:D10. The shape of the values array must match this range (a 1x1 range cannot accept a 2x2 array).": "The cell range to write to, e.g. A1:D10. The shape of the values array must match this range (a 1x1 range cannot accept a 2x2 array).",
  "A 2D array of values, e.g. [[\"Name\",\"Age\"],[\"Alice\",30]]. Each inner array is one row (when major dimension is ROWS) or one column (when COLUMNS).": "A 2D array of values, e.g. [[\"Name\",\"Age\"],[\"Alice\",30]]. Each inner array is one row (when major dimension is ROWS) or one column (when COLUMNS).",
  "Whether each inner array of Values is a row (ROWS, default) or a column (COLUMNS).": "Whether each inner array of Values is a row (ROWS, default) or a column (COLUMNS).",
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
  "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
  "CSV": "CSV",
  "JSON": "JSON",
  "Column Names": "Column Names",
  "Contiguous Range": "Contiguous Range",
  "Specific Row Numbers": "Specific Row Numbers",
  "Rows": "Rows",
  "Columns": "Columns",
  "Formatted Value": "Formatted Value",
  "Unformatted Value": "Unformatted Value",
  "Formula": "Formula",
  "Comma Separated Values (.csv)": "Comma Separated Values (.csv)",
  "Tab Separated Values (.tsv)": "Tab Separated Values (.tsv)",
  "User Entered": "User Entered",
  "Raw": "Raw",
  "GET": "GET",
  "POST": "POST",
  "PATCH": "PATCH",
  "PUT": "PUT",
  "DELETE": "DELETE",
  "HEAD": "HEAD",
  "None": "None",
  "Form Data": "Form Data",
  "New or Updated Row": "New or Updated Row",
  "New Row Added": "New Row Added",
  "New Spreadsheet": "New Spreadsheet",
  "New Worksheet": "New Worksheet",
  "Triggers when a new row is added or modified in a spreadsheet.": "Triggers when a new row is added or modified in a spreadsheet.",
  "Triggers when a new row is added to bottom of a spreadsheet.": "Triggers when a new row is added to bottom of a spreadsheet.",
  "Triggers when a new spreadsheet is created.": "Triggers when a new spreadsheet is created.",
  "Triggers when a worksheet is created in a spreadsheet.": "Triggers when a worksheet is created in a spreadsheet.",
  "Trigger Column": "Trigger Column",
  "Please note that there might be a delay of up to 3 minutes for the trigger to be fired, due to a delay from Google.": "Please note that there might be a delay of up to 3 minutes for the trigger to be fired, due to a delay from Google.",
  "Trigger on changes to cells in this column only. \nSelect **Any Column** if you want the flow to trigger on changes to any cell within the row.": "Trigger on changes to cells in this column only. \nSelect **Any Column** if you want the flow to trigger on changes to any cell within the row."
}