Skip to content

Commit 5a3cda5

Browse files
committed
addded desc for dataverse
1 parent c987f25 commit 5a3cda5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

apps/docs/content/docs/en/tools/microsoft_dataverse.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
1010
color="#E0E0E0"
1111
/>
1212

13+
{/* MANUAL-CONTENT-START:intro */}
14+
[Microsoft Dataverse](https://learn.microsoft.com/en-us/power-apps/maker/data-platform/data-platform-intro) is a powerful cloud data platform for securely storing, managing, and interacting with structured business data. The Microsoft Dataverse integration enables you to programmatically create, read, update, delete, and link records in Dataverse tables as part of your workflow and automation needs.
15+
16+
With Microsoft Dataverse integration, you can:
17+
18+
- **List and query records:** Access lists of records or query with advanced filters to find the data you need from any Dataverse table.
19+
- **Create and update records:** Add new records or update existing ones in any table for use across Power Platform, Dynamics 365, and custom apps.
20+
- **Delete and manage records:** Remove records as part of data lifecycle management directly from your automation flows.
21+
- **Associate and disassociate records:** Link related items together or remove associations using entity relationships and navigation properties—essential for reflecting complex business processes.
22+
- **Work with any Dataverse environment:** Connect to your organization’s environments, including production, sandbox, or Dynamics 365 tenants, for maximum flexibility.
23+
- **Integrate with Power Platform and Dynamics 365:** Automate tasks ranging from sales and marketing data updates to custom app workflows—all powered by Dataverse's security and governance.
24+
25+
The Dataverse integration empowers solution builders and business users to automate business processes, maintain accurate and up-to-date information, create system integrations, trigger actions, and drive insights—all with robust security and governance.
26+
27+
Connect Microsoft Dataverse to your automations to unlock sophisticated data management, orchestration, and business logic across your apps, teams, and cloud services.
28+
{/* MANUAL-CONTENT-END */}
29+
1330
## Usage Instructions
1431

1532
Integrate Microsoft Dataverse into your workflow. Create, read, update, delete, upsert, associate, and query records in Dataverse tables using the Web API. Works with Dynamics 365, Power Platform, and custom Dataverse environments.

0 commit comments

Comments
 (0)