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
parametersSchema(DataSchema): Schema for the additional parametersfields(array): Fields that can be used for matching
Implementation Examples
Input
Return Value
Example
Notes
- Return
record: nullif 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
fieldsarray can be used for matching