> For the complete documentation index, see [llms.txt](https://docs.flexy.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexy.bot/modules/database/steps/find-one.md).

# Find One

**Introduction**

The "Find One" step retrieves a single entry from a specified table in the database. This step is useful for fetching a specific record based on table conditions.

**Configuration**

* **Table**: Specifies the table to retrieve the entry from. This parameter is required.

**Subpaths**

* **Filter**: Provides access to the columns of the specified table. These can be used to define conditions or specify what data to include.

**Outputs**

* **Value**: The retrieved entry, represented as a row object containing values for all columns in the table.
