check_duplicate
Prevent double-posting by checking if a transaction with the same date, amount, and memo prefix already exists in freee. Use before registering to avoid duplicates.
Instructions
Check if a transaction already exists in freee (= by date + amount + memo prefix). Use BEFORE register to prevent double-posting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| memo | Yes | ||
| amount | Yes |