# Field Not Set

A field was not set for an action. This error occurs when:

* An action requires a field but none was specified
* The field configuration is incomplete
* The field reference was removed

## How to Fix

1. Review the action configuration
2. Select a valid field for the action
3. Save the action settings
4. Test the action to verify the field is properly set

## Using Buzzy AI

Use the "Get AI assistance" button to have Buzzy AI help you configure the field for your 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.buzzy.buzz/troubleshooting/app-error-codes/field-not-set.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.
