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

# Update existing items on Monday with a form

> Create forms that update existing items from Monday, and pre-fills fields with data from your Monday columns.

## How it works

<Warning>
  **Only share each update link with people who should see all of that item's columns.** An update link acts as a key to the entire item: anyone who opens it can view every column on the item, even columns that don't appear as questions on the form. This is what lets update forms use any item column for pre-filling, [answer piping](/answer-piping), show/hide [logic](/conditional-hiding), and [calculations](/calculations).

  To keep certain columns private, store them in a separate board so they aren't part of the item being updated, or [restrict prefilled data](/update-forms#restrict-prefilled-data) so the form only loads columns mapped to questions.
</Warning>

<Steps>
  <Step title="Switch your form to update mode">
    Open your [Monday-connected form](https://www.fillout.com/help/monday). Click `Integrate` on the top menu followed by `Monday`.

    <img src="https://mintcdn.com/fillout-005a867b/FBF7T0oCYBcgW7Mc/images/Screenshot2025-11-11at3.35.57PM.png?fit=max&auto=format&n=FBF7T0oCYBcgW7Mc&q=85&s=414f83c09ffb58550860999e2543dc1f" alt="Screenshot 2025-11-11 at 3.35.57 PM.png" width="2621" height="1439" data-path="images/Screenshot2025-11-11at3.35.57PM.png" />

    Then, click `Update item`.

    <img src="https://mintcdn.com/fillout-005a867b/FBF7T0oCYBcgW7Mc/images/Screenshot2025-11-11at3.38.22PM.png?fit=max&auto=format&n=FBF7T0oCYBcgW7Mc&q=85&s=87cdecbd6e4fe11f6314118dd24387dc" alt="Screenshot 2025-11-11 at 3.38.22 PM.png" width="1928" height="740" data-path="images/Screenshot2025-11-11at3.38.22PM.png" />

    You’ll now get a formula that defines a **unique link** for every record in your table.

    <Warning>
      Attachments only sync when creating new items, not when updating items.
    </Warning>
  </Step>

  <Step title="Paste the provided formula">
    Go to your Monday table and click <Icon icon="plus-large" size={14} /> on the rightmost side to add an `Item ID column`. Add another column for the `Formula` where you'll paste the formula provided on the Fillout page. Click `Set formula` after.

    <img src="https://mintcdn.com/fillout-005a867b/NAcRDOGnlYuurtkT/images/Screenshot2025-02-10at1.47.12PM.png?fit=max&auto=format&n=NAcRDOGnlYuurtkT&q=85&s=df8d51cfbed03c780c2a6ccb09dab145" alt="Screenshot of the Integrate tab of a form" style={{ width:"63%" }} width="1193" height="833" data-path="images/Screenshot2025-02-10at1.47.12PM.png" />
  </Step>

  <Step title="Publish and share">
    That's it! Click `Update` on the upper right corner followed by `Publish`.

    To update a record, click `Preview` and select a **Record to update** or click one of the unique links from your Monday column.

    <img src="https://mintcdn.com/fillout-005a867b/FBF7T0oCYBcgW7Mc/images/Screenshot2025-11-11at3.49.33PM.png?fit=max&auto=format&n=FBF7T0oCYBcgW7Mc&q=85&s=04f193046ae00cb5b65496a5131f03f7" alt="Screenshot 2025-11-11 at 3.49.33 PM.png" width="2616" height="1437" data-path="images/Screenshot2025-11-11at3.49.33PM.png" />

    Your form is **automatically pre-filled** for whichever record it is updating.

    <Note>
      If you don’t provide an **id** in the unique URL, the form will create a new record instead.
    </Note>
  </Step>
</Steps>

## Use a custom link to update an item

By default, items get updated by their unique ID. By toggling the `Custom link` switch, you will be able to choose another way to update your columns on Monday with [URL parameters](/url-parameters) (e.g., email input).

<img src="https://mintcdn.com/fillout-005a867b/NAcRDOGnlYuurtkT/images/Screenshot2025-02-11at1.03.13PM.png?fit=max&auto=format&n=NAcRDOGnlYuurtkT&q=85&s=b63c3d17bb42bac157c48deaa3b08aeb" alt="Screenshot of the Integrate tab of a form" style={{ width:"96%" }} width="1644" height="316" data-path="images/Screenshot2025-02-11at1.03.13PM.png" />

## Specify a condition

You can run your integration only when a specific condition is met. Check out this [guide](/conditional-integration).

## Related articles

<CardGroup cols={3}>
  <Card title="Sync responses to Monday" icon="columns-3" iconType="regular" color="#FFC738" href="/monday">
    Use a form to create leads and more.
  </Card>

  <Card title="Integration logic" icon="gear-complex" iconType="regular" color="#FFC738" href="/conditional-integration">
    Perform an integration only when a certain condition is met.
  </Card>

  <Card title="URL Parameters" icon="brackets-curly" iconType="regular" color="#FFC738" href="/url-parameters">
    Pass information to a form to support pre-filling.
  </Card>
</CardGroup>
