DB Get Single¶
The DB Get Single block fetches exactly one record from a table. This is best used when you are looking up a specific item by its unique ID.
Inputs¶
- Connection: The database integration.
- Table Name: The table to query.
- Conditions: Rules to find the specific record.
Logic¶
- The block searches the Table Name.
- It finds the first record that matches the Conditions.
- It returns that single record object.