Skip to main content
The match method finds a single record by matching specific field values. This is useful for finding records by unique fields other than the ID.

Configuration Example

Configuration properties:
  • parametersSchema (DataSchema): Schema for the additional parameters
  • fields (array): Fields that can be used for matching

Implementation Examples

Input

Return Value

Example

Notes

  • Return record: null if no match is found
  • The record is automatically processed through fieldsFromApi
  • Use this for deduplication or finding records by natural keys
  • Only configured fields in the fields array can be used for matching