---
title: "Update table"
slug: "update-table"
updated: 2024-01-09T15:20:20Z
published: 2024-01-09T15:20:20Z
canonical: "support.tulip.co/update-table"
---

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

# Update Inventory Table Automation

We are going to check an example, where we want to monitor the amount of materials in a table, and update the right record if it needs reordering.

---

### Scenario

Let's say you are a warehouse manager and one of your key responsibilities is efficient inventory management. This inventory consists of hundreds of different materials and tools, all of them with a different "Minimum qty" amount. This is a challenging and exhausting task for a human being and requires countless workhours to maintain, therefore you need an Automation to handle the hard part for you.

### Use case

We are gonna use a prebuilt Library automation to save us some time and effort, so go to the [Library page](https://tulip.co/library-search/) in tulip and search for "Update a table" automation project to download.

### Flow explanation

![image.png](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Documentation/image%28259%29.png)

### Configure automation

After importing it to your instance you can see the full flow, but before you start actually using it, you need to configure it to your specific needs. This requires the following steps:

1. Choose or create a Table with the specific fields: ![image.png](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Documentation/image%28260%29.png)
2. Choose the created table on the automation flow on the *Get Table Record* and the *Create/Update Table Record* event.

In this specific scenario we create this Inventory table with some fields and specific Reorder points. When someone request material from the inventory and the current Qty changes, if it drops below the Reorder point, the "Ordering Necessary" status appears. You can further improve this flow by sending you an e-mail,SMS or Slack message when this happens, or automatically runs a connector function that orders that material for you. Now you have a 24/7 working Automation to see if a material is below the efficient stock quantity.

## Further Reading

- [Getting Started with Automations](/r230/docs/getting-started-with-automations)
- [Overview of the Automations Editor](/r230/docs/overview-of-the-automations-editor)

Check out other [Automations solutions available in the library](/r230/docs/automations-1)!

**Automation**

**Workflow** that performs tasks in the background, without an interface. Automations run logic every time an **event** occurs.

![](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Glossary/Automations1.gif)

**Tulip Tables**

**Tulip Tables** are a global location to store your production data. **Tables** are made up of **Records** (rows). A single can be accessed from multiple apps or stations at the same time. ![](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Documentation/Tulip%20Tables%20Overview%20-%20Feature%20Overview(1).gif)
