create_transaction_from_scheduled
Turn a scheduled transaction template into an actual GnuCash transaction by providing the scheduled GUID and, optionally, a transaction date. Uses the next scheduled occurrence when no date is given.
Instructions
Create an actual transaction from a scheduled template.
Args: guid: Scheduled transaction GUID (or 8+ char prefix). transaction_date: Date for the transaction. Defaults to next occurrence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guid | Yes | Scheduled transaction GUID (32-char hex or 8+ char prefix) | |
| transaction_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |