Skip to content

Commit 98ef7b4

Browse files
authored
Live publish
2 parents ab3ba8b + c3cdfc4 commit 98ef7b4

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

powerapps-docs/developer/data-platform/dataverse-odata-dataflows-migration.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
---
22
title: Migrate data between Microsoft Dataverse environments using the dataflows OData connector
33
author: denisem-msft
4-
ms.reviewer: "nabuthuk"
4+
ms.reviewer: jdaly
55
description: Migrate data between Microsoft Dataverse environments using dataflows OData connector.
6-
ms.date: 11/24/2021
7-
ms.topic: "article"
6+
ms.date: 10/03/2022
7+
ms.topic: article
88
ms.subservice: dataverse-developer
99
ms.author: demora
1010
search.app:
1111
- PowerApps
12+
contributors:
13+
- JimDaly
1214
---
1315

1416
# Migrate data between Microsoft Dataverse environments using the dataflows OData connector
1517

16-
18+
> [!NOTE]
19+
> Consider using the [Power Query Dataverse Connector](/power-query/connectors/dataverse) with Dataflows rather than the OData connector.
20+
> Dataflows are the recommended method to migrate data between Dataverse environments. More information [What are dataflows?](/power-query/dataflows/overview-dataflows-across-power-platform-dynamics-365)
1721
1822
Dataverse [Web API](./webapi/overview.md) works with any technology that supports OData and OAuth. There are many options available to move data in and out of Dataverse. OData connector is one of the dataflows, which is designed to support migration and synchronization of large datasets in Dataverse.
1923

powerapps-docs/developer/data-platform/dependent-assembly-plugins.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,10 @@ More information:
347347

348348
The following are known issues that should be resolved before dependent assemblies for plug-ins becomes generally available.
349349

350+
### Asynchronous plug-in steps do not work
351+
352+
If you use dependent assemblies for a plug-in registered for an asynchronous step an error with the message `Expected non-empty Guid.` will occur.
353+
350354
### Plug-in profiler
351355

352356
You cannot use Plug-in Profiler to debug plug-ins that are part of a plug-in package. More information: [Use Plug-in profiler](debug-plug-in.md#use-plug-in-profiler)

powerapps-docs/mobile/mobile-offline-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ searchScope:
2626

2727
Wouldn't it be great to use your mobile app without worrying about spotty internet connectivity? With model-driven apps made with Power Apps and the new mobile offline-first experience, it's possible. People who need to work from remote locations can continue to work seamlessly without worrying about their internet connection.
2828

29-
With the new mobile offline experience enabled for your model-driven apps, not only can you continue working in offline mode, you'll also have better device performance, a more responsive app, and less drain on the battery because fewer connections are being made to the serve.
29+
With the new mobile offline experience enabled for your model-driven apps, not only can you continue working in offline mode, you'll also have better device performance, a more responsive app, and less drain on the battery because fewer connections are being made to the server.
3030

3131
Note, an internet connection is required to sync data between your mobile device and Microsoft Dataverse.
3232

3333
To get started with mobile offline, an app maker needs to enable and define the tables that are available for offline by using the [modern app designer](../maker/model-driven-apps/app-designer-overview.md). For more information, go to [Set up mobile offline](setup-mobile-offline.md).
3434

3535
> [!IMPORTANT]
36-
> The mobile offline experiece is not available for canvas apps.
36+
> The mobile offline experience is not available for canvas apps.
3737
3838
## Mobile offline-first
3939

0 commit comments

Comments
 (0)