Short answer: Drop the "Microsoft Dynamics 365 → Search Dynamics Contacts" 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 |
|---|---|---|---|
Email email | string | Optional | Filter by primary email (exact match) |
Last Name last_name | string | Optional | Filter by last name (exact match) |
Limit top | number | Optional | Max records to return |
{"email": "{{trigger.email}}","last_name": "{{trigger.last_name}}","top": "{{trigger.top}}"}
{"value": [{"lastname": "Doe","contactid": "00000000-0000-0000-0000-000000000001","firstname": "Jane","emailaddress1": "jane@example.com"}]}
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.