# Change Entries with

<figure><img src="/files/mxFRzPTiLfg40hfKOojz" alt="" width="563"><figcaption></figcaption></figure>

## **Purpose:**

The **"Change Entries in Table"** workflow card is used to update entries in a specified database table. It allows you to select a **table** and **column**, then perform mathematical operations (addition, subtraction, multiplication, or division) on the values in that column, using a specified value.

## **Components of the Card:**

1. **Table Name**
   * **Description:** Specifies the **table** in which entries will be updated.
   * **Detail:** A dropdown list of available **tables** is provided, allowing you to select the target table for updating entries.
2. **Column Name**
   * **Description:** Specifies the **column** within the selected table to be updated.
   * **Detail:** A list of all available **columns** will be provided for selection.
3. **Operation**
   * **Description:** Defines the mathematical operation to be performed on the **column** values.
   * **Options:**
     * **Add (+):** Adds a specified **value** to the current value in the selected column.
     * **Subtract (-):** Subtracts a specified **value** from the current value in the selected column.
     * **Multiply (\*):** Multiplies the current value in the selected column by a specified **value**.
     * **Divide (/):** Divides the current value in the selected column by a specified **value**.
4. **Value**
   * **Description:** Specifies the **value** to be used in the selected operation.
   * **Detail:** This is the number that will be added, subtracted, multiplied, or divided with the entries in the selected column.

## **Functionality:**

* **Condition Evaluation:**\
  The card only executes its action if both the **"Where"** and **"And Sections"** evaluate as true.
* **Table Entry Update:**\
  The card performs the selected operation (**+**, **-**, **\***, or **/**) on the values in the chosen **column** of the selected **table, u**sing the specified **value**.

## **Setup and Configuration:**

* **Select Table:**\
  Choose the **table** where the changes will be applied.
* **Choose Column:**\
  Select the **column** within the table that you want to update.
* **Select Operation:**\
  Choose the mathematical operation (**+**, **-**, **\***, **/**) to be applied to the selected column's values.
* **Enter Value:**\
  Provide the **value** to be used in the selected operation.

## **Conclusion:**

The **"Change Entries in Table"** workflow card enables automated updates to database entries by selecting a **table**, **column**, and desired **mathematical operation**. This card is essential for performing bulk data modifications or calculations within your database.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.docbits.com/administration-and-setup/workflow/then/table/change-entries-with.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
