Short answer: You can list dynamics opportunities in Microsoft Dynamics 365 by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Microsoft Dynamics 365 List Dynamics Opportunities action to a workflow, map its 2 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 |
|---|---|---|---|
Status state_code | select | Optional | Filter by opportunity state |
Limit top | number | Optional | Max records to return |
{"state_code": "{{trigger.state_code}}","top": "{{trigger.top}}"}
{"value": [{"name": "Acme Q2 expansion","statecode": 0,"opportunityid": "22222222-2222-2222-2222-222222222222","estimatedvalue": 50000}]}
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.