Get Entry step

Introduction

The "Get Entry" step is used to retrieve a specific entry from a database based on a defined filter.

Configuration

  • Database: Specifies the database from which to retrieve the entry. This parameter is required to ensure the correct data source is targeted.

  • Filter: Defines the criteria for selecting the specific entry to retrieve from the database. The filter is constructed based on the schema of the selected database, allowing you to precisely identify the desired entry.

Outputs

  • Entry: The output of this step is the database entry that matches the specified filter. This entry is returned as an object variable that contains entry ID, value (based on database schema), created at and updated at attributes.

Last updated