> ## Documentation Index
> Fetch the complete documentation index at: https://relevanceai.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Column

> The Create Worksheet tool step allows you to create a new Google Sheet

## Add the ‘Create Column’ Tool step to your Tool

<div
  style={{
position: "relative",
boxSizing: "content-box",
maxHeight: "80vh",
width: "100%",
aspectRatio: "1.7777777777777777",
padding: "24px 0"
}}
>
  <iframe
    src="https://app.supademo.com/embed/cmf0ol3u49hb3v9kq873r55it?embed_v=2&utm_source=embed"
    loading="lazy"
    title="Google Sheets Create Column"
    allow="clipboard-write; fullscreen"
    webkitAllowFullscreen="true"
    mozAllowFullscreen="true"
    allowFullscreen
    style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
  border: "3px solid #5E43CE",
  borderRadius: "10px",
  objectFit: "cover"
}}
  />
</div>

You can add the ‘Create Column’ Tool step to your Tool by:

1. Creating a new Tool, then searching for the ‘Create Column’ Tool step
2. Click ‘Expand’ to see the full Tool step
3. Using the dropdown menu:
   * Select the account you would like to use.
   * Select the Drive you would like to use (defaults to "My Drive").
   * Select the Spreadsheet you would like to create the column in.
4. * Select the worksheet you would like to create the column in.
5. Enter the letter of the column where you would like to create the column.
6. Click 'Run step' to test out the Tool

## Parameters

<ParamField path="Drive" type="string">
  The Drive you want to use. By default, the tool uses "My Drive".
</ParamField>

<ParamField path="Spreadsheet ID" type="string" required>
  The ID of the spreadsheet you want to create the column in.
</ParamField>

<ParamField path="Worksheet ID" type="string" required>
  The ID of the worksheet you want to create the column in.
</ParamField>

<ParamField path="Column Letter" type="string">
  The location of the new column you want to create. The new column will be inserted to the right of the column letter you provide.
</ParamField>
