Short answer: You can append row to excel table in Microsoft Excel by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Microsoft Excel Append Row to Excel Table action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Workbook DriveItem ID drive_item_id | string | Required | – |
Worksheet Name worksheet_name | string | Required | – |
Table Name table_name | string | Required | Excel table name (define one in the workbook first) |
Row Values (JSON array) values_json | string | Required | Nested array — one inner array per row, values in column order |
{"drive_item_id": "{{trigger.drive_item_id}}","worksheet_name": "{{trigger.worksheet_name}}","table_name": "{{trigger.table_name}}","values_json": "[[\"Jane\",\"jane@x.com\",\"2026-05-11\"]]"}
{"index": 5,"values": [["Jane","jane@x.com","2026-05-11"]]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.