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.

Last updated