# Set Field Value

This action represents a field value to be applied to a [Save](/actions-and-operations/database/save-record.md) action.

![](/files/-M_dk2-KSrTpGKxT-7Xi)

### Settings

The action uses the following settings:

| Setting    | Description                                                                                     | [Parsed](/actions-and-operations/dynamic-parsing.md) |
| ---------- | ----------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| Field Name | The name of the field                                                                           | :white\_check\_mark:                                 |
| Mode       | The update mode to be used on the field                                                         | :no\_entry:                                          |
| Value      | The[ ](/actions-and-operations/database/set-field-filter-value.md)value to be used on the field | :white\_check\_mark:                                 |

### Remarks

The Increase Value By and Decrease Value By only apply to numeric fields. Fields containing string or other type of data will be unaffected by these modes. MyLINK Connect will try to automatically transform the value into the correct format. If you do not want automatic formatting to occur, simply enclose the value in quotes.

### Trigger

This action does not have any trigger.

### Variables

This action does not have any variable.

### Availability

Channel specific availability follows the table below:

| Channel          | Availability     |
| ---------------- | ---------------- |
| Facebook         | Fully Available. |
| WhatsApp         | Fully Available. |
| SMS              | Fully Available. |
| Telegram         | Fully Available. |
| Web              | Fully Available. |
| Alexa            | Fully Available. |
| Google Assistant | Fully Available. |
| Slack            | Fully Available. |
| API              | Fully Available. |

This action requires an active [Database ](broken://pages/-LdYpe93z-UqrvvQdX7V)package. This action can only be used as an operation for a [Save ](/database/database-api-access/save-to-collection.md)action.


---

# 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.mylinkconnect.com/actions-and-operations/database/set-field-value.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.
