Short answer: Drop the "Microsoft Excel → Get Excel Range Values" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
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 | — |
Range range | string | Required | A1:B10 |
{"drive_item_id": "{{trigger.drive_item_id}}","worksheet_name": "{{trigger.worksheet_name}}","range": "A1:B10"}
{"values": [["Name","Email"],["Jane","jane@x.com"]],"address": "Sheet1!A1:B2","rowCount": 2,"columnCount": 2}
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.
Triggered by anything in the catalog. Free tier available. No credit card.