Book Image

Microsoft Power Apps Cookbook

By : Eickhel Mendoza
Book Image

Microsoft Power Apps Cookbook

By: Eickhel Mendoza

Overview of this book

Microsoft Power Apps Cookbook is a complete resource filled with meticulously crafted recipes to help you build customized business apps that meet ever-changing enterprise demands. You will learn how to design modern apps with the low-code approach in a rapid application development environment by achieving enterprise-wide business agility.
Table of Contents (13 chapters)

Synchronizing data using data integration

When building solutions, one of the essential tasks is to keep track of the data sources. You need to ensure that data comes from the proper sources and that this data's integrity will remain intact.

Because of this, there are scenarios where you might need to build a synchronization structure to keep your work tables up to date. Examples of these are as follows:

  • Keeping the most up-to-date data in your development environments from production
  • Syncing tables from an external organization into your environments

There are many tools to achieve this, such as Power Automate or Dataflows. The Power Platform admin center provides one called data integration.

Getting ready

This recipe will require building a table in two different Dataverse environments to which you need to have access. The data from these tables will get synced between the two.

How to do it…

First, we will create the same Dataverse table...