createCashFlowSlide
Creates or updates a cash flow slide using arrays of inflows and outflows, with optional index for precise placement.
Instructions
Create or update a cash flow summary placeholder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _index | No | If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1). | |
| inflows | Yes | ||
| outflows | Yes |